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

Commit b6fda096 authored by Amith Yamasani's avatar Amith Yamasani
Browse files

Don't freak out if SystemUiService isn't available

Reducing dependencies on system services

Change-Id: Ida3c5cc034290bdea701d9e6a33706414b667f97
parent cac68c3f
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -946,7 +946,11 @@ class ServerThread {
                } catch (Throwable e) {
                    reportWtf("observing native crashes", e);
                }
                try {
                    startSystemUi(contextF);
                } catch (Throwable e) {
                    reportWtf("starting System UI", e);
                }
                try {
                    if (mountServiceF != null) mountServiceF.systemReady();
                } catch (Throwable e) {