1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-27 02:07:12 +00:00

Small improvement

This commit is contained in:
M66B 2022-03-24 18:33:10 +01:00
parent 41a43fd029
commit 271986bab5

View file

@ -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);
/*