CrackMe.apk

Download file
    package expo.modules.kotlin.defaultmodules;

import expo.modules.adapters.react.NativeModulesProxy;
import java.lang.ref.WeakReference;
import java.util.Map;
import kotlin.Metadata;
import kotlin.collections.MapsKt;
import kotlin.jvm.functions.Function0;
import kotlin.jvm.internal.Lambda;

@Metadata(d1 = {"\u0000\u0010\n\u0000\n\u0002\u0010$\n\u0002\u0010\u000e\n\u0002\u0010\u0000\n\u0000\u0010\u0000\u001a\u0010\u0012\u0004\u0012\u00020\u0002\u0012\u0006\u0012\u0004\u0018\u00010\u00030\u0001H\n¢\u0006\u0002\b\u0004"}, d2 = {"<anonymous>", "", "", "", "invoke"}, k = 3, mv = {1, 6, 0}, xi = 48)
/* compiled from: NativeModulesProxyModule.kt */
final class NativeModulesProxyModule$definition$1$1 extends Lambda implements Function0<Map<String, ? extends Object>> {
    final /* synthetic */ NativeModulesProxyModule this$0;

    /* JADX INFO: super call moved to the top of the method (can break code semantics) */
    NativeModulesProxyModule$definition$1$1(NativeModulesProxyModule nativeModulesProxyModule) {
        super(0);
        this.this$0 = nativeModulesProxyModule;
    }

    public final Map<String, Object> invoke() {
        NativeModulesProxy nativeModulesProxy;
        WeakReference<NativeModulesProxy> legacyModulesProxyHolder$expo_modules_core_release = this.this$0.getAppContext().getLegacyModulesProxyHolder$expo_modules_core_release();
        Map<String, Object> map = null;
        if (!(legacyModulesProxyHolder$expo_modules_core_release == null || (nativeModulesProxy = (NativeModulesProxy) legacyModulesProxyHolder$expo_modules_core_release.get()) == null)) {
            map = nativeModulesProxy.getConstants();
        }
        return map == null ? MapsKt.emptyMap() : map;
    }
}
    
Download file