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

Commit b07cf2b0 authored by Mark Renouf's avatar Mark Renouf
Browse files

Correct flag namespace

Should be 'systemui', not 'system_ui'

Flag: android.view.flags.scroll_capture_target_z_order_fix
Test: NONE fixing a flag
Change-Id: I9257cd40f664b679b0644f7dc73c701d4432f249
parent 7f071b98
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ container: "system"

flag {
    name: "scroll_capture_target_z_order_fix"
    namespace: "system_ui"
    namespace: "systemui"
    description: "Always prefer targets with higher z-order"
    bug: "365969802"
    metadata {