mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-17 14:33:32 +02:00
Added icon to OpenKeychain missing dialog
This commit is contained in:
@@ -1978,6 +1978,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
final Context context = getContext();
|
||||
if (!Helper.isOpenKeychainInstalled(context)) {
|
||||
new AlertDialog.Builder(context)
|
||||
.setIcon(R.drawable.twotone_lock_24)
|
||||
.setTitle(R.string.title_no_openpgp)
|
||||
.setMessage(R.string.title_no_openpgp_remark)
|
||||
.setPositiveButton(R.string.title_info, new DialogInterface.OnClickListener() {
|
||||
|
||||
Reference in New Issue
Block a user