kopia lustrzana https://github.com/ryukoposting/Signal-Android
Clear passphrase field on invalid entry.
rodzic
5bf5b404a1
commit
bac6b78b11
|
@ -65,6 +65,7 @@ public class PassphrasePromptActivity extends PassphraseActivity {
|
|||
MemoryCleaner.clean(passphrase);
|
||||
setMasterSecret(masterSecret);
|
||||
} catch (InvalidPassphraseException ipe) {
|
||||
passphraseText.setText("");
|
||||
Toast.makeText(getApplicationContext(),
|
||||
R.string.PassphrasePromptActivity_invalid_passphrase_exclamation,
|
||||
Toast.LENGTH_SHORT).show();
|
||||
|
|
Ładowanie…
Reference in New Issue