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:
parent
8881cb5b24
commit
34285e0416
1 changed files with 4 additions and 1 deletions
|
@ -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…
Reference in a new issue