Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b5d9614f authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

am 9d0f6dfd: Fix build

Merge commit '9d0f6dfd' into kraken

* commit '9d0f6dfd':
  Fix build
parents bbb90328 9d0f6dfd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -895,7 +895,7 @@ public class InputMethodManagerService extends IInputMethodManager.Stub
            try {
                sessionState.session.finishSession();
            } catch (RemoteException e) {
                Log.w(TAG, "Session failed to close due to remote exception", e);
                Slog.w(TAG, "Session failed to close due to remote exception", e);
            }
        }
    }