CrackMe.apk

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

import android.view.View;

/* compiled from: D8$$SyntheticClass */
public final /* synthetic */ class StyledPlayerControlViewLayoutManager$$ExternalSyntheticLambda7 implements View.OnClickListener {
    public final /* synthetic */ StyledPlayerControlViewLayoutManager f$0;

    public /* synthetic */ StyledPlayerControlViewLayoutManager$$ExternalSyntheticLambda7(StyledPlayerControlViewLayoutManager styledPlayerControlViewLayoutManager) {
        this.f$0 = styledPlayerControlViewLayoutManager;
    }

    public final void onClick(View view) {
        this.f$0.onOverflowButtonClick(view);
    }
}
    
Download file