Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c522f7c9 authored by vince-bourgmayer's avatar vince-bourgmayer
Browse files

add missing line from previous commit

parent 8990f29f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -33,7 +33,8 @@ public class BatteryStateReceiver extends BroadcastReceiver {
        } else if ( intentAction.equals(Intent.ACTION_BATTERY_OKAY) ) {
            JobUtils.scheduleScannerJob(context, 180000);
        }else if(intentAction.equals(Intent.ACTION_BATTERY_LOW)){
            JobUtils.stopScheduledJob(context);
            JobUtils.stopScheduledJob(context, JobUtils.ScannerJobId);
            //JobUtils.stopScheduledJob(context, JobUtils.InitializerJobId);
            try {
                context.unregisterReceiver(ScreenOffReceiver.getInstance());
            }catch(Exception e){