CrackMe.apk

Download file
    package com.google.android.exoplayer2.ui;

import android.view.View;
import com.google.android.exoplayer2.Player;
import com.google.android.exoplayer2.source.TrackGroup;
import com.google.android.exoplayer2.ui.StyledPlayerControlView;

/* compiled from: D8$$SyntheticClass */
public final /* synthetic */ class StyledPlayerControlView$TrackSelectionAdapter$$ExternalSyntheticLambda0 implements View.OnClickListener {
    public final /* synthetic */ StyledPlayerControlView.TrackSelectionAdapter f$0;
    public final /* synthetic */ Player f$1;
    public final /* synthetic */ TrackGroup f$2;
    public final /* synthetic */ StyledPlayerControlView.TrackInformation f$3;

    public /* synthetic */ StyledPlayerControlView$TrackSelectionAdapter$$ExternalSyntheticLambda0(StyledPlayerControlView.TrackSelectionAdapter trackSelectionAdapter, Player player, TrackGroup trackGroup, StyledPlayerControlView.TrackInformation trackInformation) {
        this.f$0 = trackSelectionAdapter;
        this.f$1 = player;
        this.f$2 = trackGroup;
        this.f$3 = trackInformation;
    }

    public final void onClick(View view) {
        this.f$0.m118lambda$onBindViewHolder$0$comgoogleandroidexoplayer2uiStyledPlayerControlView$TrackSelectionAdapter(this.f$1, this.f$2, this.f$3, view);
    }
}
    
Download file