Keep screen on while viewing a recipe (#169)

* Keep screen on while user is on recipe details screen

* Update version code
This commit is contained in:
Kirill Kamakin
2023-08-26 15:00:27 +02:00
committed by GitHub
parent 9f87c562da
commit eb7c8bf02a
3 changed files with 4 additions and 2 deletions

View File

@@ -4,6 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:keepScreenOn="true"
tools:context=".ui.recipes.info.RecipeInfoFragment">
<androidx.constraintlayout.widget.ConstraintLayout