Loading services/core/java/com/android/server/InputMethodManagerService.java +0 −2 Original line number Original line Diff line number Diff line Loading @@ -2038,11 +2038,9 @@ public class InputMethodManagerService extends IInputMethodManager.Stub if (!mIWindowManager.inputMethodClientHasFocus(client)) { if (!mIWindowManager.inputMethodClientHasFocus(client)) { if (DEBUG) Slog.w(TAG, "Ignoring hideSoftInput of uid " if (DEBUG) Slog.w(TAG, "Ignoring hideSoftInput of uid " + uid + ": " + client); + uid + ": " + client); setImeWindowVisibilityStatusHiddenLocked(); return false; return false; } } } catch (RemoteException e) { } catch (RemoteException e) { setImeWindowVisibilityStatusHiddenLocked(); return false; return false; } } } } Loading Loading
services/core/java/com/android/server/InputMethodManagerService.java +0 −2 Original line number Original line Diff line number Diff line Loading @@ -2038,11 +2038,9 @@ public class InputMethodManagerService extends IInputMethodManager.Stub if (!mIWindowManager.inputMethodClientHasFocus(client)) { if (!mIWindowManager.inputMethodClientHasFocus(client)) { if (DEBUG) Slog.w(TAG, "Ignoring hideSoftInput of uid " if (DEBUG) Slog.w(TAG, "Ignoring hideSoftInput of uid " + uid + ": " + client); + uid + ": " + client); setImeWindowVisibilityStatusHiddenLocked(); return false; return false; } } } catch (RemoteException e) { } catch (RemoteException e) { setImeWindowVisibilityStatusHiddenLocked(); return false; return false; } } } } Loading