mirror of https://github.com/M66B/FairEmail.git
Prevent crash
This commit is contained in:
parent
d44e8b4a57
commit
d2c021cbd8
|
@ -371,12 +371,6 @@ public class ViewModelBrowse extends ViewModel {
|
||||||
state.istore.close();
|
state.istore.close();
|
||||||
} catch (Throwable ex) {
|
} catch (Throwable ex) {
|
||||||
Log.e("Boundary", ex);
|
Log.e("Boundary", ex);
|
||||||
} finally {
|
|
||||||
state.context = null;
|
|
||||||
state.messages = null;
|
|
||||||
state.istore = null;
|
|
||||||
state.ifolder = null;
|
|
||||||
state.imessages = null;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue