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:
parent
0af9fee85d
commit
0304e8d9c5
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Reference in a new issue