fix: 修复启动报错死锁的 BUG

Signed-off-by: huyufei <yufei.hu@castbox.fm>
deeplink 1.0.11
胡宇飞 2024-05-28 10:27:51 +08:00
parent e8884f325a
commit 7babe561b0
1 changed files with 1 additions and 2 deletions

View File

@ -59,6 +59,7 @@ namespace Guru
FirebaseUtil.onInitComplete -= OnFirebaseComplete;
if (success)
{
_isReady = true;
Crashlytics.IsCrashlyticsCollectionEnabled = true;
if (_expCache != null && _expCache.Count > 0)
{
@ -68,8 +69,6 @@ namespace Guru
}
_expCache.Clear();
}
_isReady = true;
}
}