Fix emoji going crazy and fix tabs being visible when library is empty (#7811)

fixes #7792
fixes #7791
This commit is contained in:
Andreas
2022-08-19 13:22:46 +02:00
committed by GitHub
parent 301cae13f0
commit 47b56644de
4 changed files with 8 additions and 7 deletions

View File

@@ -38,12 +38,11 @@ fun EmptyScreen(
ViewGroup.LayoutParams.WRAP_CONTENT,
ViewGroup.LayoutParams.WRAP_CONTENT,
)
show(message, actions)
}
},
modifier = Modifier
.align(Alignment.Center),
) { view ->
view.show(message, actions)
}
)
}
}