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

Commit 9d0f6dfd authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru
Browse files

Fix build

Change-Id: I8c68731786ab648dc916b09333b67acb26f81594
parent 7e31b282
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);
            }
        }
    }