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

Commit 3ee4b0b3 authored by Ben Murdoch's avatar Ben Murdoch
Browse files

Add flag to fix Classic Feature Flag loading on HSUM builds.

Bug: 345443431
Flag: com.android.systemui.classic_flags_multi_user
Test: None
Change-Id: Ie00421ac3f10c543ff67684e2cde699da7389d8c
parent 435abf43
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -1244,3 +1244,12 @@ flag {
        purpose: PURPOSE_BUGFIX
   }
}
flag {
   name: "classic_flags_multi_user"
   namespace: "systemui"
   description: "Make the classic feature flag loading multi user aware."
   bug: "345443431"
   metadata {
        purpose: PURPOSE_BUGFIX
   }
}