mirror of
https://github.com/tuskyapp/Tusky
synced 2025-02-04 16:47:45 +01:00
Fixed sharing files doesn't return control after posting (#1062)
This commit is contained in:
parent
0bb9c0717f
commit
d150cebcd0
@ -285,7 +285,9 @@ public final class MainActivity extends BottomSheetActivity implements ActionBut
|
||||
composeIntent.setAction(intent.getAction());
|
||||
composeIntent.setType(intent.getType());
|
||||
composeIntent.putExtras(intent);
|
||||
composeIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK);
|
||||
startActivity(composeIntent);
|
||||
finish();
|
||||
}
|
||||
|
||||
private void setupDrawer() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user