mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-25 17:27:00 +00:00
Small fix
This commit is contained in:
parent
184c2a9b3f
commit
b86c417d87
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue