fix: increase emoji recent limit

This commit is contained in:
otsmr 2026-02-21 01:07:38 +01:00
parent f2b95386c6
commit 6da6f1a9bc
2 changed files with 2 additions and 0 deletions

View file

@ -509,6 +509,7 @@ class _MessageInputState extends State<MessageInput> {
TextStyle(fontSize: 24 * (Platform.isIOS ? 1.2 : 1)),
emojiViewConfig: EmojiViewConfig(
backgroundColor: context.color.surfaceContainer,
recentsLimit: 40,
),
searchViewConfig: SearchViewConfig(
backgroundColor: context.color.surfaceContainer,

View file

@ -57,6 +57,7 @@ class EmojiPickerBottom extends StatelessWidget {
TextStyle(fontSize: 24 * (Platform.isIOS ? 1.2 : 1)),
emojiViewConfig: EmojiViewConfig(
backgroundColor: context.color.surfaceContainer,
recentsLimit: 40,
),
searchViewConfig: SearchViewConfig(
backgroundColor: context.color.surfaceContainer,