mirror of
https://github.com/neon443/StickerSlack.git
synced 2026-03-11 05:19:13 +00:00
quicker opening of the imessage app, support ios 17 and below again
This commit is contained in:
@@ -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] = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user