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

Commit a917166d authored by Martin Stjernholm's avatar Martin Stjernholm Committed by Automerger Merge Worker
Browse files

Fix to schedule the bgdexopt job even if the user doesn't unlock after am: 1c441696

parents 42b8f69e 1c441696
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1050,7 +1050,7 @@ public final class DexOptHelper {
                context.unregisterReceiver(this);
                artManager.scheduleBackgroundDexoptJob();
            }
        }, new IntentFilter(Intent.ACTION_BOOT_COMPLETED));
        }, new IntentFilter(Intent.ACTION_LOCKED_BOOT_COMPLETED));
    }

    /**