mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 11:55:20 +01:00
Open underlying message list when opening thread from widget for specific folder
This commit is contained in:
@@ -89,6 +89,8 @@ 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("filter_archive", !EntityFolder.ARCHIVE.equals(type));
|
||||
thread.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
|
||||
PendingIntent piItem = PendingIntent.getActivity(
|
||||
|
||||
Reference in New Issue
Block a user