Small behavior improvement

This commit is contained in:
M66B
2020-02-07 16:41:38 +01:00
parent 1f94132376
commit d03153d18b
2 changed files with 1 additions and 3 deletions

View File

@@ -3146,7 +3146,6 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
args.putLong("message", message.id);
args.putBoolean("copy", copy);
args.putBoolean("similar", false);
args.putBoolean("nocanundo", true);
FragmentDialogFolder fragment = new FragmentDialogFolder();
fragment.setArguments(args);