Skip to content

Commit

Permalink
chore: always show add sticker button
Browse files Browse the repository at this point in the history
  • Loading branch information
omg-xtao committed Apr 3, 2024
1 parent fa73b5b commit 5b18684
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -6641,9 +6641,9 @@ private void updateItems() {
packStartPosition.put(key = "fav", totalItems);
} else if (a == -2) {
documents = recentStickers;
if (!documents.isEmpty() && !StickersAlert.DISABLE_STICKER_EDITOR) {
isAddedStickerBtnSet = true;
}
// if (!documents.isEmpty() && !StickersAlert.DISABLE_STICKER_EDITOR) {
// isAddedStickerBtnSet = true;
// }
packStartPosition.put(key = "recent", totalItems);
} else if (a == -1) {
continue;
Expand Down

0 comments on commit 5b18684

Please sign in to comment.