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
89a7666462
commit
9ca8a6890d
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Reference in a new issue