27 lines
		
	
	
		
			943 B
		
	
	
	
		
			Java
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			943 B
		
	
	
	
		
			Java
		
	
	
	
	
	
| package androidx.activity;
 | |
| 
 | |
| import kotlin.Metadata;
 | |
| import kotlin.Unit;
 | |
| import kotlin.jvm.functions.Function0;
 | |
| import kotlin.jvm.internal.FunctionReferenceImpl;
 | |
| 
 | |
| /* compiled from: OnBackPressedDispatcher.kt */
 | |
| @Metadata(k = 3, mv = {1, 8, 0}, xi = 48)
 | |
| /* loaded from: classes.dex */
 | |
| /* synthetic */ class OnBackPressedDispatcher$addCallback$1 extends FunctionReferenceImpl implements Function0<Unit> {
 | |
|     OnBackPressedDispatcher$addCallback$1(Object obj) {
 | |
|         super(0, obj, OnBackPressedDispatcher.class, "updateEnabledCallbacks", "updateEnabledCallbacks()V", 0);
 | |
|     }
 | |
| 
 | |
|     @Override // kotlin.jvm.functions.Function0
 | |
|     public /* bridge */ /* synthetic */ Unit invoke() {
 | |
|         invoke2();
 | |
|         return Unit.INSTANCE;
 | |
|     }
 | |
| 
 | |
|     /* renamed from: invoke, reason: avoid collision after fix types in other method */
 | |
|     public final void invoke2() {
 | |
|         ((OnBackPressedDispatcher) this.receiver).updateEnabledCallbacks();
 | |
|     }
 | |
| }
 |