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

Commit 5df21a18 authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by Android (Google) Code Review
Browse files

Merge "Minor tweak I forgot in the presious change."

parents b5d578fb 1ecc1e09
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1104,7 +1104,7 @@ public class AccessibilityManagerService extends IAccessibilityManager.Stub
            IBinder windowToken = mWindowIdToWindowTokenMap.get(info.getWindowId());
            final float scale = mWindowManagerService.getWindowCompatibilityScale(windowToken);

            if (Float.compare(scale, 1.0f) == 0) {
            if (scale == 1.0f) {
                return;
            }