mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-04-20 22:13:48 +00:00
resolve daclaration conflict
This commit is contained in:
parent
b3af828413
commit
d9f2486d42
1 changed files with 2 additions and 2 deletions
|
|
@ -1171,7 +1171,7 @@ class _ChatScreenState extends State<ChatScreen> {
|
|||
title: Text(context.l10n.chat_addReaction),
|
||||
onTap: () {
|
||||
Navigator.pop(sheetContext);
|
||||
_showEmojiPicker(message, contact);
|
||||
_showReactionEmojiPicker(message, contact);
|
||||
},
|
||||
),
|
||||
ListTile(
|
||||
|
|
@ -1243,7 +1243,7 @@ class _ChatScreenState extends State<ChatScreen> {
|
|||
).showSnackBar(SnackBar(content: Text(context.l10n.chat_retryingMessage)));
|
||||
}
|
||||
|
||||
void _showEmojiPicker(Message message, Contact senderContact) {
|
||||
void _showReactionEmojiPicker(Message message, Contact senderContact) {
|
||||
showModalBottomSheet(
|
||||
context: context,
|
||||
isScrollControlled: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue