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

Android TV: Fix crash when long pressing a game #8718

Merged
merged 3 commits into from Apr 22, 2020

Conversation

JosJuice
Copy link
Member

@JosJuice JosJuice commented Apr 1, 2020

Also fixes the same crash when accessing the game details (which only can be accessed after long pressing a game). The problem was that we were not using a theme that had an AppCompat theme as a parent.

After fixing the crashes, I discovered that the game details dialog unfortunately uses white on white on Android TV, and I don't know how to fix this in a clean way. But I guess that can be left for another PR?

Also fixes the same crash when accessing the game details
(which only can be accessed after long pressing a game).
The problem was that we were not using a theme that had
an AppCompat theme as a parent.

Unfortunately, the game details dialog uses white on white on
Android TV, and I don't know how to fix this in a clean way.
For consistency, and in case I missed any cases where not specifing
a theme could lead to a crash on Android TV.
@ds22x
Copy link

ds22x commented Apr 14, 2020

Hopefully this will get merged soon, even if it does have white on white dialogue currently.

@JMC47 JMC47 merged commit f83adde into dolphin-emu:master Apr 22, 2020
@JosJuice JosJuice deleted the android-tv-long-press branch April 22, 2020 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants