package com.discord.stores; import d0.z.d.m; import rx.functions.Func2; /* compiled from: StoreUserSettings.kt */ public final class StoreUserSettings$observeStickerAnimationSettings$1$1 implements Func2 { public static final StoreUserSettings$observeStickerAnimationSettings$1$1 INSTANCE = new StoreUserSettings$observeStickerAnimationSettings$1$1(); public final Integer call(Integer num, Boolean bool) { if (num == null || num.intValue() != 0) { return num; } m.checkNotNullExpressionValue(bool, "useReducedMotion"); if (bool.booleanValue()) { return 1; } return num; } }