cdaragorn / Ui-Info-Suite

Mod for Stardew Valley.
86 stars 360 forks source link

Fix for Android platform #48

Open ZaneYork opened 4 years ago

ZaneYork commented 4 years ago

There is no System.Media namespace in Monoandroid platform, using reflection instead to prevent crash.

Zamiell commented 3 years ago

Can you test on the latest version of Annosz's fork to see if the crash still happens?

Annosz commented 3 years ago

When I looked at this PR, I found an error immidiately at the first commit: the changes to the SoundPlayer instantiation break the level up sound on PC. Because of this I would handle the PR with caution.

cdaragorn commented 3 years ago

@Annosz Thanks for the warning. I'll use this PR as a guide but make the changes for Android separately.