mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 08:32:16 +01:00
Individual account management - to be tested
This commit is contained in:
@@ -770,10 +770,11 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
private void checkIntent() {
|
||||
Intent intent = getIntent();
|
||||
|
||||
// Refresh from widget
|
||||
if (intent.getBooleanExtra("refresh", false)) {
|
||||
intent.removeExtra("refresh");
|
||||
setIntent(intent);
|
||||
ServiceSynchronize.process(this, true);
|
||||
// TODO: sync all
|
||||
}
|
||||
|
||||
String action = intent.getAction();
|
||||
|
||||
Reference in New Issue
Block a user