Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
sugarmanz committed Feb 8, 2024
1 parent 0352395 commit af56660
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public abstract class SuspendableAsset<Data>(assetContext: AssetContext, seriali

final override fun initView(): View {
// ensure we pre-track hydration to ensure all assets are accounted for during async hydration
player.asyncHydrationTrackerPlugin?.hydrationDone(this@SuspendableAsset)
player.asyncHydrationTrackerPlugin?.trackHydration(this@SuspendableAsset)
return AsyncViewStub(
hydrationScope,
hydrationScope.async { doInitView() },
Expand Down

0 comments on commit af56660

Please sign in to comment.