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.
17 lines
585 B
17 lines
585 B
package p060t1;
|
|
|
|
import java.util.concurrent.CancellationException;
|
|
import p012d1.InterfaceC0633f;
|
|
|
|
/* renamed from: t1.z0 */
|
|
/* loaded from: classes.dex */
|
|
public final /* synthetic */ class C1733z0 {
|
|
/* renamed from: a */
|
|
public static final void m493a(InterfaceC0633f interfaceC0633f, CancellationException cancellationException) {
|
|
InterfaceC1723v0 interfaceC1723v0 = (InterfaceC1723v0) interfaceC0633f.get(InterfaceC1723v0.f3953c);
|
|
if (interfaceC1723v0 == null) {
|
|
return;
|
|
}
|
|
interfaceC1723v0.mo506j(cancellationException);
|
|
}
|
|
} |