first commit
[bylock.git] / sources / group / pals / android / lib / ui / filechooser / utils / h.java
blob24af7240178212713858260a05a450d4ad6a86fc
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 */
8 public class h {
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);