mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-01 02:21:37 +01:00
Fixed settings
This commit is contained in:
@@ -329,7 +329,7 @@ public class Helper {
|
||||
}
|
||||
|
||||
static boolean isPro(Context context) {
|
||||
if (true && BuildConfig.DEBUG)
|
||||
if (false && BuildConfig.DEBUG)
|
||||
return true;
|
||||
return PreferenceManager.getDefaultSharedPreferences(context).getBoolean("pro", false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user