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

19 lines
646 B
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
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);
}
}