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

Commit d5a344ff authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix magnifier border isn't fixed when magnification is working" into rvc-dev

parents 0080b55b 9698646e
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;
        }
    }

    /**