discord-jadx/app/src/main/java/c/i/a/f/i/b/g6.java

26 lines
879 B
Java

package c.i.a.f.i.b;
/* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */
public final class g6 implements Runnable {
public final /* synthetic */ boolean i;
public final /* synthetic */ c6 j;
public g6(c6 c6Var, boolean z2) {
this.j = c6Var;
this.i = z2;
}
@Override // java.lang.Runnable
public final void run() {
boolean d = this.j.a.d();
boolean B = this.j.a.B();
this.j.a.B = Boolean.valueOf(this.i);
if (B == this.i) {
this.j.a.g().n.b("Default data collection state already set to", Boolean.valueOf(this.i));
}
if (this.j.a.d() == d || this.j.a.d() != this.j.a.B()) {
this.j.a.g().k.c("Default data collection is different than actual status", Boolean.valueOf(this.i), Boolean.valueOf(d));
}
this.j.P();
}
}