Individual account management - to be tested

This commit is contained in:
M66B
2019-12-07 15:14:35 +01:00
parent 35602ef17c
commit 2591dc9011
33 changed files with 378 additions and 717 deletions

View File

@@ -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();