Refactoring

This commit is contained in:
M66B
2024-11-08 13:03:15 +01:00
parent 1d1f087b7a
commit 49b8b90aac
5 changed files with 122 additions and 160 deletions

View File

@@ -7516,7 +7516,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
private void onMenuManageKeywords(TupleMessageEx message) {
Bundle args = new Bundle();
args.putLong("id", message.id);
args.putLongArray("ids", new long[]{message.id});
FragmentDialogKeywordManage fragment = new FragmentDialogKeywordManage();
fragment.setArguments(args);