65 lines
3.1 KiB
Java
65 lines
3.1 KiB
Java
package com.airbnb.deeplinkdispatch;
|
|
|
|
import o.AbstractC14961gcz;
|
|
import o.InterfaceC14890gbN;
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
/* loaded from: classes.dex */
|
|
public final class DeepLinkMatchResult$firstNonConcreteIndex$2 extends AbstractC14961gcz implements InterfaceC14890gbN<Integer> {
|
|
final DeepLinkMatchResult this$0;
|
|
|
|
/* JADX WARN: Can't rename method to resolve collision */
|
|
/* JADX WARN: Code restructure failed: missing block: B:4:0x000f, code lost:
|
|
|
|
if (r0 != (-1)) goto L6;
|
|
*/
|
|
@Override // o.InterfaceC14890gbN
|
|
/*
|
|
Code decompiled incorrectly, please refer to instructions dump.
|
|
To view partially-correct add '--show-bad-code' argument
|
|
*/
|
|
public final java.lang.Integer invoke() {
|
|
/*
|
|
r2 = this;
|
|
com.airbnb.deeplinkdispatch.DeepLinkMatchResult r0 = r2.this$0
|
|
int r0 = com.airbnb.deeplinkdispatch.DeepLinkMatchResult.access$getFirstPlaceholderIndex(r0)
|
|
r1 = -1
|
|
if (r0 != r1) goto L11
|
|
com.airbnb.deeplinkdispatch.DeepLinkMatchResult r0 = r2.this$0
|
|
int r0 = com.airbnb.deeplinkdispatch.DeepLinkMatchResult.access$getFirstConfigurablePathSegmentIndex(r0)
|
|
if (r0 == r1) goto L3f
|
|
L11:
|
|
com.airbnb.deeplinkdispatch.DeepLinkMatchResult r0 = r2.this$0
|
|
int r0 = com.airbnb.deeplinkdispatch.DeepLinkMatchResult.access$getFirstConfigurablePathSegmentIndex(r0)
|
|
if (r0 != r1) goto L20
|
|
com.airbnb.deeplinkdispatch.DeepLinkMatchResult r0 = r2.this$0
|
|
int r1 = com.airbnb.deeplinkdispatch.DeepLinkMatchResult.access$getFirstPlaceholderIndex(r0)
|
|
goto L3f
|
|
L20:
|
|
com.airbnb.deeplinkdispatch.DeepLinkMatchResult r0 = r2.this$0
|
|
int r0 = com.airbnb.deeplinkdispatch.DeepLinkMatchResult.access$getFirstPlaceholderIndex(r0)
|
|
if (r0 != r1) goto L2f
|
|
com.airbnb.deeplinkdispatch.DeepLinkMatchResult r0 = r2.this$0
|
|
int r1 = com.airbnb.deeplinkdispatch.DeepLinkMatchResult.access$getFirstConfigurablePathSegmentIndex(r0)
|
|
goto L3f
|
|
L2f:
|
|
com.airbnb.deeplinkdispatch.DeepLinkMatchResult r0 = r2.this$0
|
|
int r0 = com.airbnb.deeplinkdispatch.DeepLinkMatchResult.access$getFirstConfigurablePathSegmentIndex(r0)
|
|
com.airbnb.deeplinkdispatch.DeepLinkMatchResult r1 = r2.this$0
|
|
int r1 = com.airbnb.deeplinkdispatch.DeepLinkMatchResult.access$getFirstPlaceholderIndex(r1)
|
|
int r1 = java.lang.Math.min(r0, r1)
|
|
L3f:
|
|
java.lang.Integer r0 = java.lang.Integer.valueOf(r1)
|
|
return r0
|
|
*/
|
|
throw new UnsupportedOperationException("Method not decompiled: com.airbnb.deeplinkdispatch.DeepLinkMatchResult$firstNonConcreteIndex$2.invoke():java.lang.Integer");
|
|
}
|
|
|
|
/* 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$firstNonConcreteIndex$2(DeepLinkMatchResult deepLinkMatchResult) {
|
|
super(0);
|
|
this.this$0 = deepLinkMatchResult;
|
|
}
|
|
}
|