commit | cafc4c55a2ab8784494fc70bede53e60c8d44163 | [log] [tgz] |
---|---|---|
author | Alex Dadukin <alexanderdadukin@gmail.com> | Wed May 28 21:29:03 2025 +0100 |
committer | Jackeagle <jackeagle102@gmail.com> | Fri May 30 02:52:48 2025 -0400 |
tree | 7a83fc9740d75020da41f13caa436d42c3180625 | |
parent | 23e3a65b2895e754d3b1497d3bcdcb0d4377f625 [diff] |
Remove redundant null check for newTouchTarget This is a non-functional change. The variable newTouchTarget is initialized to null and is not modified before its first null check in ViewGroup#dispatchTouchEvent, making the check unnecessary. Test: check for regressions in the existing CI test suites Google: 3644465 Change-Id: I1a2bec9da6d569dd216af88cb5c21b6e11c67f3c Signed-off-by: Jackeagle <jackeagle102@gmail.com>