Fix bug displaying an empty camera contacts search result.

This commit is contained in:
Greyson Parrelli
2019-07-28 10:05:22 -04:00
parent a5fbcffa14
commit 4ca90374b9
4 changed files with 24 additions and 11 deletions

View File

@@ -73,6 +73,7 @@
android:id="@+id/camera_contacts_list"
android:layout_width="match_parent"
android:layout_height="0dp"
android:visibility="gone"
app:layout_constraintBottom_toBottomOf="@id/camera_contacts_footer_barrier"
app:layout_constraintTop_toBottomOf="@id/camera_contacts_toolbar" />