Skip to content

Commit

Permalink
[GI] Fix repair status flicker
Browse files Browse the repository at this point in the history
  • Loading branch information
shatyuka committed Jan 4, 2025
1 parent 291957d commit a3eab5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ private async Task RepairAssetTypeGeneric((PkgVersionProperties AssetIndex, IAss
// Set repair activity status
UpdateRepairStatus(
string.Format(Lang._GameRepairPage.Status8, asset.AssetIndex.remoteName),
string.Format(Lang._GameRepairPage.PerProgressSubtitle2, _progressAllCountCurrent, _progressAllCountTotal),
string.Format(Lang._GameRepairPage.PerProgressSubtitle2, ConverterTool.SummarizeSizeSimple(_progressAllSizeCurrent), ConverterTool.SummarizeSizeSimple(_progressAllSizeTotal)),
true);

string assetPath = ConverterTool.NormalizePath(asset.AssetIndex.localName);
Expand Down

0 comments on commit a3eab5a

Please sign in to comment.