what-the-bank/sources/com/airbnb/deeplinkdispatch/BaseDeepLinkDelegate$create...

27 lines
908 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.airbnb.deeplinkdispatch;
import android.content.Intent;
import android.os.Bundle;
import o.AbstractC14961gcz;
import o.C14957gcv;
import o.InterfaceC14937gcb;
/* loaded from: classes.dex */
final class BaseDeepLinkDelegate$createResult$1$1 extends AbstractC14961gcz implements InterfaceC14937gcb<String, Object, Boolean> {
final Intent $intent;
@Override // o.InterfaceC14937gcb
public final Boolean invoke(String str, Object obj) {
C14957gcv.e(str, "");
Bundle extras = this.$intent.getExtras();
return Boolean.valueOf(!(extras != null && extras.containsKey(str)));
}
/* JADX INFO: Access modifiers changed from: package-private */
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public BaseDeepLinkDelegate$createResult$1$1(Intent intent) {
super(2);
this.$intent = intent;
}
}