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

Commit 4c90185a authored by Adam Lesinski's avatar Adam Lesinski Committed by Android Git Automerger
Browse files

am 542b55d9: am c8661519: am 83930aa0: Merge "Fix broken IME when decrypting...

am 542b55d9: am c8661519: am 83930aa0: Merge "Fix broken IME when decrypting storage" into klp-modular-dev

* commit '542b55d9':
  Fix broken IME when decrypting storage
parents dc8d7db3 542b55d9
Loading
Loading
Loading
Loading
+121 −128
Original line number Diff line number Diff line
@@ -1001,12 +1001,7 @@ public final class SystemServer {
        // where third party code can really run (but before it has actually
        // started launching the initial applications), for us to complete our
        // initialization.
        final Handler handler = new Handler();
        mActivityManagerService.systemReady(new Runnable() {
            @Override
            public void run() {
                // We initiate all boot phases on the SystemServer thread.
                handler.post(new Runnable() {
            @Override
            public void run() {
                Slog.i(TAG, "Making services ready");
@@ -1134,8 +1129,6 @@ public final class SystemServer {
            }
        });
    }
        });
    }

    static final void startSystemUi(Context context) {
        Intent intent = new Intent();