From 9ca8a6890d9cc4fc5f7abd88e374d478c5eb8257 Mon Sep 17 00:00:00 2001 From: Programmer-0-0 <67505416+Programmer-0-0@users.noreply.github.com> Date: Thu, 3 Aug 2023 18:55:10 +0400 Subject: [PATCH] Update presentation-core/src/main/java/tachiyomi/presentation/core/screens/EmptyScreen.kt Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com> --- .../java/tachiyomi/presentation/core/screens/EmptyScreen.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentation-core/src/main/java/tachiyomi/presentation/core/screens/EmptyScreen.kt b/presentation-core/src/main/java/tachiyomi/presentation/core/screens/EmptyScreen.kt index 14033b8b6b..80b8a1bd0d 100644 --- a/presentation-core/src/main/java/tachiyomi/presentation/core/screens/EmptyScreen.kt +++ b/presentation-core/src/main/java/tachiyomi/presentation/core/screens/EmptyScreen.kt @@ -36,7 +36,7 @@ fun EmptyScreen( @StringRes textResource: Int, modifier: Modifier = Modifier, actions: List? = null, - selector: Int = 1, + happyFace: Boolean = false, ) { EmptyScreen( selector = selector,