Make it not crash on android
The usual deal of the lazer APK trimming out unused classes/methods from the bundled .NET runtime Still have this one left but it isn't causing a crash upon pressing the report/webpage buttons on ruleset details.
System.MissingMethodException: Method not found: void osu.Game.OsuGame.OpenUrlExternally(string,bool)
Why are we not using GetEndpoint anymore? String concat with paths is very error prone. Otherwise I think it looks good.
Why are we not using
GetEndpointanymore? String concat with paths is very error prone. Otherwise I think it looks good.
Changed it back, no effect on behavior. Made the change because OsuJsonWebRequest's constructor only accepted a string and I didn't know about the AbsoluteUri property on Uri objects.