CrackMe.apk

Download file
    package expo.modules.splashscreen;

import android.view.View;
import android.view.ViewGroup;
import kotlin.Metadata;
import kotlin.jvm.functions.Function0;
import kotlin.jvm.functions.Function1;
import kotlin.jvm.internal.Intrinsics;

@Metadata(d1 = {"\u0000\u0019\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0003*\u0001\u0000\b\n\u0018\u00002\u00020\u0001J\u0018\u0010\u0002\u001a\u00020\u00032\u0006\u0010\u0004\u001a\u00020\u00052\u0006\u0010\u0006\u001a\u00020\u0005H\u0016J\u0018\u0010\u0007\u001a\u00020\u00032\u0006\u0010\u0004\u001a\u00020\u00052\u0006\u0010\u0006\u001a\u00020\u0005H\u0016ยจ\u0006\b"}, d2 = {"expo/modules/splashscreen/SplashScreenViewController$handleRootView$1", "Landroid/view/ViewGroup$OnHierarchyChangeListener;", "onChildViewAdded", "", "parent", "Landroid/view/View;", "child", "onChildViewRemoved", "expo-splash-screen_release"}, k = 1, mv = {1, 6, 0}, xi = 48)
/* compiled from: SplashScreenViewController.kt */
public final class SplashScreenViewController$handleRootView$1 implements ViewGroup.OnHierarchyChangeListener {
    final /* synthetic */ SplashScreenViewController this$0;

    SplashScreenViewController$handleRootView$1(SplashScreenViewController splashScreenViewController) {
        this.this$0 = splashScreenViewController;
    }

    public void onChildViewRemoved(View view, View view2) {
        Intrinsics.checkNotNullParameter(view, "parent");
        Intrinsics.checkNotNullParameter(view2, "child");
        ViewGroup access$getRootView$p = this.this$0.rootView;
        boolean z = false;
        if (access$getRootView$p != null && access$getRootView$p.getChildCount() == 0) {
            z = true;
        }
        if (z) {
            SplashScreenViewController.showSplashScreen$default(this.this$0, (Function0) null, 1, (Object) null);
        }
    }

    public void onChildViewAdded(View view, View view2) {
        Intrinsics.checkNotNullParameter(view, "parent");
        Intrinsics.checkNotNullParameter(view2, "child");
        ViewGroup access$getRootView$p = this.this$0.rootView;
        boolean z = false;
        if (access$getRootView$p != null && access$getRootView$p.getChildCount() == 1) {
            z = true;
        }
        if (z && this.this$0.autoHideEnabled) {
            SplashScreenViewController.hideSplashScreen$default(this.this$0, (Function1) null, (Function1) null, 3, (Object) null);
        }
    }
}
    
Download file