mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-11 19:43:11 +02:00
Small fix
This commit is contained in:
@@ -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);
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user