CrackMe.apk

Download file
    package com.google.android.exoplayer2.video.spherical;

import android.graphics.SurfaceTexture;

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

    public /* synthetic */ SphericalGLSurfaceView$$ExternalSyntheticLambda1(SphericalGLSurfaceView sphericalGLSurfaceView, SurfaceTexture surfaceTexture) {
        this.f$0 = sphericalGLSurfaceView;
        this.f$1 = surfaceTexture;
    }

    public final void run() {
        this.f$0.m140lambda$onSurfaceTextureAvailable$1$comgoogleandroidexoplayer2videosphericalSphericalGLSurfaceView(this.f$1);
    }
}
    
Download file