mirror of
https://github.com/neon443/StickerSlack.git
synced 2026-03-11 13:26:17 +00:00
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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user