mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 11:25:13 +01:00
Added folder type to widget intent
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user