Prevent crash

This commit is contained in:
M66B
2018-11-06 07:30:41 +00:00
parent 6c72fe8724
commit b678d9ac34
3 changed files with 4 additions and 8 deletions

View File

@@ -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);