mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 00:20:50 +01:00
Get contact info in real-time, refactoring, improvements
This commit is contained in:
@@ -1040,7 +1040,6 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
Bundle args = new Bundle();
|
||||
args.putLong("account", intent.getLongExtra("account", -1));
|
||||
args.putLong("folder", intent.getLongExtra("folder", -1));
|
||||
args.putBoolean("outgoing", intent.getBooleanExtra("outgoing", false));
|
||||
|
||||
FragmentMessages fragment = new FragmentMessages();
|
||||
fragment.setArguments(args);
|
||||
|
||||
Reference in New Issue
Block a user