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.
24 lines
489 B
24 lines
489 B
package p067w;
|
|
|
|
import android.content.res.Configuration;
|
|
|
|
/* renamed from: w.o */
|
|
/* loaded from: classes.dex */
|
|
public final class C1786o {
|
|
|
|
/* renamed from: a */
|
|
public final boolean f4510a;
|
|
|
|
/* renamed from: b */
|
|
public final Configuration f4511b;
|
|
|
|
public C1786o(boolean z) {
|
|
this.f4510a = z;
|
|
this.f4511b = null;
|
|
}
|
|
|
|
public C1786o(boolean z, Configuration configuration) {
|
|
this.f4510a = z;
|
|
this.f4511b = configuration;
|
|
}
|
|
} |