1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-27 18:27:43 +00:00

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

This commit is contained in:
M66B 2020-03-15 10:21:42 +01:00
parent 8881cb5b24
commit 34285e0416

View file

@ -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;
}