discord-jadx/app/src/main/java/com/discord/widgets/chat/input/sticker/StickerPickerFeatureFlag$ob...

20 lines
832 B
Java

package com.discord.widgets.chat.input.sticker;
import com.discord.models.experiments.domain.Experiment;
import d0.z.d.m;
import rx.functions.Action1;
/* compiled from: StickerPickerFeatureFlag.kt */
public final class StickerPickerFeatureFlag$observeExperiment$1<T> implements Action1<Experiment> {
public final /* synthetic */ StickerPickerFeatureFlag this$0;
public StickerPickerFeatureFlag$observeExperiment$1(StickerPickerFeatureFlag stickerPickerFeatureFlag) {
this.this$0 = stickerPickerFeatureFlag;
}
public final void call(Experiment experiment) {
StickerPickerFeatureFlag stickerPickerFeatureFlag = this.this$0;
m.checkNotNullExpressionValue(experiment, "experiment");
StickerPickerFeatureFlag.access$writeExperimentToCache(stickerPickerFeatureFlag, experiment);
}
}