Loading core/java/android/view/AccessibilityInteractionController.java +3 −0 Original line number Diff line number Diff line Loading @@ -992,6 +992,9 @@ public final class AccessibilityInteractionController { // Unchecked cast - an app that puts other objects in this bundle with this // key will crash. RectF textLocation = ((RectF) textLocations[i]); if (textLocation == null) { continue; } textLocation.scale(applicationScale); if (spec != null) { textLocation.scale(spec.scale); Loading Loading
core/java/android/view/AccessibilityInteractionController.java +3 −0 Original line number Diff line number Diff line Loading @@ -992,6 +992,9 @@ public final class AccessibilityInteractionController { // Unchecked cast - an app that puts other objects in this bundle with this // key will crash. RectF textLocation = ((RectF) textLocations[i]); if (textLocation == null) { continue; } textLocation.scale(applicationScale); if (spec != null) { textLocation.scale(spec.scale); Loading