summaryrefslogtreecommitdiffstats
path: root/src-ambient/incall/CreditBarHelper.java
diff options
context:
space:
mode:
Diffstat (limited to 'src-ambient/incall/CreditBarHelper.java')
-rw-r--r--src-ambient/incall/CreditBarHelper.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-ambient/incall/CreditBarHelper.java b/src-ambient/incall/CreditBarHelper.java
index 62116c1..2a55eb6 100644
--- a/src-ambient/incall/CreditBarHelper.java
+++ b/src-ambient/incall/CreditBarHelper.java
@@ -74,7 +74,7 @@ public class CreditBarHelper {
} else {
if (cmi.mIsAuthenticated) {
button = cmi.mManageCreditIntent;
- if (cmi.usesSubscriptions()) {
+ if (cmi.showSubscriptions()) {
buttonText = cmi.mSubscriptionButtonText;
} else {
if (cmi.getCurrencyAmount() <= cmi.mCreditWarn) {