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

31 lines
865 B
Java

package c.i.a.f.i.b;
import android.os.RemoteException;
import com.google.android.gms.measurement.internal.zzn;
/* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */
public final class e8 implements Runnable {
public final /* synthetic */ zzn i;
public final /* synthetic */ q7 j;
public e8(q7 q7Var, zzn zzn) {
this.j = q7Var;
this.i = zzn;
}
@Override // java.lang.Runnable
public final void run() {
q7 q7Var = this.j;
i3 i3Var = q7Var.d;
if (i3Var == null) {
q7Var.g().f.a("Failed to send consent settings to service");
return;
}
try {
i3Var.m(this.i);
this.j.F();
} catch (RemoteException e) {
this.j.g().f.b("Failed to send consent settings to the service", e);
}
}
}