mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 09:33:39 +02:00
Permanent delete FAQ single message
This commit is contained in:
@@ -4124,6 +4124,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
aargs.putString("question", context.getString(R.string.title_ask_delete));
|
||||
aargs.putString("remark", message.getRemark());
|
||||
aargs.putLong("id", message.id);
|
||||
aargs.putInt("faq", 160);
|
||||
aargs.putBoolean("warning", true);
|
||||
|
||||
FragmentDialogAsk ask = new FragmentDialogAsk();
|
||||
|
||||
Reference in New Issue
Block a user