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

28 lines
639 B
Java

package c.i.a.f.i.b;
/* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */
public abstract class a5 extends z1 {
public boolean b;
public a5(u4 u4Var) {
super(u4Var);
this.a.F++;
}
public final void t() {
if (!this.b) {
throw new IllegalStateException("Not initialized");
}
}
public final void u() {
if (this.b) {
throw new IllegalStateException("Can't initialize twice");
} else if (!v()) {
this.a.G.incrementAndGet();
this.b = true;
}
}
public abstract boolean v();
}