mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-31 20:25:38 +00:00
Disabled setup debug
This commit is contained in:
parent
351af84a86
commit
bb6d702592
2 changed files with 1 additions and 4 deletions
|
@ -700,7 +700,7 @@ public class FragmentSetup extends FragmentBase {
|
|||
tvDoze12.setVisibility(Helper.isOptimizing12(getContext()) ? View.VISIBLE : View.GONE);
|
||||
|
||||
grpInexactAlarms.setVisibility(
|
||||
!AlarmManagerCompatEx.canScheduleExactAlarms(getContext()) || BuildConfig.DEBUG
|
||||
!AlarmManagerCompatEx.canScheduleExactAlarms(getContext())
|
||||
? View.VISIBLE : View.GONE);
|
||||
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.P) {
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue