From df51620ca91603a3474ef80503ffc1d8275172ae Mon Sep 17 00:00:00 2001 From: CodeST <694468528@qq.com> Date: Fri, 19 Dec 2025 20:13:57 +0800 Subject: [PATCH] =?UTF-8?q?Emoji=20=E9=BB=98=E8=AE=A4=E9=80=89=E4=B8=AD?= =?UTF-8?q?=E7=AC=AC=E4=B8=80=E4=B8=AA=E7=AC=91=E8=84=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CustomKeyboard/View/EmojiView/KBEmojiPanelView.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CustomKeyboard/View/EmojiView/KBEmojiPanelView.m b/CustomKeyboard/View/EmojiView/KBEmojiPanelView.m index 9258031..ecc1117 100644 --- a/CustomKeyboard/View/EmojiView/KBEmojiPanelView.m +++ b/CustomKeyboard/View/EmojiView/KBEmojiPanelView.m @@ -35,7 +35,7 @@ - (instancetype)initWithFrame:(CGRect)frame { if (self = [super initWithFrame:frame]) { _dataProvider = [KBEmojiDataProvider shared]; - _currentIndex = 0; + _currentIndex = 1; [self setupUI]; [self registerNotifications]; [self reloadData];