package com.discord.stores; import com.discord.stores.StoreAuditLog; import rx.functions.Action1; /* compiled from: StoreAuditLog.kt */ public final class StoreAuditLog$observeAuditLogState$2 implements Action1 { 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); } }