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

Commit 40c5c7dc authored by Jae Seo's avatar Jae Seo
Browse files

TIF: Fix a typo

Change-Id: Iae3b359369a86224767493149b11d83ba2810ec5
parent 4cd54dda
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1978,7 +1978,7 @@ public final class TvInputManager {
                mPendingEvents.removeAt(index);

                if (timeout) {
                    Log.w(TAG, "Timeout waiting for seesion to handle input event after "
                    Log.w(TAG, "Timeout waiting for session to handle input event after "
                            + INPUT_SESSION_NOT_RESPONDING_TIMEOUT + " ms: " + mToken);
                } else {
                    mHandler.removeMessages(InputEventHandler.MSG_TIMEOUT_INPUT_EVENT, p);