Fixed showing conversation from notification when starting up with accounts/folders

pull/176/head
M66B 4 years ago
parent 8881cb5b24
commit 34285e0416

@ -218,7 +218,10 @@ public class ViewModelMessages extends ViewModel {
Model model = models.get(last);
if (model == null) {
Log.w("Observe previous/next without model");
// When showing accounts or folders
intf.onPrevious(false, null);
intf.onNext(false, null);
intf.onFound(-1, 0);
return;
}

Loading…
Cancel
Save