Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
oops
Browse files Browse the repository at this point in the history
sugarmanz committed Mar 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent df752b5 commit 89be4d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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() },

0 comments on commit 89be4d6

Please sign in to comment.