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

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

am b5d9614f: am 9d0f6dfd: Fix build

parents 3811e64a b5d9614f
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);
            }
        }
    }