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

Commit 565ee03f authored by Winson Chung's avatar Winson Chung
Browse files

Also default shell main thread=true in shell resources

- Just to complete the change to default this for SysUI in b/253378401

Bug: 253378401
Test: Existing SysUI already overrides this resource
Flag: EXEMPT bugfix
Change-Id: I3ca8e2cedec2f3b7afed5f090dee658568e4942b
parent ad216bac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
<resources>
    <!-- Determines whether the shell features all run on another thread. This is to be overrided
         by the resources of the app using the Shell library. -->
    <bool name="config_enableShellMainThread">false</bool>
    <bool name="config_enableShellMainThread">true</bool>

    <!-- Determines whether to register the shell task organizer on init.
         TODO(b/238217847): This config is temporary until we refactor the base WMComponent. -->