Skip to content

Commit 5bc6df3

Browse files
committed
Revert line change
1 parent 705914a commit 5bc6df3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/src/main/java/org/buffer/android/utils/KeyboardUtil.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import android.view.View
55
import android.view.inputmethod.InputMethodManager
66

77
object KeyboardUtil {
8-
98
open fun closeSoftKeyboard(view: View?) {
109
if (view != null) {
1110
val inputManager = view.context.getSystemService(

0 commit comments

Comments
 (0)