Fixed widget folder

This commit is contained in:
M66B
2020-09-09 22:51:10 +02:00
parent a540c33397
commit bc443f39a5
2 changed files with 6 additions and 6 deletions

View File

@@ -89,9 +89,9 @@ public class WidgetUnified extends AppWidgetProvider {
Intent thread = new Intent(context, ActivityView.class);
thread.setAction("widget");
thread.putExtra("account", account);
thread.putExtra("folder", folder);
thread.putExtra("type", type);
thread.putExtra("widget_account", account);
thread.putExtra("widget_folder", folder);
thread.putExtra("widget_type", type);
thread.putExtra("filter_archive", !EntityFolder.ARCHIVE.equals(type));
thread.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
PendingIntent piItem = PendingIntent.getActivity(