Skip to content

Commit

Permalink
Couldn't fetch data if there were no data in the DB.
Browse files Browse the repository at this point in the history
  • Loading branch information
kugimasa committed Jun 4, 2022
1 parent 5f15fea commit af7ef68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Assets/Scripts/RankingManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ public void FetchRanking()
if (objList.Count == 0)
{
_statusText.text = "No Data";
_fetchBusy = false;
return;
}

Expand Down

0 comments on commit af7ef68

Please sign in to comment.