We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 705914a commit 5bc6df3Copy full SHA for 5bc6df3
lib/src/main/java/org/buffer/android/utils/KeyboardUtil.kt
@@ -5,7 +5,6 @@ import android.view.View
5
import android.view.inputmethod.InputMethodManager
6
7
object KeyboardUtil {
8
-
9
open fun closeSoftKeyboard(view: View?) {
10
if (view != null) {
11
val inputManager = view.context.getSystemService(
0 commit comments