fix threads opened from notification

This commit is contained in:
sk
2023-06-15 22:44:46 +02:00
parent 50360059ce
commit bb4a52f03a
2 changed files with 7 additions and 4 deletions

View File

@@ -123,7 +123,9 @@ public class MainActivity extends FragmentStackActivity implements ProvidesAssis
Log.w("MainActivity", x);
return;
}
UiUtils.showFragmentForNotification(this, notification, accountID, null);
Bundle args = new Bundle();
args.putBoolean("noTransition", true);
UiUtils.showFragmentForNotification(this, notification, accountID, args);
}
private void showFragmentForExternalShare(Bundle args) {