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

Commit 364dec54 authored by Hyunyoung Song's avatar Hyunyoung Song Committed by Automerger Merge Worker
Browse files

Merge "Insert EMPTY_DIVIDER LayoutType" into sc-dev am: b3a35628

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/libs/systemui/+/13881927

Change-Id: I645a664da42b197022b37505911dbbcbb073335f
parents cfa37e60 b3a35628
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -61,4 +61,7 @@ public class LayoutType {

    // horizontal bar to be inserted between fallback search results and low confidence section
    public static final String DIVIDER = "divider";

    // horizontal bar to be inserted between fallback search results and low confidence section
    public static final String EMPTY_DIVIDER = "empty_divider";
}