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

Commit d8cf0bd5 authored by Huihong Luo's avatar Huihong Luo Committed by Automerger Merge Worker
Browse files

Merge "Turn on ENABLE_VIRTUAL_DISPLAY_REFRESH_RATE flag" into udc-dev am: 84bf2e3a

parents baa92beb 84bf2e3a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ import java.util.concurrent.Executor;
public final class DisplayManager {
    private static final String TAG = "DisplayManager";
    private static final boolean DEBUG = false;
    private static final boolean ENABLE_VIRTUAL_DISPLAY_REFRESH_RATE = false;
    private static final boolean ENABLE_VIRTUAL_DISPLAY_REFRESH_RATE = true;

    private final Context mContext;
    private final DisplayManagerGlobal mGlobal;