Small fix

This commit is contained in:
M66B 2018-12-16 08:40:41 +01:00
parent 0b468b839b
commit a2ada237e8
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ public class FragmentSetup extends FragmentEx {
livePrimaryDrafts.removeObservers(getViewLifecycleOwner());
if (livePrimaryArchive == null)
livePrimaryArchive = db.folder().livePrimaryDrafts();
livePrimaryArchive = db.folder().livePrimaryArchive();
else
livePrimaryArchive.removeObservers(getViewLifecycleOwner());