enable passphrase changing for subkey only keychains

This commit is contained in:
Ash Hughes
2013-05-13 16:10:11 +01:00
parent 5db08b9bdc
commit 723a89079c
3 changed files with 3 additions and 10 deletions

View File

@@ -194,13 +194,6 @@ public class EditKeyActivity extends SherlockFragmentActivity {
}
});
//disable key passhphrase changing with empty private keys for no
//library fails, fix later
if (!masterCanSign) {
mChangePassPhrase.setEnabled(false);
mNoPassphrase.setEnabled(false);
}
if (mBuildLayout) {
buildLayout();
}