CrackMe.apk

Download file
    package com.swmansion.rnscreens;

import android.view.View;
import androidx.core.view.OnApplyWindowInsetsListener;
import androidx.core.view.WindowInsetsCompat;

/* compiled from: D8$$SyntheticClass */
public final /* synthetic */ class ScreenWindowTraits$setTranslucent$1$$ExternalSyntheticLambda0 implements OnApplyWindowInsetsListener {
    public static final /* synthetic */ ScreenWindowTraits$setTranslucent$1$$ExternalSyntheticLambda0 INSTANCE = new ScreenWindowTraits$setTranslucent$1$$ExternalSyntheticLambda0();

    private /* synthetic */ ScreenWindowTraits$setTranslucent$1$$ExternalSyntheticLambda0() {
    }

    public final WindowInsetsCompat onApplyWindowInsets(View view, WindowInsetsCompat windowInsetsCompat) {
        return ScreenWindowTraits$setTranslucent$1.m185runGuarded$lambda0(view, windowInsetsCompat);
    }
}
    
Download file