overlay: disable Taskbar via config_taskbarEnabled=false in SystemUI overlay
Same fix as pawlet_rpi4: density override makes sw dp exceed 600, routing SystemUI nav through TaskbarDelegate which is not active, leaving no nav buttons. config_taskbarEnabled=false forces traditional nav bar creation.
This commit is contained in:
@@ -23,4 +23,9 @@
|
||||
internet,bt,dnd,location,airplane,hotspot,dark,dream,screenrecord
|
||||
</string>
|
||||
|
||||
<!-- Disable Taskbar so the traditional 3-button nav bar is created instead.
|
||||
On RPi, density override yields large sw dp, triggering the large-screen
|
||||
Taskbar path in NavigationBarControllerImpl even though we want 3-button nav. -->
|
||||
<bool name="config_taskbarEnabled">false</bool>
|
||||
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user