Skip to content

Commit

Permalink
fix: remove StickersActivity duplicate Archive Option
Browse files Browse the repository at this point in the history
  • Loading branch information
omg-xtao committed Jan 30, 2024
1 parent 97c9309 commit 0e2092d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1717,7 +1717,6 @@ protected void onRemoveButtonClick() {
LocaleController.getString("UnpinSticker", R.string.UnpinSticker) :
LocaleController.getString("PinSticker", R.string.PinSticker), () -> processSelectionOption(MENU_TOGGLE_PIN, stickerSet));
}
options.add(R.drawable.msg_archive, LocaleController.getString("StickersHide", R.string.StickersHide), () -> processSelectionOption(MENU_ARCHIVE, stickerSet));
options.add(R.drawable.msg_link, LocaleController.getString("StickersCopy", R.string.StickersCopy), () -> processSelectionOption(3, stickerSet));
options.add(R.drawable.msg_reorder, LocaleController.getString("StickersReorder", R.string.StickersReorder), () -> processSelectionOption(4, stickerSet));
options.add(R.drawable.msg_share, LocaleController.getString("StickersShare", R.string.StickersShare), () -> processSelectionOption(2, stickerSet));
Expand Down

0 comments on commit 0e2092d

Please sign in to comment.