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

Small fix

This commit is contained in:
M66B 2021-06-14 19:41:25 +02:00
parent 184c2a9b3f
commit b86c417d87

View file

@ -4647,7 +4647,8 @@ public class FragmentCompose extends FragmentBase {
@Override
public void run() {
try {
adapter.set(a);
if (adapter != null)
adapter.set(a);
} catch (Throwable ex) {
Log.e(ex);
/*