mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-27 18:27:43 +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
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
try {
|
try {
|
||||||
adapter.notifyItemChanged(pos);
|
if (adapter != null)
|
||||||
|
adapter.notifyItemChanged(pos);
|
||||||
} catch (Throwable ex) {
|
} catch (Throwable ex) {
|
||||||
Log.e(ex);
|
Log.e(ex);
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue