正在查看: Bhakti v5.4.0 应用的 PaymentFailedActivity.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Bhakti v5.4.0 应用的 PaymentFailedActivity.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package com.vlv.aravali.payments.common.ui;
import Qn.AbstractC0210b;
import Vj.Je;
import Vl.U0;
import android.os.Bundle;
import android.os.Handler;
import android.os.Looper;
import android.os.Parcel;
import android.os.Parcelable;
import android.view.View;
import android.view.animation.Animation;
import android.view.animation.AnimationUtils;
import android.widget.FrameLayout;
import androidx.appcompat.widget.AppCompatImageView;
import androidx.compose.ui.platform.ComposeView;
import androidx.lifecycle.i0;
import androidx.lifecycle.q0;
import ap.q1;
import com.google.android.material.card.MaterialCardView;
import com.vlv.aravali.KukuFMApplication;
import com.vlv.aravali.common.models.Author;
import com.vlv.aravali.common.models.CUPart;
import com.vlv.aravali.common.models.Content;
import com.vlv.aravali.common.models.ContentType;
import com.vlv.aravali.common.models.Credits;
import com.vlv.aravali.common.models.Genre;
import com.vlv.aravali.common.models.ImageSize;
import com.vlv.aravali.common.models.Language;
import com.vlv.aravali.common.models.OtherImages;
import com.vlv.aravali.common.models.SearchMeta;
import com.vlv.aravali.common.models.Show;
import com.vlv.aravali.common.models.advertisement.Ad;
import com.vlv.aravali.model.WebViewData;
import com.vlv.aravali.payments.common.PaymentFailedEvents$AttachStyledPlayerView;
import com.vlv.aravali.payments.common.data.SubscriptionMeta;
import com.vlv.aravali.views.activities.WebViewActivity;
import com.vlv.aravali.views.activities.g0;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import kotlin.Metadata;
import kotlin.Unit;
import kotlin.coroutines.CoroutineContext;
import kotlin.jvm.internal.DefaultConstructorMarker;
import kotlin.jvm.internal.Intrinsics;
@Metadata
public final class PaymentFailedActivity extends Hilt_PaymentFailedActivity {
static final Gp.j[] $$delegatedProperties;
public static final int $stable;
public static final B Companion;
public static final String START_PARAM = "startParam";
public static final String TAG = "PaymentFailedActivity";
private boolean mIsTrailerPlayerInitialised;
private MaterialCardView mTrailerLayout;
private FrameLayout playPauseButtonFl;
private AppCompatImageView playPauseButtonIv;
private Zm.h trailerPlayerListener;
private MaterialCardView volumeButton;
private AppCompatImageView volumeButtonIv;
private final Ri.a mBinding$delegate = new Ri.a(Je.class);
private long mTotalDuration = 1;
private final mp.m viewModel$delegate = new B4.v(kotlin.jvm.internal.J.a(O.class), new G(this, 0), new A(this, 0), new G(this, 1));
private final Runnable runnable = new U0(this, 24);
private Handler handler = new Handler(Looper.getMainLooper());
@Metadata
public static final class PaymentFailedStartParam implements Parcelable {
public static final int $stable = 8;
public static final Parcelable.Creator<PaymentFailedStartParam> CREATOR = new C();
private String phoneNumber;
private boolean showCallback;
private boolean showHelpAndSupport;
private Serializable subscriptionMeta;
private String text1;
private String text2;
private String videoHls;
private String videoUrl;
public PaymentFailedStartParam() {
this(null, null, false, false, null, null, null, null, 255, null);
}
public final String component1() {
return this.videoUrl;
}
public final String component2() {
return this.videoHls;
}
public final boolean component3() {
return this.showCallback;
}
public final boolean component4() {
return this.showHelpAndSupport;
}
public final String component5() {
return this.phoneNumber;
}
public final String component6() {
return this.text1;
}
public final String component7() {
return this.text2;
}
public final Serializable component8() {
return this.subscriptionMeta;
}
public final PaymentFailedStartParam copy(String str, String str2, boolean z, boolean z2, String str3, String str4, String str5, Serializable serializable) {
Intrinsics.checkNotNullParameter(str, "videoUrl");
Intrinsics.checkNotNullParameter(str2, "videoHls");
Intrinsics.checkNotNullParameter(str3, "phoneNumber");
Intrinsics.checkNotNullParameter(str4, "text1");
Intrinsics.checkNotNullParameter(str5, "text2");
return new PaymentFailedStartParam(str, str2, z, z2, str3, str4, str5, serializable);
}
@Override
public final int describeContents() {
return 0;
}
public boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof PaymentFailedStartParam)) {
return false;
}
PaymentFailedStartParam paymentFailedStartParam = (PaymentFailedStartParam) obj;
return Intrinsics.c(this.videoUrl, paymentFailedStartParam.videoUrl) && Intrinsics.c(this.videoHls, paymentFailedStartParam.videoHls) && this.showCallback == paymentFailedStartParam.showCallback && this.showHelpAndSupport == paymentFailedStartParam.showHelpAndSupport && Intrinsics.c(this.phoneNumber, paymentFailedStartParam.phoneNumber) && Intrinsics.c(this.text1, paymentFailedStartParam.text1) && Intrinsics.c(this.text2, paymentFailedStartParam.text2) && Intrinsics.c(this.subscriptionMeta, paymentFailedStartParam.subscriptionMeta);
}
public final String getPhoneNumber() {
return this.phoneNumber;
}
public final boolean getShowCallback() {
return this.showCallback;
}
public final boolean getShowHelpAndSupport() {
return this.showHelpAndSupport;
}
public final Serializable getSubscriptionMeta() {
return this.subscriptionMeta;
}
public final String getText1() {
return this.text1;
}
public final String getText2() {
return this.text2;
}
public final String getVideoHls() {
return this.videoHls;
}
public final String getVideoUrl() {
return this.videoUrl;
}
public int hashCode() {
int h = AbstractC0210b.h(AbstractC0210b.h(AbstractC0210b.h((((AbstractC0210b.h(this.videoUrl.hashCode() * 31, 31, this.videoHls) + (this.showCallback ? 1231 : 1237)) * 31) + (this.showHelpAndSupport ? 1231 : 1237)) * 31, 31, this.phoneNumber), 31, this.text1), 31, this.text2);
Serializable serializable = this.subscriptionMeta;
return h + (serializable == null ? 0 : serializable.hashCode());
}
public final void setPhoneNumber(String str) {
Intrinsics.checkNotNullParameter(str, "<set-?>");
this.phoneNumber = str;
}
public final void setShowCallback(boolean z) {
this.showCallback = z;
}
public final void setShowHelpAndSupport(boolean z) {
this.showHelpAndSupport = z;
}
public final void setSubscriptionMeta(Serializable serializable) {
this.subscriptionMeta = serializable;
}
public final void setText1(String str) {
Intrinsics.checkNotNullParameter(str, "<set-?>");
this.text1 = str;
}
public final void setText2(String str) {
Intrinsics.checkNotNullParameter(str, "<set-?>");
this.text2 = str;
}
public final void setVideoHls(String str) {
Intrinsics.checkNotNullParameter(str, "<set-?>");
this.videoHls = str;
}
public final void setVideoUrl(String str) {
Intrinsics.checkNotNullParameter(str, "<set-?>");
this.videoUrl = str;
}
public String toString() {
String str = this.videoUrl;
String str2 = this.videoHls;
boolean z = this.showCallback;
boolean z2 = this.showHelpAndSupport;
String str3 = this.phoneNumber;
String str4 = this.text1;
String str5 = this.text2;
Serializable serializable = this.subscriptionMeta;
StringBuilder x = Ai.o.x("PaymentFailedStartParam(videoUrl=", str, ", videoHls=", str2, ", showCallback=");
io.sentry.config.d.J(x, z, ", showHelpAndSupport=", z2, ", phoneNumber=");
Ii.b.x(x, str3, ", text1=", str4, ", text2=");
x.append(str5);
x.append(", subscriptionMeta=");
x.append(serializable);
x.append(")");
return x.toString();
}
@Override
public final void writeToParcel(Parcel parcel, int i) {
Intrinsics.checkNotNullParameter(parcel, "dest");
parcel.writeString(this.videoUrl);
parcel.writeString(this.videoHls);
parcel.writeInt(this.showCallback ? 1 : 0);
parcel.writeInt(this.showHelpAndSupport ? 1 : 0);
parcel.writeString(this.phoneNumber);
parcel.writeString(this.text1);
parcel.writeString(this.text2);
parcel.writeSerializable(this.subscriptionMeta);
}
public PaymentFailedStartParam(String str, String str2, boolean z, boolean z2, String str3, String str4, String str5, Serializable serializable) {
Intrinsics.checkNotNullParameter(str, "videoUrl");
Intrinsics.checkNotNullParameter(str2, "videoHls");
Intrinsics.checkNotNullParameter(str3, "phoneNumber");
Intrinsics.checkNotNullParameter(str4, "text1");
Intrinsics.checkNotNullParameter(str5, "text2");
this.videoUrl = str;
this.videoHls = str2;
this.showCallback = z;
this.showHelpAndSupport = z2;
this.phoneNumber = str3;
this.text1 = str4;
this.text2 = str5;
this.subscriptionMeta = serializable;
}
public PaymentFailedStartParam(String str, String str2, boolean z, boolean z2, String str3, String str4, String str5, Serializable serializable, int i, DefaultConstructorMarker defaultConstructorMarker) {
this((i & 1) != 0 ? "" : str, (i & 2) != 0 ? "" : str2, (i & 4) != 0 ? false : z, (i & 8) != 0 ? true : z2, (i & 16) != 0 ? "" : str3, (i & 32) != 0 ? "" : str4, (i & 64) == 0 ? str5 : "", (i & 128) != 0 ? null : serializable);
}
}
static {
Gp.j a = new kotlin.jvm.internal.A(PaymentFailedActivity.class, "mBinding", "getMBinding()Lcom/vlv/aravali/databinding/PaymentFailedActivityBinding;", 0);
kotlin.jvm.internal.J.a.getClass();
$$delegatedProperties = new Gp.j[]{a};
Companion = new B();
$stable = 8;
}
private final Je getMBinding() {
return this.mBinding$delegate.a(this, $$delegatedProperties[0]);
}
public final void handleEvent(Al.j jVar) {
if (jVar instanceof Al.f) {
KukuFMApplication.x.B().d().l("payment_failed_dismiss_clicked").d();
finish();
return;
}
if (jVar instanceof Al.i) {
androidx.datastore.preferences.protobuf.o.r(KukuFMApplication.x, "payment_failed_start_again_clicked");
startPaymentActivity();
return;
}
if (jVar instanceof Al.g) {
androidx.datastore.preferences.protobuf.o.r(KukuFMApplication.x, "payment_failed_support_clicked");
startHelpAndSupport();
return;
}
if (jVar instanceof Al.e) {
KukuFMApplication.x.B().d().l("payment_failed_callback_clicked").d();
O viewModel = getViewModel();
viewModel.getClass();
Kp.p.w(i0.k(viewModel), (CoroutineContext) null, (Kp.J) null, new N(viewModel, null), 3);
return;
}
if (jVar instanceof Al.h) {
KukuFMApplication.x.B().d().l("payment_failed_callback_ok_clicked").d();
finish();
} else {
if (!(jVar instanceof PaymentFailedEvents$AttachStyledPlayerView)) {
throw new mp.q();
}
initTrailer(((PaymentFailedEvents$AttachStyledPlayerView) jVar).getTrailerCardView());
}
}
public final void initTrailer(MaterialCardView materialCardView) {
this.mTrailerLayout = materialCardView;
String videoUrl = ((PaymentFailedUiState) getViewModel().e.getValue()).getVideoUrl();
DefaultConstructorMarker defaultConstructorMarker = null;
String str = null;
String str2 = null;
String str3 = null;
String str4 = null;
String str5 = null;
String str6 = null;
String str7 = null;
String str8 = null;
String str9 = null;
Integer num = null;
String str10 = null;
String str11 = null;
String str12 = null;
String str13 = null;
ImageSize imageSize = null;
Integer num2 = null;
Integer num3 = null;
Integer num4 = null;
Integer num5 = null;
Integer num6 = null;
String str14 = null;
int i = 0;
int i2 = 0;
int i3 = 0;
String str15 = null;
Integer num7 = null;
Integer num8 = null;
String str16 = null;
String str17 = null;
Boolean bool = null;
Long l = null;
boolean z = false;
String str18 = null;
int i4 = 0;
String str19 = null;
String str20 = null;
String str21 = null;
int i5 = 0;
String str22 = null;
String str23 = null;
Boolean bool2 = null;
String str24 = null;
String str25 = null;
String str26 = null;
String str27 = null;
String str28 = null;
boolean z2 = false;
boolean z3 = false;
Integer num9 = null;
Language language = null;
ContentType contentType = null;
Genre genre = null;
ArrayList arrayList = null;
String str29 = null;
boolean z4 = false;
Credits credits = null;
Boolean bool3 = null;
Float f = null;
ArrayList arrayList2 = null;
boolean z5 = false;
Author author = null;
Show show = null;
List list = null;
String str30 = null;
Integer num10 = null;
String str31 = null;
boolean z6 = false;
boolean z7 = false;
boolean z8 = false;
String str32 = null;
String str33 = null;
String str34 = null;
String str35 = null;
boolean z9 = false;
int i6 = 0;
String str36 = null;
String str37 = null;
Boolean bool4 = null;
String str38 = null;
String str39 = null;
Boolean bool5 = null;
String str40 = null;
Boolean bool6 = null;
SearchMeta searchMeta = null;
boolean z10 = false;
boolean z11 = false;
boolean z12 = false;
int i7 = 0;
int i8 = 0;
int i9 = 0;
Boolean bool7 = null;
boolean z13 = false;
Ad ad = null;
String str41 = null;
Boolean bool8 = null;
Boolean bool9 = null;
String str42 = null;
Integer num11 = null;
String str43 = null;
String str44 = null;
String str45 = null;
Boolean bool10 = null;
boolean z14 = false;
String str46 = null;
boolean z15 = false;
boolean z16 = false;
String str47 = null;
String str48 = null;
Boolean bool11 = null;
Integer num12 = null;
Boolean bool12 = null;
OtherImages otherImages = null;
String str49 = null;
Boolean bool13 = null;
CUPart.SnippetInfo snippetInfo = null;
boolean z17 = false;
int i10 = -2049;
Object[] objArr = 0 == true ? 1 : 0;
Object[] objArr2 = 0 == true ? 1 : 0;
Object[] objArr3 = 0 == true ? 1 : 0;
Object[] objArr4 = 0 == true ? 1 : 0;
Object[] objArr5 = 0 == true ? 1 : 0;
CUPart cUPart = new CUPart(num, str10, str11, str12, str13, imageSize, num2, num3, num4, num5, num6, new Content(str, str2, str3, str4, str5, str6, str7, str8, str9, null, ((PaymentFailedUiState) getViewModel().e.getValue()).getVideoHls(), videoUrl, null, 5119, defaultConstructorMarker), str14, str, i, str3, i2, i3, objArr3, objArr4, objArr5, str9, objArr, str15, num7, objArr2, num8, defaultConstructorMarker, str16, str17, bool, l, z, str18, i4, str19, str20, str21, i5, str22, str23, bool2, str24, str25, str26, str27, str28, z2, z3, num9, language, contentType, genre, arrayList, str29, z4, credits, bool3, f, arrayList2, z5, author, show, list, str30, num10, str31, z6, z7, z8, str32, str33, str34, str35, z9, i6, str36, str37, bool4, str38, str39, bool5, str40, bool6, searchMeta, z10, z11, z12, i7, i8, i9, bool7, z13, ad, str41, bool8, bool9, str42, num11, str43, str44, str45, bool10, z14, str46, z15, z16, str47, str48, bool11, num12, bool12, otherImages, str49, bool13, snippetInfo, z17, i10, -1, -1, 2097151, null);
initTrailerListeners();
initTrailerViews(materialCardView);
Zm.h hVar = this.trailerPlayerListener;
if (hVar == null) {
Intrinsics.m("trailerPlayerListener");
throw null;
}
initTrailerClickListeners(cUPart, materialCardView, hVar);
if (Zm.i.c()) {
Zm.i.i();
}
Zm.h hVar2 = this.trailerPlayerListener;
if (hVar2 != null) {
setupTrailer(cUPart, materialCardView, hVar2);
} else {
Intrinsics.m("trailerPlayerListener");
throw null;
}
}
private final void initTrailerClickListeners(CUPart cUPart, MaterialCardView materialCardView, Zm.h hVar) {
D8.i.Y(materialCardView, new A(this, 2));
FrameLayout frameLayout = this.playPauseButtonFl;
if (frameLayout == null) {
Intrinsics.m("playPauseButtonFl");
throw null;
}
D8.i.Y(frameLayout, new J5.t(this, cUPart, materialCardView, hVar, 5));
MaterialCardView materialCardView2 = this.volumeButton;
if (materialCardView2 != null) {
D8.i.Y(materialCardView2, new A(this, 3));
} else {
Intrinsics.m("volumeButton");
throw null;
}
}
public static final Unit initTrailerClickListeners$lambda$3(PaymentFailedActivity paymentFailedActivity) {
paymentFailedActivity.startFadeIn();
return Unit.a;
}
public static final Unit initTrailerClickListeners$lambda$4(PaymentFailedActivity paymentFailedActivity, CUPart cUPart, MaterialCardView materialCardView, Zm.h hVar) {
if (Zm.i.c()) {
Zm.i.e();
AppCompatImageView appCompatImageView = paymentFailedActivity.playPauseButtonIv;
if (appCompatImageView == null) {
Intrinsics.m("playPauseButtonIv");
throw null;
}
appCompatImageView.setImageDrawable(paymentFailedActivity.getDrawable(2131232058));
FrameLayout frameLayout = paymentFailedActivity.playPauseButtonFl;
if (frameLayout == null) {
Intrinsics.m("playPauseButtonFl");
throw null;
}
frameLayout.setVisibility(0);
} else if (paymentFailedActivity.isFinishing() || !Zm.i.b()) {
AppCompatImageView appCompatImageView2 = paymentFailedActivity.playPauseButtonIv;
if (appCompatImageView2 == null) {
Intrinsics.m("playPauseButtonIv");
throw null;
}
appCompatImageView2.setImageDrawable(paymentFailedActivity.getDrawable(2131232010));
paymentFailedActivity.setupTrailer(cUPart, materialCardView, hVar);
} else {
Zm.i.g();
AppCompatImageView appCompatImageView3 = paymentFailedActivity.playPauseButtonIv;
if (appCompatImageView3 == null) {
Intrinsics.m("playPauseButtonIv");
throw null;
}
appCompatImageView3.setImageDrawable(paymentFailedActivity.getDrawable(2131232010));
}
return Unit.a;
}
public static final Unit initTrailerClickListeners$lambda$5(PaymentFailedActivity paymentFailedActivity) {
Zm.i.j();
if (Zm.i.a()) {
AppCompatImageView appCompatImageView = paymentFailedActivity.volumeButtonIv;
if (appCompatImageView == null) {
Intrinsics.m("volumeButtonIv");
throw null;
}
appCompatImageView.setImageDrawable(paymentFailedActivity.getDrawable(2131232267));
} else {
AppCompatImageView appCompatImageView2 = paymentFailedActivity.volumeButtonIv;
if (appCompatImageView2 == null) {
Intrinsics.m("volumeButtonIv");
throw null;
}
appCompatImageView2.setImageDrawable(paymentFailedActivity.getDrawable(2131232268));
}
return Unit.a;
}
private final void initTrailerListeners() {
this.trailerPlayerListener = new q1(this, 17);
}
private final void initTrailerViews(MaterialCardView materialCardView) {
FrameLayout frameLayout = (FrameLayout) materialCardView.findViewById(2131364165);
this.playPauseButtonFl = frameLayout;
if (frameLayout == null) {
Intrinsics.m("playPauseButtonFl");
throw null;
}
this.playPauseButtonIv = frameLayout.findViewById(2131364166);
MaterialCardView findViewById = materialCardView.findViewById(2131365576);
this.volumeButton = findViewById;
if (findViewById != null) {
this.volumeButtonIv = findViewById.findViewById(2131365575);
} else {
Intrinsics.m("volumeButton");
throw null;
}
}
private final void initView() {
ComposeView composeView;
Je mBinding = getMBinding();
if (mBinding == null || (composeView = mBinding.L) == null) {
return;
}
composeView.setViewCompositionStrategy(T0.e0.f);
composeView.setContent(new p0.c(new Am.G(this, 10), true, -713269889));
}
private final void pauseTrailer() {
Zm.i.e();
}
private final void playTrailerOnResume() {
Kp.p.w(i0.i(this), (CoroutineContext) null, (Kp.J) null, new D(this, null), 3);
}
public static final void runnable$lambda$6(PaymentFailedActivity paymentFailedActivity) {
V2.a k = i0.k(paymentFailedActivity.getViewModel());
Sp.f fVar = Kp.V.a;
Kp.p.w(k, Qp.m.a, (Kp.J) null, new E(paymentFailedActivity, null), 2);
}
public final void scheduleFadeOut() {
this.handler.removeCallbacks(this.runnable);
this.handler.postDelayed(this.runnable, 3000L);
}
private final void setupTrailer(CUPart cUPart, MaterialCardView materialCardView, Zm.h hVar) {
String videoHlsUrl;
Content content;
String videoUrl;
Content content2 = cUPart.getContent();
if (content2 == null || (videoHlsUrl = content2.getVideoHlsUrl()) == null || videoHlsUrl.length() > 0 || (content = cUPart.getContent()) == null || (videoUrl = content.getVideoUrl()) == null || videoUrl.length() > 0) {
Kp.p.w(i0.i(this), (CoroutineContext) null, (Kp.J) null, new F(this, cUPart, materialCardView, hVar, null), 3);
}
}
private final void startAnimation(View view, Animation animation) {
animation.setAnimationListener(new com.vlv.aravali.bulletin.ui.n(1, view));
view.startAnimation(animation);
}
public final void startFadeIn() {
Animation loadAnimation = AnimationUtils.loadAnimation(this, 2130772024);
FrameLayout frameLayout = this.playPauseButtonFl;
if (frameLayout == null) {
Intrinsics.m("playPauseButtonFl");
throw null;
}
if (frameLayout.getVisibility() != 0) {
FrameLayout frameLayout2 = this.playPauseButtonFl;
if (frameLayout2 == null) {
Intrinsics.m("playPauseButtonFl");
throw null;
}
Intrinsics.e(loadAnimation);
startAnimation(frameLayout2, loadAnimation);
}
scheduleFadeOut();
}
public final void startFadeOut() {
Animation loadAnimation = AnimationUtils.loadAnimation(this, 2130772026);
FrameLayout frameLayout = this.playPauseButtonFl;
if (frameLayout == null) {
Intrinsics.m("playPauseButtonFl");
throw null;
}
if (frameLayout.getVisibility() != 8) {
FrameLayout frameLayout2 = this.playPauseButtonFl;
if (frameLayout2 == null) {
Intrinsics.m("playPauseButtonFl");
throw null;
}
Intrinsics.e(loadAnimation);
startAnimation(frameLayout2, loadAnimation);
}
}
private final void startHelpAndSupport() {
g0 g0Var = WebViewActivity.Companion;
WebViewData webViewData = new WebViewData(getHelpAndSupportUrl(), "", "", "web_link", null, 16, null);
g0Var.getClass();
startActivity(g0.a(this, webViewData, null));
}
private final void startPaymentActivity() {
Al.l.e(this, Qn.e.b, new SubscriptionMeta("payment_failed_video", null, null, null, null, null, null, null, null, null, null, null, null, false, null, null, null, null, null, 524286, null));
finish();
}
private final void stopTrailer() {
if (Zm.i.c() || Zm.i.b()) {
Zm.i.i();
}
}
public static final q0 viewModel_delegate$lambda$1(PaymentFailedActivity paymentFailedActivity) {
return new ol.i(kotlin.jvm.internal.J.a(O.class), new A(paymentFailedActivity, 1));
}
public static final O viewModel_delegate$lambda$1$lambda$0(PaymentFailedActivity paymentFailedActivity) {
return new O(new com.vlv.aravali.payments.legacy.data.g(), paymentFailedActivity.getIntent().getExtras());
}
public final O getViewModel() {
return (O) this.viewModel$delegate.getValue();
}
@Override
public void onCreate(Bundle bundle) {
super.onCreate(bundle);
setTheme(2132083174);
setStatusBarColor();
initView();
}
@Override
public void onDestroy() {
super.onDestroy();
stopTrailer();
}
@Override
public void onPause() {
super.onPause();
pauseTrailer();
}
@Override
public void onResume() {
super.onResume();
androidx.datastore.preferences.protobuf.o.r(KukuFMApplication.x, "payment_failed_popup_viewed");
playTrailerOnResume();
}
}