Merge remote-tracking branch 'megalodon_main/main'

This commit is contained in:
LucasGGamerM
2023-06-16 13:00:42 -03:00
3 changed files with 9 additions and 8 deletions

View File

@@ -132,7 +132,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) {