mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-25 23:20:53 +01:00
Small improvements
This commit is contained in:
@@ -378,6 +378,7 @@ public class ActivitySetup extends ActivityBilling implements FragmentManager.On
|
||||
try {
|
||||
askPassword(true);
|
||||
} catch (Throwable ex) {
|
||||
Log.e(ex);
|
||||
Helper.unexpectedError(getSupportFragmentManager(), ex);
|
||||
}
|
||||
}
|
||||
@@ -386,6 +387,7 @@ public class ActivitySetup extends ActivityBilling implements FragmentManager.On
|
||||
try {
|
||||
askPassword(false);
|
||||
} catch (Throwable ex) {
|
||||
Log.e(ex);
|
||||
Helper.unexpectedError(getSupportFragmentManager(), ex);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user