COrrected formatting

This commit is contained in:
kalina559
2025-02-18 20:51:16 +01:00
parent 74ce269446
commit d458cbd47a

View File

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