Skip to content

Commit

Permalink
delete an unused invoke in MediaDataController
Browse files Browse the repository at this point in the history
  • Loading branch information
ruattd committed Jan 30, 2024
1 parent 5500352 commit b3af2ab
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2950,8 +2950,6 @@ private void processLoadedStickers(int type, ArrayList<TLRPC.TL_messages_sticker
onFinish.run();
}
}
// Na: [ExternalStickerCache] cache sticker sets
ExternalStickerCacheHelper.onCacheStickers(type, res, ApplicationLoader.applicationContext);
} else if (!cache) {
AndroidUtilities.runOnUIThread(() -> loadDate[type] = date);
putStickersToCache(type, null, date, 0);
Expand Down

0 comments on commit b3af2ab

Please sign in to comment.