mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-26 07:32:08 +01:00
Prevent crash
This commit is contained in:
@@ -79,10 +79,6 @@ public class ViewModelBrowse extends ViewModel {
|
||||
imessages = null;
|
||||
}
|
||||
|
||||
Context getContext() {
|
||||
return context;
|
||||
}
|
||||
|
||||
void load() throws MessagingException, IOException {
|
||||
DB db = DB.getInstance(context);
|
||||
EntityFolder folder = db.folder().getFolder(fid);
|
||||
|
||||
Reference in New Issue
Block a user