chore: always show stars in profile

This commit is contained in:
xtaodada 2024-06-07 16:27:29 +00:00
parent 7d21bf111f
commit ba09fabdb1
Signed by: xtaodada
GPG Key ID: 4CBB3F4FA8C85659

View File

@ -9130,7 +9130,7 @@ public class ProfileActivity extends BaseFragment implements NotificationCenter.
if (!getMessagesController().premiumFeaturesBlocked()) {
premiumRow = rowCount++;
}
if (getMessagesController().starsPurchaseAvailable() && (StarsController.getInstance(currentAccount).getBalance() > 0 || StarsController.getInstance(currentAccount).hasTransactions())) {
if (getMessagesController().starsPurchaseAvailable() && (StarsController.getInstance(currentAccount).getBalance() > 0 || StarsController.getInstance(currentAccount).hasTransactions() || true)) {
starsRow = rowCount++;
}
if (!getMessagesController().premiumFeaturesBlocked()) {