PIN : fix warning
This commit is contained in:
parent
0bc992c1ba
commit
35dce75fd1
2 changed files with 2 additions and 2 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue