14 lines
317 B
Java
14 lines
317 B
Java
|
package o;
|
||
|
|
||
|
import android.window.OnBackInvokedCallback;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public final /* synthetic */ class jbe implements OnBackInvokedCallback {
|
||
|
public final Runnable b;
|
||
|
|
||
|
@Override // android.window.OnBackInvokedCallback
|
||
|
public final void onBackInvoked() {
|
||
|
this.b.run();
|
||
|
}
|
||
|
}
|