Fix showing "No recipes" when back is pressed
This commit is contained in:
@@ -30,6 +30,7 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/fragment_recipes_list_no_recipes"
|
android:text="@string/fragment_recipes_list_no_recipes"
|
||||||
android:textAppearance="?textAppearanceDisplaySmall"
|
android:textAppearance="?textAppearanceDisplaySmall"
|
||||||
|
android:visibility="gone"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
|
|||||||
Reference in New Issue
Block a user