Compose: clear share action

This commit is contained in:
M66B
2024-10-22 22:00:53 +02:00
parent dca266d069
commit e441b4eec0

View File

@@ -6430,6 +6430,7 @@ public class FragmentCompose extends FragmentBase {
if (activity != null) {
Intent intent = activity.getIntent();
if (intent != null) {
intent.setAction(null);
intent.putExtra("id", data.draft.id);
intent.putExtra("action", "edit");
}