chore: always show stars in profile
This commit is contained in:
parent
7d21bf111f
commit
ba09fabdb1
@ -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()) {
|
||||
|
Loading…
Reference in New Issue
Block a user