Skip to content

Commit 823df5d

Browse files
committed
update
1 parent 7ac01e4 commit 823df5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Runtime/Core/UIFrame.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ private static async Task<UIBase> ShowAsync(UIBase ui, UIData data = null)
677677
}
678678
}
679679

680-
public static async Task<T> ShowAsync<T>(UIData data = null) where T : UIBase
680+
private static async Task<T> ShowAsync<T>(UIData data = null) where T : UIBase
681681
{
682682
var result = await Show(typeof(T), data);
683683
return result as T;

0 commit comments

Comments
 (0)