버그 처리

This commit is contained in:
logonkhi
2025-07-24 20:40:21 +09:00
parent a0c90b1e82
commit f5a36697ba
60 changed files with 70 additions and 93 deletions

View File

@@ -61,7 +61,7 @@ namespace SampleProject
private async Task requestDataAsync()
{
UILoading.Show();
//UILoading.Show();
//Debug.Log("Requesting BaseInfo data...");
//var httpFetcher = DataRepository.Instance.HttpFetcher;
//var splitRequest = new HttpRequestConfig(URLList.Get("baseinfo"))
@@ -71,7 +71,7 @@ namespace SampleProject
//httpFetcher.Add("baseInfo", splitRequest);
//await httpFetcher.Excute("baseInfo");
//Debug.Log("BaseInfo data request completed.");
UILoading.Hide();
//UILoading.Hide();
}
private async void OnStopPlayback()