You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
315 B

package p014e0;
import android.os.Handler;
import android.os.Looper;
/* renamed from: e0.b */
/* loaded from: classes.dex */
public class C0644b {
/* renamed from: a */
public static Handler m3225a() {
return Looper.myLooper() == null ? new Handler(Looper.getMainLooper()) : new Handler();
}
}