massively improved indexing performance:

cache the downloadedEmojis Set and Array
added resize image function, yet to use
the app icon and name are horizontally aligned in settings
This commit is contained in:
neon443
2025-11-22 17:31:03 +00:00
parent 69b1edce9f
commit 98d8f083a1
5 changed files with 55 additions and 13 deletions

View File

@@ -27,6 +27,7 @@ class MessagesViewController: MSMessagesAppViewController {
view.addSubview(stickerBrowser)
stickerBrowser.reloadData()
view.bringSubviewToFront(stickerBrowser)
// Called when the extension is about to move from the inactive to active state.
// This will happen when the extension is about to present UI.