pull/147/head
M66B 6 years ago
parent 1b867064d7
commit 938b287243

@ -89,7 +89,7 @@ public class FragmentPro extends FragmentEx implements SharedPreferences.OnShare
if ("pro".equals(key)) { if ("pro".equals(key)) {
boolean pro = prefs.getBoolean(key, false); boolean pro = prefs.getBoolean(key, false);
tvActivated.setVisibility(pro ? View.VISIBLE : View.GONE); tvActivated.setVisibility(pro ? View.VISIBLE : View.GONE);
btnPurchase.setEnabled(!pro); btnPurchase.setEnabled(BuildConfig.DEBUG || !pro);
} }
} }
} }

Loading…
Cancel
Save