Change name and add xmldoc

This commit is contained in:
Susko3
2022-02-03 13:55:04 +01:00
parent 40953751b5
commit 84171962e5
2 changed files with 7 additions and 3 deletions

View File

@ -27,7 +27,7 @@ namespace osu.Android
{
gameActivity.RunOnUiThread(() =>
{
gameActivity.RequestedOrientation = userPlaying.NewValue ? ScreenOrientation.Locked : gameActivity.ScreenOrientation;
gameActivity.RequestedOrientation = userPlaying.NewValue ? ScreenOrientation.Locked : gameActivity.DefaultOrientation;
});
}
}