Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Do not resume compositor when WebVR is exited after suspending the app #3048

Merged
merged 1 commit into from
Mar 26, 2020

Conversation

MortimerGoro
Copy link
Contributor

No description provided.

@MortimerGoro MortimerGoro added this to the #10 features milestone Mar 25, 2020
@MortimerGoro MortimerGoro requested a review from bluemarvin March 25, 2020 19:41
@MortimerGoro MortimerGoro self-assigned this Mar 25, 2020
@MortimerGoro
Copy link
Contributor Author

Improves #3046

Comment on lines +972 to +976
if (!mWindows.isPaused()) {
Log.d(LOGTAG, "Compositor resume begin");
mWindows.resumeCompositor();
Log.d(LOGTAG, "Compositor resume end");
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These logs should probably use the LOGTAG

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@bluemarvin bluemarvin merged commit e083e4b into master Mar 26, 2020
@bluemarvin bluemarvin deleted the v10/do_not_resume branch March 26, 2020 17:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants