mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02: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