CrackMe.apk

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

/* compiled from: D8$$SyntheticClass */
public final /* synthetic */ class PlayerControlView$$ExternalSyntheticLambda1 implements Runnable {
    public final /* synthetic */ PlayerControlView f$0;

    public /* synthetic */ PlayerControlView$$ExternalSyntheticLambda1(PlayerControlView playerControlView) {
        this.f$0 = playerControlView;
    }

    public final void run() {
        this.f$0.updateProgress();
    }
}
    
Download file