버그 처리
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user