Added folder type to widget intent

This commit is contained in:
M66B
2020-09-06 09:33:05 +02:00
parent 23f3d29aa3
commit 962491354e
2 changed files with 4 additions and 7 deletions

View File

@@ -91,6 +91,7 @@ public class WidgetUnified extends AppWidgetProvider {
thread.setAction("widget");
thread.putExtra("account", account);
thread.putExtra("folder", folder);
thread.putExtra("type", type);
thread.putExtra("filter_archive", !EntityFolder.ARCHIVE.equals(type));
thread.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
PendingIntent piItem = PendingIntent.getActivity(