mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-05 16:55:05 -05:00
Deleted wrong AppMsg
This commit is contained in:
parent
2a9eaaa1fb
commit
8ff9b768a3
@ -253,9 +253,6 @@ public class ViewKeyActivity extends ActionBarActivity {
|
||||
} catch (ProviderHelper.NotFoundException e) {
|
||||
Log.e(Constants.TAG, "key not found!", e);
|
||||
}
|
||||
ClipboardReflection.copyToClipboard(this, keyringArmored.get(0));
|
||||
AppMsg.makeText(this, R.string.key_copied_to_clipboard, AppMsg.STYLE_INFO)
|
||||
.show();
|
||||
}
|
||||
|
||||
private void shareNfc() {
|
||||
|
Loading…
Reference in New Issue
Block a user