|
|
@ -100,8 +100,7 @@ class NumberDialog : AppCompatDialogFragment() {
|
|
|
|
|
|
|
|
|
|
|
|
// https://github.com/flutter/flutter/issues/61175
|
|
|
|
// https://github.com/flutter/flutter/issues/61175
|
|
|
|
val currKeyboard = Settings.Secure.getString(
|
|
|
|
val currKeyboard = Settings.Secure.getString(
|
|
|
|
requireContext().contentResolver,
|
|
|
|
requireContext().contentResolver, Settings.Secure.DEFAULT_INPUT_METHOD
|
|
|
|
Settings.Secure.DEFAULT_INPUT_METHOD
|
|
|
|
|
|
|
|
)
|
|
|
|
)
|
|
|
|
if (currKeyboard.contains("swiftkey") || currKeyboard.contains("samsung")) {
|
|
|
|
if (currKeyboard.contains("swiftkey") || currKeyboard.contains("samsung")) {
|
|
|
|
view.value.inputType = EditorInfo.TYPE_CLASS_TEXT
|
|
|
|
view.value.inputType = EditorInfo.TYPE_CLASS_TEXT
|
|
|
|