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

Commit be90b9dd authored by P.Y. Laligand's avatar P.Y. Laligand
Browse files

DO NOT MERGE - Fix build by updating access to display refresh rate.

Change-Id: Ie0f49226586c9cdecd9fdcf660d60685d48c8c13
(cherry picked from commit 14518fe8324965a73cf9e22ef494fce0915f276b)
parent 9957393b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -719,7 +719,7 @@ public class FmScroller extends FrameLayout {
        private float getRefreshRate() {
            DisplayInfo di = DisplayManagerGlobal.getInstance().getDisplayInfo(
                    Display.DEFAULT_DISPLAY);
            return di.refreshRate;
            return di.getMode().getRefreshRate();
        }

        public long getFrameIntervalMs() {