Skip to content

Commit

Permalink
fix(FEC-13889): Download_close being reported too many times to appli…
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanTGold and JonathanTGold authored May 9, 2024
1 parent 078c966 commit 85079e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/navigation-plugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@ export class NavigationPlugin extends KalturaPlayer.core.BasePlugin {
presets: [ReservedPresetNames.Playback, ReservedPresetNames.Live, ReservedPresetNames.Ads],
position: this.config.position,
expandMode: this.config.expandMode === SidePanelModes.ALONGSIDE ? SidePanelModes.ALONGSIDE : SidePanelModes.OVER,
onDeactivate: this._deactivatePlugin
}) as number;

this._navigationIcon = this.upperBarManager!.add({
Expand Down

0 comments on commit 85079e7

Please sign in to comment.