Skip to content

Commit

Permalink
style: remove profile gift premium
Browse files Browse the repository at this point in the history
  • Loading branch information
omg-xtao committed Apr 9, 2024
1 parent c610743 commit 673c9b7
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -241,6 +241,7 @@
import org.telegram.ui.Components.Premium.LimitReachedBottomSheet;
import org.telegram.ui.Components.Premium.PremiumFeatureBottomSheet;
import org.telegram.ui.Components.Premium.PremiumGradient;
import org.telegram.ui.Components.Premium.PremiumNotAvailableBottomSheet;
import org.telegram.ui.Components.Premium.PremiumPreviewBottomSheet;
import org.telegram.ui.Components.Premium.ProfilePremiumCell;
import org.telegram.ui.Components.Premium.boosts.BoostRepository;
Expand Down Expand Up @@ -4037,7 +4038,9 @@ public void openExceptions() {
} else if (position == businessRow) {
presentFragment(new PremiumPreviewFragment(PremiumPreviewFragment.FEATURES_BUSINESS, "settings"));
} else if (position == premiumGiftingRow) {
UserSelectorBottomSheet.open(0, BirthdayController.getInstance(currentAccount).getState());
// UserSelectorBottomSheet.open(0, BirthdayController.getInstance(currentAccount).getState());
showDialog(new PremiumNotAvailableBottomSheet(this));
// NekoX: remove Google billing
} else if (position == bizHoursRow) {
hoursExpanded = !hoursExpanded;
saveScrollPosition();
Expand Down

0 comments on commit 673c9b7

Please sign in to comment.