mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-11 11:35:07 -05:00
remove icon from nfc dialog
This commit is contained in:
parent
0cb5d86860
commit
b9a9bbe429
@ -53,7 +53,6 @@ public class ShareNfcDialogFragment extends DialogFragment {
|
|||||||
|
|
||||||
AlertDialog.Builder alert = new AlertDialog.Builder(activity);
|
AlertDialog.Builder alert = new AlertDialog.Builder(activity);
|
||||||
|
|
||||||
alert.setIcon(android.R.drawable.ic_dialog_info);
|
|
||||||
alert.setTitle(R.string.share_nfc_dialog);
|
alert.setTitle(R.string.share_nfc_dialog);
|
||||||
alert.setCancelable(true);
|
alert.setCancelable(true);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user