Handle internal share

This commit is contained in:
M66B 2023-06-02 17:52:34 +02:00
parent 03e2d05539
commit 10b84fabbe
1 changed files with 1 additions and 1 deletions

View File

@ -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);