discord-jadx/app/src/main/java/com/discord/stores/StoreAuditLog$observeAuditL...

19 lines
646 B
Java

package com.discord.stores;
import com.discord.stores.StoreAuditLog;
import rx.functions.Action1;
/* compiled from: StoreAuditLog.kt */
public final class StoreAuditLog$observeAuditLogState$2<T> implements Action1<StoreAuditLog.AuditLogState> {
public final /* synthetic */ long $guildId;
public final /* synthetic */ StoreAuditLog this$0;
public StoreAuditLog$observeAuditLogState$2(StoreAuditLog storeAuditLog, long j) {
this.this$0 = storeAuditLog;
this.$guildId = j;
}
public final void call(StoreAuditLog.AuditLogState auditLogState) {
this.this$0.fetchAuditLogIfNeeded(this.$guildId);
}
}