discord-jadx/app/src/main/java/defpackage/g.java

31 lines
874 B
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
package defpackage;
import android.view.View;
2022-03-15 17:00:47 +00:00
import b.a.a.a0.c;
2021-11-08 18:25:28 +00:00
import com.discord.stores.StoreGifting;
import com.discord.stores.StoreStream;
2021-06-27 20:44:35 +00:00
/* compiled from: java-style lambda group */
/* renamed from: g reason: default package */
2022-03-30 16:43:10 +00:00
/* loaded from: classes2.dex */
2021-06-27 20:44:35 +00:00
public final class g implements View.OnClickListener {
2021-12-17 22:03:14 +00:00
public final /* synthetic */ int j;
public final /* synthetic */ Object k;
2021-06-27 20:44:35 +00:00
public g(int i, Object obj) {
2021-12-17 22:03:14 +00:00
this.j = i;
this.k = obj;
2021-06-27 20:44:35 +00:00
}
@Override // android.view.View.OnClickListener
public final void onClick(View view) {
2021-12-17 22:03:14 +00:00
int i = this.j;
2021-06-27 20:44:35 +00:00
if (i == 0) {
2021-12-17 22:03:14 +00:00
StoreStream.Companion.getGifting().acceptGift(((StoreGifting.GiftState.RedeemedFailed) this.k).getGift());
2021-06-27 20:44:35 +00:00
} else if (i == 1) {
2021-12-17 22:03:14 +00:00
((c) this.k).dismiss();
2021-06-27 20:44:35 +00:00
} else {
throw null;
}
}
}