discord-jadx/app/src/main/java/com/discord/stores/StoreNotices$clearSeen$1.java

23 lines
743 B
Java

package com.discord.stores;
import d0.z.d.m;
import d0.z.d.o;
import java.util.HashMap;
import kotlin.jvm.functions.Function1;
/* compiled from: StoreNotices.kt */
public final class StoreNotices$clearSeen$1 extends o implements Function1<HashMap<String, Long>, HashMap<String, Long>> {
public final /* synthetic */ String $noticeName;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreNotices$clearSeen$1(String str) {
super(1);
this.$noticeName = str;
}
public final HashMap<String, Long> invoke(HashMap<String, Long> hashMap) {
m.checkNotNullParameter(hashMap, "cache");
hashMap.remove(this.$noticeName);
return hashMap;
}
}