what-the-bank/sources/com/airbnb/deeplinkdispatch/DeepLinkMatchResult$firstCo...

24 lines
955 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.airbnb.deeplinkdispatch;
import o.AbstractC14961gcz;
import o.InterfaceC14890gbN;
import o.gdZ;
/* loaded from: classes.dex */
final class DeepLinkMatchResult$firstConfigurablePathSegmentIndex$2 extends AbstractC14961gcz implements InterfaceC14890gbN<Integer> {
final DeepLinkMatchResult this$0;
/* JADX WARN: Can't rename method to resolve collision */
@Override // o.InterfaceC14890gbN
public final Integer invoke() {
return Integer.valueOf(gdZ.a((CharSequence) this.this$0.getDeeplinkEntry().getUriTemplate(), UrlTreeKt.configurablePathSegmentPrefixChar, 0, false));
}
/* JADX INFO: Access modifiers changed from: package-private */
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public DeepLinkMatchResult$firstConfigurablePathSegmentIndex$2(DeepLinkMatchResult deepLinkMatchResult) {
super(0);
this.this$0 = deepLinkMatchResult;
}
}