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

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

Merge "surfaceflinger: disable VR mode while SELinux issues are resolved."

parents 0814c36b ce2c1983
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1256,7 +1256,8 @@ void SurfaceFlinger::onMessageReceived(int32_t what) {
    ATRACE_CALL();
    switch (what) {
        case MessageQueue::INVALIDATE: {
            updateVrMode();
            // TODO(eieio): Disabled until SELinux issues are resolved.
            //updateVrMode();

            bool frameMissed = !mHadClientComposition &&
                    mPreviousPresentFence != Fence::NO_FENCE &&