discord-jadx/app/src/main/java/com/discord/stores/StoreThreadsJoined$observeJoinedThreads$1.java
2021-11-01 08:19:03 +01:00

23 lines
1 KiB
Java

package com.discord.stores;
import com.discord.stores.StoreThreadsJoined;
import d0.z.d.o;
import java.util.Map;
import kotlin.jvm.functions.Function0;
/* compiled from: StoreThreadsJoined.kt */
public final class StoreThreadsJoined$observeJoinedThreads$1 extends o implements Function0<Map<Long, ? extends StoreThreadsJoined.JoinedThread>> {
public final /* synthetic */ StoreThreadsJoined this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreThreadsJoined$observeJoinedThreads$1(StoreThreadsJoined storeThreadsJoined) {
super(0);
this.this$0 = storeThreadsJoined;
}
/* Return type fixed from 'java.util.Map<java.lang.Long, com.discord.stores.StoreThreadsJoined$JoinedThread>' to match base method */
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final Map<Long, ? extends StoreThreadsJoined.JoinedThread> mo1invoke() {
return StoreThreadsJoined.access$getAllJoinedThreads(this.this$0);
}
}