removed search option and action bar

This commit is contained in:
Lars Neuhaus 2024-04-02 18:24:12 +02:00
parent 8ae8c97b41
commit 57ddee2dc9

View File

@ -231,7 +231,7 @@ class _ChatBubbleState extends State<ChatBubble> {
icon: const Icon(Icons.arrow_back), icon: const Icon(Icons.arrow_back),
), ),
const SizedBox(width: 10), const SizedBox(width: 10),
const Text('Emoji auswählen'), const Text('Reagieren'),
], ],
), ),
content: SizedBox( content: SizedBox(
@ -248,12 +248,10 @@ class _ChatBubbleState extends State<ChatBubble> {
recentsLimit: 67, recentsLimit: 67,
emojiSizeMax: 25, emojiSizeMax: 25,
noRecents: const Text('Keine zuletzt verwendeten Emojis'), noRecents: const Text('Keine zuletzt verwendeten Emojis'),
columns: 7 columns: 7,
), ),
bottomActionBarConfig: emojis.BottomActionBarConfig( bottomActionBarConfig: const emojis.BottomActionBarConfig(
showBackspaceButton: false, enabled: false,
backgroundColor: Theme.of(context).hoverColor.withAlpha(50),
buttonColor: Theme.of(context).dividerColor.withAlpha(70),
), ),
categoryViewConfig: emojis.CategoryViewConfig( categoryViewConfig: emojis.CategoryViewConfig(
backgroundColor: Theme.of(context).hoverColor, backgroundColor: Theme.of(context).hoverColor,