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

Commit f3a572b5 authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Fix crash-loop on wiped FBE device.

Bug 27595678

Change-Id: I02708b3c9e5472c5548bda7e6e15189614056471
parent 495d124a
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -504,7 +504,7 @@ public class ShortcutService extends IShortcutService.Stub {
        }

        @Override
        public void onStartUser(int userId) {
        public void onUnlockUser(int userId) {
            synchronized (mService.mLock) {
                mService.onStartUserLocked(userId);
            }
@@ -868,7 +868,6 @@ public class ShortcutService extends IShortcutService.Stub {
        if (DEBUG) {
            Slog.i(TAG, "Loading from " + path);
        }
        path.mkdirs();
        final AtomicFile file = new AtomicFile(path);

        final FileInputStream in;