Merge remote-tracking branch 'megalodon_main/main'
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user