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

Commit 1ecc1e09 authored by Svetoslav Ganov's avatar Svetoslav Ganov
Browse files

Minor tweak I forgot in the presious change.

Change-Id: I17854e3c824bea5b6c0ffeea45f986f0b5297054
parent 7961be75
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;
            }