Skip to content

Commit

Permalink
fix test build
Browse files Browse the repository at this point in the history
  • Loading branch information
cehan-Chloe committed Aug 14, 2024
1 parent cf8eac4 commit 16dbb91
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ public class AndroidPlayer private constructor(

override val logger: TapableLogger by player::logger

override val constantsController: ConstantsController by player::constantsController

public class Hooks internal constructor(hooks: Player.Hooks) : Player.Hooks by hooks {
public class ContextHook : SyncWaterfallHook<(HookContext, Context) -> Context, Context>() {
public fun call(context: Context): Context = super.call(
Expand Down

0 comments on commit 16dbb91

Please sign in to comment.