mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-27 02:07:12 +00:00
Small improvement
This commit is contained in:
parent
41a43fd029
commit
271986bab5
1 changed files with 2 additions and 1 deletions
|
@ -1950,7 +1950,8 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
|||
@Override
|
||||
public void run() {
|
||||
try {
|
||||
adapter.notifyItemChanged(pos);
|
||||
if (adapter != null)
|
||||
adapter.notifyItemChanged(pos);
|
||||
} catch (Throwable ex) {
|
||||
Log.e(ex);
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue