mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
12 lines
393 B
Java
12 lines
393 B
Java
package androidx.media3.exoplayer.offline;
|
|
|
|
import java.util.concurrent.Executor;
|
|
|
|
/* compiled from: D8$$SyntheticClass */
|
|
/* loaded from: classes2.dex */
|
|
public final /* synthetic */ class DefaultDownloaderFactory$$ExternalSyntheticLambda0 implements Executor {
|
|
@Override // java.util.concurrent.Executor
|
|
public final void execute(Runnable runnable) {
|
|
runnable.run();
|
|
}
|
|
}
|