mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-30 01:21:11 +01:00
Removed auto next on close
This commit is contained in:
@@ -117,8 +117,7 @@ public class ViewModelMessages extends ViewModel {
|
||||
}
|
||||
|
||||
Log.w("Observe previous/next gone thread=" + thread);
|
||||
reportNext(intf, false, null);
|
||||
reportPrevious(intf, false, null);
|
||||
intf.onDeleted();
|
||||
}
|
||||
});
|
||||
}
|
||||
@@ -137,5 +136,7 @@ public class ViewModelMessages extends ViewModel {
|
||||
void onPrevious(boolean exists, Long id);
|
||||
|
||||
void onNext(boolean exists, Long id);
|
||||
|
||||
void onDeleted();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user