mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02: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