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: Fix compilation error from Kotlin changes #11894

Merged
merged 1 commit into from Jun 6, 2023

Conversation

t895
Copy link
Contributor

@t895 t895 commented Jun 6, 2023

Since the ThemeProvider interface changed fun getThemeId() to var themeId, I had to adjust how it was used in the EmulationActivity. Similar case for fun getConfiguredControllerType().

Since the ThemeProvider interface changed `fun getThemeId()` to `var themeId`, I had to adjust how it was used in the EmulationActivity. Similar case for `fun getConfiguredControllerType()`.
@JosJuice JosJuice merged commit 5d40871 into dolphin-emu:master Jun 6, 2023
14 checks passed
@t895 t895 deleted the interface-fix branch June 7, 2023 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants