discord-jadx/app/src/main/java/com/discord/stores/StoreOutboundPromotions$han...

20 lines
854 B
Java

package com.discord.stores;
import com.discord.api.premium.OutboundPromotion;
import java.util.List;
import java.util.concurrent.Callable;
/* compiled from: StoreOutboundPromotions.kt */
public final class StoreOutboundPromotions$handleConnectionOpen$1<V> implements Callable<List<? extends OutboundPromotion>> {
public final /* synthetic */ StoreOutboundPromotions this$0;
public StoreOutboundPromotions$handleConnectionOpen$1(StoreOutboundPromotions storeOutboundPromotions) {
this.this$0 = storeOutboundPromotions;
}
/* Return type fixed from 'java.util.List<com.discord.api.premium.OutboundPromotion>' to match base method */
@Override // java.util.concurrent.Callable
public final List<? extends OutboundPromotion> call() {
return StoreOutboundPromotions.access$getStubActivePromos$p(this.this$0);
}
}