CrackMe.apk

Download file
    package com.swmansion.rnscreens;

import androidx.core.view.WindowInsetsControllerCompat;

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

    public /* synthetic */ ScreenWindowTraits$$ExternalSyntheticLambda2(boolean z, WindowInsetsControllerCompat windowInsetsControllerCompat) {
        this.f$0 = z;
        this.f$1 = windowInsetsControllerCompat;
    }

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