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.
13 lines
531 B
13 lines
531 B
--- app/src/main/java/eu/faircode/email/ActivityBilling.java 2020-04-11 09:27:44.000000000 +0000
|
|
+++ app/src/main/java/eu/faircode/email/ActivityBilling.java 2020-04-11 09:27:44.000000000 +0000
|
|
@@ -192,9 +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() {
|
|
|