Permanent delete FAQ single message

This commit is contained in:
M66B
2021-05-15 12:48:24 +02:00
parent 6cfcaf2762
commit ed5bc7367b
2 changed files with 2 additions and 0 deletions

View File

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