1 package group
.pals
.android
.lib
.ui
.filechooser
.utils
;
3 import android
.content
.Context
;
4 import android
.os
.IBinder
;
5 import android
.view
.inputmethod
.InputMethodManager
;
7 /* compiled from: MyApp */
9 public static void a(Context context
, IBinder iBinder
) {
10 InputMethodManager inputMethodManager
= (InputMethodManager
) context
.getSystemService("input_method");
11 if (inputMethodManager
!= null) {
12 inputMethodManager
.hideSoftInputFromWindow(iBinder
, 0);