mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-25 16:42:30 -06:00
15 lines
936 B
Java
15 lines
936 B
Java
|
package androidx.lifecycle;
|
||
|
|
||
|
import kotlin.Metadata;
|
||
|
import kotlin.jvm.internal.Intrinsics;
|
||
|
|
||
|
/* compiled from: LifecycleOwner.kt */
|
||
|
@Metadata(d1 = {"\u0000\u000e\n\u0000\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0003\"\u0015\u0010\u0000\u001a\u00020\u0001*\u00020\u00028F¢\u0006\u0006\u001a\u0004\b\u0003\u0010\u0004¨\u0006\u0005"}, d2 = {"lifecycleScope", "Landroidx/lifecycle/LifecycleCoroutineScope;", "Landroidx/lifecycle/LifecycleOwner;", "getLifecycleScope", "(Landroidx/lifecycle/LifecycleOwner;)Landroidx/lifecycle/LifecycleCoroutineScope;", "lifecycle-common"}, k = 2, mv = {1, 8, 0}, xi = 48)
|
||
|
/* loaded from: classes2.dex */
|
||
|
public final class LifecycleOwnerKt {
|
||
|
public static final LifecycleCoroutineScope getLifecycleScope(LifecycleOwner lifecycleOwner) {
|
||
|
Intrinsics.checkNotNullParameter(lifecycleOwner, "<this>");
|
||
|
return LifecycleKt.getCoroutineScope(lifecycleOwner.getLifecycle());
|
||
|
}
|
||
|
}
|