PIN : fix warning
This commit is contained in:
@@ -106,7 +106,7 @@ private fun PinDigitView(
|
||||
|
||||
@PreviewsDayNight
|
||||
@Composable
|
||||
fun PinEntryTextFieldPreview() {
|
||||
internal fun PinEntryTextFieldPreview() {
|
||||
ElementTheme {
|
||||
PinEntryTextField(
|
||||
pinEntry = PinEntry.empty(4).fillWith("12"),
|
||||
|
||||
@@ -199,7 +199,7 @@ private fun PinKeypadBackButton(
|
||||
|
||||
@Composable
|
||||
@PreviewsDayNight
|
||||
fun PinKeypadPreview() {
|
||||
internal fun PinKeypadPreview() {
|
||||
ElementPreview {
|
||||
BoxWithConstraints {
|
||||
PinKeypad(
|
||||
|
||||
Reference in New Issue
Block a user