mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-27 16:10:58 +01:00
Differentiate between normal and found threads
This commit is contained in:
@@ -857,6 +857,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
Bundle args = new Bundle();
|
||||
args.putLong("account", intent.getLongExtra("account", -1));
|
||||
args.putString("thread", intent.getStringExtra("thread"));
|
||||
args.putBoolean("found", intent.getBooleanExtra("found", false));
|
||||
|
||||
FragmentMessages fragment = new FragmentMessages();
|
||||
fragment.setArguments(args);
|
||||
|
||||
Reference in New Issue
Block a user