discord-jadx/app/src/main/java/com/discord/stores/StoreUserGuildSettings$obse...

23 lines
898 B
Java

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