Disabled setup debug

This commit is contained in:
M66B
2022-01-17 19:00:43 +01:00
parent 351af84a86
commit bb6d702592
2 changed files with 1 additions and 4 deletions

View File

@@ -1068,9 +1068,6 @@ public class Helper {
static boolean isStaminaEnabled(Context context) {
// https://dontkillmyapp.com/sony
if (BuildConfig.DEBUG)
return true;
if (!isSony())
return false;