Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
27
apk_decompiled/sources/androidx/lifecycle/K.java
Normal file
27
apk_decompiled/sources/androidx/lifecycle/K.java
Normal file
@@ -0,0 +1,27 @@
|
||||
package androidx.lifecycle;
|
||||
|
||||
import kotlin.jvm.internal.Intrinsics;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public final class K {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public B f3294a;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public H f3295b;
|
||||
|
||||
public final void a(J j4, A event) {
|
||||
Intrinsics.checkNotNullParameter(event, "event");
|
||||
B a2 = event.a();
|
||||
B state1 = this.f3294a;
|
||||
Intrinsics.checkNotNullParameter(state1, "state1");
|
||||
if (a2.compareTo(state1) < 0) {
|
||||
state1 = a2;
|
||||
}
|
||||
this.f3294a = state1;
|
||||
Intrinsics.checkNotNull(j4);
|
||||
this.f3295b.onStateChanged(j4, event);
|
||||
this.f3294a = a2;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user