mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Dialog icons
This commit is contained in:
@@ -953,7 +953,7 @@ public class AdapterFolder extends RecyclerView.Adapter<AdapterFolder.ViewHolder
|
||||
|
||||
private void onActionExpunge() {
|
||||
new AlertDialog.Builder(view.getContext())
|
||||
.setIcon(R.drawable.twotone_help_24)
|
||||
.setIcon(R.drawable.twotone_warning_24)
|
||||
.setTitle(R.string.title_expunge)
|
||||
.setMessage(R.string.title_expunge_remark)
|
||||
.setPositiveButton(android.R.string.ok, new DialogInterface.OnClickListener() {
|
||||
|
||||
Reference in New Issue
Block a user