Make sure loader start

This commit is contained in:
M66B
2018-08-11 19:15:15 +00:00
parent a8ab0d905c
commit 606bef05d7
5 changed files with 24 additions and 0 deletions

View File

@@ -739,6 +739,10 @@ public class FragmentMessage extends FragmentEx {
this.args = args;
}
protected void onStartLoading() {
forceLoad();
}
@Override
public List<EntityFolder> loadInBackground() {
DB db = DB.getInstance(getContext());