mirror of https://github.com/M66B/FairEmail.git
Small fix
This commit is contained in:
parent
0b468b839b
commit
a2ada237e8
|
@ -373,7 +373,7 @@ public class FragmentSetup extends FragmentEx {
|
||||||
livePrimaryDrafts.removeObservers(getViewLifecycleOwner());
|
livePrimaryDrafts.removeObservers(getViewLifecycleOwner());
|
||||||
|
|
||||||
if (livePrimaryArchive == null)
|
if (livePrimaryArchive == null)
|
||||||
livePrimaryArchive = db.folder().livePrimaryDrafts();
|
livePrimaryArchive = db.folder().livePrimaryArchive();
|
||||||
else
|
else
|
||||||
livePrimaryArchive.removeObservers(getViewLifecycleOwner());
|
livePrimaryArchive.removeObservers(getViewLifecycleOwner());
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue