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

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

Merge "Set mAllowNonNativeRefreshRateOverride to true" into tm-dev

parents 2071ba65 c83524ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2579,7 +2579,7 @@ public final class DisplayManagerService extends SystemService {

        boolean getAllowNonNativeRefreshRateOverride() {
            return DisplayProperties
                    .debug_allow_non_native_refresh_rate_override().orElse(false);
                    .debug_allow_non_native_refresh_rate_override().orElse(true);
        }

        @NonNull