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

Commit feaaa02e authored by Ioana Alexandru's avatar Ioana Alexandru
Browse files

Create aconfig flag for footer view refactor.

Bug: 293167744
Test: compiles
Change-Id: I187bcdd8bea60ba5e204588175487b5d85dab04b
parent f74687c7
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -13,3 +13,11 @@ flag {
    description: "Enables all the sysui classic flags that are marked as being in teamfood"
    bug: "302578396"
}

flag {
    name: "notifications_footer_view_refactor"
    namespace: "systemui"
    description: "Enables the refactored version of the footer view in the notification shade "
        "(containing the \"Clear all\" button). Should not bring any behavior changes"
    bug: "293167744"
}