File tree Expand file tree Collapse file tree
flipchatApp/src/main/kotlin/xyz/flipchat/app/features/chat/name Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ import androidx.compose.ui.graphics.Color
2727import androidx.compose.ui.platform.LocalSoftwareKeyboardController
2828import androidx.compose.ui.res.stringResource
2929import androidx.compose.ui.text.input.KeyboardCapitalization
30+ import androidx.compose.ui.text.input.KeyboardType
3031import cafe.adriel.voyager.core.screen.Screen
3132import cafe.adriel.voyager.core.screen.ScreenKey
3233import cafe.adriel.voyager.core.screen.uniqueScreenKey
@@ -178,6 +179,7 @@ private fun RoomNameScreenContent(
178179 borderColor = Color .Transparent
179180 ),
180181 keyboardOptions = KeyboardOptions (
182+ keyboardType = KeyboardType .Password ,
181183 capitalization = KeyboardCapitalization .Sentences
182184 ),
183185 maxLines = 1 ,
You can’t perform that action at this time.
0 commit comments