mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-27 19:22:14 -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) {
|
} catch (ProviderHelper.NotFoundException e) {
|
||||||
Log.e(Constants.TAG, "key not found!", 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() {
|
private void shareNfc() {
|
||||||
|
Loading…
Reference in New Issue
Block a user