mirror of https://github.com/M66B/FairEmail.git
Small improvement
This commit is contained in:
parent
60b4f302e2
commit
e88452d32e
|
@ -48,7 +48,7 @@ public class WidgetUnified extends AppWidgetProvider {
|
||||||
view.putExtra("account", account);
|
view.putExtra("account", account);
|
||||||
view.putExtra("type", type);
|
view.putExtra("type", type);
|
||||||
view.putExtra("refresh", true);
|
view.putExtra("refresh", true);
|
||||||
view.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
|
view.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK);
|
||||||
PendingIntent pi = PendingIntent.getActivity(context, ActivityView.REQUEST_FOLDER, view, PendingIntent.FLAG_UPDATE_CURRENT);
|
PendingIntent pi = PendingIntent.getActivity(context, ActivityView.REQUEST_FOLDER, view, PendingIntent.FLAG_UPDATE_CURRENT);
|
||||||
|
|
||||||
RemoteViews views = new RemoteViews(context.getPackageName(), R.layout.widget_unified);
|
RemoteViews views = new RemoteViews(context.getPackageName(), R.layout.widget_unified);
|
||||||
|
|
Loading…
Reference in New Issue