CrackMe.apk

Download file
    package expo.modules.splashscreen.singletons;

import android.view.View;
import android.view.WindowInsets;

/* compiled from: D8$$SyntheticClass */
public final /* synthetic */ class SplashScreenStatusBar$$ExternalSyntheticLambda0 implements View.OnApplyWindowInsetsListener {
    public static final /* synthetic */ SplashScreenStatusBar$$ExternalSyntheticLambda0 INSTANCE = new SplashScreenStatusBar$$ExternalSyntheticLambda0();

    private /* synthetic */ SplashScreenStatusBar$$ExternalSyntheticLambda0() {
    }

    public final WindowInsets onApplyWindowInsets(View view, WindowInsets windowInsets) {
        return SplashScreenStatusBar.m306configureTranslucent$lambda2$lambda1$lambda0(view, windowInsets);
    }
}
    
Download file