24 lines
922 B
Java
24 lines
922 B
Java
|
package com.airbnb.deeplinkdispatch;
|
||
|
|
||
|
import o.AbstractC14961gcz;
|
||
|
import o.InterfaceC14890gbN;
|
||
|
import o.gdZ;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
final class DeepLinkMatchResult$firstPlaceholderIndex$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.componentParamPrefixChar, 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$firstPlaceholderIndex$2(DeepLinkMatchResult deepLinkMatchResult) {
|
||
|
super(0);
|
||
|
this.this$0 = deepLinkMatchResult;
|
||
|
}
|
||
|
}
|