mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 21:34:44 +02:00
Prevent crash
This commit is contained in:
@@ -1390,7 +1390,11 @@ public class FragmentSetup extends FragmentBase implements SharedPreferences.OnS
|
||||
|
||||
taskGraph.execute(FragmentSetup.this, args, "graph:contacts");
|
||||
} catch (Throwable ex) {
|
||||
Log.unexpectedError(getParentFragmentManager(), ex);
|
||||
try {
|
||||
Log.unexpectedError(getParentFragmentManager(), ex);
|
||||
} catch (Throwable exex) {
|
||||
Log.w(exex);
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user