mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-23 06:56:20 +00:00
@@ -98,7 +98,7 @@ public class PassphraseChangeActivity extends PassphraseActivity {
|
||||
this.repeatPassphrase.setText("");
|
||||
} else if (passphrase.equals("")) {
|
||||
Toast.makeText(getApplicationContext(),
|
||||
R.string.PassphraseChangeActivity_need_new_passphrase_exclamation,
|
||||
R.string.PassphraseChangeActivity_enter_new_passphrase_exclamation,
|
||||
Toast.LENGTH_SHORT).show();
|
||||
} else {
|
||||
MasterSecret masterSecret = MasterSecretUtil.changeMasterSecretPassphrase(this, original, passphrase);
|
||||
|
||||
Reference in New Issue
Block a user