mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Refresh on widget tap
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user