Fix opening recipes on v0.5.6
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
package gq.kirmanak.mealient.ui.recipes.info
|
||||
|
||||
import gq.kirmanak.mealient.database.recipe.entity.FullRecipeInfo
|
||||
import gq.kirmanak.mealient.database.recipe.entity.FullRecipeEntity
|
||||
|
||||
data class RecipeInfoUiState(
|
||||
val areIngredientsVisible: Boolean = false,
|
||||
val areInstructionsVisible: Boolean = false,
|
||||
val recipeInfo: FullRecipeInfo? = null,
|
||||
val recipeInfo: FullRecipeEntity? = null,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user