Fix tests for Passphrase class
This commit is contained in:
@@ -46,6 +46,10 @@ public class Passphrase implements Parcelable {
|
||||
this(editText.getText());
|
||||
}
|
||||
|
||||
public Passphrase(char[] passphrase) {
|
||||
mPassphrase = passphrase;
|
||||
}
|
||||
|
||||
public Passphrase(String passphrase) {
|
||||
mPassphrase = passphrase.toCharArray();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user