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

@@ -313,6 +313,10 @@ public class FragmentIdentity extends FragmentEx {
this.args = args;
}
protected void onStartLoading() {
forceLoad();
}
@Override
public Throwable loadInBackground() {
try {