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 Dec 27, 2023
1 parent 43f4b1a commit 18ad5f3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,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 18ad5f3

Please sign in to comment.