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

Commit d23eb8ed authored by Jae Seo's avatar Jae Seo Committed by Android Git Automerger
Browse files

am b39ee2d7: am 99b3f7f3: am 5ab0ae0e: Merge "TIF: Fix a typo" into mnc-dev

* commit 'b39ee2d7':
  TIF: Fix a typo
parents 7e5105d0 b39ee2d7
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);