mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-25 15:10:47 +01:00
Fixed no messages disappearing
This commit is contained in:
@@ -75,6 +75,11 @@ public class ViewModelBrowse extends ViewModel {
|
||||
currentState.index = -1;
|
||||
}
|
||||
|
||||
boolean isSearching() {
|
||||
State state = currentState;
|
||||
return (state != null && state.search != null);
|
||||
}
|
||||
|
||||
void load() throws MessagingException, IOException {
|
||||
State state = currentState;
|
||||
if (state == null)
|
||||
|
||||
Reference in New Issue
Block a user