ADD week 5
This commit is contained in:
		
							
								
								
									
										14
									
								
								02-Easy5/E5/sources/androidx/lifecycle/LifecycleOwnerKt.java
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								02-Easy5/E5/sources/androidx/lifecycle/LifecycleOwnerKt.java
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,14 @@ | ||||
| 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: classes.dex */ | ||||
| public final class LifecycleOwnerKt { | ||||
|     public static final LifecycleCoroutineScope getLifecycleScope(LifecycleOwner lifecycleOwner) { | ||||
|         Intrinsics.checkNotNullParameter(lifecycleOwner, "<this>"); | ||||
|         return LifecycleKt.getCoroutineScope(lifecycleOwner.getLifecycle()); | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user