Skip to content

Commit

Permalink
fix: always show story save icon
Browse files Browse the repository at this point in the history
  • Loading branch information
omg-xtao committed Feb 10, 2024
1 parent 97e2661 commit 5c68d9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1527,7 +1527,7 @@ protected void onCreate(ActionBarPopupWindow.ActionBarPopupWindowLayout popupLay
createQualityItem(popupLayout);
}

if (!unsupported && allowShare) {
if (!unsupported && (allowShare || true)) {
if (UserConfig.getInstance(currentAccount).isPremium() || true) {
ActionBarMenuItem.addItem(popupLayout, R.drawable.msg_gallery, LocaleController.getString("SaveToGallery", R.string.SaveToGallery), false, resourcesProvider).setOnClickListener(v -> {
saveToGallery();
Expand Down

0 comments on commit 5c68d9c

Please sign in to comment.