Skip to content

Commit

Permalink
Disabled switch account snackbar.
Browse files Browse the repository at this point in the history
  • Loading branch information
surinder-tsys committed Aug 23, 2024
1 parent e0cc413 commit 6ba8ee4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,8 @@ protected void onPostCreate(Bundle savedInstanceState) {
onOpenFileIntent(getIntent());
} else if (RESTART.equals(getIntent().getAction())) {
// most likely switched to different account
DisplayUtils.showSnackMessage(this, String.format(getString(R.string.logged_in_as), accountManager.getUser().getAccountName()));
// NMC-2576 --> Disabling switch account snackbar for NMC
/*DisplayUtils.showSnackMessage(this, String.format(getString(R.string.logged_in_as), accountManager.getUser().getAccountName()));*/
}

upgradeNotificationForInstantUpload();
Expand Down

0 comments on commit 6ba8ee4

Please sign in to comment.