Fix double downloads maybe?

This commit is contained in:
Loporrit
2025-08-23 10:31:46 +00:00
parent 7a2d4a5978
commit 80c186b6a1
2 changed files with 3 additions and 2 deletions

View File

@@ -725,7 +725,7 @@ public sealed class PairHandler : DisposableMediatorSubscriberBase
if (!IsVisible && nowVisible)
{
// This is deferred application attempt, avoid any log output
// This is a deferred application attempt, avoid any repeat log output
if (_deferred != Guid.Empty)
{
_isVisible = true;
@@ -733,6 +733,7 @@ public sealed class PairHandler : DisposableMediatorSubscriberBase
{
ApplyCharacterData(_deferred, _cachedData!, forceApplyCustomization: true);
});
return;
}
IsVisible = true;