Loading build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ buildscript { propMinSdkVersion = 16 propTargetSdkVersion = propCompileSdkVersion propVersionCode = 1 propVersionName = '3.14.4' propVersionName = '3.14.5' kotlin_version = '1.2.30' support_libs = '27.0.2' } Loading commons/src/main/kotlin/com/simplemobiletools/commons/extensions/AlertDialog.kt +4 −0 Original line number Diff line number Diff line Loading @@ -12,3 +12,7 @@ fun AlertDialog.showKeyboard(editText: EditText) { } } } fun AlertDialog.hideKeyboard() { window!!.setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN) } Loading
build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ buildscript { propMinSdkVersion = 16 propTargetSdkVersion = propCompileSdkVersion propVersionCode = 1 propVersionName = '3.14.4' propVersionName = '3.14.5' kotlin_version = '1.2.30' support_libs = '27.0.2' } Loading
commons/src/main/kotlin/com/simplemobiletools/commons/extensions/AlertDialog.kt +4 −0 Original line number Diff line number Diff line Loading @@ -12,3 +12,7 @@ fun AlertDialog.showKeyboard(editText: EditText) { } } } fun AlertDialog.hideKeyboard() { window!!.setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN) }