Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix loading icon stuck on startup #897

Merged
merged 1 commit into from Dec 20, 2018
Merged

Fix loading icon stuck on startup #897

merged 1 commit into from Dec 20, 2018

Conversation

MortimerGoro
Copy link
Contributor

Fixes #855

@MortimerGoro MortimerGoro changed the title Loading icon stuck on startup Fix loading icon stuck on startup Dec 17, 2018
Copy link
Contributor

@cvan cvan left a comment

Choose a reason for hiding this comment

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

I'm familiar with the bug described in #855, but I haven't been able to capture it on video/screenshot.

I've tried quite a few times on master vs. this branch, loading_icon.

The last time I did reproduce it in this branch, loading_icon, was with loading a YouTube video:

adb shell am start -n "com.oculus.vrshell/.MainActivity" -d apk://com.oculus.browser -e uri "https://www.youtube.com/watch?v=sPyAQQklc1s"

I'd say merge, but I don't think this fixes the issues with the circle-loading throbber per #855.

@MortimerGoro
Copy link
Contributor Author

I was able to reproduce the problems in this branch using the youtube as the default URL.

After more research found that the problem is caused on Android pause/resume events. We need to pause and resume the animation view on those situations

@MortimerGoro MortimerGoro self-assigned this Dec 18, 2018
@cvan
Copy link
Contributor

cvan commented Dec 19, 2018

@MortimerGoro let me know when you're ready for a re-review. thank you for taking a deep dive here 👍

@MortimerGoro
Copy link
Contributor Author

@cvan it's ready for re-review

@MortimerGoro
Copy link
Contributor Author

I'm going to merge this one. Create some follow-up if you find something else

@MortimerGoro MortimerGoro merged commit 853b724 into master Dec 20, 2018
@bluemarvin bluemarvin deleted the loading_icon branch December 20, 2018 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants