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

35 lines
1.0 KiB
Java

package c.i.a.f.i.b;
import android.os.RemoteException;
/* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */
public final class w7 implements Runnable {
public final /* synthetic */ i7 i;
public final /* synthetic */ q7 j;
public w7(q7 q7Var, i7 i7Var) {
this.j = q7Var;
this.i = i7Var;
}
@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 current screen to service");
return;
}
try {
i7 i7Var = this.i;
if (i7Var == null) {
i3Var.F(0, null, null, q7Var.a.b.getPackageName());
} else {
i3Var.F(i7Var.f1157c, i7Var.a, i7Var.b, q7Var.a.b.getPackageName());
}
this.j.F();
} catch (RemoteException e) {
this.j.g().f.b("Failed to send current screen to the service", e);
}
}
}