quicker opening of the imessage app, support ios 17 and below again

This commit is contained in:
neon443
2025-11-10 15:14:51 +00:00
parent 6d4eb5da36
commit 1c4ef6896d
8 changed files with 219 additions and 88 deletions

View File

@@ -9,7 +9,7 @@ import Foundation
import Messages
class StickerBrowserDataSource: NSObject, MSStickerBrowserViewDataSource {
var hoarder: EmojiHoarder = EmojiHoarder(localOnly: true)
var hoarder: EmojiHoarder = EmojiHoarder(localOnly: true, skipIndex: true)
var emojis: [MSSticker] = []