mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 03:19:24 +01:00
Debugging
This commit is contained in:
@@ -89,7 +89,7 @@ public class FragmentPro extends FragmentEx implements SharedPreferences.OnShare
|
||||
if ("pro".equals(key)) {
|
||||
boolean pro = prefs.getBoolean(key, false);
|
||||
tvActivated.setVisibility(pro ? View.VISIBLE : View.GONE);
|
||||
btnPurchase.setEnabled(!pro);
|
||||
btnPurchase.setEnabled(BuildConfig.DEBUG || !pro);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user