Skip to content

Commit e78f759

Browse files
Fix unresolved cref to RequestedOrientation in OsuGameAndroid xmldoc
Agent-Logs-Url: https://github.com/winnerspiros/osu/sessions/8111c8d2-c4b8-44dd-8781-2101b8565806 Co-authored-by: winnerspiros <1675249+winnerspiros@users.noreply.github.com>
1 parent ac0c3df commit e78f759

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

osu.Android/OsuGameAndroid.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public partial class OsuGameAndroid : OsuGame
9090
private object? nativeBridges;
9191

9292
/// <summary>
93-
/// Last value passed to <see cref="OsuGameActivity.RequestedOrientation"/> by
93+
/// Last value passed to <see cref="global::Android.App.Activity.RequestedOrientation"/> by
9494
/// <see cref="updateOrientation"/>. Cached locally so we can short-circuit
9595
/// redundant updates without round-tripping through the activity getter, which
9696
/// itself performs a binder IPC on modern Android.

0 commit comments

Comments
 (0)