discord-jadx/app/src/main/java/com/discord/stores/StoreGooglePlayPurchases$do...

24 lines
1.1 KiB
Java

package com.discord.stores;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: StoreGooglePlayPurchases.kt */
public final /* synthetic */ class StoreGooglePlayPurchases$doDowngrade$1 extends k implements Function1<Throwable, Boolean> {
public StoreGooglePlayPurchases$doDowngrade$1(StoreGooglePlayPurchases storeGooglePlayPurchases) {
super(1, storeGooglePlayPurchases, StoreGooglePlayPurchases.class, "shouldRetryDowngrade", "shouldRetryDowngrade(Ljava/lang/Throwable;)Z", 0);
}
/* Return type fixed from 'java.lang.Object' to match base method */
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
@Override // kotlin.jvm.functions.Function1
public /* bridge */ /* synthetic */ Boolean invoke(Throwable th) {
return Boolean.valueOf(invoke(th));
}
public final boolean invoke(Throwable th) {
m.checkNotNullParameter(th, "p1");
return StoreGooglePlayPurchases.access$shouldRetryDowngrade((StoreGooglePlayPurchases) this.receiver, th);
}
}