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:54:57 +04:00 committed by GitHub
parent 0af9fee85d
commit 0304e8d9c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ fun EmptyScreen(
message: String,
modifier: Modifier = Modifier,
actions: List<EmptyScreenAction>? = null,
selector: Int = 1,
happyFace: Boolean = false,
) {
val face = remember { getRandomFace(selector) }
Column(