From 6b94e0144024e92054fa2a4752b0479ac78669df Mon Sep 17 00:00:00 2001 From: poppingmoon <63451158+poppingmoon@users.noreply.github.com> Date: Sun, 22 Jun 2025 11:01:22 +0900 Subject: [PATCH] fix: use emoji picker for reaction in note action --- lib/util/get_note_action.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/util/get_note_action.dart b/lib/util/get_note_action.dart index 99bdb5c4..3a2e7958 100644 --- a/lib/util/get_note_action.dart +++ b/lib/util/get_note_action.dart @@ -44,8 +44,8 @@ void Function()? getNoteAction( : await pickEmoji( ref, account, - saveHistory: false, - confirmBeforePop: true, + reaction: true, + targetNote: appearNote, ); if (!ref.context.mounted) return; if (emoji != null) {