Files
frameworks_base/core/java/android/view
Robert Carr b3ca38fb99 SurfaceView: Remove dead code
While debugging SurfaceView transaction usage I noticed this
code was unconditionally dead. Notice the else statement
only contains the single if statement within, so it could
be written as else-if. But then notice the condition of this
rewritten else-if is contained within the original if and
so it can never be entered.

Bug: 153120755
Test: Existing tests pass
Change-Id: I032b17911a9c71a1e3d09e3933e6f6a3d86dffb6
2020-04-17 14:14:33 -07:00
..
2019-10-10 22:41:57 +00:00
2020-02-24 12:45:27 -08:00
2020-03-26 06:58:07 +00:00
2020-02-24 12:45:27 -08:00
2019-10-17 17:21:29 +00:00
2020-04-17 14:14:33 -07:00
2020-03-26 06:58:07 +00:00