CrackMe.apk

Download file
    package expo.modules.splashscreen;

import kotlin.jvm.functions.Function1;

/* compiled from: D8$$SyntheticClass */
public final /* synthetic */ class SplashScreenViewController$$ExternalSyntheticLambda2 implements Runnable {
    public final /* synthetic */ SplashScreenViewController f$0;
    public final /* synthetic */ Function1 f$1;

    public /* synthetic */ SplashScreenViewController$$ExternalSyntheticLambda2(SplashScreenViewController splashScreenViewController, Function1 function1) {
        this.f$0 = splashScreenViewController;
        this.f$1 = function1;
    }

    public final void run() {
        SplashScreenViewController.m302hideSplashScreen$lambda1(this.f$0, this.f$1);
    }
}
    
Download file