- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
18 lines
429 B
Java
18 lines
429 B
Java
package androidx.core.os;
|
|
|
|
import kotlin.jvm.functions.Function0;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class HandlerKt$postAtTime$runnable$1 implements Runnable {
|
|
final /* synthetic */ Function0 $action;
|
|
|
|
public HandlerKt$postAtTime$runnable$1(Function0 function0) {
|
|
this.$action = function0;
|
|
}
|
|
|
|
@Override // java.lang.Runnable
|
|
public final void run() {
|
|
this.$action.invoke();
|
|
}
|
|
}
|