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

Commit cff3dbe6 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Fix magnifier border isn't fixed when magnification is working" into...

Merge "Fix magnifier border isn't fixed when magnification is working" into rvc-dev am: d5a344ff am: eadeae79 am: 0f9c3774

Change-Id: I2aa1f07146b8b81baddbc643de855d73038caa47
parents b8d0c422 0f9c3774
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -4934,6 +4934,12 @@ class DisplayContent extends WindowContainer<DisplayContent.DisplayChildWindowCo
                scheduleAnimation();
            }
        }

        @Override
        boolean shouldMagnify() {
            // Omitted from Screen-Magnification
            return false;
        }
    }

    /**