33 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Java
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Java
		
	
	
	
	
	
| package androidx.activity.contextaware;
 | |
| 
 | |
| import kotlin.Metadata;
 | |
| import kotlin.Unit;
 | |
| import kotlin.jvm.functions.Function1;
 | |
| import kotlin.jvm.internal.Lambda;
 | |
| 
 | |
| /* compiled from: ContextAware.kt */
 | |
| @Metadata(d1 = {"\u0000\u0010\n\u0000\n\u0002\u0010\u0002\n\u0002\b\u0002\n\u0002\u0010\u0003\n\u0000\u0010\u0000\u001a\u00020\u0001\"\u0004\b\u0000\u0010\u00022\b\u0010\u0003\u001a\u0004\u0018\u00010\u0004H\n¢\u0006\u0002\b\u0005"}, d2 = {"<anonymous>", "", "R", "it", "", "invoke"}, k = 3, mv = {1, 8, 0}, xi = 176)
 | |
| /* loaded from: classes.dex */
 | |
| final class ContextAwareKt$withContextAvailable$2$1 extends Lambda implements Function1<Throwable, Unit> {
 | |
|     final /* synthetic */ ContextAwareKt$withContextAvailable$2$listener$1 $listener;
 | |
|     final /* synthetic */ ContextAware $this_withContextAvailable;
 | |
| 
 | |
|     /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
 | |
|     public ContextAwareKt$withContextAvailable$2$1(ContextAware contextAware, ContextAwareKt$withContextAvailable$2$listener$1 contextAwareKt$withContextAvailable$2$listener$1) {
 | |
|         super(1);
 | |
|         this.$this_withContextAvailable = contextAware;
 | |
|         this.$listener = contextAwareKt$withContextAvailable$2$listener$1;
 | |
|     }
 | |
| 
 | |
|     @Override // kotlin.jvm.functions.Function1
 | |
|     public /* bridge */ /* synthetic */ Unit invoke(Throwable th) {
 | |
|         invoke2(th);
 | |
|         return Unit.INSTANCE;
 | |
|     }
 | |
| 
 | |
|     /* renamed from: invoke, reason: avoid collision after fix types in other method */
 | |
|     public final void invoke2(Throwable th) {
 | |
|         this.$this_withContextAvailable.removeOnContextAvailableListener(this.$listener);
 | |
|     }
 | |
| }
 |