file encrypt layout entirely rewritten, should be much more userfriendly and work on more devices, changed message encrypt layout to match
This commit is contained in:
@@ -243,7 +243,6 @@ public class EncryptMessageActivity extends BaseActivity {
|
||||
}
|
||||
|
||||
if (getSecretKeyId() == 0) {
|
||||
mSign.setText(R.string.sign);
|
||||
mSign.setChecked(false);
|
||||
mMainUserId.setText("");
|
||||
mMainUserIdRest.setText("");
|
||||
@@ -264,7 +263,6 @@ public class EncryptMessageActivity extends BaseActivity {
|
||||
}
|
||||
mMainUserId.setText(uid);
|
||||
mMainUserIdRest.setText(uidExtra);
|
||||
mSign.setText(R.string.sign_as);
|
||||
mSign.setChecked(true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user