Update presentation-core/src/main/java/tachiyomi/presentation/core/screens/EmptyScreen.kt

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
This commit is contained in:
Programmer-0-0 2023-08-03 18:55:10 +04:00 committed by GitHub
parent 89a7666462
commit 9ca8a6890d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ fun EmptyScreen(
@StringRes textResource: Int,
modifier: Modifier = Modifier,
actions: List<EmptyScreenAction>? = null,
selector: Int = 1,
happyFace: Boolean = false,
) {
EmptyScreen(
selector = selector,