A cheap attempt at a native Bluesky client for Android

ComposeView: Fix keyboard options

Change the keyboard type from `Email` to `Text` and remove the explicit `autoCorrectEnabled` setting for the compose input field.

+1 -2
+1 -2
app/src/main/java/industries/geesawra/monarch/ComposeView.kt
··· 256 256 }, 257 257 keyboardOptions = KeyboardOptions( 258 258 capitalization = KeyboardCapitalization.Sentences, 259 - autoCorrectEnabled = true, 260 - keyboardType = KeyboardType.Email, 259 + keyboardType = KeyboardType.Text, 261 260 ), 262 261 label = { 263 262 if (wasEdited.value) {