fluffychat merge
This commit is contained in:
commit
316733763c
2 changed files with 3 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ class ChatEmojiPicker extends StatelessWidget {
|
|||
onEmojiSelected: controller.onEmojiSelected,
|
||||
onBackspacePressed: controller.emojiPickerBackspace,
|
||||
config: Config(
|
||||
locale: Localizations.localeOf(context),
|
||||
emojiViewConfig: EmojiViewConfig(
|
||||
noRecents: const NoRecent(),
|
||||
backgroundColor:
|
||||
|
|
|
|||
|
|
@ -996,6 +996,8 @@ class Message extends StatelessWidget {
|
|||
// ),
|
||||
// config:
|
||||
// Config(
|
||||
// locale:
|
||||
// Localizations.localeOf(context),
|
||||
// emojiViewConfig:
|
||||
// const EmojiViewConfig(
|
||||
// backgroundColor:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue