Refresh on widget tap

This commit is contained in:
M66B
2019-08-12 15:18:35 +02:00
parent 59b79bac2b
commit 68acb278a3
3 changed files with 11 additions and 5 deletions

View File

@@ -473,6 +473,12 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
private void checkIntent() {
Intent intent = getIntent();
if (intent.getBooleanExtra("refresh", false)) {
intent.removeExtra("refresh");
setIntent(intent);
ServiceSynchronize.process(this, true);
}
String action = intent.getAction();
Log.i("View intent=" + intent + " action=" + action);
if (action != null) {