Deleted wrong AppMsg

This commit is contained in:
Daniel Haß 2014-04-10 00:08:26 +02:00
parent 2a9eaaa1fb
commit 8ff9b768a3

View File

@ -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() {