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

23 lines
861 B
Java

package com.discord.stores;
import d0.z.d.o;
import kotlin.jvm.functions.Function0;
/* compiled from: StoreOutboundPromotions.kt */
public final class StoreOutboundPromotions$observeUnseenCount$1 extends o implements Function0<Integer> {
public final /* synthetic */ StoreOutboundPromotions this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreOutboundPromotions$observeUnseenCount$1(StoreOutboundPromotions storeOutboundPromotions) {
super(0);
this.this$0 = storeOutboundPromotions;
}
/* Return type fixed from 'int' to match base method */
/* JADX WARNING: Unknown variable types count: 1 */
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final Integer mo1invoke() {
return this.this$0.getUnseenCount();
}
}