Emoji 默认选中第一个笑脸

This commit is contained in:
2025-12-19 20:13:57 +08:00
parent 70520fb7d9
commit df51620ca9

View File

@@ -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];