diff options
author | 2022-02-08 13:41:52 -0800 | |
---|---|---|
committer | 2022-02-08 13:41:52 -0800 | |
commit | 019eb662800b12c98bb07d8fea992bf30f02c13b (patch) | |
tree | 5204d61a30f1d969a4c412689264024239129400 | |
parent | 08d8e537870db7aa945ac786d7bc27b2bc0d8c2c (diff) |
Update TODO bug in setInTouchMode
Bug: 218541064
Test: atest inputflinger_tests
Change-Id: If00d7c197ea6bf88111a13d2661d0641ce65aed6
-rw-r--r-- | services/inputflinger/dispatcher/InputDispatcher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/inputflinger/dispatcher/InputDispatcher.cpp b/services/inputflinger/dispatcher/InputDispatcher.cpp index 6c321bcedd..7062aefc0d 100644 --- a/services/inputflinger/dispatcher/InputDispatcher.cpp +++ b/services/inputflinger/dispatcher/InputDispatcher.cpp @@ -4920,7 +4920,7 @@ bool InputDispatcher::setInTouchMode(bool inTouchMode, int32_t pid, int32_t uid, const sp<IBinder> focusedToken = mFocusResolver.getFocusedWindowToken(mFocusedDisplayId); - // TODO(b/198487159): if no window is currently focused, then we need to check the last + // TODO(b/218541064): if no window is currently focused, then we need to check the last // interacted window (within 1 second timeout). We should allow touch mode change // if the last interacted window owner's pid/uid match the calling ones. if (focusedToken == nullptr) { |