You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
550 B
14 lines
550 B
--- app/src/play/java/eu/faircode/email/ActivityBilling.java 2020-08-15 10:33:56.000000000 +0000
|
|
+++ app/src/play/java/eu/faircode/email/ActivityBilling.java 2020-08-15 10:33:56.000000000 +0000
|
|
@@ -192,10 +192,7 @@
|
|
}
|
|
|
|
static boolean isPro(Context context) {
|
|
- if (BuildConfig.DEBUG && false)
|
|
- return true;
|
|
- return PreferenceManager.getDefaultSharedPreferences(context)
|
|
- .getBoolean("pro", false);
|
|
+ return true;
|
|
}
|
|
|
|
private BroadcastReceiver receiver = new BroadcastReceiver() {
|
|
|