PIN : fix warning
This commit is contained in:
parent
32f9ddc44b
commit
ff56a51be5
2 changed files with 2 additions and 2 deletions
|
|
@ -106,7 +106,7 @@ private fun PinDigitView(
|
||||||
|
|
||||||
@PreviewsDayNight
|
@PreviewsDayNight
|
||||||
@Composable
|
@Composable
|
||||||
fun PinEntryTextFieldPreview() {
|
internal fun PinEntryTextFieldPreview() {
|
||||||
ElementTheme {
|
ElementTheme {
|
||||||
PinEntryTextField(
|
PinEntryTextField(
|
||||||
pinEntry = PinEntry.empty(4).fillWith("12"),
|
pinEntry = PinEntry.empty(4).fillWith("12"),
|
||||||
|
|
|
||||||
|
|
@ -199,7 +199,7 @@ private fun PinKeypadBackButton(
|
||||||
|
|
||||||
@Composable
|
@Composable
|
||||||
@PreviewsDayNight
|
@PreviewsDayNight
|
||||||
fun PinKeypadPreview() {
|
internal fun PinKeypadPreview() {
|
||||||
ElementPreview {
|
ElementPreview {
|
||||||
BoxWithConstraints {
|
BoxWithConstraints {
|
||||||
PinKeypad(
|
PinKeypad(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue