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

Commit 560fe074 authored by Zak Cohen's avatar Zak Cohen
Browse files

Chips container - Don't hard code the height of the chips container.

When the container was present, but empty, it was showing it's background.

Bug: 133783088
Change-Id: I97b65435d66e9ced7f5487dc50a00665794f8fcd
Tested: manual
parent ebd5e881
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@
        <FrameLayout
            android:id="@+id/proactive_suggest_container"
            android:layout_width="match_parent"
            android:layout_height="48dp"
            android:layout_height="wrap_content"
            android:gravity="center"
            android:visibility="gone"
            />