mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-04 11:54:10 +01:00
Prevent crash
This commit is contained in:
@@ -371,12 +371,6 @@ public class ViewModelBrowse extends ViewModel {
|
||||
state.istore.close();
|
||||
} catch (Throwable ex) {
|
||||
Log.e("Boundary", ex);
|
||||
} finally {
|
||||
state.context = null;
|
||||
state.messages = null;
|
||||
state.istore = null;
|
||||
state.ifolder = null;
|
||||
state.imessages = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user