Remove ExperimentalComposeUiApi. Not necessary anymore.
This commit is contained in:
parent
770e16d0e0
commit
f28df4389f
6 changed files with 0 additions and 13 deletions
|
|
@ -29,7 +29,6 @@ import androidx.compose.runtime.getValue
|
|||
import androidx.compose.runtime.mutableStateOf
|
||||
import androidx.compose.runtime.remember
|
||||
import androidx.compose.runtime.setValue
|
||||
import androidx.compose.ui.ExperimentalComposeUiApi
|
||||
import androidx.compose.ui.Modifier
|
||||
import androidx.compose.ui.autofill.ContentType
|
||||
import androidx.compose.ui.focus.FocusDirection
|
||||
|
|
@ -170,7 +169,6 @@ fun LoginPasswordView(
|
|||
}
|
||||
}
|
||||
|
||||
@OptIn(ExperimentalComposeUiApi::class)
|
||||
@Composable
|
||||
private fun LoginForm(
|
||||
state: LoginPasswordState,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue