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

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

Merge "Fix race condition clearing VSYNC enable on VrFlinger startup." into oc-dr1-dev

parents e018119b df0b9168
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -821,7 +821,8 @@ void HardwareComposer::PostThread() {
      std::unique_lock<std::mutex> lock(post_thread_mutex_);
      ALOGI("HardwareComposer::PostThread: Entering quiescent state.");

      // Tear down resources.
      // Tear down resources if necessary.
      if (was_running)
        OnPostThreadPaused();

      was_running = false;