mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 00:20:50 +01:00
Make sure loader start
This commit is contained in:
@@ -319,6 +319,10 @@ public class FragmentAccount extends FragmentEx {
|
||||
this.args = args;
|
||||
}
|
||||
|
||||
protected void onStartLoading() {
|
||||
forceLoad();
|
||||
}
|
||||
|
||||
@Override
|
||||
public CheckData loadInBackground() {
|
||||
CheckData result = new CheckData();
|
||||
@@ -507,6 +511,10 @@ public class FragmentAccount extends FragmentEx {
|
||||
this.args = args;
|
||||
}
|
||||
|
||||
protected void onStartLoading() {
|
||||
forceLoad();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Throwable loadInBackground() {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user