89.3 - Alpha (89203)

This commit is contained in:
Juby210 2021-08-20 04:22:46 +02:00
parent fa40ab1641
commit 42f1bc2371
1873 changed files with 25832 additions and 22709 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId 'com.discord'
minSdkVersion 21
targetSdkVersion 29
versionCode 89202
versionName "89.2 - Alpha"
versionCode 89203
versionName "89.3 - Alpha"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="89202" android:versionName="89.2 - Alpha" android:installLocation="auto" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" package="com.discord" platformBuildVersionCode="30" platformBuildVersionName="11">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="89203" android:versionName="89.3 - Alpha" android:installLocation="auto" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" package="com.discord" platformBuildVersionCode="30" platformBuildVersionName="11">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29"/>
<uses-feature android:name="android.hardware.camera" android:required="false"/>
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false"/>

View File

@ -1,7 +1,6 @@
package androidx.constraintlayout.solver;
import androidx.exifinterface.media.ExifInterface;
import c.a.q.m0.c.e;
import c.d.b.a.a;
import java.util.Arrays;
import java.util.HashSet;
@ -143,7 +142,7 @@ public class SolverVariable {
L4.append(i3);
return L4.toString();
} else if (ordinal == 3) {
StringBuilder L5 = a.L(e.a);
StringBuilder L5 = a.L("e");
int i4 = uniqueErrorId + 1;
uniqueErrorId = i4;
L5.append(i4);

View File

@ -1,6 +1,5 @@
package androidx.lifecycle;
import androidx.core.app.NotificationCompat;
import androidx.lifecycle.Lifecycle;
import c.q.a.k.a;
import d0.z.d.m;
@ -36,7 +35,7 @@ public final class LifecycleCoroutineScopeImpl extends LifecycleCoroutineScope i
@Override // androidx.lifecycle.LifecycleEventObserver
public void onStateChanged(LifecycleOwner lifecycleOwner, Lifecycle.Event event) {
m.checkNotNullParameter(lifecycleOwner, "source");
m.checkNotNullParameter(event, NotificationCompat.CATEGORY_EVENT);
m.checkNotNullParameter(event, "event");
if (getLifecycle$lifecycle_runtime_ktx_release().getCurrentState().compareTo(Lifecycle.State.DESTROYED) <= 0) {
getLifecycle$lifecycle_runtime_ktx_release().removeObserver(this);
a.j(getCoroutineContext(), null, 1, null);

View File

@ -1,6 +1,5 @@
package androidx.lifecycle;
import androidx.core.app.NotificationCompat;
import androidx.lifecycle.Lifecycle;
import d0.k;
import d0.l;
@ -30,7 +29,7 @@ public final class WithLifecycleStateKt$suspendWithStateAtLeastUnchecked$$inline
public void onStateChanged(LifecycleOwner lifecycleOwner, Lifecycle.Event event) {
Object obj;
m.checkNotNullParameter(lifecycleOwner, "source");
m.checkNotNullParameter(event, NotificationCompat.CATEGORY_EVENT);
m.checkNotNullParameter(event, "event");
if (event == Lifecycle.Event.upTo(this.$state$inlined)) {
this.$this_suspendWithStateAtLeastUnchecked$inlined.removeObserver(this);
CancellableContinuation cancellableContinuation = this.$co;

View File

@ -154,8 +154,8 @@ public final class d extends AppDialog {
requireDialog().setCanceledOnTouchOutside(true);
h().d.setOnClickListener(new a(0, this));
h().d.setText(g().k);
h().f105c.setOnClickListener(new a(1, this));
MaterialButton materialButton = h().f105c;
h().f106c.setOnClickListener(new a(1, this));
MaterialButton materialButton = h().f106c;
m.checkNotNullExpressionValue(materialButton, "binding.simpleConfirmationDialogNegative");
materialButton.setText(g().l);
TextView textView = h().e;

View File

@ -150,6 +150,6 @@ public final class c extends AppDialog {
textView3.setVisibility(this.n ^ true ? 0 : 8);
g().b.setOnClickListener(new a(0, this));
g().f.setOnClickListener(new a(1, this));
g().f197c.setOnClickListener(new a(2, this));
g().f196c.setOnClickListener(new a(2, this));
}
}

View File

@ -161,7 +161,7 @@ public final class a extends AppDialog {
m.checkNotNullExpressionValue(materialRadioButton4, "binding.audioOutputSelectionBluetoothRadio");
i = materialRadioButton4.getId();
}
aVar3.i().f65c.check(i);
aVar3.i().f66c.check(i);
MaterialRadioButton materialRadioButton5 = aVar3.i().b;
m.checkNotNullExpressionValue(materialRadioButton5, "binding.audioOutputSelectionBluetoothRadio");
int i2 = 0;

View File

@ -5,7 +5,7 @@ import android.widget.LinearLayout;
import android.widget.TextView;
import androidx.fragment.app.Fragment;
import androidx.fragment.app.FragmentActivity;
import c.a.i.c5;
import c.a.i.a5;
import com.discord.R;
import com.discord.api.auth.mfa.EnableMfaResponse;
import com.discord.app.AppDialog;
@ -42,17 +42,17 @@ public final class r extends AppDialog {
}
/* compiled from: WidgetEnableTwoFactorPasswordDialog.kt */
public static final /* synthetic */ class b extends k implements Function1<View, c5> {
public static final /* synthetic */ class b extends k implements Function1<View, a5> {
public static final b i = new b();
public b() {
super(1, c5.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetEnableTwoFactorPasswordDialogBinding;", 0);
super(1, a5.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetEnableTwoFactorPasswordDialogBinding;", 0);
}
/* Return type fixed from 'java.lang.Object' to match base method */
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
@Override // kotlin.jvm.functions.Function1
public c5 invoke(View view) {
public a5 invoke(View view) {
View view2 = view;
m.checkNotNullParameter(view2, "p1");
int i2 = R.id.enable_two_factor_password_body_container;
@ -76,7 +76,7 @@ public final class r extends AppDialog {
i2 = R.id.enable_two_factor_password_view_input;
TextInputLayout textInputLayout = (TextInputLayout) view2.findViewById(R.id.enable_two_factor_password_view_input);
if (textInputLayout != null) {
return new c5((LinearLayout) view2, linearLayout, textView, materialButton, textView2, linearLayout2, loadingButton, textInputLayout);
return new a5((LinearLayout) view2, linearLayout, textView, materialButton, textView2, linearLayout2, loadingButton, textInputLayout);
}
}
}
@ -145,7 +145,7 @@ public final class r extends AppDialog {
m.checkNotNullParameter(error2, "error");
r rVar = this.this$0.i;
KProperty[] kPropertyArr = r.i;
rVar.g().f75c.setIsLoading(false);
rVar.g().f65c.setIsLoading(false);
Error.Response response = error2.getResponse();
m.checkNotNullExpressionValue(response, "error.response");
if (response.getCode() == 60005) {
@ -173,7 +173,7 @@ public final class r extends AppDialog {
TextInputLayout textInputLayout = rVar.g().d;
m.checkNotNullExpressionValue(textInputLayout, "binding.enableTwoFactorPasswordViewInput");
String textOrEmpty = ViewExtensions.getTextOrEmpty(textInputLayout);
this.i.g().f75c.setIsLoading(true);
this.i.g().f65c.setIsLoading(true);
Observable ui$default = ObservableExtensionsKt.ui$default(ObservableExtensionsKt.restSubscribeOn$default(RestAPI.Companion.getApi().enableMFA(new RestAPIParams.EnableMFA("random code", "random secret", textOrEmpty)), false, 1, null), this.i, null, 2, null);
a aVar = a.i;
ObservableExtensionsKt.appSubscribe$default(ui$default, this.i.getClass(), this.j.getContext(), (Function1) null, new b(this), (Function0) null, (Function0) null, aVar, 52, (Object) null);
@ -201,8 +201,8 @@ public final class r extends AppDialog {
super(R.layout.widget_enable_two_factor_password_dialog);
}
public final c5 g() {
return (c5) this.k.getValue((Fragment) this, i[0]);
public final a5 g() {
return (a5) this.k.getValue((Fragment) this, i[0]);
}
@Override // com.discord.app.AppDialog
@ -210,8 +210,8 @@ public final class r extends AppDialog {
m.checkNotNullParameter(view, "view");
super.onViewBound(view);
setCancelable(false);
g().f75c.setIsLoading(false);
g().f75c.setOnClickListener(new d(this, view));
g().f65c.setIsLoading(false);
g().f65c.setOnClickListener(new d(this, view));
g().b.setOnClickListener(new e(this));
}
}

View File

@ -4,7 +4,6 @@ import android.content.Context;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.TextView;
import androidx.core.app.NotificationCompat;
import androidx.fragment.app.Fragment;
import androidx.fragment.app.FragmentViewModelLazyKt;
import c.a.a.w;
@ -122,7 +121,7 @@ public final class s extends AppDialog {
@Override // kotlin.jvm.functions.Function1
public Unit invoke(w.b bVar) {
w.b bVar2 = bVar;
m.checkNotNullParameter(bVar2, NotificationCompat.CATEGORY_EVENT);
m.checkNotNullParameter(bVar2, "event");
s sVar = this.this$0;
KProperty[] kPropertyArr = s.i;
Objects.requireNonNull(sVar);

View File

@ -22,7 +22,7 @@ public final class e extends o implements Function1<Exception, Unit> {
@Override // kotlin.jvm.functions.Function1
public Unit invoke(Exception exc) {
Exception exc2 = exc;
m.checkNotNullParameter(exc2, c.a.q.m0.c.e.a);
m.checkNotNullParameter(exc2, "e");
AppFragment appFragment = this.this$0.this$0;
m.j(appFragment, b.k(appFragment, R.string.unable_to_open_media_chooser, new Object[]{exc2.getMessage()}, null, 4), 0, 4);
return Unit.a;

View File

@ -5,16 +5,27 @@ import android.widget.LinearLayout;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.viewbinding.ViewBinding;
/* compiled from: WidgetDiscoveryOtherSpeakersCountBinding */
import com.discord.views.LoadingButton;
import com.google.android.material.button.MaterialButton;
import com.google.android.material.textfield.TextInputLayout;
/* compiled from: WidgetEnableTwoFactorPasswordDialogBinding */
public final class a5 implements ViewBinding {
@NonNull
public final LinearLayout a;
@NonNull
public final TextView b;
public final MaterialButton b;
@NonNull
public a5(@NonNull LinearLayout linearLayout, @NonNull TextView textView) {
/* renamed from: c reason: collision with root package name */
public final LoadingButton f65c;
@NonNull
public final TextInputLayout d;
public a5(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull TextView textView2, @NonNull LinearLayout linearLayout3, @NonNull LoadingButton loadingButton, @NonNull TextInputLayout textInputLayout) {
this.a = linearLayout;
this.b = textView;
this.b = materialButton;
this.f65c = loadingButton;
this.d = textInputLayout;
}
@Override // androidx.viewbinding.ViewBinding

View File

@ -16,7 +16,7 @@ public final class b implements ViewBinding {
@NonNull
/* renamed from: c reason: collision with root package name */
public final RadioGroup f65c;
public final RadioGroup f66c;
@NonNull
public final MaterialRadioButton d;
@NonNull
@ -27,7 +27,7 @@ public final class b implements ViewBinding {
public b(@NonNull LinearLayout linearLayout, @NonNull MaterialRadioButton materialRadioButton, @NonNull TextView textView, @NonNull RadioGroup radioGroup, @NonNull MaterialRadioButton materialRadioButton2, @NonNull MaterialRadioButton materialRadioButton3, @NonNull MaterialRadioButton materialRadioButton4) {
this.a = linearLayout;
this.b = materialRadioButton;
this.f65c = radioGroup;
this.f66c = radioGroup;
this.d = materialRadioButton2;
this.e = materialRadioButton3;
this.f = materialRadioButton4;

View File

@ -16,12 +16,12 @@ public final class b0 implements ViewBinding {
@NonNull
/* renamed from: c reason: collision with root package name */
public final MaterialButton f66c;
public final MaterialButton f67c;
public b0(@NonNull ConstraintLayout constraintLayout, @NonNull PhoneOrEmailInputView phoneOrEmailInputView, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull TextView textView2) {
this.a = constraintLayout;
this.b = phoneOrEmailInputView;
this.f66c = materialButton;
this.f67c = materialButton;
}
@Override // androidx.viewbinding.ViewBinding

View File

@ -13,7 +13,7 @@ public final class b1 implements ViewBinding {
@NonNull
/* renamed from: c reason: collision with root package name */
public final MaterialButton f67c;
public final MaterialButton f68c;
@NonNull
public final MaterialButton d;
@NonNull
@ -22,7 +22,7 @@ public final class b1 implements ViewBinding {
public b1(@NonNull View view, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull MaterialButton materialButton3, @NonNull MaterialButton materialButton4) {
this.a = view;
this.b = materialButton;
this.f67c = materialButton2;
this.f68c = materialButton2;
this.d = materialButton3;
this.e = materialButton4;
}

View File

@ -15,14 +15,14 @@ public final class b2 implements ViewBinding {
@NonNull
/* renamed from: c reason: collision with root package name */
public final TextView f68c;
public final TextView f69c;
@NonNull
public final MaterialButton d;
public b2(@NonNull View view, @NonNull ImageView imageView, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull MaterialButton materialButton2) {
this.a = view;
this.b = materialButton;
this.f68c = textView;
this.f69c = textView;
this.d = materialButton2;
}

View File

@ -17,7 +17,7 @@ public final class b3 implements ViewBinding {
@NonNull
/* renamed from: c reason: collision with root package name */
public final MaterialButton f69c;
public final MaterialButton f70c;
@NonNull
public final d3 d;
@NonNull
@ -32,7 +32,7 @@ public final class b3 implements ViewBinding {
public b3(@NonNull View view, @NonNull Barrier barrier, @NonNull Barrier barrier2, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull d3 d3Var, @NonNull TextView textView, @NonNull GuildView guildView, @NonNull ImageView imageView, @NonNull TextView textView2) {
this.a = view;
this.b = materialButton;
this.f69c = materialButton2;
this.f70c = materialButton2;
this.d = d3Var;
this.e = textView;
this.f = guildView;

View File

@ -1,26 +1,25 @@
package c.a.i;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.fragment.app.FragmentContainerView;
import androidx.viewbinding.ViewBinding;
import com.facebook.drawee.view.SimpleDraweeView;
/* compiled from: WidgetDiscoveryStageCardSpeakerBinding */
import com.discord.utilities.view.rounded.RoundedRelativeLayout;
/* compiled from: WidgetHomePanelCenterBinding */
public final class b5 implements ViewBinding {
@NonNull
public final LinearLayout a;
public final RoundedRelativeLayout a;
@NonNull
public final SimpleDraweeView b;
public final c5 b;
@NonNull
/* renamed from: c reason: collision with root package name */
public final TextView f70c;
public final FragmentContainerView f71c;
public b5(@NonNull LinearLayout linearLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) {
this.a = linearLayout;
this.b = simpleDraweeView;
this.f70c = textView;
public b5(@NonNull RoundedRelativeLayout roundedRelativeLayout, @NonNull c5 c5Var, @NonNull FragmentContainerView fragmentContainerView) {
this.a = roundedRelativeLayout;
this.b = c5Var;
this.f71c = fragmentContainerView;
}
@Override // androidx.viewbinding.ViewBinding

View File

@ -15,14 +15,14 @@ public final class c implements ViewBinding {
@NonNull
/* renamed from: c reason: collision with root package name */
public final TextView f71c;
public final TextView f72c;
@NonNull
public final MaxHeightRecyclerView d;
public c(@NonNull ConstraintLayout constraintLayout, @NonNull ConstraintLayout constraintLayout2, @NonNull TextView textView, @NonNull MaxHeightRecyclerView maxHeightRecyclerView) {
this.a = constraintLayout;
this.b = constraintLayout2;
this.f71c = textView;
this.f72c = textView;
this.d = maxHeightRecyclerView;
}

View File

@ -16,7 +16,7 @@ public final class c0 implements ViewBinding {
@NonNull
/* renamed from: c reason: collision with root package name */
public final LoadingButton f72c;
public final LoadingButton f73c;
@NonNull
public final View d;
@NonNull
@ -25,7 +25,7 @@ public final class c0 implements ViewBinding {
public c0(@NonNull ConstraintLayout constraintLayout, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LoadingButton loadingButton, @NonNull View view, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull g0 g0Var) {
this.a = constraintLayout;
this.b = textView;
this.f72c = loadingButton;
this.f73c = loadingButton;
this.d = view;
this.e = g0Var;
}

View File

@ -15,7 +15,7 @@ public final class c3 implements ViewBinding {
@NonNull
/* renamed from: c reason: collision with root package name */
public final GuildView f73c;
public final GuildView f74c;
@NonNull
public final GuildView d;
@NonNull
@ -28,7 +28,7 @@ public final class c3 implements ViewBinding {
public c3(@NonNull View view, @NonNull ImageView imageView, @NonNull GuildView guildView, @NonNull GuildView guildView2, @NonNull GuildView guildView3, @NonNull GuildView guildView4, @NonNull GridLayout gridLayout) {
this.a = view;
this.b = imageView;
this.f73c = guildView;
this.f74c = guildView;
this.d = guildView2;
this.e = guildView3;
this.f = guildView4;

View File

@ -14,12 +14,12 @@ public final class c4 implements ViewBinding {
@NonNull
/* renamed from: c reason: collision with root package name */
public final SimpleDraweeSpanTextView f74c;
public final SimpleDraweeSpanTextView f75c;
public c4(@NonNull View view, @NonNull TextView textView, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView) {
this.a = view;
this.b = textView;
this.f74c = simpleDraweeSpanTextView;
this.f75c = simpleDraweeSpanTextView;
}
@Override // androidx.viewbinding.ViewBinding

View File

@ -1,31 +1,33 @@
package c.a.i;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.TextView;
import android.view.ViewStub;
import androidx.annotation.NonNull;
import androidx.constraintlayout.widget.ConstraintLayout;
import androidx.fragment.app.FragmentContainerView;
import androidx.viewbinding.ViewBinding;
import com.discord.views.LoadingButton;
import com.google.android.material.button.MaterialButton;
import com.google.android.material.textfield.TextInputLayout;
/* compiled from: WidgetEnableTwoFactorPasswordDialogBinding */
import com.google.android.material.appbar.AppBarLayout;
/* compiled from: WidgetHomePanelCenterChatBinding */
public final class c5 implements ViewBinding {
@NonNull
public final LinearLayout a;
public final ConstraintLayout a;
@NonNull
public final MaterialButton b;
public final ViewStub b;
@NonNull
/* renamed from: c reason: collision with root package name */
public final LoadingButton f75c;
public final d5 f76c;
@NonNull
public final TextInputLayout d;
public final FragmentContainerView d;
@NonNull
public final FragmentContainerView e;
public c5(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull TextView textView2, @NonNull LinearLayout linearLayout3, @NonNull LoadingButton loadingButton, @NonNull TextInputLayout textInputLayout) {
this.a = linearLayout;
this.b = materialButton;
this.f75c = loadingButton;
this.d = textInputLayout;
public c5(@NonNull ConstraintLayout constraintLayout, @NonNull AppBarLayout appBarLayout, @NonNull ViewStub viewStub, @NonNull ViewStub viewStub2, @NonNull d5 d5Var, @NonNull View view, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FragmentContainerView fragmentContainerView3, @NonNull FragmentContainerView fragmentContainerView4, @NonNull ConstraintLayout constraintLayout2, @NonNull FragmentContainerView fragmentContainerView5, @NonNull FragmentContainerView fragmentContainerView6) {
this.a = constraintLayout;
this.b = viewStub2;
this.f76c = d5Var;
this.d = fragmentContainerView;
this.e = fragmentContainerView4;
}
@Override // androidx.viewbinding.ViewBinding

View File

@ -15,14 +15,14 @@ public final class d implements ViewBinding {
@NonNull
/* renamed from: c reason: collision with root package name */
public final SimpleDraweeView f76c;
public final SimpleDraweeView f77c;
@NonNull
public final MaterialTextView d;
public d(@NonNull ConstraintLayout constraintLayout, @NonNull MaterialTextView materialTextView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull MaterialTextView materialTextView2) {
this.a = constraintLayout;
this.b = materialTextView;
this.f76c = simpleDraweeView;
this.f77c = simpleDraweeView;
this.d = materialTextView2;
}

View File

@ -17,7 +17,7 @@ public final class d0 implements ViewBinding {
@NonNull
/* renamed from: c reason: collision with root package name */
public final TextInputLayout f77c;
public final TextInputLayout f78c;
@NonNull
public final LoadingButton d;
@NonNull
@ -26,7 +26,7 @@ public final class d0 implements ViewBinding {
public d0(@NonNull ConstraintLayout constraintLayout, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout, @NonNull LoadingButton loadingButton, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) {
this.a = constraintLayout;
this.b = textInputEditText;
this.f77c = textInputLayout;
this.f78c = textInputLayout;
this.d = loadingButton;
this.e = textView;
}

View File

@ -16,7 +16,7 @@ public final class d1 implements ViewBinding {
@NonNull
/* renamed from: c reason: collision with root package name */
public final TextView f78c;
public final TextView f79c;
@NonNull
public final TextSwitcher d;
@NonNull
@ -25,7 +25,7 @@ public final class d1 implements ViewBinding {
public d1(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextSwitcher textSwitcher, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView) {
this.a = linearLayout;
this.b = textView;
this.f78c = textView2;
this.f79c = textView2;
this.d = textSwitcher;
this.e = simpleDraweeSpanTextView;
}

View File

@ -14,12 +14,12 @@ public final class d2 implements ViewBinding {
@NonNull
/* renamed from: c reason: collision with root package name */
public final TextView f79c;
public final TextView f80c;
public d2(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) {
this.a = view;
this.b = simpleDraweeView;
this.f79c = textView;
this.f80c = textView;
}
@Override // androidx.viewbinding.ViewBinding

View File

@ -16,7 +16,7 @@ public final class d3 implements ViewBinding {
@NonNull
/* renamed from: c reason: collision with root package name */
public final TextView f80c;
public final TextView f81c;
@NonNull
public final ImageView d;
@NonNull
@ -25,7 +25,7 @@ public final class d3 implements ViewBinding {
public d3(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull ImageView imageView2, @NonNull TextView textView2) {
this.a = linearLayout;
this.b = imageView;
this.f80c = textView;
this.f81c = textView;
this.d = imageView2;
this.e = textView2;
}

View File

@ -21,7 +21,7 @@ public final class d4 implements ViewBinding {
@NonNull
/* renamed from: c reason: collision with root package name */
public final View f81c;
public final View f82c;
@NonNull
public final ImageView d;
@NonNull
@ -55,12 +55,12 @@ public final class d4 implements ViewBinding {
@NonNull
/* renamed from: s reason: collision with root package name */
public final VoiceUserView f82s;
public final VoiceUserView f83s;
public d4(@NonNull View view, @NonNull View view2, @NonNull View view3, @NonNull ImageView imageView, @NonNull ConstraintLayout constraintLayout, @NonNull Space space, @NonNull ImageView imageView2, @NonNull TextView textView, @NonNull LinearLayout linearLayout, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull ImageView imageView3, @NonNull ConstraintLayout constraintLayout2, @NonNull ImageView imageView4, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView6, @NonNull TextView textView7, @NonNull ProgressBar progressBar, @NonNull AppVideoStreamRenderer appVideoStreamRenderer, @NonNull LinearLayout linearLayout2, @NonNull VoiceUserView voiceUserView) {
this.a = view;
this.b = view2;
this.f81c = view3;
this.f82c = view3;
this.d = imageView;
this.e = constraintLayout;
this.f = imageView2;
@ -76,7 +76,7 @@ public final class d4 implements ViewBinding {
this.p = progressBar;
this.q = appVideoStreamRenderer;
this.r = linearLayout2;
this.f82s = voiceUserView;
this.f83s = voiceUserView;
}
@Override // androidx.viewbinding.ViewBinding

View File

@ -1,25 +1,16 @@
package c.a.i;
import android.view.View;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.fragment.app.FragmentContainerView;
import androidx.viewbinding.ViewBinding;
import com.discord.utilities.view.rounded.RoundedRelativeLayout;
/* compiled from: WidgetHomePanelCenterBinding */
/* compiled from: WidgetHomePanelCenterContentUnreadBinding */
public final class d5 implements ViewBinding {
@NonNull
public final RoundedRelativeLayout a;
@NonNull
public final e5 b;
@NonNull
public final TextView a;
/* renamed from: c reason: collision with root package name */
public final FragmentContainerView f83c;
public d5(@NonNull RoundedRelativeLayout roundedRelativeLayout, @NonNull e5 e5Var, @NonNull FragmentContainerView fragmentContainerView) {
this.a = roundedRelativeLayout;
this.b = e5Var;
this.f83c = fragmentContainerView;
public d5(@NonNull TextView textView, @NonNull TextView textView2) {
this.a = textView;
}
@Override // androidx.viewbinding.ViewBinding

View File

@ -1,33 +1,27 @@
package c.a.i;
import android.view.View;
import android.view.ViewStub;
import android.widget.FrameLayout;
import android.widget.RelativeLayout;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.constraintlayout.widget.ConstraintLayout;
import androidx.fragment.app.FragmentContainerView;
import androidx.viewbinding.ViewBinding;
import com.google.android.material.appbar.AppBarLayout;
/* compiled from: WidgetHomePanelCenterChatBinding */
/* compiled from: WidgetHomePanelLeftBinding */
public final class e5 implements ViewBinding {
@NonNull
public final ConstraintLayout a;
public final RelativeLayout a;
@NonNull
public final ViewStub b;
public final TextView b;
@NonNull
/* renamed from: c reason: collision with root package name */
public final f5 f89c;
@NonNull
public final FragmentContainerView d;
@NonNull
public final FragmentContainerView e;
public final FragmentContainerView f89c;
public e5(@NonNull ConstraintLayout constraintLayout, @NonNull AppBarLayout appBarLayout, @NonNull ViewStub viewStub, @NonNull ViewStub viewStub2, @NonNull f5 f5Var, @NonNull View view, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FragmentContainerView fragmentContainerView3, @NonNull FragmentContainerView fragmentContainerView4, @NonNull ConstraintLayout constraintLayout2, @NonNull FragmentContainerView fragmentContainerView5, @NonNull FragmentContainerView fragmentContainerView6) {
this.a = constraintLayout;
this.b = viewStub2;
this.f89c = f5Var;
this.d = fragmentContainerView;
this.e = fragmentContainerView4;
public e5(@NonNull RelativeLayout relativeLayout, @NonNull TextView textView, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FrameLayout frameLayout) {
this.a = relativeLayout;
this.b = textView;
this.f89c = fragmentContainerView2;
}
@Override // androidx.viewbinding.ViewBinding

View File

@ -1,16 +1,20 @@
package c.a.i;
import android.view.View;
import android.widget.TextView;
import android.widget.FrameLayout;
import android.widget.ImageView;
import androidx.annotation.NonNull;
import androidx.viewbinding.ViewBinding;
/* compiled from: WidgetHomePanelCenterContentUnreadBinding */
/* compiled from: WidgetHomePanelLoadingBinding */
public final class f5 implements ViewBinding {
@NonNull
public final TextView a;
public final FrameLayout a;
@NonNull
public final ImageView b;
public f5(@NonNull TextView textView, @NonNull TextView textView2) {
this.a = textView;
public f5(@NonNull FrameLayout frameLayout, @NonNull ImageView imageView) {
this.a = frameLayout;
this.b = imageView;
}
@Override // androidx.viewbinding.ViewBinding

View File

@ -2,26 +2,25 @@ package c.a.i;
import android.view.View;
import android.widget.FrameLayout;
import android.widget.RelativeLayout;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.fragment.app.FragmentContainerView;
import androidx.viewbinding.ViewBinding;
/* compiled from: WidgetHomePanelLeftBinding */
import com.discord.utilities.view.rounded.RoundedRelativeLayout;
/* compiled from: WidgetHomePanelRightBinding */
public final class g5 implements ViewBinding {
@NonNull
public final RelativeLayout a;
public final FrameLayout a;
@NonNull
public final TextView b;
public final RoundedRelativeLayout b;
@NonNull
/* renamed from: c reason: collision with root package name */
public final FragmentContainerView f99c;
public g5(@NonNull RelativeLayout relativeLayout, @NonNull TextView textView, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FrameLayout frameLayout) {
this.a = relativeLayout;
this.b = textView;
this.f99c = fragmentContainerView2;
public g5(@NonNull FrameLayout frameLayout, @NonNull RoundedRelativeLayout roundedRelativeLayout, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FragmentContainerView fragmentContainerView3) {
this.a = frameLayout;
this.b = roundedRelativeLayout;
this.f99c = fragmentContainerView3;
}
@Override // androidx.viewbinding.ViewBinding

View File

@ -1,20 +1,29 @@
package c.a.i;
import android.view.View;
import android.widget.FrameLayout;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.core.widget.NestedScrollView;
import androidx.viewbinding.ViewBinding;
/* compiled from: WidgetHomePanelLoadingBinding */
import com.discord.utilities.view.text.LinkifiedTextView;
/* compiled from: WidgetHubEmailFlowConfirmationBinding */
public final class h5 implements ViewBinding {
@NonNull
public final FrameLayout a;
public final NestedScrollView a;
@NonNull
public final LinkifiedTextView b;
@NonNull
public final ImageView b;
public h5(@NonNull FrameLayout frameLayout, @NonNull ImageView imageView) {
this.a = frameLayout;
this.b = imageView;
/* renamed from: c reason: collision with root package name */
public final TextView f104c;
@NonNull
public final LinkifiedTextView d;
public h5(@NonNull NestedScrollView nestedScrollView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView2) {
this.a = nestedScrollView;
this.b = linkifiedTextView;
this.f104c = textView;
this.d = linkifiedTextView2;
}
@Override // androidx.viewbinding.ViewBinding

View File

@ -18,12 +18,12 @@ public final class i0 implements ViewBinding {
@NonNull
/* renamed from: c reason: collision with root package name */
public final Group f104c;
public final Group f105c;
public i0(@NonNull ConstraintLayout constraintLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull TextView textView, @NonNull ImageView imageView3, @NonNull Group group) {
this.a = constraintLayout;
this.b = simpleDraweeView;
this.f104c = group;
this.f105c = group;
}
@NonNull

View File

@ -15,7 +15,7 @@ public final class i1 implements ViewBinding {
@NonNull
/* renamed from: c reason: collision with root package name */
public final MaterialButton f105c;
public final MaterialButton f106c;
@NonNull
public final MaterialButton d;
@NonNull
@ -24,7 +24,7 @@ public final class i1 implements ViewBinding {
public i1(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView2) {
this.a = linearLayout;
this.b = textView;
this.f105c = materialButton;
this.f106c = materialButton;
this.d = materialButton2;
this.e = textView2;
}

View File

@ -16,14 +16,14 @@ public final class i2 implements ViewBinding {
@NonNull
/* renamed from: c reason: collision with root package name */
public final MaterialButton f106c;
public final MaterialButton f107c;
@NonNull
public final TextView d;
public i2(@NonNull LinearLayout linearLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) {
this.a = linearLayout;
this.b = simpleDraweeView;
this.f106c = materialButton;
this.f107c = materialButton;
this.d = textView3;
}

View File

@ -14,12 +14,12 @@ public final class i3 implements ViewBinding {
@NonNull
/* renamed from: c reason: collision with root package name */
public final LinearLayout f107c;
public final LinearLayout f108c;
public i3(@NonNull LinearLayout linearLayout, @NonNull LinkifiedTextView linkifiedTextView, @NonNull LinearLayout linearLayout2) {
this.a = linearLayout;
this.b = linkifiedTextView;
this.f107c = linearLayout2;
this.f108c = linearLayout2;
}
@Override // androidx.viewbinding.ViewBinding

View File

@ -16,12 +16,12 @@ public final class i4 implements ViewBinding {
@NonNull
/* renamed from: c reason: collision with root package name */
public final LinkifiedTextView f108c;
public final LinkifiedTextView f109c;
public i4(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull LinkifiedTextView linkifiedTextView) {
this.a = linearLayout;
this.b = materialButton;
this.f108c = linkifiedTextView;
this.f109c = linkifiedTextView;
}
@Override // androidx.viewbinding.ViewBinding

View File

@ -1,26 +1,20 @@
package c.a.i;
import android.view.View;
import android.widget.FrameLayout;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.fragment.app.FragmentContainerView;
import androidx.core.widget.NestedScrollView;
import androidx.viewbinding.ViewBinding;
import com.discord.utilities.view.rounded.RoundedRelativeLayout;
/* compiled from: WidgetHomePanelRightBinding */
/* compiled from: WidgetHubEmailFlowWaitlistBinding */
public final class i5 implements ViewBinding {
@NonNull
public final FrameLayout a;
@NonNull
public final RoundedRelativeLayout b;
public final NestedScrollView a;
@NonNull
public final TextView b;
/* renamed from: c reason: collision with root package name */
public final FragmentContainerView f109c;
public i5(@NonNull FrameLayout frameLayout, @NonNull RoundedRelativeLayout roundedRelativeLayout, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FragmentContainerView fragmentContainerView3) {
this.a = frameLayout;
this.b = roundedRelativeLayout;
this.f109c = fragmentContainerView3;
public i5(@NonNull NestedScrollView nestedScrollView, @NonNull TextView textView) {
this.a = nestedScrollView;
this.b = textView;
}
@Override // androidx.viewbinding.ViewBinding

View File

@ -1,19 +1,19 @@
package c.a.i;
import android.view.View;
import android.widget.LinearLayout;
import androidx.annotation.NonNull;
import androidx.viewbinding.ViewBinding;
import com.google.android.flexbox.FlexboxLayout;
/* compiled from: ViewCodeVerificationBinding */
public final class x1 implements ViewBinding {
@NonNull
public final LinearLayout a;
public final FlexboxLayout a;
@NonNull
public final LinearLayout b;
public final FlexboxLayout b;
public x1(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2) {
this.a = linearLayout;
this.b = linearLayout2;
public x1(@NonNull FlexboxLayout flexboxLayout, @NonNull FlexboxLayout flexboxLayout2) {
this.a = flexboxLayout;
this.b = flexboxLayout2;
}
@Override // androidx.viewbinding.ViewBinding

View File

@ -1,12 +1,15 @@
package c.a.i;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.core.widget.NestedScrollView;
import androidx.viewbinding.ViewBinding;
import com.discord.utilities.view.text.LinkifiedTextView;
/* compiled from: WidgetDiscordHubEmailConfirmationBinding */
import com.google.android.material.textfield.TextInputEditText;
import com.google.android.material.textfield.TextInputLayout;
/* compiled from: WidgetDiscordHubEmailInputBinding */
public final class x4 implements ViewBinding {
@NonNull
public final NestedScrollView a;
@ -15,15 +18,21 @@ public final class x4 implements ViewBinding {
@NonNull
/* renamed from: c reason: collision with root package name */
public final TextView f189c;
public final TextInputEditText f189c;
@NonNull
public final LinkifiedTextView d;
public final TextInputLayout d;
@NonNull
public final TextView e;
@NonNull
public final TextView f;
public x4(@NonNull NestedScrollView nestedScrollView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView2) {
public x4(@NonNull NestedScrollView nestedScrollView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2) {
this.a = nestedScrollView;
this.b = linkifiedTextView;
this.f189c = textView;
this.d = linkifiedTextView2;
this.f189c = textInputEditText;
this.d = textInputLayout;
this.e = textView;
this.f = textView2;
}
@Override // androidx.viewbinding.ViewBinding

View File

@ -1,38 +1,20 @@
package c.a.i;
import android.view.View;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.core.widget.NestedScrollView;
import androidx.viewbinding.ViewBinding;
import com.discord.utilities.view.text.LinkifiedTextView;
import com.google.android.material.textfield.TextInputEditText;
import com.google.android.material.textfield.TextInputLayout;
/* compiled from: WidgetDiscordHubEmailInputBinding */
/* compiled from: WidgetDiscoveryOtherSpeakersCountBinding */
public final class y4 implements ViewBinding {
@NonNull
public final NestedScrollView a;
@NonNull
public final LinkifiedTextView b;
public final LinearLayout a;
@NonNull
public final TextView b;
/* renamed from: c reason: collision with root package name */
public final TextInputEditText f194c;
@NonNull
public final TextInputLayout d;
@NonNull
public final TextView e;
@NonNull
public final TextView f;
public y4(@NonNull NestedScrollView nestedScrollView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2) {
this.a = nestedScrollView;
this.b = linkifiedTextView;
this.f194c = textInputEditText;
this.d = textInputLayout;
this.e = textView;
this.f = textView2;
public y4(@NonNull LinearLayout linearLayout, @NonNull TextView textView) {
this.a = linearLayout;
this.b = textView;
}
@Override // androidx.viewbinding.ViewBinding

View File

@ -22,7 +22,7 @@ public final class y5 implements ViewBinding {
@NonNull
/* renamed from: c reason: collision with root package name */
public final TextView f195c;
public final TextView f194c;
@NonNull
public final TextView d;
@NonNull
@ -43,7 +43,7 @@ public final class y5 implements ViewBinding {
public y5(@NonNull LinearLayout linearLayout, @NonNull Barrier barrier, @NonNull Space space, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5) {
this.a = linearLayout;
this.b = linearLayout2;
this.f195c = textView;
this.f194c = textView;
this.d = textView2;
this.e = simpleDraweeView;
this.f = simpleDraweeView2;

View File

@ -17,7 +17,7 @@ public final class z implements ViewBinding {
@NonNull
/* renamed from: c reason: collision with root package name */
public final LoadingButton f196c;
public final LoadingButton f195c;
@NonNull
public final LinkifiedTextView d;
@NonNull
@ -26,7 +26,7 @@ public final class z implements ViewBinding {
public z(@NonNull ConstraintLayout constraintLayout, @NonNull MaterialButton materialButton, @NonNull LoadingButton loadingButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView) {
this.a = constraintLayout;
this.b = materialButton;
this.f196c = loadingButton;
this.f195c = loadingButton;
this.d = linkifiedTextView;
this.e = textView;
}

View File

@ -16,7 +16,7 @@ public final class z0 implements ViewBinding {
@NonNull
/* renamed from: c reason: collision with root package name */
public final ImageView f197c;
public final ImageView f196c;
@NonNull
public final TextView d;
@NonNull
@ -27,7 +27,7 @@ public final class z0 implements ViewBinding {
public z0(@NonNull RelativeLayout relativeLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull MaterialButton materialButton) {
this.a = relativeLayout;
this.b = textView;
this.f197c = imageView;
this.f196c = imageView;
this.d = textView2;
this.e = textView3;
this.f = materialButton;

View File

@ -14,12 +14,12 @@ public final class z2 implements ViewBinding {
@NonNull
/* renamed from: c reason: collision with root package name */
public final TextView f198c;
public final TextView f197c;
public z2(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2) {
this.a = linearLayout;
this.b = textView;
this.f198c = textView2;
this.f197c = textView2;
}
@Override // androidx.viewbinding.ViewBinding

View File

@ -15,7 +15,7 @@ public final class z3 implements ViewBinding {
@NonNull
/* renamed from: c reason: collision with root package name */
public final TextView f199c;
public final TextView f198c;
@NonNull
public final TextView d;
@NonNull
@ -24,7 +24,7 @@ public final class z3 implements ViewBinding {
public z3(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull StatusView statusView) {
this.a = view;
this.b = simpleDraweeView;
this.f199c = textView;
this.f198c = textView;
this.d = textView2;
this.e = statusView;
}

View File

@ -1,20 +1,26 @@
package c.a.i;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.core.widget.NestedScrollView;
import androidx.viewbinding.ViewBinding;
/* compiled from: WidgetDiscordHubWaitlistBinding */
import com.facebook.drawee.view.SimpleDraweeView;
/* compiled from: WidgetDiscoveryStageCardSpeakerBinding */
public final class z4 implements ViewBinding {
@NonNull
public final NestedScrollView a;
public final LinearLayout a;
@NonNull
public final SimpleDraweeView b;
@NonNull
public final TextView b;
public z4(@NonNull NestedScrollView nestedScrollView, @NonNull TextView textView) {
this.a = nestedScrollView;
this.b = textView;
/* renamed from: c reason: collision with root package name */
public final TextView f199c;
public z4(@NonNull LinearLayout linearLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) {
this.a = linearLayout;
this.b = simpleDraweeView;
this.f199c = textView;
}
@Override // androidx.viewbinding.ViewBinding

View File

@ -219,7 +219,7 @@ public final class b {
m.checkNotNullParameter(objArr, "formatArgs");
m.checkNotNullParameter(renderContext, "renderContext");
Map<String, String> map = renderContext.a;
List<? extends Object> list = renderContext.f2060c;
List<? extends Object> list = renderContext.f2064c;
boolean z2 = true;
if (!map.isEmpty()) {
charSequence = a.replace(charSequence, new f(map));

View File

@ -38,7 +38,7 @@ public final class c extends Node.a<RenderContext> {
spannableStringBuilder.setSpan(obj2, length, spannableStringBuilder.length(), 33);
}
}
Hook.a aVar2 = hook != null ? hook.f2059c : null;
Hook.a aVar2 = hook != null ? hook.f2063c : null;
if (aVar2 != null) {
aVar = aVar2;
} else if (URLUtil.isValidUrl(this.a)) {

View File

@ -6,7 +6,6 @@ import android.graphics.Point;
import android.util.Log;
import android.view.MotionEvent;
import android.view.View;
import androidx.core.app.NotificationCompat;
import com.discord.overlay.OverlayManager;
import com.discord.overlay.R;
import com.discord.overlay.views.OverlayBubbleWrap;
@ -25,7 +24,7 @@ public final class a implements View.OnTouchListener {
@Override // android.view.View.OnTouchListener
public final boolean onTouch(View view, MotionEvent motionEvent) {
boolean z2;
m.checkNotNullExpressionValue(motionEvent, NotificationCompat.CATEGORY_EVENT);
m.checkNotNullExpressionValue(motionEvent, "event");
int action = motionEvent.getAction();
if (action == 1 || action == 2) {
c.a.n.h.a aVar = this.i.m;

View File

@ -24,7 +24,7 @@ public final /* synthetic */ class a0 extends k implements Function1<Pair<? exte
Pair<? extends Map<String, ? extends EncodeQuality>, ? extends RtcConnection.State> pair2 = pair;
m.checkNotNullParameter(pair2, "p1");
RtcConnection rtcConnection = (RtcConnection) this.receiver;
if (rtcConnection.f2123a0) {
if (rtcConnection.f2127a0) {
Map map = (Map) pair2.component1();
if (m.areEqual((RtcConnection.State) pair2.component2(), RtcConnection.State.f.a)) {
rtcConnection.U.i(rtcConnection.k, "local MediaSinkWants: " + map, null);

View File

@ -53,9 +53,9 @@ public final class b0 implements MediaEngineConnection.d {
rtcConnection.n = dVar;
rtcConnection.o = false;
}
if (transportInfo.f2142c.ordinal() != 0) {
if (transportInfo.f2146c.ordinal() != 0) {
StringBuilder L = c.d.b.a.a.L("Unsupported protocol: ");
L.append(transportInfo.f2142c);
L.append(transportInfo.f2146c);
L.append('.');
RtcConnection.j(rtcConnection, true, L.toString(), null, false, 12);
} else {

View File

@ -76,7 +76,7 @@ public final class h0 implements a.d {
rtcConnection.n = null;
rtcConnection.o = false;
}
rtcConnection.f2129z = 0;
rtcConnection.f2133z = 0;
rtcConnection.C = null;
MediaSinkWantsManager mediaSinkWantsManager = rtcConnection.G;
if (mediaSinkWantsManager != null) {
@ -261,7 +261,7 @@ public final class h0 implements a.d {
r.removeFirst(rtcConnection.u);
}
if (j > ((long) 500)) {
rtcConnection.f2129z++;
rtcConnection.f2133z++;
}
double d = (double) j;
Objects.requireNonNull(RtcConnection.Quality.Companion);

View File

@ -34,7 +34,7 @@ public final class j extends o implements Function0<Unit> {
Long l2 = this.$userId;
if (l2 == null) {
this.this$0.e = null;
} else if (this.this$0.f2121c.contains(l2)) {
} else if (this.this$0.f2125c.contains(l2)) {
MediaSinkWantsManager mediaSinkWantsManager2 = this.this$0;
Long l3 = this.$userId;
mediaSinkWantsManager2.e = l3;

View File

@ -20,7 +20,7 @@ public final class f extends ContentObserver {
DiscordAudioManager discordAudioManager = this.a;
int streamVolume = discordAudioManager.e.getStreamVolume(3);
discordAudioManager.w = streamVolume;
SerializedSubject<Integer, Integer> serializedSubject = discordAudioManager.f2135y;
SerializedSubject<Integer, Integer> serializedSubject = discordAudioManager.f2139y;
serializedSubject.j.onNext(Integer.valueOf(streamVolume));
}
}

View File

@ -96,10 +96,10 @@ public final class l extends o implements Function0<Unit> {
}
if (arrayList2.isEmpty()) {
this.this$0.b.remove(Long.valueOf(this.$userId));
this.this$0.f2121c.remove(Long.valueOf(this.$userId));
this.this$0.f2125c.remove(Long.valueOf(this.$userId));
} else {
this.this$0.b.put(Long.valueOf(this.$userId), arrayList2);
this.this$0.f2121c.add(Long.valueOf(this.$userId));
this.this$0.f2125c.add(Long.valueOf(this.$userId));
}
this.this$0.d(arrayList2.isEmpty() ? n.emptyList() : d0.t.m.listOf(String.valueOf(this.$userId)));
return Unit.a;

View File

@ -216,7 +216,7 @@ public final class b extends ScreenCapturerAndroid {
if (thumbnailEmitter != null) {
synchronized (thumbnailEmitter) {
thumbnailEmitter.d.release();
thumbnailEmitter.f2145c.release();
thumbnailEmitter.f2149c.release();
JniCommon.nativeFreeByteBuffer(thumbnailEmitter.b);
thumbnailEmitter.a = RecyclerView.FOREVER_NS;
}

View File

@ -37,7 +37,7 @@ public final class b implements Connection.OnVideoCallback {
int i = this.$ssrc;
String str = this.$streamIdentifier;
StreamParameters[] streamParametersArr = this.$streams;
eVar.f.put(Long.valueOf(j), Long.valueOf((long) i));
eVar.e.put(Long.valueOf(j), Long.valueOf((long) i));
eVar.y(new h(eVar, j, str, i, streamParametersArr));
return Unit.a;
}

View File

@ -29,7 +29,7 @@ public final class c implements Connection.UserSpeakingStatusChangedCallback {
e eVar = this.this$0.a;
long j = this.$userId;
boolean z2 = this.$isUserSpeakingNow;
Integer num = eVar.e.get(Long.valueOf(j));
Integer num = eVar.d.get(Long.valueOf(j));
eVar.y(new g(j, num != null ? num.intValue() : 0, z2));
return Unit.a;
}

View File

@ -34,28 +34,25 @@ public final class d implements Discord.ConnectToServerCallback {
e eVar = this.this$0.a;
Discord.ConnectionInfo connectionInfo = this.$connectionInfo;
String str = this.$errorMessage;
Logger logger = eVar.m;
String str2 = e.a;
m.checkNotNullExpressionValue(str2, "TAG");
Logger.i$default(logger, str2, "handleConnection(). errorMessage: " + str, null, 4, null);
Logger.i$default(eVar.l, "MediaEngineConnectionLegacy", c.d.b.a.a.s("handleConnection(). errorMessage: ", str), null, 4, null);
if (connectionInfo != null) {
if (str == null || str.length() == 0) {
String str3 = connectionInfo.localAddress;
m.checkNotNullExpressionValue(str3, "connectionInfo.localAddress");
String str2 = connectionInfo.localAddress;
m.checkNotNullExpressionValue(str2, "connectionInfo.localAddress");
int i = connectionInfo.localPort;
String str4 = connectionInfo.protocol;
m.checkNotNullExpressionValue(str4, "connectionInfo.protocol");
Objects.requireNonNull(str4, "null cannot be cast to non-null type java.lang.String");
String upperCase = str4.toUpperCase();
String str3 = connectionInfo.protocol;
m.checkNotNullExpressionValue(str3, "connectionInfo.protocol");
Objects.requireNonNull(str3, "null cannot be cast to non-null type java.lang.String");
String upperCase = str3.toUpperCase();
m.checkNotNullExpressionValue(upperCase, "(this as java.lang.String).toUpperCase()");
MediaEngineConnection.TransportInfo transportInfo = new MediaEngineConnection.TransportInfo(str3, i, MediaEngineConnection.TransportInfo.Protocol.valueOf(upperCase));
MediaEngineConnection.TransportInfo transportInfo = new MediaEngineConnection.TransportInfo(str2, i, MediaEngineConnection.TransportInfo.Protocol.valueOf(upperCase));
MediaEngineConnection.ConnectionState connectionState = MediaEngineConnection.ConnectionState.CONNECTED;
eVar.f218c = connectionState;
eVar.b = connectionState;
eVar.y(new a(eVar, connectionState));
c.a.q.m0.a aVar = new c.a.q.m0.a("opus", 1, MediaStreamTrack.AUDIO_TRACK_KIND, 120, null);
eVar.j.clear();
eVar.j.add(aVar);
eVar.j.addAll(eVar.p);
eVar.i.clear();
eVar.i.add(aVar);
eVar.i.addAll(eVar.o);
eVar.y(new l(0, eVar, transportInfo));
return Unit.a;
}

View File

@ -32,26 +32,25 @@ import kotlin.jvm.functions.Function0;
import kotlin.jvm.functions.Function1;
/* compiled from: MediaEngineConnectionLegacy.kt */
public final class e implements MediaEngineConnection {
public static final String a = "e";
public final CopyOnWriteArrayList<MediaEngineConnection.d> b;
public final CopyOnWriteArrayList<MediaEngineConnection.d> a;
public MediaEngineConnection.ConnectionState b;
/* renamed from: c reason: collision with root package name */
public MediaEngineConnection.ConnectionState f218c;
public boolean d;
public final Map<Long, Integer> e;
public final Map<Long, Long> f = new LinkedHashMap();
public boolean f218c;
public final Map<Long, Integer> d;
public final Map<Long, Long> e = new LinkedHashMap();
public final Set<Long> f = new LinkedHashSet();
public final Set<Long> g = new LinkedHashSet();
public final Set<Long> h = new LinkedHashSet();
public final Set<Long> i = new LinkedHashSet();
public final List<c.a.q.m0.a> j = new ArrayList();
public final Connection k;
public final c.a.q.c l;
public final Logger m;
public final t n;
public final Discord o;
public final List<c.a.q.m0.a> p;
public final MediaEngineConnection.Type q;
public final long r;
public final List<c.a.q.m0.a> i = new ArrayList();
public final Connection j;
public final c.a.q.c k;
public final Logger l;
public final t m;
public final Discord n;
public final List<c.a.q.m0.a> o;
public final MediaEngineConnection.Type p;
public final long q;
/* compiled from: MediaEngineConnectionLegacy.kt */
public static final class a extends d0.z.d.o implements Function1<Connection, Unit> {
@ -82,9 +81,7 @@ public final class e implements MediaEngineConnection {
long j = this.$userId;
int i = this.$audioSsrc;
int i2 = (int) this.$resolvedVideoSsrc;
e eVar = this.this$0;
String str = e.a;
Objects.requireNonNull(eVar);
Objects.requireNonNull(this.this$0);
connection2.connectUser(j, i, i2, i2 > 0 ? i2 + 1 : 0, this.$isMuted, this.$volume);
return Unit.a;
}
@ -291,7 +288,7 @@ public final class e implements MediaEngineConnection {
Connection connection2 = connection;
d0.z.d.m.checkNotNullParameter(connection2, "$receiver");
connection2.setVADLeadingFramesToBuffer(this.$inputModeOptions.b);
connection2.setVADTrailingFramesToSend(this.$inputModeOptions.f2144c);
connection2.setVADTrailingFramesToSend(this.$inputModeOptions.f2148c);
connection2.setVADTriggerThreshold((float) this.$inputModeOptions.a);
connection2.setVADAutoThreshold(this.$inputModeOptions.d ? 3 : -1);
connection2.setVADUseKrisp(this.$inputModeOptions.e);
@ -434,7 +431,7 @@ public final class e implements MediaEngineConnection {
Connection connection2 = connection;
d0.z.d.m.checkNotNullParameter(connection2, "$receiver");
MediaEngineConnection.b bVar = this.$quality;
connection2.setEncodingQuality(bVar.a, bVar.b, bVar.f2143c, bVar.d, this.$framerate);
connection2.setEncodingQuality(bVar.a, bVar.b, bVar.f2147c, bVar.d, this.$framerate);
return Unit.a;
}
}
@ -559,69 +556,66 @@ public final class e implements MediaEngineConnection {
d0.z.d.m.checkNotNullParameter(type, "type");
d0.z.d.m.checkNotNullParameter(aVar, "connectionOptions");
d0.z.d.m.checkNotNullParameter(list2, "listeners");
this.l = cVar;
this.m = logger;
this.n = tVar;
this.o = discord;
this.p = list;
this.q = type;
this.r = j2;
this.k = cVar;
this.l = logger;
this.m = tVar;
this.n = discord;
this.o = list;
this.p = type;
this.q = j2;
MediaEngineConnection.ConnectionState connectionState = MediaEngineConnection.ConnectionState.CONNECTING;
this.f218c = connectionState;
this.e = h0.mutableMapOf(d0.o.to(Long.valueOf(j2), Integer.valueOf(aVar.a)));
this.b = connectionState;
this.d = h0.mutableMapOf(d0.o.to(Long.valueOf(j2), Integer.valueOf(aVar.a)));
int i2 = aVar.a;
String str = aVar.b;
int i3 = aVar.f2141c;
int i3 = aVar.f2145c;
Object[] array = aVar.d.toArray(new StreamParameters[0]);
Objects.requireNonNull(array, "null cannot be cast to non-null type kotlin.Array<T>");
Connection connectToServer = discord.connectToServer(i2, j2, str, i3, (StreamParameters[]) array, new d(this));
d0.z.d.m.checkNotNullExpressionValue(connectToServer, "voiceEngineLegacy.connec…fo, errorMessage) }\n }");
connectToServer.setOnVideoCallback(new b(this));
connectToServer.setUserSpeakingStatusChangedCallback(new c(this));
this.k = connectToServer;
this.b = new CopyOnWriteArrayList<>(list2);
this.f218c = connectionState;
this.j = connectToServer;
this.a = new CopyOnWriteArrayList<>(list2);
this.b = connectionState;
y(new a(this, connectionState));
}
public static final void x(e eVar, Function0 function0) {
c.a.q.c cVar = eVar.l;
c.a.q.c cVar = eVar.k;
cVar.k.execute(new i(function0));
}
@Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection
public synchronized void a(Intent intent, ThumbnailEmitter thumbnailEmitter) {
d0.z.d.m.checkNotNullParameter(intent, "permission");
z(new t(new c.a.q.m0.b(intent, new u(), this.m, thumbnailEmitter)));
z(new t(new c.a.q.m0.b(intent, new u(), this.l, thumbnailEmitter)));
}
@Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection
public boolean b() {
return this.n.a;
return this.m.a;
}
@Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection
public void c(boolean z2) {
this.d = z2;
this.f218c = z2;
z(new r(z2));
}
@Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection
public void d(long j2, boolean z2) {
if (z2) {
this.i.add(Long.valueOf(j2));
this.h.add(Long.valueOf(j2));
} else {
this.i.remove(Long.valueOf(j2));
this.h.remove(Long.valueOf(j2));
}
y(new m(j2, z2));
}
@Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection
public void destroy() {
Logger logger = this.m;
String str = a;
d0.z.d.m.checkNotNullExpressionValue(str, "TAG");
Logger.i$default(logger, str, "destroy(). Disconnecting from server", null, 4, null);
Logger.i$default(this.l, "MediaEngineConnectionLegacy", "destroy(). Disconnecting from server", null, 4, null);
z(b.i);
y(new c(this));
}
@ -639,12 +633,12 @@ public final class e implements MediaEngineConnection {
@Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection
public boolean g(long j2) {
return this.h.contains(Long.valueOf(j2));
return this.g.contains(Long.valueOf(j2));
}
@Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection
public MediaEngineConnection.Type getType() {
return this.q;
return this.p;
}
@Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection
@ -666,7 +660,7 @@ public final class e implements MediaEngineConnection {
public void k(MediaEngineConnection.InputMode inputMode, MediaEngineConnection.c cVar) {
d0.z.d.m.checkNotNullParameter(inputMode, "inputMode");
d0.z.d.m.checkNotNullParameter(cVar, "inputModeOptions");
t tVar = this.n;
t tVar = this.m;
if (inputMode == MediaEngineConnection.InputMode.VOICE_ACTIVITY) {
boolean z2 = cVar.d;
}
@ -677,14 +671,14 @@ public final class e implements MediaEngineConnection {
@Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection
public void l(MediaEngineConnection.d dVar) {
d0.z.d.m.checkNotNullParameter(dVar, "listener");
this.b.add(dVar);
dVar.onConnectionStateChange(this, this.f218c);
this.a.add(dVar);
dVar.onConnectionStateChange(this, this.b);
}
@Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection
public void m(MediaEngineConnection.b bVar) {
d0.z.d.m.checkNotNullParameter(bVar, "quality");
z(new p(bVar, this.d ? bVar.e : bVar.f));
z(new p(bVar, this.f218c ? bVar.e : bVar.f));
}
@Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection
@ -696,12 +690,12 @@ public final class e implements MediaEngineConnection {
@Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection
public void o(MediaEngineConnection.d dVar) {
d0.z.d.m.checkNotNullParameter(dVar, "listener");
this.b.remove(dVar);
this.a.remove(dVar);
}
@Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection
public boolean p(long j2) {
return this.i.contains(Long.valueOf(j2));
return this.h.contains(Long.valueOf(j2));
}
@Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection
@ -715,7 +709,7 @@ public final class e implements MediaEngineConnection {
Object obj2;
d0.z.d.m.checkNotNullParameter(str, "audioCodec");
d0.z.d.m.checkNotNullParameter(str2, "videoCodec");
Iterator<T> it = this.j.iterator();
Iterator<T> it = this.i.iterator();
while (true) {
obj = null;
if (!it.hasNext()) {
@ -728,7 +722,7 @@ public final class e implements MediaEngineConnection {
}
}
c.a.q.m0.a aVar = (c.a.q.m0.a) obj2;
Iterator<T> it2 = this.j.iterator();
Iterator<T> it2 = this.i.iterator();
while (true) {
if (!it2.hasNext()) {
break;
@ -765,35 +759,30 @@ public final class e implements MediaEngineConnection {
@Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection
public void s(long j2, int i2, Integer num, boolean z2, float f2) {
if (i2 == 0) {
Logger logger = this.m;
String str = a;
d0.z.d.m.checkNotNullExpressionValue(str, "TAG");
Logger.w$default(logger, str, "Attempting to create user " + j2 + " with 0 audio SSRC", null, 4, null);
Logger.w$default(this.l, "MediaEngineConnectionLegacy", c.d.b.a.a.p("Attempting to create user ", j2, " with 0 audio SSRC"), null, 4, null);
return;
}
Long valueOf = num != null ? Long.valueOf((long) num.intValue()) : this.f.get(Long.valueOf(j2));
Long valueOf = num != null ? Long.valueOf((long) num.intValue()) : this.e.get(Long.valueOf(j2));
long longValue = valueOf != null ? valueOf.longValue() : 0;
Integer num2 = this.e.get(Long.valueOf(j2));
Integer num2 = this.d.get(Long.valueOf(j2));
boolean z3 = false;
boolean z4 = num2 == null || num2.intValue() != i2;
Long l2 = this.f.get(Long.valueOf(j2));
Long l2 = this.e.get(Long.valueOf(j2));
if (l2 == null || l2.longValue() != longValue) {
z3 = true;
}
if (z4 || z3) {
Logger logger2 = this.m;
String str2 = a;
d0.z.d.m.checkNotNullExpressionValue(str2, "TAG");
Logger.i$default(logger2, str2, "creating user: " + j2 + " with audio SSRC: " + i2 + " and video SSRC: " + num, null, 4, null);
Logger logger = this.l;
Logger.i$default(logger, "MediaEngineConnectionLegacy", "creating user: " + j2 + " with audio SSRC: " + i2 + " and video SSRC: " + num, null, 4, null);
z(new a(this, j2, i2, longValue, z2, f2));
}
if (z2) {
this.g.add(Long.valueOf(j2));
this.f.add(Long.valueOf(j2));
} else {
this.g.remove(Long.valueOf(j2));
this.f.remove(Long.valueOf(j2));
}
this.e.put(Long.valueOf(j2), Integer.valueOf(i2));
this.f.put(Long.valueOf(j2), Long.valueOf(longValue));
this.d.put(Long.valueOf(j2), Integer.valueOf(i2));
this.e.put(Long.valueOf(j2), Long.valueOf(longValue));
}
@Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection
@ -805,7 +794,7 @@ public final class e implements MediaEngineConnection {
@Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection
public boolean u(long j2) {
return this.g.contains(Long.valueOf(j2));
return this.f.contains(Long.valueOf(j2));
}
@Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection
@ -817,28 +806,25 @@ public final class e implements MediaEngineConnection {
public void w(long j2, boolean z2) {
z(new k(j2, z2));
if (z2) {
this.g.add(Long.valueOf(j2));
this.f.add(Long.valueOf(j2));
} else {
this.g.remove(Long.valueOf(j2));
this.f.remove(Long.valueOf(j2));
}
y(new l(j2, z2));
}
public final void y(Function1<? super MediaEngineConnection.d, Unit> function1) {
for (MediaEngineConnection.d dVar : this.b) {
for (MediaEngineConnection.d dVar : this.a) {
try {
d0.z.d.m.checkNotNullExpressionValue(dVar, "it");
function1.invoke(dVar);
} catch (Exception e) {
Logger logger = this.m;
String str = a;
d0.z.d.m.checkNotNullExpressionValue(str, "TAG");
Logger.e$default(logger, str, "Error in listener", e, null, 8, null);
Logger.e$default(this.l, "MediaEngineConnectionLegacy", "Error in listener", e, null, 8, null);
}
}
}
public final synchronized void z(Function1<? super Connection, Unit> function1) {
function1.invoke(this.k);
function1.invoke(this.j);
}
}

View File

@ -21,9 +21,6 @@ public final class f implements Connection.GetStatsCallback {
@Override // co.discord.media_engine.Connection.GetStatsCallback
public void onStatsError(Throwable th) {
Logger logger = this.a.this$0.m;
String str = e.a;
m.checkNotNullExpressionValue(str, "TAG");
Logger.e$default(logger, str, "error collecting stats", th, null, 8, null);
Logger.e$default(this.a.this$0.l, "MediaEngineConnectionLegacy", "error collecting stats", th, null, 8, null);
}
}

View File

@ -35,7 +35,7 @@ public final class h extends o implements Function1<MediaEngineConnection.d, Uni
long j = this.$userId;
String str = this.$streamId;
Integer intOrNull = str != null ? s.toIntOrNull(str) : null;
Integer num = this.this$0.e.get(Long.valueOf(this.$userId));
Integer num = this.this$0.d.get(Long.valueOf(this.$userId));
int intValue = num != null ? num.intValue() : 0;
int i = this.$videoSsrc;
Objects.requireNonNull(this.this$0);

View File

@ -366,7 +366,7 @@ public final class k implements MediaEngine {
discord2.setEchoCancellation(z2);
}
k kVar3 = this.this$0;
boolean z4 = voiceConfig.f2140c;
boolean z4 = voiceConfig.f2144c;
Discord discord3 = kVar3.f;
if (discord3 != null) {
discord3.setNoiseSuppression(z4);

View File

@ -654,7 +654,7 @@ public final class a extends WebSocketListener implements DebugPrintable {
aVar.a(1, TimeUnit.MINUTES);
SSLSocketFactory sSLSocketFactory = this.E;
if (sSLSocketFactory != null) {
h.a aVar2 = f0.e0.k.h.f2793c;
h.a aVar2 = f0.e0.k.h.f2797c;
aVar.b(sSLSocketFactory, f0.e0.k.h.a.n());
}
String D = c.d.b.a.a.D(new StringBuilder(), this.C, "?v=5");

View File

@ -122,13 +122,13 @@ public final /* synthetic */ class a extends k implements Function1<Stats, Unit>
if (booleanValue) {
krispOveruseDetector.d.f(KrispOveruseDetector.Status.CPU_OVERUSE);
} else if (longValue == 0) {
int i = krispOveruseDetector.f2120c + 1;
krispOveruseDetector.f2120c = i;
int i = krispOveruseDetector.f2124c + 1;
krispOveruseDetector.f2124c = i;
if (i > 2) {
krispOveruseDetector.d.f(KrispOveruseDetector.Status.FAILED);
}
} else {
krispOveruseDetector.f2120c = 0;
krispOveruseDetector.f2124c = 0;
}
}
krispOveruseDetector.b = stats2.getOutboundRtpAudio();

View File

@ -13,6 +13,6 @@ public final class r extends RtcConnection.b {
@Override // com.discord.rtcconnection.RtcConnection.b, com.discord.rtcconnection.RtcConnection.c
public void onStateChange(RtcConnection.StateChange stateChange) {
m.checkNotNullParameter(stateChange, "stateChange");
this.i.f2126s.onNext(stateChange);
this.i.f2130s.onNext(stateChange);
}
}

View File

@ -53,8 +53,8 @@ public final class s extends o implements Function0<Unit> {
rtcConnection.r("connecting via endpoint: " + replace$default + " token: " + str2);
try {
URI uri = new URI(t);
rtcConnection.f2127x = uri.getHost();
rtcConnection.f2128y = Integer.valueOf(uri.getPort());
rtcConnection.f2131x = uri.getHost();
rtcConnection.f2132y = Integer.valueOf(uri.getPort());
} catch (Exception e) {
rtcConnection.U.e(rtcConnection.k, "Failed to parse RTC endpoint", e, g0.mapOf(d0.o.to("endpoint", replace$default)));
}

View File

@ -77,7 +77,7 @@ public final class b extends k implements Function2<CoroutineScope, Continuation
}
String joinToString$default = u.joinToString$default(arrayList, "&", null, null, 0, null, null, 62, null);
RequestBody.Companion companion = RequestBody.Companion;
MediaType.a aVar = MediaType.f2910c;
MediaType.a aVar = MediaType.f2914c;
RequestBody a = companion.a(joinToString$default, MediaType.a.a(ShareTarget.ENCODING_TYPE_URL_ENCODED));
Request.a aVar2 = new Request.a();
m.checkParameterIsNotNull(a, "body");

View File

@ -53,7 +53,7 @@ public final class a0 extends LinearLayout {
TextView textView = this.l.b;
m.checkNotNullExpressionValue(textView, "binding.counterText1");
textView.setActivated(z2);
TextView textView2 = this.l.f78c;
TextView textView2 = this.l.f79c;
m.checkNotNullExpressionValue(textView2, "binding.counterText2");
textView2.setActivated(z2);
}

View File

@ -204,7 +204,7 @@ public final class b0 extends AppBottomSheet implements i {
}
List list = (List) serializable;
boolean z2 = getArgumentsOrDefault().getBoolean("simple_bottom_sheet_show_dividers");
TextView textView = g().f71c;
TextView textView = g().f72c;
m.checkNotNullExpressionValue(textView, "binding.widgetSimpleBottomSheetSelectorPlaceholder");
textView.setText(string);
ConstraintLayout constraintLayout = g().b;

View File

@ -2,7 +2,6 @@ package c.a.y;
import android.view.KeyEvent;
import android.view.View;
import androidx.core.app.NotificationCompat;
import com.discord.views.CodeVerificationView;
import d0.g0.y;
import d0.z.d.m;
@ -17,7 +16,7 @@ public final class d implements View.OnKeyListener {
@Override // android.view.View.OnKeyListener
public final boolean onKey(View view, int i, KeyEvent keyEvent) {
m.checkNotNullExpressionValue(keyEvent, NotificationCompat.CATEGORY_EVENT);
m.checkNotNullExpressionValue(keyEvent, "event");
if (keyEvent.getAction() == 0) {
CodeVerificationView codeVerificationView = this.i;
CodeVerificationView.a aVar = CodeVerificationView.i;

View File

@ -49,7 +49,7 @@ public final class e0 extends SimpleRecyclerAdapter.ViewHolder<c0> {
MaterialTextView materialTextView2 = this.f241c.b;
m.checkNotNullExpressionValue(materialTextView2, "itemBinding.selectComponentSheetItemDescription");
ViewExtensions.setTextAndVisibilityBy(materialTextView2, c0Var2.a());
SimpleDraweeView simpleDraweeView = this.f241c.f76c;
SimpleDraweeView simpleDraweeView = this.f241c.f77c;
m.checkNotNullExpressionValue(simpleDraweeView, "itemBinding.selectComponentSheetItemIcon");
int i2 = 0;
if (!((c0Var2.d() == null && c0Var2.b() == null) ? false : true)) {
@ -58,18 +58,18 @@ public final class e0 extends SimpleRecyclerAdapter.ViewHolder<c0> {
simpleDraweeView.setVisibility(i2);
String d = c0Var2.d();
if (d != null) {
SimpleDraweeView simpleDraweeView2 = this.f241c.f76c;
SimpleDraweeView simpleDraweeView2 = this.f241c.f77c;
m.checkNotNullExpressionValue(simpleDraweeView2, "itemBinding.selectComponentSheetItemIcon");
MGImages.setImage$default(simpleDraweeView2, d, R.dimen.emoji_size, R.dimen.emoji_size, true, null, null, 96, null);
} else {
Integer b = c0Var2.b();
if (b != null) {
this.f241c.f76c.setImageResource(b.intValue());
this.f241c.f77c.setImageResource(b.intValue());
}
}
Integer c2 = c0Var2.c();
if (c2 != null) {
this.f241c.f76c.setColorFilter(c2.intValue());
this.f241c.f77c.setColorFilter(c2.intValue());
}
MaterialTextView materialTextView3 = this.f241c.d;
materialTextView3.setText(c0Var2.e());

View File

@ -31,7 +31,7 @@ public final class o extends d0.z.d.o implements Function1<Point, Unit> {
m.checkNotNullExpressionValue(appVideoStreamRenderer, "binding.participantVideoStreamRenderer");
boolean z2 = false;
appVideoStreamRenderer.setVisibility(0);
View view = videoCallParticipantView.i.f81c;
View view = videoCallParticipantView.i.f82c;
m.checkNotNullExpressionValue(view, "binding.participantBgLetterbox");
view.setVisibility(0);
ProgressBar progressBar = videoCallParticipantView.i.p;

View File

@ -3,7 +3,7 @@ package c.a.y.l0.c;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.TextView;
import c.a.i.b5;
import c.a.i.z4;
import c.a.y.l0.c.d;
import com.discord.R;
import com.discord.utilities.extensions.SimpleDraweeViewExtensionsKt;
@ -12,7 +12,7 @@ import com.facebook.drawee.view.SimpleDraweeView;
import d0.z.d.m;
/* compiled from: SpeakersViewHolder.kt */
public final class a extends MGRecyclerViewHolder<c, d> {
public final b5 a;
public final z4 a;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public a(c cVar) {
@ -25,9 +25,9 @@ public final class a extends MGRecyclerViewHolder<c, d> {
i = R.id.discovery_stage_card_speaker_name;
TextView textView = (TextView) view.findViewById(R.id.discovery_stage_card_speaker_name);
if (textView != null) {
b5 b5Var = new b5((LinearLayout) view, simpleDraweeView, textView);
m.checkNotNullExpressionValue(b5Var, "WidgetDiscoveryStageCard…kerBinding.bind(itemView)");
this.a = b5Var;
z4 z4Var = new z4((LinearLayout) view, simpleDraweeView, textView);
m.checkNotNullExpressionValue(z4Var, "WidgetDiscoveryStageCard…kerBinding.bind(itemView)");
this.a = z4Var;
return;
}
}
@ -44,7 +44,7 @@ public final class a extends MGRecyclerViewHolder<c, d> {
SimpleDraweeView simpleDraweeView = this.a.b;
m.checkNotNullExpressionValue(simpleDraweeView, "binding.discoveryStageCardSpeakerAvatar");
SimpleDraweeViewExtensionsKt.setAvatar$default(simpleDraweeView, aVar.k, false, R.dimen.avatar_size_medium, aVar.l, 2, null);
TextView textView = this.a.f70c;
TextView textView = this.a.f199c;
m.checkNotNullExpressionValue(textView, "binding.discoveryStageCardSpeakerName");
textView.setText(aVar.m);
}

View File

@ -3,7 +3,7 @@ package c.a.y.l0.c;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.TextView;
import c.a.i.a5;
import c.a.i.y4;
import c.a.y.l0.c.d;
import c.d.b.a.a;
import com.discord.R;
@ -12,7 +12,7 @@ import com.discord.utilities.resources.StringResourceUtilsKt;
import d0.z.d.m;
/* compiled from: SpeakersViewHolder.kt */
public final class b extends MGRecyclerViewHolder<c, d> {
public final a5 a;
public final y4 a;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public b(c cVar) {
@ -21,9 +21,9 @@ public final class b extends MGRecyclerViewHolder<c, d> {
View view = this.itemView;
TextView textView = (TextView) view.findViewById(R.id.other_speakers_count_text);
if (textView != null) {
a5 a5Var = new a5((LinearLayout) view, textView);
m.checkNotNullExpressionValue(a5Var, "WidgetDiscoveryOtherSpea…untBinding.bind(itemView)");
this.a = a5Var;
y4 y4Var = new y4((LinearLayout) view, textView);
m.checkNotNullExpressionValue(y4Var, "WidgetDiscoveryOtherSpea…untBinding.bind(itemView)");
this.a = y4Var;
return;
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(R.id.other_speakers_count_text)));

View File

@ -21,6 +21,6 @@ public final class a implements View.OnClickListener {
if (!(googlePlayInAppSku == null || (function1 = giftSelectView.j) == null)) {
function1.invoke(googlePlayInAppSku);
}
giftSelectView.i.f1773c.setOnClickListener(null);
giftSelectView.i.f1775c.setOnClickListener(null);
}
}

View File

@ -1,8 +1,7 @@
package c.c.a.a0;
import c.a.q.m0.c.e;
import c.c.a.a0.h0.c;
/* compiled from: ShapeTrimPathParser */
public class f0 {
public static c.a a = c.a.a("s", e.a, "o", "nm", "m", "hd");
public static c.a a = c.a.a("s", "e", "o", "nm", "m", "hd");
}

View File

@ -1,9 +1,8 @@
package c.c.a.a0;
import c.a.q.m0.c.e;
import c.c.a.a0.h0.c;
/* compiled from: GradientFillParser */
public class l {
public static final c.a a = c.a.a("nm", "g", "o", "t", "s", e.a, "r", "hd");
public static final c.a a = c.a.a("nm", "g", "o", "t", "s", "e", "r", "hd");
public static final c.a b = c.a.a("p", "k");
}

View File

@ -1,10 +1,9 @@
package c.c.a.a0;
import c.a.q.m0.c.e;
import c.c.a.a0.h0.c;
/* compiled from: GradientStrokeParser */
public class m {
public static c.a a = c.a.a("nm", "g", "o", "t", "s", e.a, "w", "lc", "lj", "ml", "hd", "d");
public static c.a a = c.a.a("nm", "g", "o", "t", "s", "e", "w", "lc", "lj", "ml", "hd", "d");
public static final c.a b = c.a.a("p", "k");
/* renamed from: c reason: collision with root package name */

View File

@ -6,7 +6,6 @@ import android.view.animation.Interpolator;
import android.view.animation.LinearInterpolator;
import androidx.collection.SparseArrayCompat;
import androidx.core.view.animation.PathInterpolatorCompat;
import c.a.q.m0.c.e;
import c.c.a.a0.h0.c;
import c.c.a.b0.f;
import c.c.a.b0.g;
@ -20,7 +19,7 @@ public class p {
public static SparseArrayCompat<WeakReference<Interpolator>> b;
/* renamed from: c reason: collision with root package name */
public static c.a f259c = c.a.a("t", "s", e.a, "o", "i", "h", "to", "ti");
public static c.a f259c = c.a.a("t", "s", "e", "o", "i", "h", "to", "ti");
public static <T> a<T> a(c cVar, d dVar, float f, g0<T> g0Var, boolean z2) throws IOException {
T t;

View File

@ -77,8 +77,8 @@ public abstract class c {
q(fVar, replace2, arrayList, w.i);
n(fVar, replace2, arrayList, w.g);
q(fVar, replace2, arrayList, w.g);
n(fVar, replace2, arrayList, w.f2860c);
q(fVar, replace2, arrayList, w.f2860c);
n(fVar, replace2, arrayList, w.f2864c);
q(fVar, replace2, arrayList, w.f2864c);
o(fVar, replace2, arrayList);
cls2 = b.a(s2, fVar.b());
}

View File

@ -311,13 +311,13 @@ public class c extends AbstractDraweeController<CloseableReference<c.f.j.j.c>, I
ImageRequest imageRequest = this.I;
ImageRequest imageRequest2 = this.K;
ImageRequest[] imageRequestArr = this.J;
if (imageRequest == null || (uri = imageRequest.f2229c) == null) {
if (imageRequest == null || (uri = imageRequest.f2233c) == null) {
if (!(imageRequestArr == null || imageRequestArr.length <= 0 || imageRequestArr[0] == null)) {
ImageRequest imageRequest3 = imageRequestArr[0];
uri = imageRequest3 != null ? imageRequest3.f2229c : null;
uri = imageRequest3 != null ? imageRequest3.f2233c : null;
}
if (imageRequest2 != null) {
return imageRequest2.f2229c;
return imageRequest2.f2233c;
}
return null;
}

View File

@ -85,7 +85,7 @@ public class d extends AbstractDraweeControllerBuilder<d, ImageRequest, Closeabl
c.f.j.r.b.b();
try {
DraweeController draweeController = this.n;
String valueOf = String.valueOf(AbstractDraweeControllerBuilder.f2216c.getAndIncrement());
String valueOf = String.valueOf(AbstractDraweeControllerBuilder.f2220c.getAndIncrement());
if (draweeController instanceof c) {
cVar = (c) draweeController;
} else {

View File

@ -30,7 +30,7 @@ public class b extends g implements f0 {
if (!draweeHolder.a) {
a.m(c.class, "%x: Draw requested for a non-attached controller %x. %s", Integer.valueOf(System.identityHashCode(draweeHolder)), Integer.valueOf(System.identityHashCode(draweeHolder.e)), draweeHolder.toString());
draweeHolder.b = true;
draweeHolder.f2220c = true;
draweeHolder.f2224c = true;
draweeHolder.b();
}
}

View File

@ -156,7 +156,7 @@ public class f {
Objects.requireNonNull((z) this.g);
Executor executor = z.g.a;
if (eVar instanceof Boolean) {
return ((Boolean) eVar).booleanValue() ? z.g.f2941c : z.g.d;
return ((Boolean) eVar).booleanValue() ? z.g.f2945c : z.g.d;
}
z.g<e> gVar = new z.g<>();
if (gVar.h(eVar)) {

View File

@ -9,11 +9,11 @@ public class n implements i {
public static n a;
public CacheKey a(ImageRequest imageRequest, Object obj) {
return new b(imageRequest.f2229c.toString(), imageRequest.i, imageRequest.j, imageRequest.h, null, null, obj);
return new b(imageRequest.f2233c.toString(), imageRequest.i, imageRequest.j, imageRequest.h, null, null, obj);
}
public CacheKey b(ImageRequest imageRequest, Object obj) {
return new f(imageRequest.f2229c.toString());
return new f(imageRequest.f2233c.toString());
}
public CacheKey c(ImageRequest imageRequest, Object obj) {
@ -28,6 +28,6 @@ public class n implements i {
cacheKey = null;
str = null;
}
return new b(imageRequest.f2229c.toString(), imageRequest.i, imageRequest.j, imageRequest.h, cacheKey, str, obj);
return new b(imageRequest.f2233c.toString(), imageRequest.i, imageRequest.j, imageRequest.h, cacheKey, str, obj);
}
}

View File

@ -262,7 +262,7 @@ public class v<K, V> implements m<K, V>, w<K, V> {
MemoryCacheParams memoryCacheParams = this.f;
int min = Math.min(memoryCacheParams.d, memoryCacheParams.b - e());
MemoryCacheParams memoryCacheParams2 = this.f;
p = p(min, Math.min(memoryCacheParams2.f2222c, memoryCacheParams2.a - f()));
p = p(min, Math.min(memoryCacheParams2.f2226c, memoryCacheParams2.a - f()));
h(p);
}
i(p);

View File

@ -17,7 +17,7 @@ public class c implements f {
public h a(DiskCacheConfig diskCacheConfig) {
Objects.requireNonNull(this.a);
e eVar = new e(diskCacheConfig.a, diskCacheConfig.f2210c, diskCacheConfig.b, diskCacheConfig.h);
e eVar = new e(diskCacheConfig.a, diskCacheConfig.f2214c, diskCacheConfig.b, diskCacheConfig.h);
ExecutorService newSingleThreadExecutor = Executors.newSingleThreadExecutor();
return new d(eVar, diskCacheConfig.g, new d.c(diskCacheConfig.f, diskCacheConfig.e, diskCacheConfig.d), diskCacheConfig.i, diskCacheConfig.h, diskCacheConfig.j, newSingleThreadExecutor, false);
}

View File

@ -85,7 +85,7 @@ public class h {
ImageRequest.c f = ImageRequest.c.f(imageRequest.m, cVar);
String valueOf = String.valueOf(this.i.getAndIncrement());
if (!imageRequest.f) {
if (c.f.d.l.b.e(imageRequest.f2229c)) {
if (c.f.d.l.b.e(imageRequest.f2233c)) {
z2 = false;
c1 c1Var = new c1(imageRequest, valueOf, str, b0Var, obj, f, false, z2, imageRequest.l, this.l);
c.f.j.r.b.b();

View File

@ -153,7 +153,7 @@ public class p {
try {
b.b();
Objects.requireNonNull(imageRequest);
Uri uri = imageRequest.f2229c;
Uri uri = imageRequest.f2233c;
AnimatableValueParser.y(uri, "Uri is null.");
int i = imageRequest.d;
if (i != 0) {
@ -247,7 +247,7 @@ public class p {
}
}
}
if (this.m && imageRequest.f2230s > 0) {
if (this.m && imageRequest.f2234s > 0) {
synchronized (this) {
oVar = new o(r0Var, this.b.j.g());
}

View File

@ -19,7 +19,7 @@ public class a1 extends g0 {
@Override // c.f.j.p.g0
public e d(ImageRequest imageRequest) throws IOException {
return c(this.f470c.openInputStream(imageRequest.f2229c), -1);
return c(this.f470c.openInputStream(imageRequest.f2233c), -1);
}
@Override // c.f.j.p.g0

View File

@ -45,7 +45,7 @@ public class d implements w0 {
HashMap hashMap = new HashMap();
this.h = hashMap;
hashMap.put(ModelAuditLogEntry.CHANGE_KEY_ID, str);
hashMap.put("uri_source", imageRequest == null ? "null-request" : imageRequest.f2229c);
hashMap.put("uri_source", imageRequest == null ? "null-request" : imageRequest.f2233c);
this.d = str2;
this.e = y0Var;
this.f = obj;

View File

@ -25,10 +25,10 @@ public class d0 extends g0 {
@Override // c.f.j.p.g0
public e d(ImageRequest imageRequest) throws IOException {
int i;
InputStream open = this.f476c.open(imageRequest.f2229c.getPath().substring(1), 2);
InputStream open = this.f476c.open(imageRequest.f2233c.getPath().substring(1), 2);
AssetFileDescriptor assetFileDescriptor = null;
try {
assetFileDescriptor = this.f476c.openFd(imageRequest.f2229c.getPath().substring(1));
assetFileDescriptor = this.f476c.openFd(imageRequest.f2233c.getPath().substring(1));
i = (int) assetFileDescriptor.getLength();
} catch (IOException unused) {
i = -1;

View File

@ -28,7 +28,7 @@ public class e0 extends g0 {
@Override // c.f.j.p.g0
public e d(ImageRequest imageRequest) throws IOException {
InputStream inputStream;
Uri uri = imageRequest.f2229c;
Uri uri = imageRequest.f2233c;
Uri uri2 = b.a;
boolean z2 = false;
if (uri.getPath() != null && b.c(uri) && "com.android.contacts".equals(uri.getAuthority()) && !uri.getPath().startsWith(b.a.getPath())) {

View File

@ -42,7 +42,7 @@ public class f0 extends g0 implements j1<e> {
c.f.j.d.e eVar;
Cursor query;
e f2;
Uri uri = imageRequest.f2229c;
Uri uri = imageRequest.f2233c;
if (!b.b(uri) || (eVar = imageRequest.i) == null || (query = this.g.query(uri, f478c, null, null, null)) == null) {
return null;
}

View File

@ -25,10 +25,10 @@ public class i0 extends g0 {
@Override // c.f.j.p.g0
public e d(ImageRequest imageRequest) throws IOException {
int i;
InputStream openRawResource = this.f485c.openRawResource(Integer.parseInt(imageRequest.f2229c.getPath().substring(1)));
InputStream openRawResource = this.f485c.openRawResource(Integer.parseInt(imageRequest.f2233c.getPath().substring(1)));
AssetFileDescriptor assetFileDescriptor = null;
try {
assetFileDescriptor = this.f485c.openRawResourceFd(Integer.parseInt(imageRequest.f2229c.getPath().substring(1)));
assetFileDescriptor = this.f485c.openRawResourceFd(Integer.parseInt(imageRequest.f2233c.getPath().substring(1)));
i = (int) assetFileDescriptor.getLength();
} catch (Resources.NotFoundException unused) {
i = -1;

View File

@ -83,7 +83,7 @@ public class j0 implements v0<CloseableReference<c>> {
bitmap = ThumbnailUtils.createVideoThumbnail(str, i);
} else {
try {
ParcelFileDescriptor openFileDescriptor = j0.this.b.openFileDescriptor(this.p.f2229c, "r");
ParcelFileDescriptor openFileDescriptor = j0.this.b.openFileDescriptor(this.p.f2233c, "r");
MediaMetadataRetriever mediaMetadataRetriever = new MediaMetadataRetriever();
mediaMetadataRetriever.setDataSource(openFileDescriptor.getFileDescriptor());
bitmap = mediaMetadataRetriever.getFrameAtTime(-1);
@ -141,7 +141,7 @@ public class j0 implements v0<CloseableReference<c>> {
String str;
Uri uri;
Objects.requireNonNull(j0Var);
Uri uri2 = imageRequest.f2229c;
Uri uri2 = imageRequest.f2233c;
if (c.f.d.l.b.d(uri2)) {
return imageRequest.a().getPath();
}

Some files were not shown because too many files have changed in this diff Show More