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

Commit 1a2b9bce authored by Kevin Lim's avatar Kevin Lim
Browse files

[UniversalSearchInput] Create flag for multi-line search bar

Bug: b/341795751
Flag: com.android.launcher3.multiline_search_bar
Test: EXEMPT Flag creation
Change-Id: If816cf88ebe688aefe2bfa2c3db63e747d99eb88
parent a2fe6710
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -316,3 +316,11 @@ flag {
    description: "Search bar persists at the bottom of the screen across Launcher states"
    bug: "346408388"
}

flag {
    name: "multiline_search_bar"
    namespace: "launcher"
    description: "Search bar can wrap to multi-line"
    bug: "341795751"
}