mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Handle internal share
This commit is contained in:
@@ -78,7 +78,7 @@ public class ActivityCompose extends ActivityBase implements FragmentManager.OnB
|
||||
Intent intent = getIntent();
|
||||
|
||||
String action = intent.getAction();
|
||||
boolean shared = isShared(action);
|
||||
boolean shared = (isShared(action) && !intent.hasExtra("fair:account"));
|
||||
boolean widget = (action != null && action.startsWith("widget:"));
|
||||
|
||||
String[] tos = intent.getStringArrayExtra(Intent.EXTRA_EMAIL);
|
||||
|
||||
Reference in New Issue
Block a user