diff --git a/app/build.gradle b/app/build.gradle index 269e3add1c..3d9c13e2b1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId 'com.discord' minSdkVersion 21 targetSdkVersion 29 - versionCode 93204 - versionName "93.4 - Alpha" + versionCode 93205 + versionName "93.5 - Alpha" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 1658c45b95..b87b901f21 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,5 +1,5 @@ - + diff --git a/app/src/main/java/android/support/v4/os/ResultReceiver.java b/app/src/main/java/android/support/v4/os/ResultReceiver.java index 9f52c3c60c..e19066ac45 100644 --- a/app/src/main/java/android/support/v4/os/ResultReceiver.java +++ b/app/src/main/java/android/support/v4/os/ResultReceiver.java @@ -30,7 +30,7 @@ public class ResultReceiver implements Parcelable { } } - public class b extends a.AbstractBinderC0360a { + public class b extends a.AbstractBinderC0361a { public b() { } @@ -44,12 +44,12 @@ public class ResultReceiver implements Parcelable { public ResultReceiver(Parcel parcel) { x.a.b.c.a aVar; IBinder readStrongBinder = parcel.readStrongBinder(); - int i = a.AbstractBinderC0360a.a; + int i = a.AbstractBinderC0361a.a; if (readStrongBinder == null) { aVar = null; } else { IInterface queryLocalInterface = readStrongBinder.queryLocalInterface("android.support.v4.os.IResultReceiver"); - aVar = (queryLocalInterface == null || !(queryLocalInterface instanceof x.a.b.c.a)) ? new a.AbstractBinderC0360a.C0361a(readStrongBinder) : (x.a.b.c.a) queryLocalInterface; + aVar = (queryLocalInterface == null || !(queryLocalInterface instanceof x.a.b.c.a)) ? new a.AbstractBinderC0361a.C0362a(readStrongBinder) : (x.a.b.c.a) queryLocalInterface; } this.i = aVar; } diff --git a/app/src/main/java/androidx/browser/customtabs/CustomTabsClient.java b/app/src/main/java/androidx/browser/customtabs/CustomTabsClient.java index faabe3a41d..6c9a2dcba0 100644 --- a/app/src/main/java/androidx/browser/customtabs/CustomTabsClient.java +++ b/app/src/main/java/androidx/browser/customtabs/CustomTabsClient.java @@ -48,7 +48,7 @@ public class CustomTabsClient { } /* renamed from: androidx.browser.customtabs.CustomTabsClient$2 reason: invalid class name */ - public class AnonymousClass2 extends a.AbstractBinderC0349a { + public class AnonymousClass2 extends a.AbstractBinderC0350a { private Handler mHandler = new Handler(Looper.getMainLooper()); public final /* synthetic */ CustomTabsCallback val$callback; @@ -219,7 +219,7 @@ public class CustomTabsClient { } } - private a.AbstractBinderC0349a createCallbackWrapper(@Nullable CustomTabsCallback customTabsCallback) { + private a.AbstractBinderC0350a createCallbackWrapper(@Nullable CustomTabsCallback customTabsCallback) { return new AnonymousClass2(customTabsCallback); } @@ -270,7 +270,7 @@ public class CustomTabsClient { @Nullable private CustomTabsSession newSessionInternal(@Nullable CustomTabsCallback customTabsCallback, @Nullable PendingIntent pendingIntent) { boolean z2; - a.AbstractBinderC0349a createCallbackWrapper = createCallbackWrapper(customTabsCallback); + a.AbstractBinderC0350a createCallbackWrapper = createCallbackWrapper(customTabsCallback); if (pendingIntent != null) { try { Bundle bundle = new Bundle(); diff --git a/app/src/main/java/androidx/browser/customtabs/CustomTabsSessionToken.java b/app/src/main/java/androidx/browser/customtabs/CustomTabsSessionToken.java index f0ed138a07..b4e8b4e702 100644 --- a/app/src/main/java/androidx/browser/customtabs/CustomTabsSessionToken.java +++ b/app/src/main/java/androidx/browser/customtabs/CustomTabsSessionToken.java @@ -83,8 +83,8 @@ public class CustomTabsSessionToken { } } - public static class MockCallback extends a.AbstractBinderC0349a { - @Override // x.a.a.a.AbstractBinderC0349a, android.os.IInterface + public static class MockCallback extends a.AbstractBinderC0350a { + @Override // x.a.a.a.AbstractBinderC0350a, android.os.IInterface public IBinder asBinder() { return this; } @@ -150,7 +150,7 @@ public class CustomTabsSessionToken { return null; } if (binder != null) { - aVar = a.AbstractBinderC0349a.asInterface(binder); + aVar = a.AbstractBinderC0350a.asInterface(binder); } return new CustomTabsSessionToken(aVar, pendingIntent); } diff --git a/app/src/main/java/androidx/browser/customtabs/PostMessageServiceConnection.java b/app/src/main/java/androidx/browser/customtabs/PostMessageServiceConnection.java index 83a7a31ac3..0aaf96add2 100644 --- a/app/src/main/java/androidx/browser/customtabs/PostMessageServiceConnection.java +++ b/app/src/main/java/androidx/browser/customtabs/PostMessageServiceConnection.java @@ -26,7 +26,7 @@ public abstract class PostMessageServiceConnection implements PostMessageBackend public PostMessageServiceConnection(@NonNull CustomTabsSessionToken customTabsSessionToken) { IBinder callbackBinder = customTabsSessionToken.getCallbackBinder(); if (callbackBinder != null) { - this.mSessionBinder = a.AbstractBinderC0349a.asInterface(callbackBinder); + this.mSessionBinder = a.AbstractBinderC0350a.asInterface(callbackBinder); return; } throw new IllegalArgumentException("Provided session must have binder."); diff --git a/app/src/main/java/androidx/browser/trusted/TrustedWebActivityCallbackRemote.java b/app/src/main/java/androidx/browser/trusted/TrustedWebActivityCallbackRemote.java index f445a752f1..111a3cebbf 100644 --- a/app/src/main/java/androidx/browser/trusted/TrustedWebActivityCallbackRemote.java +++ b/app/src/main/java/androidx/browser/trusted/TrustedWebActivityCallbackRemote.java @@ -15,7 +15,7 @@ public class TrustedWebActivityCallbackRemote { @Nullable public static TrustedWebActivityCallbackRemote fromBinder(@Nullable IBinder iBinder) { - a asInterface = iBinder == null ? null : a.AbstractBinderC0353a.asInterface(iBinder); + a asInterface = iBinder == null ? null : a.AbstractBinderC0354a.asInterface(iBinder); if (asInterface == null) { return null; } diff --git a/app/src/main/java/androidx/browser/trusted/TrustedWebActivityServiceConnection.java b/app/src/main/java/androidx/browser/trusted/TrustedWebActivityServiceConnection.java index 89468adaeb..b7c7b33759 100644 --- a/app/src/main/java/androidx/browser/trusted/TrustedWebActivityServiceConnection.java +++ b/app/src/main/java/androidx/browser/trusted/TrustedWebActivityServiceConnection.java @@ -23,7 +23,7 @@ public final class TrustedWebActivityServiceConnection { private final b mService; /* renamed from: androidx.browser.trusted.TrustedWebActivityServiceConnection$1 reason: invalid class name */ - public class AnonymousClass1 extends a.AbstractBinderC0353a { + public class AnonymousClass1 extends a.AbstractBinderC0354a { public final /* synthetic */ TrustedWebActivityCallback val$callback; public AnonymousClass1(TrustedWebActivityCallback trustedWebActivityCallback) { diff --git a/app/src/main/java/androidx/core/app/NotificationCompatSideChannelService.java b/app/src/main/java/androidx/core/app/NotificationCompatSideChannelService.java index 13eff85e98..8e1fd8c3e4 100644 --- a/app/src/main/java/androidx/core/app/NotificationCompatSideChannelService.java +++ b/app/src/main/java/androidx/core/app/NotificationCompatSideChannelService.java @@ -9,7 +9,7 @@ import android.os.RemoteException; import x.a.b.a.a; public abstract class NotificationCompatSideChannelService extends Service { - public class NotificationSideChannelStub extends a.AbstractBinderC0356a { + public class NotificationSideChannelStub extends a.AbstractBinderC0357a { public NotificationSideChannelStub() { } diff --git a/app/src/main/java/androidx/core/app/NotificationManagerCompat.java b/app/src/main/java/androidx/core/app/NotificationManagerCompat.java index 81cc58d4fe..31e903d977 100644 --- a/app/src/main/java/androidx/core/app/NotificationManagerCompat.java +++ b/app/src/main/java/androidx/core/app/NotificationManagerCompat.java @@ -226,7 +226,7 @@ public final class NotificationManagerCompat { private void handleServiceConnected(ComponentName componentName, IBinder iBinder) { ListenerRecord listenerRecord = this.mRecordMap.get(componentName); if (listenerRecord != null) { - listenerRecord.service = a.AbstractBinderC0356a.asInterface(iBinder); + listenerRecord.service = a.AbstractBinderC0357a.asInterface(iBinder); listenerRecord.retryCount = 0; processListenerQueue(listenerRecord); } diff --git a/app/src/main/java/c/a/d/j.java b/app/src/main/java/c/a/d/j.java index f3deb2c06e..a66ddb8451 100644 --- a/app/src/main/java/c/a/d/j.java +++ b/app/src/main/java/c/a/d/j.java @@ -69,7 +69,6 @@ import com.discord.widgets.settings.connections.WidgetSettingsUserConnections; import com.discord.widgets.settings.developer.WidgetSettingsDeveloper; import com.discord.widgets.settings.premium.WidgetChoosePlan; import com.discord.widgets.settings.premium.WidgetSettingsPremium; -import com.discord.widgets.settings.profile.WidgetSettingsUserProfile; import com.discord.widgets.tabs.WidgetTabsHost; import com.discord.widgets.user.WidgetUserPasswordVerify; import com.discord.widgets.user.account.WidgetUserAccountVerify; @@ -89,7 +88,7 @@ public final class j { /* renamed from: c reason: collision with root package name */ public static final List> f46c = n.listOf((Object[]) new c[]{a0.getOrCreateKotlinClass(WidgetOauth2Authorize.class), a0.getOrCreateKotlinClass(WidgetOauth2AuthorizeSamsung.class)}); - public static final List> d = n.listOf((Object[]) new c[]{a0.getOrCreateKotlinClass(WidgetSettingsAccount.class), a0.getOrCreateKotlinClass(WidgetSettingsAccountBackupCodes.class), a0.getOrCreateKotlinClass(WidgetSettingsAccountChangePassword.class), a0.getOrCreateKotlinClass(WidgetSettingsAccountUsernameEdit.class), a0.getOrCreateKotlinClass(WidgetSettingsAccountEmailEdit.class), a0.getOrCreateKotlinClass(WidgetUserPasswordVerify.class), a0.getOrCreateKotlinClass(WidgetEnableMFASteps.class), a0.getOrCreateKotlinClass(WidgetSettingsAppearance.class), a0.getOrCreateKotlinClass(WidgetSettingsBehavior.class), a0.getOrCreateKotlinClass(WidgetSettingsLanguage.class), a0.getOrCreateKotlinClass(WidgetSettingsMedia.class), a0.getOrCreateKotlinClass(WidgetSettingsPremium.class), a0.getOrCreateKotlinClass(WidgetSettingsNotifications.class), a0.getOrCreateKotlinClass(WidgetSettingsUserConnections.class), a0.getOrCreateKotlinClass(WidgetSettingsVoice.class), a0.getOrCreateKotlinClass(WidgetSettingsPrivacy.class), a0.getOrCreateKotlinClass(WidgetSettingsAuthorizedApps.class), a0.getOrCreateKotlinClass(WidgetServerNotifications.class), a0.getOrCreateKotlinClass(WidgetServerSettingsOverview.class), a0.getOrCreateKotlinClass(WidgetServerSettingsChannels.class), a0.getOrCreateKotlinClass(WidgetServerSettingsEditMember.class), a0.getOrCreateKotlinClass(WidgetServerSettingsEditRole.class), a0.getOrCreateKotlinClass(WidgetServerSettingsIntegrations.class), a0.getOrCreateKotlinClass(WidgetServerSettingsModeration.class), a0.getOrCreateKotlinClass(WidgetServerSettingsVanityUrl.class), a0.getOrCreateKotlinClass(WidgetServerSettingsSecurity.class), a0.getOrCreateKotlinClass(WidgetServerSettingsMembers.class), a0.getOrCreateKotlinClass(WidgetServerSettingsEmojis.class), a0.getOrCreateKotlinClass(WidgetServerSettingsEmojisEdit.class), a0.getOrCreateKotlinClass(WidgetServerSettingsRoles.class), a0.getOrCreateKotlinClass(WidgetServerSettingsInstantInvites.class), a0.getOrCreateKotlinClass(WidgetServerSettingsBans.class), a0.getOrCreateKotlinClass(WidgetChannelSettingsEditPermissions.class), a0.getOrCreateKotlinClass(WidgetChannelSettingsPermissionsOverview.class), a0.getOrCreateKotlinClass(WidgetAuthRegisterIdentity.class), a0.getOrCreateKotlinClass(WidgetAuthRegisterAccountInformation.class), a0.getOrCreateKotlinClass(WidgetAuthBirthday.class), a0.getOrCreateKotlinClass(WidgetAuthAgeGated.class), a0.getOrCreateKotlinClass(WidgetAuthLogin.class), a0.getOrCreateKotlinClass(WidgetAuthPhoneVerify.class), a0.getOrCreateKotlinClass(WidgetAuthResetPassword.class), a0.getOrCreateKotlinClass(WidgetSettingsDeveloper.class), a0.getOrCreateKotlinClass(WidgetSettingsBlockedUsers.class), a0.getOrCreateKotlinClass(WidgetNuxChannelPrompt.class), a0.getOrCreateKotlinClass(WidgetChoosePlan.class), a0.getOrCreateKotlinClass(WidgetServerSettingsCommunityOverview.class), a0.getOrCreateKotlinClass(WidgetServerSettingsEnableCommunitySteps.class), a0.getOrCreateKotlinClass(WidgetSettingsUserProfile.class)}); + public static final List> d = n.listOf((Object[]) new c[]{a0.getOrCreateKotlinClass(WidgetSettingsAccount.class), a0.getOrCreateKotlinClass(WidgetSettingsAccountBackupCodes.class), a0.getOrCreateKotlinClass(WidgetSettingsAccountChangePassword.class), a0.getOrCreateKotlinClass(WidgetSettingsAccountUsernameEdit.class), a0.getOrCreateKotlinClass(WidgetSettingsAccountEmailEdit.class), a0.getOrCreateKotlinClass(WidgetUserPasswordVerify.class), a0.getOrCreateKotlinClass(WidgetEnableMFASteps.class), a0.getOrCreateKotlinClass(WidgetSettingsAppearance.class), a0.getOrCreateKotlinClass(WidgetSettingsBehavior.class), a0.getOrCreateKotlinClass(WidgetSettingsLanguage.class), a0.getOrCreateKotlinClass(WidgetSettingsMedia.class), a0.getOrCreateKotlinClass(WidgetSettingsPremium.class), a0.getOrCreateKotlinClass(WidgetSettingsNotifications.class), a0.getOrCreateKotlinClass(WidgetSettingsUserConnections.class), a0.getOrCreateKotlinClass(WidgetSettingsVoice.class), a0.getOrCreateKotlinClass(WidgetSettingsPrivacy.class), a0.getOrCreateKotlinClass(WidgetSettingsAuthorizedApps.class), a0.getOrCreateKotlinClass(WidgetServerNotifications.class), a0.getOrCreateKotlinClass(WidgetServerSettingsOverview.class), a0.getOrCreateKotlinClass(WidgetServerSettingsChannels.class), a0.getOrCreateKotlinClass(WidgetServerSettingsEditMember.class), a0.getOrCreateKotlinClass(WidgetServerSettingsEditRole.class), a0.getOrCreateKotlinClass(WidgetServerSettingsIntegrations.class), a0.getOrCreateKotlinClass(WidgetServerSettingsModeration.class), a0.getOrCreateKotlinClass(WidgetServerSettingsVanityUrl.class), a0.getOrCreateKotlinClass(WidgetServerSettingsSecurity.class), a0.getOrCreateKotlinClass(WidgetServerSettingsMembers.class), a0.getOrCreateKotlinClass(WidgetServerSettingsEmojis.class), a0.getOrCreateKotlinClass(WidgetServerSettingsEmojisEdit.class), a0.getOrCreateKotlinClass(WidgetServerSettingsRoles.class), a0.getOrCreateKotlinClass(WidgetServerSettingsInstantInvites.class), a0.getOrCreateKotlinClass(WidgetServerSettingsBans.class), a0.getOrCreateKotlinClass(WidgetChannelSettingsEditPermissions.class), a0.getOrCreateKotlinClass(WidgetChannelSettingsPermissionsOverview.class), a0.getOrCreateKotlinClass(WidgetAuthRegisterIdentity.class), a0.getOrCreateKotlinClass(WidgetAuthRegisterAccountInformation.class), a0.getOrCreateKotlinClass(WidgetAuthBirthday.class), a0.getOrCreateKotlinClass(WidgetAuthAgeGated.class), a0.getOrCreateKotlinClass(WidgetAuthLogin.class), a0.getOrCreateKotlinClass(WidgetAuthPhoneVerify.class), a0.getOrCreateKotlinClass(WidgetAuthResetPassword.class), a0.getOrCreateKotlinClass(WidgetSettingsDeveloper.class), a0.getOrCreateKotlinClass(WidgetSettingsBlockedUsers.class), a0.getOrCreateKotlinClass(WidgetNuxChannelPrompt.class), a0.getOrCreateKotlinClass(WidgetChoosePlan.class), a0.getOrCreateKotlinClass(WidgetServerSettingsCommunityOverview.class), a0.getOrCreateKotlinClass(WidgetServerSettingsEnableCommunitySteps.class)}); public static final List> e = n.listOf((Object[]) new c[]{a0.getOrCreateKotlinClass(WidgetUserAccountVerify.class), a0.getOrCreateKotlinClass(WidgetUserEmailVerify.class), a0.getOrCreateKotlinClass(WidgetUserEmailUpdate.class), a0.getOrCreateKotlinClass(WidgetUserPhoneManage.class), a0.getOrCreateKotlinClass(WidgetUserPhoneVerify.class), a0.getOrCreateKotlinClass(WidgetUserPasswordVerify.class)}); public static final List> f = m.listOf(a0.getOrCreateKotlinClass(WidgetTabsHost.class)); public static final j g = new j(); diff --git a/app/src/main/java/c/a/k/b.java b/app/src/main/java/c/a/k/b.java index 495c9a484b..715dbb064f 100644 --- a/app/src/main/java/c/a/k/b.java +++ b/app/src/main/java/c/a/k/b.java @@ -219,7 +219,7 @@ public final class b { m.checkNotNullParameter(objArr, "formatArgs"); m.checkNotNullParameter(renderContext, "renderContext"); Map map = renderContext.a; - List list = renderContext.f2092c; + List list = renderContext.f2093c; boolean z2 = true; if (!map.isEmpty()) { charSequence = a.replace(charSequence, new f(map)); diff --git a/app/src/main/java/c/a/k/f/c.java b/app/src/main/java/c/a/k/f/c.java index df82913ce5..ea465e43e0 100644 --- a/app/src/main/java/c/a/k/f/c.java +++ b/app/src/main/java/c/a/k/f/c.java @@ -38,7 +38,7 @@ public final class c extends Node.a { spannableStringBuilder.setSpan(obj2, length, spannableStringBuilder.length(), 33); } } - Hook.a aVar2 = hook != null ? hook.f2091c : null; + Hook.a aVar2 = hook != null ? hook.f2092c : null; if (aVar2 != null) { aVar = aVar2; } else if (URLUtil.isValidUrl(this.a)) { diff --git a/app/src/main/java/c/a/q/a0.java b/app/src/main/java/c/a/q/a0.java index a6a1603007..4be68c1307 100644 --- a/app/src/main/java/c/a/q/a0.java +++ b/app/src/main/java/c/a/q/a0.java @@ -24,7 +24,7 @@ public final /* synthetic */ class a0 extends k implements Function1, ? extends RtcConnection.State> pair2 = pair; m.checkNotNullParameter(pair2, "p1"); RtcConnection rtcConnection = (RtcConnection) this.receiver; - if (rtcConnection.f2155a0) { + if (rtcConnection.f2156a0) { 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); diff --git a/app/src/main/java/c/a/q/b0.java b/app/src/main/java/c/a/q/b0.java index 08dbcbc689..dc24bd10b4 100644 --- a/app/src/main/java/c/a/q/b0.java +++ b/app/src/main/java/c/a/q/b0.java @@ -54,9 +54,9 @@ public final class b0 implements MediaEngineConnection.d { rtcConnection.n = dVar; rtcConnection.o = false; } - if (transportInfo.f2175c.ordinal() != 0) { + if (transportInfo.f2176c.ordinal() != 0) { StringBuilder P = c.d.b.a.a.P("Unsupported protocol: "); - P.append(transportInfo.f2175c); + P.append(transportInfo.f2176c); P.append('.'); RtcConnection.j(rtcConnection, true, P.toString(), null, false, 12); } else { diff --git a/app/src/main/java/c/a/q/h0.java b/app/src/main/java/c/a/q/h0.java index e35f1e053e..0a891c26ef 100644 --- a/app/src/main/java/c/a/q/h0.java +++ b/app/src/main/java/c/a/q/h0.java @@ -76,7 +76,7 @@ public final class h0 implements a.d { rtcConnection.n = null; rtcConnection.o = false; } - rtcConnection.f2161z = 0; + rtcConnection.f2162z = 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.f2161z++; + rtcConnection.f2162z++; } double d = (double) j; Objects.requireNonNull(RtcConnection.Quality.Companion); diff --git a/app/src/main/java/c/a/q/j.java b/app/src/main/java/c/a/q/j.java index 62fd7ed225..c6f1afb86e 100644 --- a/app/src/main/java/c/a/q/j.java +++ b/app/src/main/java/c/a/q/j.java @@ -34,7 +34,7 @@ public final class j extends o implements Function0 { Long l2 = this.$userId; if (l2 == null) { this.this$0.e = null; - } else if (this.this$0.f2153c.contains(l2)) { + } else if (this.this$0.f2154c.contains(l2)) { MediaSinkWantsManager mediaSinkWantsManager2 = this.this$0; Long l3 = this.$userId; mediaSinkWantsManager2.e = l3; diff --git a/app/src/main/java/c/a/q/k0/f.java b/app/src/main/java/c/a/q/k0/f.java index a3819dbe26..ea7ee905a7 100644 --- a/app/src/main/java/c/a/q/k0/f.java +++ b/app/src/main/java/c/a/q/k0/f.java @@ -20,7 +20,7 @@ public final class f extends ContentObserver { DiscordAudioManager discordAudioManager = this.a; int streamVolume = discordAudioManager.e.getStreamVolume(3); discordAudioManager.w = streamVolume; - SerializedSubject serializedSubject = discordAudioManager.f2167y; + SerializedSubject serializedSubject = discordAudioManager.f2168y; serializedSubject.j.onNext(Integer.valueOf(streamVolume)); } } diff --git a/app/src/main/java/c/a/q/l.java b/app/src/main/java/c/a/q/l.java index f25c6dfbb8..7abc150d4b 100644 --- a/app/src/main/java/c/a/q/l.java +++ b/app/src/main/java/c/a/q/l.java @@ -96,10 +96,10 @@ public final class l extends o implements Function0 { } if (arrayList2.isEmpty()) { this.this$0.b.remove(Long.valueOf(this.$userId)); - this.this$0.f2153c.remove(Long.valueOf(this.$userId)); + this.this$0.f2154c.remove(Long.valueOf(this.$userId)); } else { this.this$0.b.put(Long.valueOf(this.$userId), arrayList2); - this.this$0.f2153c.add(Long.valueOf(this.$userId)); + this.this$0.f2154c.add(Long.valueOf(this.$userId)); } this.this$0.d(arrayList2.isEmpty() ? n.emptyList() : d0.t.m.listOf(String.valueOf(this.$userId))); return Unit.a; diff --git a/app/src/main/java/c/a/q/m0/b.java b/app/src/main/java/c/a/q/m0/b.java index 870d35bed8..8298eb01d6 100644 --- a/app/src/main/java/c/a/q/m0/b.java +++ b/app/src/main/java/c/a/q/m0/b.java @@ -216,7 +216,7 @@ public final class b extends ScreenCapturerAndroid { if (thumbnailEmitter != null) { synchronized (thumbnailEmitter) { thumbnailEmitter.d.release(); - thumbnailEmitter.f2178c.release(); + thumbnailEmitter.f2179c.release(); JniCommon.nativeFreeByteBuffer(thumbnailEmitter.b); thumbnailEmitter.a = RecyclerView.FOREVER_NS; } diff --git a/app/src/main/java/c/a/q/m0/c/e.java b/app/src/main/java/c/a/q/m0/c/e.java index ffeb107946..b9d8be4143 100644 --- a/app/src/main/java/c/a/q/m0/c/e.java +++ b/app/src/main/java/c/a/q/m0/c/e.java @@ -288,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.f2177c); + connection2.setVADTrailingFramesToSend(this.$inputModeOptions.f2178c); connection2.setVADTriggerThreshold((float) this.$inputModeOptions.a); connection2.setVADAutoThreshold(this.$inputModeOptions.d ? 3 : -1); connection2.setVADUseKrisp(this.$inputModeOptions.e); @@ -473,7 +473,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.f2176c, bVar.d, this.$frameRate); + connection2.setEncodingQuality(bVar.a, bVar.b, bVar.f2177c, bVar.d, this.$frameRate); return Unit.a; } } @@ -610,7 +610,7 @@ public final class e implements MediaEngineConnection { 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.f2174c; + int i3 = aVar.f2175c; Object[] array = aVar.d.toArray(new StreamParameters[0]); Objects.requireNonNull(array, "null cannot be cast to non-null type kotlin.Array"); Connection connectToServer = discord.connectToServer(i2, j2, str, i3, (StreamParameters[]) array, new d(this)); diff --git a/app/src/main/java/c/a/q/m0/c/k.java b/app/src/main/java/c/a/q/m0/c/k.java index 6bc5ab66f8..7e2d124392 100644 --- a/app/src/main/java/c/a/q/m0/c/k.java +++ b/app/src/main/java/c/a/q/m0/c/k.java @@ -417,7 +417,7 @@ public final class k implements MediaEngine { discord2.setEchoCancellation(z2, false, new m(kVar2)); } k kVar3 = this.this$0; - boolean z4 = voiceConfig.f2173c; + boolean z4 = voiceConfig.f2174c; Discord discord3 = kVar3.f; if (discord3 != null) { discord3.setNoiseSuppression(z4); diff --git a/app/src/main/java/c/a/q/m0/c/m.java b/app/src/main/java/c/a/q/m0/c/m.java index 5fb530c97e..4577ecbfac 100644 --- a/app/src/main/java/c/a/q/m0/c/m.java +++ b/app/src/main/java/c/a/q/m0/c/m.java @@ -38,7 +38,7 @@ public final class m implements Discord.AecConfigCallback { MediaEngine.EchoCancellationInfo echoCancellationInfo = kVar.i; kVar.i = null; if (echoCancellationInfo != null) { - MediaEngine.EchoCancellationInfo echoCancellationInfo2 = new MediaEngine.EchoCancellationInfo(echoCancellationInfo.a, echoCancellationInfo.b, echoCancellationInfo.f2172c, echoCancellationInfo.d, this.$requestEnable, this.$enabled, this.$requestMobileMode, this.$previouslyEnabled, this.$previouslyMobileMode); + MediaEngine.EchoCancellationInfo echoCancellationInfo2 = new MediaEngine.EchoCancellationInfo(echoCancellationInfo.a, echoCancellationInfo.b, echoCancellationInfo.f2173c, echoCancellationInfo.d, this.$requestEnable, this.$enabled, this.$requestMobileMode, this.$previouslyEnabled, this.$previouslyMobileMode); AnimatableValueParser.G1("MediaEngineLegacy", "onEchoCancellationUpdated: " + echoCancellationInfo2); this.this$0.a.p.onEchoCancellationUpdated(echoCancellationInfo2); } diff --git a/app/src/main/java/c/a/q/n0/a.java b/app/src/main/java/c/a/q/n0/a.java index 66d29dd1ac..2c9b741192 100644 --- a/app/src/main/java/c/a/q/n0/a.java +++ b/app/src/main/java/c/a/q/n0/a.java @@ -638,7 +638,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.f2825c; + h.a aVar2 = f0.e0.k.h.f2826c; aVar.b(sSLSocketFactory, f0.e0.k.h.a.n()); } String H = c.d.b.a.a.H(new StringBuilder(), this.C, "?v=5"); diff --git a/app/src/main/java/c/a/q/o0/a.java b/app/src/main/java/c/a/q/o0/a.java index 39a819c884..368279c31c 100644 --- a/app/src/main/java/c/a/q/o0/a.java +++ b/app/src/main/java/c/a/q/o0/a.java @@ -100,13 +100,13 @@ public final /* synthetic */ class a extends k implements Function1 if (booleanValue) { krispOveruseDetector.d.f(KrispOveruseDetector.Status.CPU_OVERUSE); } else if (longValue == 0) { - int i = krispOveruseDetector.f2152c + 1; - krispOveruseDetector.f2152c = i; + int i = krispOveruseDetector.f2153c + 1; + krispOveruseDetector.f2153c = i; if (i > 2) { krispOveruseDetector.d.f(KrispOveruseDetector.Status.FAILED); } } else { - krispOveruseDetector.f2152c = 0; + krispOveruseDetector.f2153c = 0; } } krispOveruseDetector.b = stats2.getOutboundRtpAudio(); diff --git a/app/src/main/java/c/a/q/r.java b/app/src/main/java/c/a/q/r.java index 238b5d672a..41baa94e28 100644 --- a/app/src/main/java/c/a/q/r.java +++ b/app/src/main/java/c/a/q/r.java @@ -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.f2158s.onNext(stateChange); + this.i.f2159s.onNext(stateChange); } } diff --git a/app/src/main/java/c/a/q/s.java b/app/src/main/java/c/a/q/s.java index 90d72ebe79..1203786ded 100644 --- a/app/src/main/java/c/a/q/s.java +++ b/app/src/main/java/c/a/q/s.java @@ -53,8 +53,8 @@ public final class s extends o implements Function0 { rtcConnection.r("connecting via endpoint: " + replace$default + " token: " + str2); try { URI uri = new URI(v); - rtcConnection.f2159x = uri.getHost(); - rtcConnection.f2160y = Integer.valueOf(uri.getPort()); + rtcConnection.f2160x = uri.getHost(); + rtcConnection.f2161y = 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))); } diff --git a/app/src/main/java/c/a/r/b.java b/app/src/main/java/c/a/r/b.java index b563c7eccc..162eed14f4 100644 --- a/app/src/main/java/c/a/r/b.java +++ b/app/src/main/java/c/a/r/b.java @@ -77,7 +77,7 @@ public final class b extends k implements Function2, I ImageRequest imageRequest = this.I; ImageRequest imageRequest2 = this.K; ImageRequest[] imageRequestArr = this.J; - if (imageRequest == null || (uri = imageRequest.f2260c) == null) { + if (imageRequest == null || (uri = imageRequest.f2261c) == null) { if (!(imageRequestArr == null || imageRequestArr.length <= 0 || imageRequestArr[0] == null)) { ImageRequest imageRequest3 = imageRequestArr[0]; - uri = imageRequest3 != null ? imageRequest3.f2260c : null; + uri = imageRequest3 != null ? imageRequest3.f2261c : null; } if (imageRequest2 != null) { - return imageRequest2.f2260c; + return imageRequest2.f2261c; } return null; } diff --git a/app/src/main/java/c/f/g/a/a/d.java b/app/src/main/java/c/f/g/a/a/d.java index e6250d67c1..19f1b90971 100644 --- a/app/src/main/java/c/f/g/a/a/d.java +++ b/app/src/main/java/c/f/g/a/a/d.java @@ -85,7 +85,7 @@ public class d extends AbstractDraweeControllerBuilder gVar = new z.g<>(); if (gVar.h(eVar)) { diff --git a/app/src/main/java/c/f/j/c/n.java b/app/src/main/java/c/f/j/c/n.java index 907ff77670..7d663f169e 100644 --- a/app/src/main/java/c/f/j/c/n.java +++ b/app/src/main/java/c/f/j/c/n.java @@ -9,11 +9,11 @@ public class n implements i { public static n a; public CacheKey a(ImageRequest imageRequest, Object obj) { - return new b(imageRequest.f2260c.toString(), imageRequest.i, imageRequest.j, imageRequest.h, null, null, obj); + return new b(imageRequest.f2261c.toString(), imageRequest.i, imageRequest.j, imageRequest.h, null, null, obj); } public CacheKey b(ImageRequest imageRequest, Object obj) { - return new f(imageRequest.f2260c.toString()); + return new f(imageRequest.f2261c.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.f2260c.toString(), imageRequest.i, imageRequest.j, imageRequest.h, cacheKey, str, obj); + return new b(imageRequest.f2261c.toString(), imageRequest.i, imageRequest.j, imageRequest.h, cacheKey, str, obj); } } diff --git a/app/src/main/java/c/f/j/c/v.java b/app/src/main/java/c/f/j/c/v.java index 3bc300ee9b..155701c31c 100644 --- a/app/src/main/java/c/f/j/c/v.java +++ b/app/src/main/java/c/f/j/c/v.java @@ -262,7 +262,7 @@ public class v implements m, w { MemoryCacheParams memoryCacheParams = this.f; int min = Math.min(memoryCacheParams.d, memoryCacheParams.b - e()); MemoryCacheParams memoryCacheParams2 = this.f; - p = p(min, Math.min(memoryCacheParams2.f2253c, memoryCacheParams2.a - f())); + p = p(min, Math.min(memoryCacheParams2.f2254c, memoryCacheParams2.a - f())); h(p); } i(p); diff --git a/app/src/main/java/c/f/j/e/c.java b/app/src/main/java/c/f/j/e/c.java index 05709500ba..b6fe288b7f 100644 --- a/app/src/main/java/c/f/j/e/c.java +++ b/app/src/main/java/c/f/j/e/c.java @@ -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.f2241c, diskCacheConfig.b, diskCacheConfig.h); + e eVar = new e(diskCacheConfig.a, diskCacheConfig.f2242c, 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); } diff --git a/app/src/main/java/c/f/j/e/h.java b/app/src/main/java/c/f/j/e/h.java index 9d46f964da..3dc4c98959 100644 --- a/app/src/main/java/c/f/j/e/h.java +++ b/app/src/main/java/c/f/j/e/h.java @@ -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.f2260c)) { + if (c.f.d.l.b.e(imageRequest.f2261c)) { z2 = false; c1 c1Var = new c1(imageRequest, valueOf, str, b0Var, obj, f, false, z2, imageRequest.l, this.l); c.f.j.r.b.b(); diff --git a/app/src/main/java/c/f/j/e/p.java b/app/src/main/java/c/f/j/e/p.java index f925f6da9e..464a4bcdb6 100644 --- a/app/src/main/java/c/f/j/e/p.java +++ b/app/src/main/java/c/f/j/e/p.java @@ -153,7 +153,7 @@ public class p { try { b.b(); Objects.requireNonNull(imageRequest); - Uri uri = imageRequest.f2260c; + Uri uri = imageRequest.f2261c; AnimatableValueParser.y(uri, "Uri is null."); int i = imageRequest.d; if (i != 0) { @@ -247,7 +247,7 @@ public class p { } } } - if (this.m && imageRequest.f2261s > 0) { + if (this.m && imageRequest.f2262s > 0) { synchronized (this) { oVar = new o(r0Var, this.b.j.g()); } diff --git a/app/src/main/java/c/f/j/p/a1.java b/app/src/main/java/c/f/j/p/a1.java index 59ef7daa6c..b5d0ba0456 100644 --- a/app/src/main/java/c/f/j/p/a1.java +++ b/app/src/main/java/c/f/j/p/a1.java @@ -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.f473c.openInputStream(imageRequest.f2260c), -1); + return c(this.f473c.openInputStream(imageRequest.f2261c), -1); } @Override // c.f.j.p.g0 diff --git a/app/src/main/java/c/f/j/p/d.java b/app/src/main/java/c/f/j/p/d.java index 50155efd28..66a9816d93 100644 --- a/app/src/main/java/c/f/j/p/d.java +++ b/app/src/main/java/c/f/j/p/d.java @@ -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.f2260c); + hashMap.put("uri_source", imageRequest == null ? "null-request" : imageRequest.f2261c); this.d = str2; this.e = y0Var; this.f = obj; diff --git a/app/src/main/java/c/f/j/p/d0.java b/app/src/main/java/c/f/j/p/d0.java index caf9079f2f..8f2a522f29 100644 --- a/app/src/main/java/c/f/j/p/d0.java +++ b/app/src/main/java/c/f/j/p/d0.java @@ -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.f479c.open(imageRequest.f2260c.getPath().substring(1), 2); + InputStream open = this.f479c.open(imageRequest.f2261c.getPath().substring(1), 2); AssetFileDescriptor assetFileDescriptor = null; try { - assetFileDescriptor = this.f479c.openFd(imageRequest.f2260c.getPath().substring(1)); + assetFileDescriptor = this.f479c.openFd(imageRequest.f2261c.getPath().substring(1)); i = (int) assetFileDescriptor.getLength(); } catch (IOException unused) { i = -1; diff --git a/app/src/main/java/c/f/j/p/e0.java b/app/src/main/java/c/f/j/p/e0.java index ae223c84fa..8653976931 100644 --- a/app/src/main/java/c/f/j/p/e0.java +++ b/app/src/main/java/c/f/j/p/e0.java @@ -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.f2260c; + Uri uri = imageRequest.f2261c; 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())) { diff --git a/app/src/main/java/c/f/j/p/f0.java b/app/src/main/java/c/f/j/p/f0.java index 7c95610a02..77745ace4b 100644 --- a/app/src/main/java/c/f/j/p/f0.java +++ b/app/src/main/java/c/f/j/p/f0.java @@ -42,7 +42,7 @@ public class f0 extends g0 implements j1 { c.f.j.d.e eVar; Cursor query; e f2; - Uri uri = imageRequest.f2260c; + Uri uri = imageRequest.f2261c; if (!b.b(uri) || (eVar = imageRequest.i) == null || (query = this.g.query(uri, f481c, null, null, null)) == null) { return null; } diff --git a/app/src/main/java/c/f/j/p/i0.java b/app/src/main/java/c/f/j/p/i0.java index e1a6a25108..66a84440c7 100644 --- a/app/src/main/java/c/f/j/p/i0.java +++ b/app/src/main/java/c/f/j/p/i0.java @@ -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.f488c.openRawResource(Integer.parseInt(imageRequest.f2260c.getPath().substring(1))); + InputStream openRawResource = this.f488c.openRawResource(Integer.parseInt(imageRequest.f2261c.getPath().substring(1))); AssetFileDescriptor assetFileDescriptor = null; try { - assetFileDescriptor = this.f488c.openRawResourceFd(Integer.parseInt(imageRequest.f2260c.getPath().substring(1))); + assetFileDescriptor = this.f488c.openRawResourceFd(Integer.parseInt(imageRequest.f2261c.getPath().substring(1))); i = (int) assetFileDescriptor.getLength(); } catch (Resources.NotFoundException unused) { i = -1; diff --git a/app/src/main/java/c/f/j/p/j0.java b/app/src/main/java/c/f/j/p/j0.java index 271eb602da..a0c46cfee2 100644 --- a/app/src/main/java/c/f/j/p/j0.java +++ b/app/src/main/java/c/f/j/p/j0.java @@ -83,7 +83,7 @@ public class j0 implements v0> { bitmap = ThumbnailUtils.createVideoThumbnail(str, i); } else { try { - ParcelFileDescriptor openFileDescriptor = j0.this.b.openFileDescriptor(this.p.f2260c, "r"); + ParcelFileDescriptor openFileDescriptor = j0.this.b.openFileDescriptor(this.p.f2261c, "r"); MediaMetadataRetriever mediaMetadataRetriever = new MediaMetadataRetriever(); mediaMetadataRetriever.setDataSource(openFileDescriptor.getFileDescriptor()); bitmap = mediaMetadataRetriever.getFrameAtTime(-1); @@ -141,7 +141,7 @@ public class j0 implements v0> { String str; Uri uri; Objects.requireNonNull(j0Var); - Uri uri2 = imageRequest.f2260c; + Uri uri2 = imageRequest.f2261c; if (c.f.d.l.b.d(uri2)) { return imageRequest.a().getPath(); } diff --git a/app/src/main/java/c/f/j/p/m.java b/app/src/main/java/c/f/j/p/m.java index be41f7fe41..5418c4fb52 100644 --- a/app/src/main/java/c/f/j/p/m.java +++ b/app/src/main/java/c/f/j/p/m.java @@ -18,7 +18,7 @@ public class m extends g0 { @Override // c.f.j.p.g0 public e d(ImageRequest imageRequest) throws IOException { boolean z2; - String uri = imageRequest.f2260c.toString(); + String uri = imageRequest.f2261c.toString(); AnimatableValueParser.j(Boolean.valueOf(uri.substring(0, 5).equals("data:"))); int indexOf = uri.indexOf(44); String substring = uri.substring(indexOf + 1, uri.length()); diff --git a/app/src/main/java/c/f/j/p/n.java b/app/src/main/java/c/f/j/p/n.java index 5957134cc9..c74d27a315 100644 --- a/app/src/main/java/c/f/j/p/n.java +++ b/app/src/main/java/c/f/j/p/n.java @@ -142,7 +142,7 @@ public class n implements v0> { w0Var.d("image_format", eVar.k.b); if (n.this.f || !b.m(i2, 16)) { ImageRequest e2 = this.a.e(); - if (n.this.g || !c.f.d.l.b.e(e2.f2260c)) { + if (n.this.g || !c.f.d.l.b.e(e2.f2261c)) { eVar.p = AnimatableValueParser.c0(e2.j, e2.i, eVar, this.b); } } @@ -180,7 +180,7 @@ public class n implements v0> { synchronized (c0Var) { j = c0Var.j - c0Var.i; } - String valueOf2 = String.valueOf(cVar2.f497c.e().f2260c); + String valueOf2 = String.valueOf(cVar2.f497c.e().f2261c); int f = (z3 || m) ? eVar.f() : cVar2.o(eVar); i p = (z3 || m) ? h.a : cVar2.p(); cVar2.d.e(cVar2.f497c, "DecodeProducer"); @@ -440,7 +440,7 @@ public class n implements v0> { public void b(l> lVar, w0 w0Var) { try { c.f.j.r.b.b(); - this.e.b(!c.f.d.l.b.e(w0Var.e().f2260c) ? new a(this, lVar, w0Var, this.h, this.i) : new b(this, lVar, w0Var, new d(this.a), this.d, this.h, this.i), w0Var); + this.e.b(!c.f.d.l.b.e(w0Var.e().f2261c) ? new a(this, lVar, w0Var, this.h, this.i) : new b(this, lVar, w0Var, new d(this.a), this.d, this.h, this.i), w0Var); c.f.j.r.b.b(); } catch (Throwable th) { c.f.j.r.b.b(); diff --git a/app/src/main/java/c/f/j/p/o.java b/app/src/main/java/c/f/j/p/o.java index d1ba0efb91..f8f9860cf8 100644 --- a/app/src/main/java/c/f/j/p/o.java +++ b/app/src/main/java/c/f/j/p/o.java @@ -36,7 +36,7 @@ public class o implements v0> { ImageRequest e = w0Var.e(); ScheduledExecutorService scheduledExecutorService = this.b; if (scheduledExecutorService != null) { - scheduledExecutorService.schedule(new a(lVar, w0Var), (long) e.f2261s, TimeUnit.MILLISECONDS); + scheduledExecutorService.schedule(new a(lVar, w0Var), (long) e.f2262s, TimeUnit.MILLISECONDS); } else { this.a.b(lVar, w0Var); } diff --git a/app/src/main/java/c/f/j/p/o0.java b/app/src/main/java/c/f/j/p/o0.java index c6d03b5890..303d494574 100644 --- a/app/src/main/java/c/f/j/p/o0.java +++ b/app/src/main/java/c/f/j/p/o0.java @@ -64,7 +64,7 @@ public class o0 implements c { this.f499c.b(eVar2, 9); } else { this.f499c.b(eVar2, 8); - ImageRequestBuilder b = ImageRequestBuilder.b(e.f2260c); + ImageRequestBuilder b = ImageRequestBuilder.b(e.f2261c); b.e = e.h; b.o = e.k; b.f = e.b; @@ -73,11 +73,11 @@ public class o0 implements c { b.j = e.q; b.g = e.f; b.i = e.l; - b.f2262c = e.i; + b.f2263c = e.i; b.n = e.r; b.d = e.j; b.m = e.p; - b.p = e.f2261s; + b.p = e.f2262s; int i = f2 - 1; if (i >= 0) { z3 = true; diff --git a/app/src/main/java/c/f/j/p/q0.java b/app/src/main/java/c/f/j/p/q0.java index e8080e73af..b029654d34 100644 --- a/app/src/main/java/c/f/j/p/q0.java +++ b/app/src/main/java/c/f/j/p/q0.java @@ -185,7 +185,7 @@ public class q0 implements v0 { return; } w0Var.o().e(w0Var, "PartialDiskCacheProducer"); - Uri build = e.f2260c.buildUpon().appendQueryParameter("fresco_partial", "true").build(); + Uri build = e.f2261c.buildUpon().appendQueryParameter("fresco_partial", "true").build(); i iVar = this.b; w0Var.b(); Objects.requireNonNull((n) iVar); diff --git a/app/src/main/java/c/f/j/p/y.java b/app/src/main/java/c/f/j/p/y.java index f5794bdb5b..95fc51d188 100644 --- a/app/src/main/java/c/f/j/p/y.java +++ b/app/src/main/java/c/f/j/p/y.java @@ -34,7 +34,7 @@ public class y implements Runnable { Objects.requireNonNull(a0Var); InputStream inputStream = null; try { - httpURLConnection = a0Var.a(aVar.b.e().f2260c, 5); + httpURLConnection = a0Var.a(aVar.b.e().f2261c, 5); try { aVar.e = a0Var.f472c.now(); if (httpURLConnection != null) { diff --git a/app/src/main/java/c/f/m/j.java b/app/src/main/java/c/f/m/j.java index d90ad4ea01..2d24df232f 100644 --- a/app/src/main/java/c/f/m/j.java +++ b/app/src/main/java/c/f/m/j.java @@ -12,7 +12,7 @@ public class j implements b { boolean z2; boolean contains; int i2 = ((i & 1) != 0 ? 16 : 0) | 0; - ReentrantReadWriteLock reentrantReadWriteLock = SoLoader.f2264c; + ReentrantReadWriteLock reentrantReadWriteLock = SoLoader.f2265c; reentrantReadWriteLock.readLock().lock(); try { if (SoLoader.d == null) { @@ -49,7 +49,7 @@ public class j implements b { continue; } catch (UnsatisfiedLinkError e) { int i3 = SoLoader.e; - SoLoader.f2264c.writeLock().lock(); + SoLoader.f2265c.writeLock().lock(); try { if (SoLoader.g == null || !SoLoader.g.c()) { z2 = false; @@ -58,21 +58,21 @@ public class j implements b { SoLoader.e = SoLoader.e + 1; z2 = true; } - SoLoader.f2264c.writeLock().unlock(); + SoLoader.f2265c.writeLock().unlock(); if (SoLoader.e == i3) { throw e; } } catch (IOException e2) { throw new RuntimeException(e2); } catch (Throwable th2) { - SoLoader.f2264c.writeLock().unlock(); + SoLoader.f2265c.writeLock().unlock(); throw th2; } } } while (z2); return z5; } finally { - SoLoader.f2264c.readLock().unlock(); + SoLoader.f2265c.readLock().unlock(); } } } diff --git a/app/src/main/java/c/i/a/c/a2/b0/b.java b/app/src/main/java/c/i/a/c/a2/b0/b.java index 92de47a4eb..a1020e89fc 100644 --- a/app/src/main/java/c/i/a/c/a2/b0/b.java +++ b/app/src/main/java/c/i/a/c/a2/b0/b.java @@ -126,8 +126,8 @@ public final class b implements h { Format.b bVar = new Format.b(); bVar.k = str; bVar.l = e; - bVar.f2277x = 1; - bVar.f2278y = i; + bVar.f2278x = 1; + bVar.f2279y = i; wVar.e(bVar.a()); } int i2 = -1; diff --git a/app/src/main/java/c/i/a/c/a2/d0/b.java b/app/src/main/java/c/i/a/c/a2/d0/b.java index a9a1ffb603..37739e86a3 100644 --- a/app/src/main/java/c/i/a/c/a2/d0/b.java +++ b/app/src/main/java/c/i/a/c/a2/d0/b.java @@ -31,16 +31,16 @@ public final class b extends TagPayloadReader { int i2 = b[(s2 >> 2) & 3]; Format.b bVar = new Format.b(); bVar.k = "audio/mpeg"; - bVar.f2277x = 1; - bVar.f2278y = i2; + bVar.f2278x = 1; + bVar.f2279y = i2; this.a.e(bVar.a()); this.d = true; } else if (i == 7 || i == 8) { String str = i == 7 ? "audio/g711-alaw" : "audio/g711-mlaw"; Format.b bVar2 = new Format.b(); bVar2.k = str; - bVar2.f2277x = 1; - bVar2.f2278y = 8000; + bVar2.f2278x = 1; + bVar2.f2279y = 8000; this.a.e(bVar2.a()); this.d = true; } else if (i != 10) { @@ -73,8 +73,8 @@ public final class b extends TagPayloadReader { Format.b bVar = new Format.b(); bVar.k = "audio/mp4a-latm"; bVar.h = c2.f998c; - bVar.f2277x = c2.b; - bVar.f2278y = c2.a; + bVar.f2278x = c2.b; + bVar.f2279y = c2.a; bVar.m = Collections.singletonList(bArr); this.a.e(bVar.a()); this.d = true; diff --git a/app/src/main/java/c/i/a/c/a2/f0/e.java b/app/src/main/java/c/i/a/c/a2/f0/e.java index b5e68fe2de..a48f38dba1 100644 --- a/app/src/main/java/c/i/a/c/a2/f0/e.java +++ b/app/src/main/java/c/i/a/c/a2/f0/e.java @@ -1923,9 +1923,9 @@ public class e implements h { int i14 = (cVar.V ? 1 : 0) | 0 | (!cVar.U ? 2 : 0); bVar = new Format.b(); if (!c.i.a.c.i2.s.h(str12)) { - bVar.f2277x = cVar.O; - bVar.f2278y = cVar.Q; - bVar.f2279z = i3; + bVar.f2278x = cVar.O; + bVar.f2279y = cVar.Q; + bVar.f2280z = i3; i4 = 1; } else if (c.i.a.c.i2.s.j(str12)) { if (cVar.q == 0) { @@ -1991,7 +1991,7 @@ public class e implements h { bVar.p = cVar.m; bVar.q = cVar.n; bVar.t = f; - bVar.f2276s = i6; + bVar.f2277s = i6; bVar.u = cVar.v; bVar.v = cVar.w; bVar.w = colorInfo; @@ -2004,7 +2004,7 @@ public class e implements h { bVar.p = cVar.m; bVar.q = cVar.n; bVar.t = f; - bVar.f2276s = i6; + bVar.f2277s = i6; bVar.u = cVar.v; bVar.v = cVar.w; bVar.w = colorInfo; @@ -2021,7 +2021,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2275c = cVar.W; + bVar.f2276c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2071,7 +2071,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2275c = cVar.W; + bVar.f2276c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2110,7 +2110,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2275c = cVar.W; + bVar.f2276c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2149,7 +2149,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2275c = cVar.W; + bVar.f2276c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2188,7 +2188,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2275c = cVar.W; + bVar.f2276c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2253,7 +2253,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2275c = cVar.W; + bVar.f2276c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2305,7 +2305,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2275c = cVar.W; + bVar.f2276c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2342,7 +2342,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2275c = cVar.W; + bVar.f2276c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2399,7 +2399,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2275c = cVar.W; + bVar.f2276c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2443,7 +2443,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2275c = cVar.W; + bVar.f2276c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2481,7 +2481,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2275c = cVar.W; + bVar.f2276c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2519,7 +2519,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2275c = cVar.W; + bVar.f2276c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2557,7 +2557,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2275c = cVar.W; + bVar.f2276c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2596,7 +2596,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2275c = cVar.W; + bVar.f2276c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2634,7 +2634,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2275c = cVar.W; + bVar.f2276c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2673,7 +2673,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2275c = cVar.W; + bVar.f2276c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2711,7 +2711,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2275c = cVar.W; + bVar.f2276c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2749,7 +2749,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2275c = cVar.W; + bVar.f2276c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2787,7 +2787,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2275c = cVar.W; + bVar.f2276c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2825,7 +2825,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2275c = cVar.W; + bVar.f2276c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2862,7 +2862,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2275c = cVar.W; + bVar.f2276c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2892,7 +2892,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2275c = cVar.W; + bVar.f2276c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2933,7 +2933,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2275c = cVar.W; + bVar.f2276c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2979,7 +2979,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2275c = cVar.W; + bVar.f2276c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -3009,7 +3009,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2275c = cVar.W; + bVar.f2276c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -3052,7 +3052,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2275c = cVar.W; + bVar.f2276c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -3080,7 +3080,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2275c = cVar.W; + bVar.f2276c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -3122,7 +3122,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2275c = cVar.W; + bVar.f2276c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -3160,7 +3160,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2275c = cVar.W; + bVar.f2276c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -3198,7 +3198,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2275c = cVar.W; + bVar.f2276c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -3236,7 +3236,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2275c = cVar.W; + bVar.f2276c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -3274,7 +3274,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2275c = cVar.W; + bVar.f2276c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -3312,7 +3312,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2275c = cVar.W; + bVar.f2276c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -3354,7 +3354,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2275c = cVar.W; + bVar.f2276c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; diff --git a/app/src/main/java/c/i/a/c/a2/g0/f.java b/app/src/main/java/c/i/a/c/a2/g0/f.java index 2ae506f812..1db16c4f1d 100644 --- a/app/src/main/java/c/i/a/c/a2/g0/f.java +++ b/app/src/main/java/c/i/a/c/a2/g0/f.java @@ -382,8 +382,8 @@ public final class f implements h { z.a aVar4 = fVar.e; bVar.k = aVar4.b; bVar.l = 4096; - bVar.f2277x = aVar4.e; - bVar.f2278y = aVar4.d; + bVar.f2278x = aVar4.e; + bVar.f2279y = aVar4.d; p pVar3 = fVar.f; bVar.A = pVar3.b; bVar.B = pVar3.f763c; @@ -401,8 +401,8 @@ public final class f implements h { z.a aVar4 = fVar.e; bVar.k = aVar4.b; bVar.l = 4096; - bVar.f2277x = aVar4.e; - bVar.f2278y = aVar4.d; + bVar.f2278x = aVar4.e; + bVar.f2279y = aVar4.d; p pVar3 = fVar.f; bVar.A = pVar3.b; bVar.B = pVar3.f763c; @@ -449,8 +449,8 @@ public final class f implements h { z.a aVar4 = fVar.e; bVar.k = aVar4.b; bVar.l = 4096; - bVar.f2277x = aVar4.e; - bVar.f2278y = aVar4.d; + bVar.f2278x = aVar4.e; + bVar.f2279y = aVar4.d; p pVar3 = fVar.f; bVar.A = pVar3.b; bVar.B = pVar3.f763c; @@ -495,8 +495,8 @@ public final class f implements h { z.a aVar4 = fVar.e; bVar.k = aVar4.b; bVar.l = 4096; - bVar.f2277x = aVar4.e; - bVar.f2278y = aVar4.d; + bVar.f2278x = aVar4.e; + bVar.f2279y = aVar4.d; p pVar3 = fVar.f; bVar.A = pVar3.b; bVar.B = pVar3.f763c; diff --git a/app/src/main/java/c/i/a/c/a2/h0/e.java b/app/src/main/java/c/i/a/c/a2/h0/e.java index f0c89538ad..a464782aba 100644 --- a/app/src/main/java/c/i/a/c/a2/h0/e.java +++ b/app/src/main/java/c/i/a/c/a2/h0/e.java @@ -1115,7 +1115,7 @@ public final class e { s0.q = x4; s0.t = f12; i29 = i29; - s0.f2276s = i29; + s0.f2277s = i29; s0.u = bArr; s0.v = i7; s0.m = list; @@ -1235,10 +1235,10 @@ public final class e { Format.b bVar = new Format.b(); bVar.a = num; bVar.k = str15; - bVar.f2277x = i43; - bVar.f2278y = i42; + bVar.f2278x = i43; + bVar.f2279y = i42; bVar.n = drmInitData3; - bVar.f2275c = str11; + bVar.f2276c = str11; format = bVar.a(); str7 = str15; } else { @@ -1267,10 +1267,10 @@ public final class e { Format.b bVar2 = new Format.b(); bVar2.a = num2; bVar2.k = str9; - bVar2.f2277x = i45; - bVar2.f2278y = i44; + bVar2.f2278x = i45; + bVar2.f2279y = i44; bVar2.n = drmInitData3; - bVar2.f2275c = str11; + bVar2.f2276c = str11; format = bVar2.a(); } else { str7 = str15; @@ -1282,18 +1282,18 @@ public final class e { Format.b bVar3 = new Format.b(); bVar3.a = num3; bVar3.k = "audio/ac4"; - bVar3.f2277x = 2; - bVar3.f2278y = i46; + bVar3.f2278x = 2; + bVar3.f2279y = i46; bVar3.n = drmInitData3; - bVar3.f2275c = str11; + bVar3.f2276c = str11; format = bVar3.a(); } else if (f17 == 1684305011) { Format.b s02 = c.d.b.a.a.s0(f3); s02.k = str6; - s02.f2277x = i19; - s02.f2278y = i18; + s02.f2278x = i19; + s02.f2279y = i18; s02.n = drmInitData3; - s02.f2275c = str11; + s02.f2276c = str11; format = s02.a(); } else { if (f17 == 1682927731) { @@ -1413,12 +1413,12 @@ public final class e { Format.b s03 = c.d.b.a.a.s0(f3); s03.k = str6; s03.h = str5; - s03.f2277x = i19; - s03.f2278y = i18; - s03.f2279z = i16; + s03.f2278x = i19; + s03.f2279y = i18; + s03.f2280z = i16; s03.m = uVar; s03.n = drmInitData3; - s03.f2275c = str11; + s03.f2276c = str11; format2 = s03.a(); } str = str11; @@ -1443,12 +1443,12 @@ public final class e { Format.b s03 = c.d.b.a.a.s0(f3); s03.k = str6; s03.h = str5; - s03.f2277x = i19; - s03.f2278y = i18; - s03.f2279z = i16; + s03.f2278x = i19; + s03.f2279y = i18; + s03.f2280z = i16; s03.m = uVar; s03.n = drmInitData3; - s03.f2275c = str11; + s03.f2276c = str11; format2 = s03.a(); str = str11; i29 = i12; @@ -1476,12 +1476,12 @@ public final class e { Format.b s03 = c.d.b.a.a.s0(f3); s03.k = str6; s03.h = str5; - s03.f2277x = i19; - s03.f2278y = i18; - s03.f2279z = i16; + s03.f2278x = i19; + s03.f2279y = i18; + s03.f2280z = i16; s03.m = uVar; s03.n = drmInitData3; - s03.f2275c = str11; + s03.f2276c = str11; format2 = s03.a(); str = str11; i29 = i12; @@ -1502,7 +1502,7 @@ public final class e { aVar4 = aVar6; Format.b s04 = c.d.b.a.a.s0(f3); s04.k = str18; - s04.f2275c = str11; + s04.f2276c = str11; s04.o = j3; s04.m = uVar2; format2 = s04.a(); @@ -1523,7 +1523,7 @@ public final class e { aVar4 = aVar6; Format.b s04 = c.d.b.a.a.s0(f3); s04.k = str18; - s04.f2275c = str11; + s04.f2276c = str11; s04.o = j3; s04.m = uVar2; format2 = s04.a(); @@ -1534,7 +1534,7 @@ public final class e { aVar4 = aVar6; Format.b s04 = c.d.b.a.a.s0(f3); s04.k = str18; - s04.f2275c = str11; + s04.f2276c = str11; s04.o = j3; s04.m = uVar2; format2 = s04.a(); diff --git a/app/src/main/java/c/i/a/c/a2/i0/h.java b/app/src/main/java/c/i/a/c/a2/i0/h.java index 1fe68e4c45..4d3ba1d290 100644 --- a/app/src/main/java/c/i/a/c/a2/i0/h.java +++ b/app/src/main/java/c/i/a/c/a2/i0/h.java @@ -39,8 +39,8 @@ public final class h extends i { List h = AnimatableValueParser.h(copyOf); Format.b bVar2 = new Format.b(); bVar2.k = "audio/opus"; - bVar2.f2277x = copyOf[9] & 255; - bVar2.f2278y = 48000; + bVar2.f2278x = copyOf[9] & 255; + bVar2.f2279y = 48000; bVar2.m = h; bVar.a = bVar2.a(); this.o = true; diff --git a/app/src/main/java/c/i/a/c/a2/i0/j.java b/app/src/main/java/c/i/a/c/a2/i0/j.java index f9ae6add5f..972666bbb5 100644 --- a/app/src/main/java/c/i/a/c/a2/i0/j.java +++ b/app/src/main/java/c/i/a/c/a2/i0/j.java @@ -373,8 +373,8 @@ public final class j extends i { bVar2.k = "audio/vorbis"; bVar2.f = a0Var2.d; bVar2.g = a0Var2.f652c; - bVar2.f2277x = a0Var2.a; - bVar2.f2278y = a0Var2.b; + bVar2.f2278x = a0Var2.a; + bVar2.f2279y = a0Var2.b; bVar2.m = arrayList; bVar.a = bVar2.a(); return true; diff --git a/app/src/main/java/c/i/a/c/a2/j0/e0.java b/app/src/main/java/c/i/a/c/a2/j0/e0.java index c9bddcb8ff..01a1af0588 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/e0.java +++ b/app/src/main/java/c/i/a/c/a2/j0/e0.java @@ -32,7 +32,7 @@ public final class e0 { bVar.a = str2; bVar.k = str; bVar.d = format.l; - bVar.f2275c = format.k; + bVar.f2276c = format.k; bVar.C = format.L; bVar.m = format.v; p.e(bVar.a()); diff --git a/app/src/main/java/c/i/a/c/a2/j0/g.java b/app/src/main/java/c/i/a/c/a2/j0/g.java index 3cad545cef..1571de87f1 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/g.java +++ b/app/src/main/java/c/i/a/c/a2/j0/g.java @@ -313,9 +313,9 @@ public final class g implements o { Format.b bVar = new Format.b(); bVar.a = this.d; bVar.k = str; - bVar.f2277x = i; - bVar.f2278y = i15; - bVar.f2275c = this.f726c; + bVar.f2278x = i; + bVar.f2279y = i15; + bVar.f2276c = this.f726c; Format a2 = bVar.a(); this.j = a2; this.e.e(a2); diff --git a/app/src/main/java/c/i/a/c/a2/j0/i.java b/app/src/main/java/c/i/a/c/a2/j0/i.java index 7638ac4c37..54ee3990f9 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/i.java +++ b/app/src/main/java/c/i/a/c/a2/j0/i.java @@ -89,9 +89,9 @@ public final class i implements o { Format.b bVar = new Format.b(); bVar.a = this.d; bVar.k = "audio/ac4"; - bVar.f2277x = 2; - bVar.f2278y = b.a; - bVar.f2275c = this.f732c; + bVar.f2278x = 2; + bVar.f2279y = b.a; + bVar.f2276c = this.f732c; Format a = bVar.a(); this.k = a; this.e.e(a); diff --git a/app/src/main/java/c/i/a/c/a2/j0/j0.java b/app/src/main/java/c/i/a/c/a2/j0/j0.java index 2c64d8088e..893a1f5227 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/j0.java +++ b/app/src/main/java/c/i/a/c/a2/j0/j0.java @@ -39,7 +39,7 @@ public final class j0 { bVar.a = dVar.b(); bVar.k = str; bVar.d = format.l; - bVar.f2275c = format.k; + bVar.f2276c = format.k; bVar.C = format.L; bVar.m = format.v; p.e(bVar.a()); diff --git a/app/src/main/java/c/i/a/c/a2/j0/k.java b/app/src/main/java/c/i/a/c/a2/j0/k.java index aecb048a8f..65a1a86558 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/k.java +++ b/app/src/main/java/c/i/a/c/a2/j0/k.java @@ -191,10 +191,10 @@ public final class k implements o { bVar.a = this.f; bVar.k = "audio/mp4a-latm"; bVar.h = c2.f998c; - bVar.f2277x = c2.b; - bVar.f2278y = c2.a; + bVar.f2278x = c2.b; + bVar.f2279y = c2.a; bVar.m = Collections.singletonList(bArr3); - bVar.f2275c = this.e; + bVar.f2276c = this.e; Format a2 = bVar.a(); this.r = 1024000000 / ((long) a2.H); this.g.e(a2); diff --git a/app/src/main/java/c/i/a/c/a2/j0/l.java b/app/src/main/java/c/i/a/c/a2/j0/l.java index 9805c180d1..fa07d48afd 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/l.java +++ b/app/src/main/java/c/i/a/c/a2/j0/l.java @@ -144,7 +144,7 @@ public final class l implements i0.c { } Format.b bVar2 = new Format.b(); bVar2.k = str; - bVar2.f2275c = str2; + bVar2.f2276c = str2; bVar2.C = i; bVar2.m = list; arrayList.add(bVar2.a()); diff --git a/app/src/main/java/c/i/a/c/a2/j0/m.java b/app/src/main/java/c/i/a/c/a2/j0/m.java index 6b96d13208..fe20c20c99 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/m.java +++ b/app/src/main/java/c/i/a/c/a2/j0/m.java @@ -168,10 +168,10 @@ public final class m implements o { bVar.a = str; bVar.k = "audio/vnd.dts"; bVar.f = i8; - bVar.f2277x = i24; - bVar.f2278y = i23; + bVar.f2278x = i24; + bVar.f2279y = i23; bVar.n = null; - bVar.f2275c = str2; + bVar.f2276c = str2; Format a = bVar.a(); this.i = a; this.d.e(a); diff --git a/app/src/main/java/c/i/a/c/a2/j0/n.java b/app/src/main/java/c/i/a/c/a2/j0/n.java index dba31c609e..038edaea68 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/n.java +++ b/app/src/main/java/c/i/a/c/a2/j0/n.java @@ -77,7 +77,7 @@ public final class n implements o { bVar.a = dVar.b(); bVar.k = "application/dvbsubs"; bVar.m = Collections.singletonList(aVar.b); - bVar.f2275c = aVar.a; + bVar.f2276c = aVar.a; p.e(bVar.a()); this.b[i] = p; } diff --git a/app/src/main/java/c/i/a/c/a2/j0/u.java b/app/src/main/java/c/i/a/c/a2/j0/u.java index 81caf35517..a9c2511d85 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/u.java +++ b/app/src/main/java/c/i/a/c/a2/j0/u.java @@ -124,10 +124,10 @@ public final class u implements o { bVar.a = this.e; bVar.k = "audio/mp4a-latm"; bVar.h = this.u; - bVar.f2277x = this.t; - bVar.f2278y = this.r; + bVar.f2278x = this.t; + bVar.f2279y = this.r; bVar.m = Collections.singletonList(bArr3); - bVar.f2275c = this.a; + bVar.f2276c = this.a; Format a = bVar.a(); if (!a.equals(this.f)) { this.f = a; diff --git a/app/src/main/java/c/i/a/c/a2/j0/v.java b/app/src/main/java/c/i/a/c/a2/j0/v.java index 8f33513036..0b1bd7f914 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/v.java +++ b/app/src/main/java/c/i/a/c/a2/j0/v.java @@ -80,9 +80,9 @@ public final class v implements o { bVar.a = this.e; bVar.k = aVar.b; bVar.l = 4096; - bVar.f2277x = aVar.e; - bVar.f2278y = i5; - bVar.f2275c = this.f753c; + bVar.f2278x = aVar.e; + bVar.f2279y = i5; + bVar.f2276c = this.f753c; this.d.e(bVar.a()); this.h = true; } diff --git a/app/src/main/java/c/i/a/c/a2/j0/x.java b/app/src/main/java/c/i/a/c/a2/j0/x.java index 34488ecc87..f48e1db20f 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/x.java +++ b/app/src/main/java/c/i/a/c/a2/j0/x.java @@ -40,7 +40,7 @@ public final class x implements c0 { long j2 = -9223372036854775807L; if (d != -9223372036854775807L) { Format format = this.a; - if (d != format.f2272x) { + if (d != format.f2273x) { Format.b a = format.a(); a.o = d; Format a2 = a.a(); diff --git a/app/src/main/java/c/i/a/c/a2/k0/b.java b/app/src/main/java/c/i/a/c/a2/k0/b.java index 49ffdee9d4..2da7d79699 100644 --- a/app/src/main/java/c/i/a/c/a2/k0/b.java +++ b/app/src/main/java/c/i/a/c/a2/k0/b.java @@ -67,9 +67,9 @@ public final class b implements h { bVar.f = i5; bVar.g = i5; bVar.l = max * 2 * i2; - bVar.f2277x = cVar.b; - bVar.f2278y = i4; - bVar.f2279z = 2; + bVar.f2278x = cVar.b; + bVar.f2279y = i4; + bVar.f2280z = 2; this.j = bVar.a(); return; } @@ -157,9 +157,9 @@ public final class b implements h { bVar.f = i4; bVar.g = i4; bVar.l = max; - bVar.f2277x = cVar.b; - bVar.f2278y = cVar.f760c; - bVar.f2279z = i; + bVar.f2278x = cVar.b; + bVar.f2279y = cVar.f760c; + bVar.f2280z = i; this.d = bVar.a(); return; } diff --git a/app/src/main/java/c/i/a/c/a2/o.java b/app/src/main/java/c/i/a/c/a2/o.java index 67246b5b6d..e0cb1fde8f 100644 --- a/app/src/main/java/c/i/a/c/a2/o.java +++ b/app/src/main/java/c/i/a/c/a2/o.java @@ -163,8 +163,8 @@ public final class o { Format.b bVar = new Format.b(); bVar.k = "audio/flac"; bVar.l = i; - bVar.f2277x = this.g; - bVar.f2278y = this.e; + bVar.f2278x = this.g; + bVar.f2279y = this.e; bVar.m = Collections.singletonList(bArr); bVar.i = f; return bVar.a(); diff --git a/app/src/main/java/c/i/a/c/b2/s.java b/app/src/main/java/c/i/a/c/b2/s.java index 911ca811bd..fe9bd9166c 100644 --- a/app/src/main/java/c/i/a/c/b2/s.java +++ b/app/src/main/java/c/i/a/c/b2/s.java @@ -116,7 +116,7 @@ public final class s { if (format.B != format2.B) { i |= 1024; } - if (!this.e && !(format.f2273y == format2.f2273y && format.f2274z == format2.f2274z)) { + if (!this.e && !(format.f2274y == format2.f2274y && format.f2275z == format2.f2275z)) { i |= 512; } if (!f0.a(format.F, format2.F)) { @@ -226,8 +226,8 @@ public final class s { return false; } if (this.g) { - int i4 = format.f2273y; - if (i4 <= 0 || (i = format.f2274z) <= 0) { + int i4 = format.f2274y; + if (i4 <= 0 || (i = format.f2275z) <= 0) { return true; } if (f0.a >= 21) { @@ -238,9 +238,9 @@ public final class s { } if (!z5) { StringBuilder P3 = a.P("legacyFrameSize, "); - P3.append(format.f2273y); + P3.append(format.f2274y); P3.append("x"); - P3.append(format.f2274z); + P3.append(format.f2275z); h(P3.toString()); } return z5; diff --git a/app/src/main/java/c/i/a/c/c2/f.java b/app/src/main/java/c/i/a/c/c2/f.java index aea9fadf88..42a1905e86 100644 --- a/app/src/main/java/c/i/a/c/c2/f.java +++ b/app/src/main/java/c/i/a/c/c2/f.java @@ -174,7 +174,7 @@ public final class f extends g0 implements Handler.Callback { } else if (I == -5) { Format format = A.b; Objects.requireNonNull(format); - this.E = format.f2272x; + this.E = format.f2273x; } } if (this.A > 0) { diff --git a/app/src/main/java/c/i/a/c/d2/c0.java b/app/src/main/java/c/i/a/c/d2/c0.java index bbd45f1e64..50d16b55ca 100644 --- a/app/src/main/java/c/i/a/c/d2/c0.java +++ b/app/src/main/java/c/i/a/c/d2/c0.java @@ -104,8 +104,8 @@ public final class c0 extends j implements b0.b { if (dVar != null) { dVar.a(true); } - loader.f2345c.execute(new Loader.g(b0Var)); - loader.f2345c.shutdown(); + loader.f2346c.execute(new Loader.g(b0Var)); + loader.f2346c.shutdown(); b0Var.f793z.removeCallbacksAndMessages(null); b0Var.A = null; b0Var.V = true; diff --git a/app/src/main/java/c/i/a/c/e2/l.java b/app/src/main/java/c/i/a/c/e2/l.java index 1cb394c3a1..bdde455bbc 100644 --- a/app/src/main/java/c/i/a/c/e2/l.java +++ b/app/src/main/java/c/i/a/c/e2/l.java @@ -445,7 +445,7 @@ public final class l extends g0 implements Handler.Callback { } else { Format format = this.w.b; if (format != null) { - iVar.q = format.f2272x; + iVar.q = format.f2273x; iVar.s(); this.f825z &= !iVar.o(); } else { diff --git a/app/src/main/java/c/i/a/c/f2/b.java b/app/src/main/java/c/i/a/c/f2/b.java index a988841e6e..b778241d35 100644 --- a/app/src/main/java/c/i/a/c/f2/b.java +++ b/app/src/main/java/c/i/a/c/f2/b.java @@ -10,7 +10,7 @@ public final /* synthetic */ class b implements Comparator { public final int compare(Object obj, Object obj2) { Integer num = (Integer) obj; Integer num2 = (Integer) obj2; - int[] iArr = DefaultTrackSelector.f2314c; + int[] iArr = DefaultTrackSelector.f2315c; return 0; } } diff --git a/app/src/main/java/c/i/a/c/f2/c.java b/app/src/main/java/c/i/a/c/f2/c.java index 73dbb965b5..cf4e910ba9 100644 --- a/app/src/main/java/c/i/a/c/f2/c.java +++ b/app/src/main/java/c/i/a/c/f2/c.java @@ -10,7 +10,7 @@ public final /* synthetic */ class c implements Comparator { public final int compare(Object obj, Object obj2) { Integer num = (Integer) obj; Integer num2 = (Integer) obj2; - int[] iArr = DefaultTrackSelector.f2314c; + int[] iArr = DefaultTrackSelector.f2315c; if (num.intValue() == -1) { return num2.intValue() == -1 ? 0 : -1; } diff --git a/app/src/main/java/c/i/a/c/f2/i.java b/app/src/main/java/c/i/a/c/f2/i.java index 16ca4682ce..11991cbdc1 100644 --- a/app/src/main/java/c/i/a/c/f2/i.java +++ b/app/src/main/java/c/i/a/c/f2/i.java @@ -206,7 +206,7 @@ public abstract class i extends l { int i25 = iArr13[i24]; if (!parameters6.N && !parameters6.M) { int i26 = parameters6.A ? 24 : 16; - boolean z12 = parameters6.f2318z && (i25 & i26) != 0; + boolean z12 = parameters6.f2319z && (i25 & i26) != 0; DefaultTrackSelector.Parameters parameters7 = parameters6; int i27 = 0; while (true) { @@ -220,7 +220,7 @@ public abstract class i extends l { iArr7 = iArr13; int i29 = parameters7.r; iArr6 = iArr12; - int i30 = parameters7.f2315s; + int i30 = parameters7.f2316s; i9 = i23; int i31 = parameters7.t; z5 = z10; @@ -230,7 +230,7 @@ public abstract class i extends l { aVarArr = aVarArr2; int i34 = parameters7.w; i8 = i24; - int i35 = parameters7.f2316x; + int i35 = parameters7.f2317x; iArr8 = iArr16; int i36 = parameters7.B; parameters4 = parameters5; @@ -238,12 +238,12 @@ public abstract class i extends l { boolean z13 = parameters7.D; trackGroupArray2 = trackGroupArray4; if (trackGroup4.i < 2) { - iArr9 = DefaultTrackSelector.f2314c; + iArr9 = DefaultTrackSelector.f2315c; } else { List d = DefaultTrackSelector.d(trackGroup4, i36, i37, z13); ArrayList arrayList3 = (ArrayList) d; if (arrayList3.size() < 2) { - iArr9 = DefaultTrackSelector.f2314c; + iArr9 = DefaultTrackSelector.f2315c; } else { if (!z12) { HashSet hashSet2 = new HashSet(); @@ -301,7 +301,7 @@ public abstract class i extends l { } arrayList = arrayList; } - iArr9 = arrayList.size() < 2 ? DefaultTrackSelector.f2314c : c.l0(list); + iArr9 = arrayList.size() < 2 ? DefaultTrackSelector.f2315c : c.l0(list); if (iArr9.length <= 0) { aVar5 = new g.a(trackGroup4, iArr9); break; @@ -354,7 +354,7 @@ public abstract class i extends l { Format format = trackGroup6.j[i44]; if ((format.m & 16384) == 0 && DefaultTrackSelector.e(iArr18[i44], parameters4.O)) { DefaultTrackSelector.e eVar3 = new DefaultTrackSelector.e(format, parameters4, iArr18[i44], ((ArrayList) d2).contains(Integer.valueOf(i44))); - if ((eVar3.i || parameters4.f2317y) && (eVar2 == null || eVar3.compareTo(eVar2) > 0)) { + if ((eVar3.i || parameters4.f2318y) && (eVar2 == null || eVar3.compareTo(eVar2) > 0)) { i43 = i44; trackGroup7 = trackGroup6; eVar2 = eVar3; diff --git a/app/src/main/java/c/i/a/c/g0.java b/app/src/main/java/c/i/a/c/g0.java index 000c840f8d..62c0a64f8a 100644 --- a/app/src/main/java/c/i/a/c/g0.java +++ b/app/src/main/java/c/i/a/c/g0.java @@ -71,9 +71,9 @@ public abstract class g0 implements k1, l1 { } else if (a == -5) { Format format = s0Var.b; Objects.requireNonNull(format); - if (format.f2272x != RecyclerView.FOREVER_NS) { + if (format.f2273x != RecyclerView.FOREVER_NS) { Format.b a2 = format.a(); - a2.o = format.f2272x + this.p; + a2.o = format.f2273x + this.p; s0Var.b = a2.a(); } } diff --git a/app/src/main/java/c/i/a/c/j2/n.java b/app/src/main/java/c/i/a/c/j2/n.java index a5df1f948d..091492138c 100644 --- a/app/src/main/java/c/i/a/c/j2/n.java +++ b/app/src/main/java/c/i/a/c/j2/n.java @@ -1519,7 +1519,7 @@ public class n extends MediaCodecRenderer { public static int I0(s sVar, Format format) { if (format.u == -1) { - return G0(sVar, format.t, format.f2273y, format.f2274z); + return G0(sVar, format.t, format.f2274y, format.f2275z); } int size = format.v.size(); int i = 0; @@ -1711,9 +1711,9 @@ public class n extends MediaCodecRenderer { public e K(s sVar, Format format, Format format2) { e c2 = sVar.c(format, format2); int i = c2.e; - int i2 = format2.f2273y; + int i2 = format2.f2274y; a aVar = this.Y0; - if (i2 > aVar.a || format2.f2274z > aVar.b) { + if (i2 > aVar.a || format2.f2275z > aVar.b) { i |= 256; } if (I0(sVar, format2) > this.Y0.f929c) { @@ -1769,11 +1769,11 @@ public class n extends MediaCodecRenderer { String str2 = sVar.f777c; Format[] formatArr2 = this.o; Objects.requireNonNull(formatArr2); - int i3 = format.f2273y; - int i4 = format.f2274z; + int i3 = format.f2274y; + int i4 = format.f2275z; int I0 = I0(sVar, format); if (formatArr2.length == 1) { - if (!(I0 == -1 || (G0 = G0(sVar, format.t, format.f2273y, format.f2274z)) == -1)) { + if (!(I0 == -1 || (G0 = G0(sVar, format.t, format.f2274y, format.f2275z)) == -1)) { I0 = Math.min((int) (((float) I0) * 1.5f), G0); } aVar = new a(i3, i4, I0); @@ -1790,11 +1790,11 @@ public class n extends MediaCodecRenderer { format2 = a2.a(); } if (sVar.c(format, format2).d != 0) { - int i6 = format2.f2273y; + int i6 = format2.f2274y; formatArr = formatArr2; - z4 |= i6 == -1 || format2.f2274z == -1; + z4 |= i6 == -1 || format2.f2275z == -1; int max = Math.max(i3, i6); - int max2 = Math.max(i4, format2.f2274z); + int max2 = Math.max(i4, format2.f2275z); I0 = Math.max(I0, I0(sVar, format2)); i4 = max2; i3 = max; @@ -1806,8 +1806,8 @@ public class n extends MediaCodecRenderer { } if (z4) { Log.w("MediaCodecVideoRenderer", "Resolutions unknown. Codec max resolution: " + i3 + "x" + i4); - int i7 = format.f2274z; - int i8 = format.f2273y; + int i7 = format.f2275z; + int i8 = format.f2274y; boolean z5 = i7 > i8; int i9 = z5 ? i7 : i8; if (z5) { @@ -1864,8 +1864,8 @@ public class n extends MediaCodecRenderer { } mediaFormat = new MediaFormat(); mediaFormat.setString("mime", str); - mediaFormat.setInteger("width", format.f2273y); - mediaFormat.setInteger("height", format.f2274z); + mediaFormat.setInteger("width", format.f2274y); + mediaFormat.setInteger("height", format.f2275z); AnimatableValueParser.y2(mediaFormat, format.v); f2 = format.A; if (f2 != -1.0f) { @@ -1916,8 +1916,8 @@ public class n extends MediaCodecRenderer { i = !this.A1 ? this.B1 : 0; mediaFormat = new MediaFormat(); mediaFormat.setString("mime", str); - mediaFormat.setInteger("width", format.f2273y); - mediaFormat.setInteger("height", format.f2274z); + mediaFormat.setInteger("width", format.f2274y); + mediaFormat.setInteger("height", format.f2275z); AnimatableValueParser.y2(mediaFormat, format.v); f2 = format.A; if (f2 != -1.0f) { @@ -2216,8 +2216,8 @@ public class n extends MediaCodecRenderer { rVar.f(this.e1); } if (this.A1) { - this.s1 = format.f2273y; - this.t1 = format.f2274z; + this.s1 = format.f2274y; + this.t1 = format.f2275z; } else { Objects.requireNonNull(mediaFormat); boolean z2 = mediaFormat.containsKey("crop-right") && mediaFormat.containsKey("crop-left") && mediaFormat.containsKey("crop-bottom") && mediaFormat.containsKey("crop-top"); diff --git a/app/src/main/java/c/i/a/c/v1/a0.java b/app/src/main/java/c/i/a/c/v1/a0.java index 1124d53237..2b11250126 100644 --- a/app/src/main/java/c/i/a/c/v1/a0.java +++ b/app/src/main/java/c/i/a/c/v1/a0.java @@ -84,7 +84,7 @@ public final class a0 extends u { public AudioProcessor.a f(AudioProcessor.a aVar) throws AudioProcessor.UnhandledAudioFormatException { int i = aVar.d; if (i == 3 || i == 2 || i == 268435456 || i == 536870912 || i == 805306368 || i == 4) { - return i != 2 ? new AudioProcessor.a(aVar.b, aVar.f2280c, 2) : AudioProcessor.a.a; + return i != 2 ? new AudioProcessor.a(aVar.b, aVar.f2281c, 2) : AudioProcessor.a.a; } throw new AudioProcessor.UnhandledAudioFormatException(aVar); } diff --git a/app/src/main/java/c/i/a/c/v1/d0.java b/app/src/main/java/c/i/a/c/v1/d0.java index e6a06e6cc5..bef1e6c31e 100644 --- a/app/src/main/java/c/i/a/c/v1/d0.java +++ b/app/src/main/java/c/i/a/c/v1/d0.java @@ -79,7 +79,7 @@ public final class d0 implements AudioProcessor { i = aVar.b; } this.e = aVar; - AudioProcessor.a aVar2 = new AudioProcessor.a(i, aVar.f2280c, 2); + AudioProcessor.a aVar2 = new AudioProcessor.a(i, aVar.f2281c, 2); this.f = aVar2; this.i = true; return aVar2; @@ -128,7 +128,7 @@ public final class d0 implements AudioProcessor { AudioProcessor.a aVar2 = this.f; this.h = aVar2; if (this.i) { - this.j = new c0(aVar.b, aVar.f2280c, this.f997c, this.d, aVar2.b); + this.j = new c0(aVar.b, aVar.f2281c, this.f997c, this.d, aVar2.b); } else { c0 c0Var = this.j; if (c0Var != null) { diff --git a/app/src/main/java/c/i/a/c/v1/v.java b/app/src/main/java/c/i/a/c/v1/v.java index 55b03d96be..8ff9bfb37f 100644 --- a/app/src/main/java/c/i/a/c/v1/v.java +++ b/app/src/main/java/c/i/a/c/v1/v.java @@ -35,11 +35,11 @@ public final class v extends u { return AudioProcessor.a.a; } if (aVar.d == 2) { - boolean z2 = aVar.f2280c != iArr.length; + boolean z2 = aVar.f2281c != iArr.length; int i = 0; while (i < iArr.length) { int i2 = iArr[i]; - if (i2 < aVar.f2280c) { + if (i2 < aVar.f2281c) { z2 |= i2 != i; i++; } else { diff --git a/app/src/main/java/c/i/a/c/v1/x.java b/app/src/main/java/c/i/a/c/v1/x.java index 967a5ca615..081085635e 100644 --- a/app/src/main/java/c/i/a/c/v1/x.java +++ b/app/src/main/java/c/i/a/c/v1/x.java @@ -45,7 +45,7 @@ public final class x extends u { public AudioProcessor.a f(AudioProcessor.a aVar) throws AudioProcessor.UnhandledAudioFormatException { int i2 = aVar.d; if (f0.y(i2)) { - return i2 != 4 ? new AudioProcessor.a(aVar.b, aVar.f2280c, 4) : AudioProcessor.a.a; + return i2 != 4 ? new AudioProcessor.a(aVar.b, aVar.f2281c, 4) : AudioProcessor.a.a; } throw new AudioProcessor.UnhandledAudioFormatException(aVar); } diff --git a/app/src/main/java/c/i/a/c/v1/y.java b/app/src/main/java/c/i/a/c/v1/y.java index 29e31937ae..6a3ad9f0ad 100644 --- a/app/src/main/java/c/i/a/c/v1/y.java +++ b/app/src/main/java/c/i/a/c/v1/y.java @@ -228,9 +228,9 @@ public class y extends MediaCodecRenderer implements r { int i4 = format.H; Format.b bVar = new Format.b(); bVar.k = "audio/raw"; - bVar.f2277x = i3; - bVar.f2278y = i4; - bVar.f2279z = 4; + bVar.f2278x = i3; + bVar.f2279y = i4; + bVar.f2280z = 4; if (audioSink.s(bVar.a()) == 2) { mediaFormat.setInteger("pcm-encoding", 4); } @@ -366,11 +366,11 @@ public class y extends MediaCodecRenderer implements r { int r = "audio/raw".equals(format.t) ? format.I : (f0.a < 24 || !mediaFormat.containsKey("pcm-encoding")) ? mediaFormat.containsKey("v-bits-per-sample") ? f0.r(mediaFormat.getInteger("v-bits-per-sample")) : "audio/raw".equals(format.t) ? format.I : 2 : mediaFormat.getInteger("pcm-encoding"); Format.b bVar = new Format.b(); bVar.k = "audio/raw"; - bVar.f2279z = r; + bVar.f2280z = r; bVar.A = format.J; bVar.B = format.K; - bVar.f2277x = mediaFormat.getInteger("channel-count"); - bVar.f2278y = mediaFormat.getInteger("sample-rate"); + bVar.f2278x = mediaFormat.getInteger("channel-count"); + bVar.f2279y = mediaFormat.getInteger("sample-rate"); Format a2 = bVar.a(); if (this.T0 && a2.G == 6 && (i = format.G) < 6) { iArr = new int[i]; @@ -511,9 +511,9 @@ public class y extends MediaCodecRenderer implements r { int i3 = format.H; Format.b bVar = new Format.b(); bVar.k = "audio/raw"; - bVar.f2277x = i2; - bVar.f2278y = i3; - bVar.f2279z = 2; + bVar.f2278x = i2; + bVar.f2279y = i3; + bVar.f2280z = 2; if (!audioSink.a(bVar.a())) { return 1; } diff --git a/app/src/main/java/c/i/a/c/z1/m.java b/app/src/main/java/c/i/a/c/z1/m.java index 7a5ddc6009..853ba12937 100644 --- a/app/src/main/java/c/i/a/c/z1/m.java +++ b/app/src/main/java/c/i/a/c/z1/m.java @@ -19,7 +19,7 @@ public final /* synthetic */ class m implements MediaDrm.OnEventListener { z zVar = this.a; x.b bVar = this.b; Objects.requireNonNull(zVar); - DefaultDrmSessionManager.c cVar = DefaultDrmSessionManager.this.f2295x; + DefaultDrmSessionManager.c cVar = DefaultDrmSessionManager.this.f2296x; Objects.requireNonNull(cVar); cVar.obtainMessage(i, bArr).sendToTarget(); } diff --git a/app/src/main/java/c/i/a/f/c/a/f/a.java b/app/src/main/java/c/i/a/f/c/a/f/a.java index 6f85085b68..496e140571 100644 --- a/app/src/main/java/c/i/a/f/c/a/f/a.java +++ b/app/src/main/java/c/i/a/f/c/a/f/a.java @@ -17,7 +17,7 @@ public class a extends b { public final synchronized int f() { if (j == 1) { Context context = this.a; - Object obj = GoogleApiAvailability.f2363c; + Object obj = GoogleApiAvailability.f2364c; GoogleApiAvailability googleApiAvailability = GoogleApiAvailability.d; int b = googleApiAvailability.b(context, 12451000); if (b == 0) { diff --git a/app/src/main/java/c/i/a/f/c/a/f/b/a.java b/app/src/main/java/c/i/a/f/c/a/f/b/a.java index 85e2972d5b..afe7f025ea 100644 --- a/app/src/main/java/c/i/a/f/c/a/f/b/a.java +++ b/app/src/main/java/c/i/a/f/c/a/f/b/a.java @@ -109,7 +109,7 @@ public class a { if (str5 != null) { jSONObject.put("displayName", str5); } - String str6 = googleSignInAccount.f2358s; + String str6 = googleSignInAccount.f2359s; if (str6 != null) { jSONObject.put("givenName", str6); } @@ -157,7 +157,7 @@ public class a { } jSONObject2.put("idTokenRequested", googleSignInOptions.r); jSONObject2.put("forceCodeForRefreshToken", googleSignInOptions.t); - jSONObject2.put("serverAuthRequested", googleSignInOptions.f2359s); + jSONObject2.put("serverAuthRequested", googleSignInOptions.f2360s); if (!TextUtils.isEmpty(googleSignInOptions.u)) { jSONObject2.put("serverClientId", googleSignInOptions.u); } diff --git a/app/src/main/java/c/i/a/f/e/h/j/a1.java b/app/src/main/java/c/i/a/f/e/h/j/a1.java index cfbf2d6849..88f2e04e9d 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/a1.java +++ b/app/src/main/java/c/i/a/f/e/h/j/a1.java @@ -16,7 +16,7 @@ public class a1 extends t0 { /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public a1(j jVar, g gVar) { super(jVar, GoogleApiAvailability.d); - Object obj = GoogleApiAvailability.f2363c; + Object obj = GoogleApiAvailability.f2364c; this.o = gVar; jVar.a("ConnectionlessLifecycleHelper", this); } diff --git a/app/src/main/java/c/i/a/f/e/h/j/b0.java b/app/src/main/java/c/i/a/f/e/h/j/b0.java index 8eb9ea83db..e700445b1a 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/b0.java +++ b/app/src/main/java/c/i/a/f/e/h/j/b0.java @@ -16,7 +16,7 @@ public class b0 extends t0 { /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public b0(j jVar) { super(jVar, GoogleApiAvailability.d); - Object obj = GoogleApiAvailability.f2363c; + Object obj = GoogleApiAvailability.f2364c; jVar.a("GmsAvailabilityHelper", this); } diff --git a/app/src/main/java/c/i/a/f/e/h/j/g.java b/app/src/main/java/c/i/a/f/e/h/j/g.java index 6263db58d5..7d4b826467 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/g.java +++ b/app/src/main/java/c/i/a/f/e/h/j/g.java @@ -654,7 +654,7 @@ public class g implements Handler.Callback { handlerThread.start(); Looper looper = handlerThread.getLooper(); Context applicationContext = context.getApplicationContext(); - Object obj = GoogleApiAvailability.f2363c; + Object obj = GoogleApiAvailability.f2364c; l = new g(applicationContext, looper, GoogleApiAvailability.d); } gVar = l; diff --git a/app/src/main/java/c/i/a/f/e/k/d.java b/app/src/main/java/c/i/a/f/e/k/d.java index 937d080892..9d1e5d3531 100644 --- a/app/src/main/java/c/i/a/f/e/k/d.java +++ b/app/src/main/java/c/i/a/f/e/k/d.java @@ -31,7 +31,7 @@ public abstract class d extends b implements a.f { public d(Context context, Looper looper, int i, c cVar, f fVar, l lVar) { super(context, looper, r3, r4, i, new r(fVar), new q(lVar), cVar.f); e a = e.a(context); - Object obj = GoogleApiAvailability.f2363c; + Object obj = GoogleApiAvailability.f2364c; GoogleApiAvailability googleApiAvailability = GoogleApiAvailability.d; Objects.requireNonNull(fVar, "null reference"); Objects.requireNonNull(lVar, "null reference"); diff --git a/app/src/main/java/c/i/a/f/g/b.java b/app/src/main/java/c/i/a/f/g/b.java index 320118a1be..ca63019346 100644 --- a/app/src/main/java/c/i/a/f/g/b.java +++ b/app/src/main/java/c/i/a/f/g/b.java @@ -10,12 +10,12 @@ public final class b implements DynamiteModule.a { int b = bVar.b(context, str); aVar.a = b; if (b != 0) { - aVar.f2367c = -1; + aVar.f2368c = -1; } else { int a = bVar.a(context, str, true); aVar.b = a; if (a != 0) { - aVar.f2367c = 1; + aVar.f2368c = 1; } } return aVar; diff --git a/app/src/main/java/c/i/a/f/g/c.java b/app/src/main/java/c/i/a/f/g/c.java index 22f45a8841..7ece52e1a4 100644 --- a/app/src/main/java/c/i/a/f/g/c.java +++ b/app/src/main/java/c/i/a/f/g/c.java @@ -16,11 +16,11 @@ public final class c implements DynamiteModule.a { } int i = aVar.a; if (i == 0 && aVar.b == 0) { - aVar.f2367c = 0; + aVar.f2368c = 0; } else if (i >= aVar.b) { - aVar.f2367c = -1; + aVar.f2368c = -1; } else { - aVar.f2367c = 1; + aVar.f2368c = 1; } return aVar; } diff --git a/app/src/main/java/c/i/a/f/g/d.java b/app/src/main/java/c/i/a/f/g/d.java index b87d1cfe9e..6a4d92f292 100644 --- a/app/src/main/java/c/i/a/f/g/d.java +++ b/app/src/main/java/c/i/a/f/g/d.java @@ -12,11 +12,11 @@ public final class d implements DynamiteModule.a { aVar.b = a; int i = aVar.a; if (i == 0 && a == 0) { - aVar.f2367c = 0; + aVar.f2368c = 0; } else if (a >= i) { - aVar.f2367c = 1; + aVar.f2368c = 1; } else { - aVar.f2367c = -1; + aVar.f2368c = -1; } return aVar; } diff --git a/app/src/main/java/c/i/a/f/h/l/g4.java b/app/src/main/java/c/i/a/f/h/l/g4.java index e87abc8110..bb88efdb7d 100644 --- a/app/src/main/java/c/i/a/f/h/l/g4.java +++ b/app/src/main/java/c/i/a/f/h/l/g4.java @@ -11,7 +11,7 @@ public final class g4 implements v7 { public g4(zzhi zzhi) { Charset charset = w4.a; this.a = zzhi; - zzhi.f2368c = this; + zzhi.f2369c = this; } public final void a(int i, double d) throws IOException { @@ -41,7 +41,7 @@ public final class g4 implements v7 { public final void e(int i, Object obj, q6 q6Var) throws IOException { zzhi zzhi = this.a; zzhi.f(i, 3); - q6Var.g((c6) obj, zzhi.f2368c); + q6Var.g((c6) obj, zzhi.f2369c); zzhi.f(i, 4); } diff --git a/app/src/main/java/c/i/a/f/h/l/u4.java b/app/src/main/java/c/i/a/f/h/l/u4.java index 5351878224..a2d769f181 100644 --- a/app/src/main/java/c/i/a/f/h/l/u4.java +++ b/app/src/main/java/c/i/a/f/h/l/u4.java @@ -270,7 +270,7 @@ public abstract class u4, Build @Override // c.i.a.f.h.l.c6 public final void i(zzhi zzhi) throws IOException { q6 b2 = n6.a.b(this); - g4 g4Var = zzhi.f2368c; + g4 g4Var = zzhi.f2369c; if (g4Var == null) { g4Var = new g4(zzhi); } diff --git a/app/src/main/java/c/i/a/f/i/b/g.java b/app/src/main/java/c/i/a/f/i/b/g.java index 750acbfe4f..8040761dce 100644 --- a/app/src/main/java/c/i/a/f/i/b/g.java +++ b/app/src/main/java/c/i/a/f/i/b/g.java @@ -696,7 +696,7 @@ public final class g extends i9 { contentValues.put("triggered_timestamp", Long.valueOf(zzz.k.k)); contentValues.put("time_to_live", Long.valueOf(zzz.r)); e(); - contentValues.put("expired_event", t9.g0(zzz.f2374s)); + contentValues.put("expired_event", t9.g0(zzz.f2375s)); try { if (t().insertWithOnConflict("conditional_properties", null, contentValues, 5) == -1) { g().f.b("Failed to insert/update conditional user property (got -1)", q3.s(zzz.i)); diff --git a/app/src/main/java/c/i/a/f/i/b/k9.java b/app/src/main/java/c/i/a/f/i/b/k9.java index 2a2b9b0167..b2597d1919 100644 --- a/app/src/main/java/c/i/a/f/i/b/k9.java +++ b/app/src/main/java/c/i/a/f/i/b/k9.java @@ -358,7 +358,7 @@ public class k9 implements t5 { T = K().T(zzn.i); if (T != null) { this.k.t(); - if (t9.d0(zzn.j, T.v(), zzn.f2373z, T.y())) { + if (t9.d0(zzn.j, T.v(), zzn.f2374z, T.y())) { this.k.g().i.b("New GMP App Id passed in. Removing cached database data. appId", q3.s(T.o())); g K = K(); String o = T.o(); @@ -407,7 +407,7 @@ public class k9 implements t5 { str2 = "_et"; j2 = 1; } - if (zzn.f2372y) { + if (zzn.f2373y) { bundle2.putLong("_dac", j2); } g K2 = K(); @@ -485,7 +485,7 @@ public class k9 implements t5 { } else { j = 1; } - if (zzn.f2372y) { + if (zzn.f2373y) { bundle3.putLong("_dac", j); } B(new zzaq("_v", new zzap(bundle3), "auto", j4), zzn); @@ -562,7 +562,7 @@ public class k9 implements t5 { if (Z.m) { K().V(zzz.i, zzz.k.j); } - zzaq zzaq = zzz.f2374s; + zzaq zzaq = zzz.f2375s; if (zzaq != null) { Bundle bundle = null; zzap zzap = zzaq.j; @@ -571,7 +571,7 @@ public class k9 implements t5 { } t9 t = this.k.t(); String str = zzz.i; - zzaq zzaq2 = zzz.f2374s; + zzaq zzaq2 = zzz.f2375s; I(t.B(str, zzaq2.i, bundle, Z.j, zzaq2.l, true, x7.b() && this.k.h.o(p.M0)), zzn); } } else { @@ -637,16 +637,16 @@ public class k9 implements t5 { T.m(zzn.j); z2 = true; } - if (!TextUtils.equals(zzn.f2373z, T.y())) { - T.q(zzn.f2373z); + if (!TextUtils.equals(zzn.f2374z, T.y())) { + T.q(zzn.f2374z); z2 = true; } if (da.b() && this.k.h.u(T.o(), p.f1198j0) && !TextUtils.equals(zzn.D, T.B())) { T.u(zzn.D); z2 = true; } - if (!TextUtils.isEmpty(zzn.f2370s) && !zzn.f2370s.equals(T.H())) { - T.A(zzn.f2370s); + if (!TextUtils.isEmpty(zzn.f2371s) && !zzn.f2371s.equals(T.H())) { + T.A(zzn.f2371s); z2 = true; } long j2 = zzn.m; @@ -691,8 +691,8 @@ public class k9 implements t5 { T.n(zzn.w); z2 = true; } - if (zzn.f2371x != T.i()) { - T.r(zzn.f2371x); + if (zzn.f2372x != T.i()) { + T.r(zzn.f2372x); z2 = true; } if (zzn.A != T.j()) { @@ -715,11 +715,11 @@ public class k9 implements t5 { z2 = true; if (!TextUtils.equals(zzn.j, T.v())) { } - if (!TextUtils.equals(zzn.f2373z, T.y())) { + if (!TextUtils.equals(zzn.f2374z, T.y())) { } T.u(zzn.D); z2 = true; - T.A(zzn.f2370s); + T.A(zzn.f2371s); z2 = true; long j2 = zzn.m; T.t(zzn.m); @@ -741,7 +741,7 @@ public class k9 implements t5 { z2 = true; if (zzn.w != T.h()) { } - if (zzn.f2371x != T.i()) { + if (zzn.f2372x != T.i()) { } if (zzn.A != T.j()) { } @@ -777,12 +777,12 @@ public class k9 implements t5 { T.c(c(h)); } T.m(zzn.j); - T.q(zzn.f2373z); + T.q(zzn.f2374z); if (da.b() && this.k.h.u(T.o(), p.f1198j0)) { T.u(zzn.D); } - if (!TextUtils.isEmpty(zzn.f2370s)) { - T.A(zzn.f2370s); + if (!TextUtils.isEmpty(zzn.f2371s)) { + T.A(zzn.f2371s); } long j3 = zzn.m; if (j3 != 0) { @@ -805,7 +805,7 @@ public class k9 implements t5 { T.R(zzn.t); } T.n(zzn.w); - T.r(zzn.f2371x); + T.r(zzn.f2372x); T.b(zzn.A); T.z(zzn.B); T.a.f().b(); @@ -1058,11 +1058,11 @@ public class k9 implements t5 { if (TextUtils.isEmpty(u0.s0()) && !TextUtils.isEmpty(zzn.D)) { u0.u0(zzn.D); } - if (TextUtils.isEmpty(u0.s0()) && TextUtils.isEmpty(u0.x0()) && !TextUtils.isEmpty(zzn.f2373z)) { - u0.r0(zzn.f2373z); + if (TextUtils.isEmpty(u0.s0()) && TextUtils.isEmpty(u0.x0()) && !TextUtils.isEmpty(zzn.f2374z)) { + u0.r0(zzn.f2374z); } - } else if (TextUtils.isEmpty(u0.s0()) && !TextUtils.isEmpty(zzn.f2373z)) { - u0.r0(zzn.f2373z); + } else if (TextUtils.isEmpty(u0.s0()) && !TextUtils.isEmpty(zzn.f2374z)) { + u0.r0(zzn.f2374z); } long j4 = zzn.n; if (j4 != 0) { @@ -1084,7 +1084,7 @@ public class k9 implements t5 { u0.y(((Boolean) obj2).booleanValue()); } } - } else if (!this.k.y().s(this.k.j()) && zzn.f2371x && (!hb.b() || !this.k.a().v(zzn.i, p.G0))) { + } else if (!this.k.y().s(this.k.j()) && zzn.f2372x && (!hb.b() || !this.k.a().v(zzn.i, p.G0))) { String string = Settings.Secure.getString(this.k.j().getContentResolver(), "android_id"); if (string == null) { this.k.g().A().b("null secure ID. appId", q3.s(u0.k0())); @@ -1123,7 +1123,7 @@ public class k9 implements t5 { } else { T2.c(c(h)); } - T2.A(zzn.f2370s); + T2.A(zzn.f2371s); T2.m(zzn.j); if (!t8.b() || !this.k.a().o(p.J0) || h.j()) { T2.x(this.j.t(zzn.i)); @@ -1203,7 +1203,7 @@ public class k9 implements t5 { } public final boolean L(zzn zzn) { - return (!da.b() || !this.k.h.u(zzn.i, p.f1198j0)) ? !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.f2373z) : !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.D) || !TextUtils.isEmpty(zzn.f2373z); + return (!da.b() || !this.k.h.u(zzn.i, p.f1198j0)) ? !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.f2374z) : !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.D) || !TextUtils.isEmpty(zzn.f2374z); } public final ba M() { @@ -1756,7 +1756,7 @@ public class k9 implements t5 { if (zzz2 != null) { this.k.g().n.d("User property expired", zzz2.i, this.k.u().y(zzz2.k.j), zzz2.k.v0()); K().V(str, zzz2.k.j); - zzaq zzaq4 = zzz2.f2374s; + zzaq zzaq4 = zzz2.f2375s; if (zzaq4 != null) { arrayList.add(zzaq4); } diff --git a/app/src/main/java/c/i/a/f/i/b/q9.java b/app/src/main/java/c/i/a/f/i/b/q9.java index 9847455970..92fb63d859 100644 --- a/app/src/main/java/c/i/a/f/i/b/q9.java +++ b/app/src/main/java/c/i/a/f/i/b/q9.java @@ -282,7 +282,7 @@ public final class q9 extends i9 { @WorkerThread public static boolean O(zzaq zzaq, zzn zzn) { Objects.requireNonNull(zzaq, "null reference"); - return !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.f2373z); + return !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.f2374z); } public static boolean P(String str) { diff --git a/app/src/main/java/c/i/a/f/i/b/t9.java b/app/src/main/java/c/i/a/f/i/b/t9.java index bd8be8390d..5302e56ae3 100644 --- a/app/src/main/java/c/i/a/f/i/b/t9.java +++ b/app/src/main/java/c/i/a/f/i/b/t9.java @@ -212,10 +212,10 @@ public final class t9 extends r5 { } bundle.putLong("triggered_timestamp", zzz.k.k); bundle.putLong("time_to_live", zzz.r); - zzaq zzaq3 = zzz.f2374s; + zzaq zzaq3 = zzz.f2375s; if (zzaq3 != null) { bundle.putString("expired_event_name", zzaq3.i); - zzap zzap3 = zzz.f2374s.j; + zzap zzap3 = zzz.f2375s.j; if (zzap3 != null) { bundle.putBundle("expired_event_params", zzap3.w0()); } diff --git a/app/src/main/java/c/i/a/f/i/b/z4.java b/app/src/main/java/c/i/a/f/i/b/z4.java index 97f2da4671..3b98e488a4 100644 --- a/app/src/main/java/c/i/a/f/i/b/z4.java +++ b/app/src/main/java/c/i/a/f/i/b/z4.java @@ -287,6 +287,6 @@ public final class z4 extends l3 { public final void z0(zzn zzn) { Objects.requireNonNull(zzn, "null reference"); y0(zzn.i, false); - this.a.k.t().c0(zzn.j, zzn.f2373z, zzn.D); + this.a.k.t().c0(zzn.j, zzn.f2374z, zzn.D); } } diff --git a/app/src/main/java/c/i/a/f/j/b/e/i.java b/app/src/main/java/c/i/a/f/j/b/e/i.java index b2eadcbc05..9d0a06a476 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/i.java +++ b/app/src/main/java/c/i/a/f/j/b/e/i.java @@ -68,7 +68,7 @@ public final class i extends MessagesClient { public final Task g(MessageListener messageListener, SubscribeOptions subscribeOptions) { AnimatableValueParser.p(subscribeOptions.a.r == 0, "Strategy.setBackgroundScanMode() is only supported by background subscribe (the version which takes a PendingIntent)."); k m = m(messageListener); - return k(m, new l(this, m, new s(this, m(subscribeOptions.f2375c), m), subscribeOptions), new m(m)); + return k(m, new l(this, m, new s(this, m(subscribeOptions.f2376c), m), subscribeOptions), new m(m)); } @Override // com.google.android.gms.nearby.messages.MessagesClient diff --git a/app/src/main/java/c/i/a/g/k/b.java b/app/src/main/java/c/i/a/g/k/b.java index 0392e9ea08..df9c92bf99 100644 --- a/app/src/main/java/c/i/a/g/k/b.java +++ b/app/src/main/java/c/i/a/g/k/b.java @@ -18,12 +18,12 @@ public class b implements ViewTreeObserver.OnPreDrawListener { } this.i.getViewTreeObserver().removeOnPreDrawListener(this); ClockFaceView clockFaceView = this.i; - int height = ((this.i.getHeight() / 2) - clockFaceView.l.q) - clockFaceView.f2406s; + int height = ((this.i.getHeight() / 2) - clockFaceView.l.q) - clockFaceView.f2407s; if (height != clockFaceView.j) { clockFaceView.j = height; clockFaceView.a(); ClockHandView clockHandView = clockFaceView.l; - clockHandView.f2410z = clockFaceView.j; + clockHandView.f2411z = clockFaceView.j; clockHandView.invalidate(); } return true; diff --git a/app/src/main/java/c/i/a/g/k/f.java b/app/src/main/java/c/i/a/g/k/f.java index 1b04c62ce9..c8f7d8e1a3 100644 --- a/app/src/main/java/c/i/a/g/k/f.java +++ b/app/src/main/java/c/i/a/g/k/f.java @@ -32,7 +32,7 @@ public class f implements ClockHandView.OnRotateListener, TimePickerView.d, Time TimePickerView timePickerView2 = this.l; timePickerView2.p = this; timePickerView2.o = this; - timePickerView2.k.f2408x = this; + timePickerView2.k.f2409x = this; g(i, "%d"); g(j, "%d"); g(k, "%02d"); diff --git a/app/src/main/java/c/i/c/m/d/n/a.java b/app/src/main/java/c/i/c/m/d/n/a.java index f2e892b75d..476ff153ba 100644 --- a/app/src/main/java/c/i/c/m/d/n/a.java +++ b/app/src/main/java/c/i/c/m/d/n/a.java @@ -105,7 +105,7 @@ public class a { } public a c(String str, String str2, String str3, File file) { - MediaType.a aVar = MediaType.f2942c; + MediaType.a aVar = MediaType.f2943c; RequestBody create = RequestBody.create(MediaType.a.b(str3), file); if (this.f == null) { MultipartBody.a aVar2 = new MultipartBody.a(); diff --git a/app/src/main/java/c/i/d/q/x/b.java b/app/src/main/java/c/i/d/q/x/b.java index f33413fa51..3381470787 100644 --- a/app/src/main/java/c/i/d/q/x/b.java +++ b/app/src/main/java/c/i/d/q/x/b.java @@ -106,7 +106,7 @@ public final class b extends JsonWriter { public final void Q(JsonElement jsonElement) { if (this.w != null) { - if (!(jsonElement instanceof j) || this.f2450s) { + if (!(jsonElement instanceof j) || this.f2451s) { ((JsonObject) N()).a.put(this.w, jsonElement); } this.w = null; diff --git a/app/src/main/java/c/i/e/q/j.java b/app/src/main/java/c/i/e/q/j.java index 75f87edf05..6485f9a0f5 100644 --- a/app/src/main/java/c/i/e/q/j.java +++ b/app/src/main/java/c/i/e/q/j.java @@ -54,7 +54,7 @@ public final class j extends k { if (z3 || !z2) { return k; } - Result result = new Result(k.a.substring(1), k.b, k.f2451c, aVar2); + Result result = new Result(k.a.substring(1), k.b, k.f2452c, aVar2); result.a(k.e); return result; } diff --git a/app/src/main/java/c/i/e/q/k.java b/app/src/main/java/c/i/e/q/k.java index 4c4ffc591c..8f6a3c3b12 100644 --- a/app/src/main/java/c/i/e/q/k.java +++ b/app/src/main/java/c/i/e/q/k.java @@ -113,7 +113,7 @@ public abstract class k implements i { i = (((Integer) map2.get(jVar)).intValue() + 270) % 360; } c2.b(jVar, Integer.valueOf(i)); - c.i.e.k[] kVarArr = c2.f2451c; + c.i.e.k[] kVarArr = c2.f2452c; if (kVarArr != null) { int i2 = d.b; for (int i3 = 0; i3 < kVarArr.length; i3++) { @@ -171,7 +171,7 @@ public abstract class k implements i { Result b = kVar.b(i10, aVar, enumMap); if (i11 != i4) { b.b(j.ORIENTATION, Integer.valueOf((int) BaseTransientBottomBar.ANIMATION_FADE_DURATION)); - c.i.e.k[] kVarArr = b.f2451c; + c.i.e.k[] kVarArr = b.f2452c; if (kVarArr != null) { float f = (float) i2; map2 = enumMap; diff --git a/app/src/main/java/c/i/e/q/l.java b/app/src/main/java/c/i/e/q/l.java index 337c28b35a..990b8ebed9 100644 --- a/app/src/main/java/c/i/e/q/l.java +++ b/app/src/main/java/c/i/e/q/l.java @@ -16,7 +16,7 @@ public final class l extends p { public static Result o(Result result) throws FormatException { String str = result.a; if (str.charAt(0) == '0') { - Result result2 = new Result(str.substring(1), null, result.f2451c, a.UPC_A); + Result result2 = new Result(str.substring(1), null, result.f2452c, a.UPC_A); Map map = result.e; if (map != null) { result2.a(map); diff --git a/app/src/main/java/c/i/e/q/p.java b/app/src/main/java/c/i/e/q/p.java index fc69846f6b..fe180c8db9 100644 --- a/app/src/main/java/c/i/e/q/p.java +++ b/app/src/main/java/c/i/e/q/p.java @@ -187,15 +187,15 @@ public abstract class p extends k { Result a2 = this.f.a(i, aVar, i3[1]); result.b(j.UPC_EAN_EXTENSION, a2.a); result.a(a2.e); - k[] kVarArr = a2.f2451c; - k[] kVarArr2 = result.f2451c; + k[] kVarArr = a2.f2452c; + k[] kVarArr2 = result.f2452c; if (kVarArr2 == null) { - result.f2451c = kVarArr; + result.f2452c = kVarArr; } else if (kVarArr != null && kVarArr.length > 0) { k[] kVarArr3 = new k[(kVarArr2.length + kVarArr.length)]; System.arraycopy(kVarArr2, 0, kVarArr3, 0, kVarArr2.length); System.arraycopy(kVarArr, 0, kVarArr3, kVarArr2.length, kVarArr.length); - result.f2451c = kVarArr3; + result.f2452c = kVarArr3; } i2 = a2.a.length(); } catch (ReaderException unused) { diff --git a/app/src/main/java/c/k/a/a/e.java b/app/src/main/java/c/k/a/a/e.java index 44e071b9ca..555dee4fa0 100644 --- a/app/src/main/java/c/k/a/a/e.java +++ b/app/src/main/java/c/k/a/a/e.java @@ -26,13 +26,13 @@ public class e implements SeekBar.OnSeekBarChangeListener { int i2 = 255 - i; int i3 = 0; while (true) { - bVar = this.a.f2454s; + bVar = this.a.f2455s; int[] iArr = bVar.j; if (i3 >= iArr.length) { break; } int i4 = iArr[i3]; - this.a.f2454s.j[i3] = Color.argb(i2, Color.red(i4), Color.green(i4), Color.blue(i4)); + this.a.f2455s.j[i3] = Color.argb(i2, Color.red(i4), Color.green(i4), Color.blue(i4)); i3++; } bVar.notifyDataSetChanged(); diff --git a/app/src/main/java/c/o/a/n/g.java b/app/src/main/java/c/o/a/n/g.java index ae88c16ce2..3dbb06cbd4 100644 --- a/app/src/main/java/c/o/a/n/g.java +++ b/app/src/main/java/c/o/a/n/g.java @@ -426,7 +426,7 @@ public abstract class g extends i { if (aVar != null) { CameraView.b bVar = (CameraView.b) this.l; bVar.b.a(1, "dispatchOnPictureTaken", aVar); - CameraView.this.f2478s.post(new c.o.a.i(bVar, aVar)); + CameraView.this.f2479s.post(new c.o.a.i(bVar, aVar)); return; } i.i.a(3, "onPictureResult", "result is null: something went wrong.", exc); diff --git a/app/src/main/java/c/o/a/n/k.java b/app/src/main/java/c/o/a/n/k.java index e3702bf1d5..58306ab676 100644 --- a/app/src/main/java/c/o/a/n/k.java +++ b/app/src/main/java/c/o/a/n/k.java @@ -23,7 +23,7 @@ public class k implements f { if (cVar2 != null) { CameraView.b bVar = (CameraView.b) this.a.l; bVar.b.a(1, "dispatchOnCameraOpened", cVar2); - CameraView.this.f2478s.post(new c.o.a.f(bVar, cVar2)); + CameraView.this.f2479s.post(new c.o.a.f(bVar, cVar2)); return c.i.a.f.e.o.c.F(null); } throw new RuntimeException("Null options!"); diff --git a/app/src/main/java/c/o/a/n/m.java b/app/src/main/java/c/o/a/n/m.java index 2ad67fcd27..d04d96cc84 100644 --- a/app/src/main/java/c/o/a/n/m.java +++ b/app/src/main/java/c/o/a/n/m.java @@ -16,6 +16,6 @@ public class m implements e { public void onSuccess(Void r6) { CameraView.b bVar = (CameraView.b) this.a.l; bVar.b.a(1, "dispatchOnCameraClosed"); - CameraView.this.f2478s.post(new g(bVar)); + CameraView.this.f2479s.post(new g(bVar)); } } diff --git a/app/src/main/java/c/o/a/r/f.java b/app/src/main/java/c/o/a/r/f.java index 2d18dce228..f1fc4f3aee 100644 --- a/app/src/main/java/c/o/a/r/f.java +++ b/app/src/main/java/c/o/a/r/f.java @@ -65,17 +65,17 @@ public class f { int i3 = cameraView.w.g; if (!cameraView.l) { int i4 = (360 - i3) % 360; - c.o.a.n.t.a e = cameraView.f2479x.e(); + c.o.a.n.t.a e = cameraView.f2480x.e(); e.e(i4); e.e = i4; e.d(); } else { - c.o.a.n.t.a e2 = cameraView.f2479x.e(); + c.o.a.n.t.a e2 = cameraView.f2480x.e(); e2.e(i2); e2.e = i2; e2.d(); } - CameraView.this.f2478s.post(new j(bVar, (i2 + i3) % 360)); + CameraView.this.f2479s.post(new j(bVar, (i2 + i3) % 360)); return; } return; diff --git a/app/src/main/java/c/o/a/v/d.java b/app/src/main/java/c/o/a/v/d.java index 237394c392..f53e65ada2 100644 --- a/app/src/main/java/c/o/a/v/d.java +++ b/app/src/main/java/c/o/a/v/d.java @@ -34,12 +34,12 @@ public abstract class d { boolean z4 = !z2; CameraView.b bVar = (CameraView.b) ((g) aVar).l; if (z4 && (z3 = (cameraView = CameraView.this).k) && z3) { - if (cameraView.f2481z == null) { - cameraView.f2481z = new MediaActionSound(); + if (cameraView.f2482z == null) { + cameraView.f2482z = new MediaActionSound(); } - cameraView.f2481z.play(0); + cameraView.f2482z.play(0); } - CameraView.this.f2478s.post(new h(bVar)); + CameraView.this.f2479s.post(new h(bVar)); } } diff --git a/app/src/main/java/c/q/a/k/a.java b/app/src/main/java/c/q/a/k/a.java index 1e753a5314..98de322e88 100644 --- a/app/src/main/java/c/q/a/k/a.java +++ b/app/src/main/java/c/q/a/k/a.java @@ -630,7 +630,7 @@ public class a { } public static final void c(f0.e0.f.a aVar, f0.e0.f.c cVar, String str) { - d.b bVar = f0.e0.f.d.f2795c; + d.b bVar = f0.e0.f.d.f2796c; Logger logger = f0.e0.f.d.b; StringBuilder sb = new StringBuilder(); sb.append(cVar.f); @@ -639,7 +639,7 @@ public class a { m.checkExpressionValueIsNotNull(format, "java.lang.String.format(format, *args)"); sb.append(format); sb.append(": "); - sb.append(aVar.f2793c); + sb.append(aVar.f2794c); logger.fine(sb.toString()); } diff --git a/app/src/main/java/com/airbnb/lottie/parser/AnimatableValueParser.java b/app/src/main/java/com/airbnb/lottie/parser/AnimatableValueParser.java index cf8bee0948..61f86ba630 100644 --- a/app/src/main/java/com/airbnb/lottie/parser/AnimatableValueParser.java +++ b/app/src/main/java/com/airbnb/lottie/parser/AnimatableValueParser.java @@ -3250,7 +3250,7 @@ public class AnimatableValueParser { function1.invoke(renderContext); if (!(objArr.length == 0)) { if (!(!renderContext.a.isEmpty())) { - renderContext.f2092c = k.toList(objArr); + renderContext.f2093c = k.toList(objArr); } else { throw new IllegalArgumentException("must provide named arguments OR formatArgs, not both."); } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackFriendSyncPerformed.java b/app/src/main/java/com/discord/analytics/generated/events/TrackFriendSyncPerformed.java index 5d12ee839a..325e1c6237 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackFriendSyncPerformed.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackFriendSyncPerformed.java @@ -9,6 +9,7 @@ import d0.z.d.m; public final class TrackFriendSyncPerformed implements AnalyticsSchema, TrackBaseReceiver { private final transient String analyticsSchemaTypeName = "friend_sync_performed"; private final Long externalFriendListLength = null; + private final Boolean friendSyncEnabled = null; private final Boolean isBackgroundSync = null; private final Long numExternalFriendsAdded = null; private final Long numExternalFriendsRemoved = null; @@ -33,7 +34,7 @@ public final class TrackFriendSyncPerformed implements AnalyticsSchema, TrackBas return false; } TrackFriendSyncPerformed trackFriendSyncPerformed = (TrackFriendSyncPerformed) obj; - return m.areEqual(this.isBackgroundSync, trackFriendSyncPerformed.isBackgroundSync) && m.areEqual(this.platformType, trackFriendSyncPerformed.platformType) && m.areEqual(this.numExternalFriendsAdded, trackFriendSyncPerformed.numExternalFriendsAdded) && m.areEqual(this.numExternalFriendsRemoved, trackFriendSyncPerformed.numExternalFriendsRemoved) && m.areEqual(this.numSuggestionsMutual, trackFriendSyncPerformed.numSuggestionsMutual) && m.areEqual(this.numReverseSuggestionsMutual, trackFriendSyncPerformed.numReverseSuggestionsMutual) && m.areEqual(this.numSuggestionsNonmutual, trackFriendSyncPerformed.numSuggestionsNonmutual) && m.areEqual(this.numReverseSuggestionsNonmutual, trackFriendSyncPerformed.numReverseSuggestionsNonmutual) && m.areEqual(this.uploadedContactsLength, trackFriendSyncPerformed.uploadedContactsLength) && m.areEqual(this.externalFriendListLength, trackFriendSyncPerformed.externalFriendListLength); + return m.areEqual(this.isBackgroundSync, trackFriendSyncPerformed.isBackgroundSync) && m.areEqual(this.platformType, trackFriendSyncPerformed.platformType) && m.areEqual(this.numExternalFriendsAdded, trackFriendSyncPerformed.numExternalFriendsAdded) && m.areEqual(this.numExternalFriendsRemoved, trackFriendSyncPerformed.numExternalFriendsRemoved) && m.areEqual(this.numSuggestionsMutual, trackFriendSyncPerformed.numSuggestionsMutual) && m.areEqual(this.numReverseSuggestionsMutual, trackFriendSyncPerformed.numReverseSuggestionsMutual) && m.areEqual(this.numSuggestionsNonmutual, trackFriendSyncPerformed.numSuggestionsNonmutual) && m.areEqual(this.numReverseSuggestionsNonmutual, trackFriendSyncPerformed.numReverseSuggestionsNonmutual) && m.areEqual(this.uploadedContactsLength, trackFriendSyncPerformed.uploadedContactsLength) && m.areEqual(this.externalFriendListLength, trackFriendSyncPerformed.externalFriendListLength) && m.areEqual(this.friendSyncEnabled, trackFriendSyncPerformed.friendSyncEnabled); } public int hashCode() { @@ -57,10 +58,12 @@ public final class TrackFriendSyncPerformed implements AnalyticsSchema, TrackBas Long l7 = this.uploadedContactsLength; int hashCode9 = (hashCode8 + (l7 != null ? l7.hashCode() : 0)) * 31; Long l8 = this.externalFriendListLength; - if (l8 != null) { - i = l8.hashCode(); + int hashCode10 = (hashCode9 + (l8 != null ? l8.hashCode() : 0)) * 31; + Boolean bool2 = this.friendSyncEnabled; + if (bool2 != null) { + i = bool2.hashCode(); } - return hashCode9 + i; + return hashCode10 + i; } public String toString() { @@ -83,6 +86,8 @@ public final class TrackFriendSyncPerformed implements AnalyticsSchema, TrackBas P.append(", uploadedContactsLength="); P.append(this.uploadedContactsLength); P.append(", externalFriendListLength="); - return a.F(P, this.externalFriendListLength, ")"); + P.append(this.externalFriendListLength); + P.append(", friendSyncEnabled="); + return a.C(P, this.friendSyncEnabled, ")"); } } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackLoginSuccessful.java b/app/src/main/java/com/discord/analytics/generated/events/TrackLoginSuccessful.java index cff5923a25..9bd6525a34 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackLoginSuccessful.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackLoginSuccessful.java @@ -12,6 +12,7 @@ public final class TrackLoginSuccessful implements AnalyticsSchema, TrackBaseRec private final transient String analyticsSchemaTypeName = "login_successful"; private final Long fingerprint = null; private final Boolean isNewUser = null; + private final CharSequence loginMethod = null; private final CharSequence loginSource = null; private final CharSequence source = null; private TrackBase trackBase; @@ -30,7 +31,7 @@ public final class TrackLoginSuccessful implements AnalyticsSchema, TrackBaseRec return false; } TrackLoginSuccessful trackLoginSuccessful = (TrackLoginSuccessful) obj; - return m.areEqual(this.loginSource, trackLoginSuccessful.loginSource) && m.areEqual(this.source, trackLoginSuccessful.source) && m.areEqual(this.isNewUser, trackLoginSuccessful.isNewUser) && m.areEqual(this.fingerprint, trackLoginSuccessful.fingerprint); + return m.areEqual(this.loginSource, trackLoginSuccessful.loginSource) && m.areEqual(this.source, trackLoginSuccessful.source) && m.areEqual(this.isNewUser, trackLoginSuccessful.isNewUser) && m.areEqual(this.fingerprint, trackLoginSuccessful.fingerprint) && m.areEqual(this.loginMethod, trackLoginSuccessful.loginMethod); } public int hashCode() { @@ -42,10 +43,12 @@ public final class TrackLoginSuccessful implements AnalyticsSchema, TrackBaseRec Boolean bool = this.isNewUser; int hashCode3 = (hashCode2 + (bool != null ? bool.hashCode() : 0)) * 31; Long l = this.fingerprint; - if (l != null) { - i = l.hashCode(); + int hashCode4 = (hashCode3 + (l != null ? l.hashCode() : 0)) * 31; + CharSequence charSequence3 = this.loginMethod; + if (charSequence3 != null) { + i = charSequence3.hashCode(); } - return hashCode3 + i; + return hashCode4 + i; } public String toString() { @@ -56,6 +59,8 @@ public final class TrackLoginSuccessful implements AnalyticsSchema, TrackBaseRec P.append(", isNewUser="); P.append(this.isNewUser); P.append(", fingerprint="); - return a.F(P, this.fingerprint, ")"); + P.append(this.fingerprint); + P.append(", loginMethod="); + return a.D(P, this.loginMethod, ")"); } } diff --git a/app/src/main/java/com/discord/analytics/generated/events/impression/TrackImpressionDiscoverability.java b/app/src/main/java/com/discord/analytics/generated/events/impression/TrackImpressionDiscoverability.java new file mode 100644 index 0000000000..771a44536c --- /dev/null +++ b/app/src/main/java/com/discord/analytics/generated/events/impression/TrackImpressionDiscoverability.java @@ -0,0 +1,27 @@ +package com.discord.analytics.generated.events.impression; + +import com.discord.analytics.generated.traits.TrackBase; +import com.discord.analytics.generated.traits.TrackBaseReceiver; +import com.discord.analytics.generated.traits.TrackChannel; +import com.discord.analytics.generated.traits.TrackChannelReceiver; +import com.discord.analytics.generated.traits.TrackGuild; +import com.discord.analytics.generated.traits.TrackGuildReceiver; +import com.discord.analytics.generated.traits.TrackImpressionMetadata; +import com.discord.analytics.generated.traits.TrackImpressionMetadataReceiver; +import com.discord.analytics.generated.traits.TrackLocationMetadata; +import com.discord.analytics.generated.traits.TrackLocationMetadataReceiver; +import com.discord.api.science.AnalyticsSchema; +/* compiled from: TrackImpressionDiscoverability.kt */ +public final class TrackImpressionDiscoverability implements AnalyticsSchema, TrackBaseReceiver, TrackGuildReceiver, TrackChannelReceiver, TrackLocationMetadataReceiver, TrackImpressionMetadataReceiver { + private final transient String analyticsSchemaTypeName = "impression_discoverability"; + private TrackBase trackBase; + private TrackChannel trackChannel; + private TrackGuild trackGuild; + private TrackImpressionMetadata trackImpressionMetadata; + private TrackLocationMetadata trackLocationMetadata; + + @Override // com.discord.api.science.AnalyticsSchema + public String b() { + return this.analyticsSchemaTypeName; + } +} diff --git a/app/src/main/java/com/discord/analytics/generated/events/impression/TrackImpressionDiscoverabilityReceiver.java b/app/src/main/java/com/discord/analytics/generated/events/impression/TrackImpressionDiscoverabilityReceiver.java new file mode 100644 index 0000000000..85eea4c1e0 --- /dev/null +++ b/app/src/main/java/com/discord/analytics/generated/events/impression/TrackImpressionDiscoverabilityReceiver.java @@ -0,0 +1,6 @@ +package com.discord.analytics.generated.events.impression; + +import com.discord.api.science.AnalyticsSchema; +/* compiled from: TrackImpressionDiscoverability.kt */ +public interface TrackImpressionDiscoverabilityReceiver extends AnalyticsSchema { +} diff --git a/app/src/main/java/com/discord/analytics/generated/events/network_action/TrackNetworkActionHubWaitlistSignup.java b/app/src/main/java/com/discord/analytics/generated/events/network_action/TrackNetworkActionHubWaitlistSignup.java index 7ff24c52fa..d0c3a545b9 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/network_action/TrackNetworkActionHubWaitlistSignup.java +++ b/app/src/main/java/com/discord/analytics/generated/events/network_action/TrackNetworkActionHubWaitlistSignup.java @@ -11,22 +11,12 @@ import com.discord.api.science.AnalyticsSchema; import d0.z.d.m; /* compiled from: TrackNetworkActionHubWaitlistSignup.kt */ public final class TrackNetworkActionHubWaitlistSignup implements AnalyticsSchema, TrackBaseReceiver, TrackLocationMetadataReceiver, TrackNetworkMetadataReceiver { - private final transient String analyticsSchemaTypeName; - private final Boolean isEduEmail; + private final transient String analyticsSchemaTypeName = "network_action_hub_waitlist_signup"; + private final Boolean isEduEmail = null; private TrackBase trackBase; private TrackLocationMetadata trackLocationMetadata; private TrackNetworkMetadata trackNetworkMetadata; - public TrackNetworkActionHubWaitlistSignup() { - this.isEduEmail = null; - this.analyticsSchemaTypeName = "network_action_hub_waitlist_signup"; - } - - public TrackNetworkActionHubWaitlistSignup(Boolean bool) { - this.isEduEmail = bool; - this.analyticsSchemaTypeName = "network_action_hub_waitlist_signup"; - } - @Override // com.discord.analytics.generated.traits.TrackNetworkMetadataReceiver public void a(TrackNetworkMetadata trackNetworkMetadata) { this.trackNetworkMetadata = trackNetworkMetadata; diff --git a/app/src/main/java/com/discord/analytics/generated/events/network_action/TrackNetworkActionUserConnectionsUpdate.java b/app/src/main/java/com/discord/analytics/generated/events/network_action/TrackNetworkActionUserConnectionsUpdate.java index cec1a73208..7ed1a5628e 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/network_action/TrackNetworkActionUserConnectionsUpdate.java +++ b/app/src/main/java/com/discord/analytics/generated/events/network_action/TrackNetworkActionUserConnectionsUpdate.java @@ -11,13 +11,29 @@ import com.discord.api.science.AnalyticsSchema; import d0.z.d.m; /* compiled from: TrackNetworkActionUserConnectionsUpdate.kt */ public final class TrackNetworkActionUserConnectionsUpdate implements AnalyticsSchema, TrackBaseReceiver, TrackLocationMetadataReceiver, TrackNetworkMetadataReceiver { - private final transient String analyticsSchemaTypeName = "network_action_user_connections_update"; - private final Boolean friendSync = null; - private final CharSequence name = null; + private final transient String analyticsSchemaTypeName; + private final Boolean friendSync; + private final CharSequence name; private TrackBase trackBase; private TrackLocationMetadata trackLocationMetadata; private TrackNetworkMetadata trackNetworkMetadata; + public TrackNetworkActionUserConnectionsUpdate() { + this(null, null, 3); + } + + public TrackNetworkActionUserConnectionsUpdate(CharSequence charSequence, Boolean bool) { + this.name = charSequence; + this.friendSync = bool; + this.analyticsSchemaTypeName = "network_action_user_connections_update"; + } + + /* JADX INFO: this call moved to the top of the method (can break code semantics) */ + public /* synthetic */ TrackNetworkActionUserConnectionsUpdate(CharSequence charSequence, Boolean bool, int i) { + this((i & 1) != 0 ? null : charSequence, null); + int i2 = i & 2; + } + @Override // com.discord.analytics.generated.traits.TrackNetworkMetadataReceiver public void a(TrackNetworkMetadata trackNetworkMetadata) { this.trackNetworkMetadata = trackNetworkMetadata; diff --git a/app/src/main/java/com/discord/analytics/generated/events/network_action/TrackNetworkActionUserLogin.java b/app/src/main/java/com/discord/analytics/generated/events/network_action/TrackNetworkActionUserLogin.java index 1bd12e68ec..0d382cb76f 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/network_action/TrackNetworkActionUserLogin.java +++ b/app/src/main/java/com/discord/analytics/generated/events/network_action/TrackNetworkActionUserLogin.java @@ -11,12 +11,22 @@ import com.discord.api.science.AnalyticsSchema; import d0.z.d.m; /* compiled from: TrackNetworkActionUserLogin.kt */ public final class TrackNetworkActionUserLogin implements AnalyticsSchema, TrackBaseReceiver, TrackLocationMetadataReceiver, TrackNetworkMetadataReceiver { - private final transient String analyticsSchemaTypeName = "network_action_user_login"; - private final CharSequence inviteCode = null; + private final transient String analyticsSchemaTypeName; + private final CharSequence inviteCode; private TrackBase trackBase; private TrackLocationMetadata trackLocationMetadata; private TrackNetworkMetadata trackNetworkMetadata; + public TrackNetworkActionUserLogin() { + this.inviteCode = null; + this.analyticsSchemaTypeName = "network_action_user_login"; + } + + public TrackNetworkActionUserLogin(CharSequence charSequence) { + this.inviteCode = charSequence; + this.analyticsSchemaTypeName = "network_action_user_login"; + } + @Override // com.discord.analytics.generated.traits.TrackNetworkMetadataReceiver public void a(TrackNetworkMetadata trackNetworkMetadata) { this.trackNetworkMetadata = trackNetworkMetadata; diff --git a/app/src/main/java/com/discord/analytics/generated/events/network_action/TrackNetworkActionUserRegister.java b/app/src/main/java/com/discord/analytics/generated/events/network_action/TrackNetworkActionUserRegister.java index ab9bdc848c..ca3976224d 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/network_action/TrackNetworkActionUserRegister.java +++ b/app/src/main/java/com/discord/analytics/generated/events/network_action/TrackNetworkActionUserRegister.java @@ -11,14 +11,28 @@ import com.discord.api.science.AnalyticsSchema; import d0.z.d.m; /* compiled from: TrackNetworkActionUserRegister.kt */ public final class TrackNetworkActionUserRegister implements AnalyticsSchema, TrackBaseReceiver, TrackLocationMetadataReceiver, TrackNetworkMetadataReceiver { - private final transient String analyticsSchemaTypeName = "network_action_user_register"; - private final CharSequence inviteCode = null; - private final Boolean promotionalEmailOptIn = null; - private final Boolean promotionalEmailPreChecked = null; + private final transient String analyticsSchemaTypeName; + private final CharSequence inviteCode; + private final Boolean promotionalEmailOptIn; + private final Boolean promotionalEmailPreChecked; private TrackBase trackBase; private TrackLocationMetadata trackLocationMetadata; private TrackNetworkMetadata trackNetworkMetadata; + public TrackNetworkActionUserRegister() { + this.inviteCode = null; + this.promotionalEmailOptIn = null; + this.promotionalEmailPreChecked = null; + this.analyticsSchemaTypeName = "network_action_user_register"; + } + + public TrackNetworkActionUserRegister(CharSequence charSequence, Boolean bool, Boolean bool2) { + this.inviteCode = charSequence; + this.promotionalEmailOptIn = bool; + this.promotionalEmailPreChecked = bool2; + this.analyticsSchemaTypeName = "network_action_user_register"; + } + @Override // com.discord.analytics.generated.traits.TrackNetworkMetadataReceiver public void a(TrackNetworkMetadata trackNetworkMetadata) { this.trackNetworkMetadata = trackNetworkMetadata; diff --git a/app/src/main/java/com/discord/analytics/generated/events/network_action/TrackNetworkActionUserSurveyFetch.java b/app/src/main/java/com/discord/analytics/generated/events/network_action/TrackNetworkActionUserSurveyFetch.java index d6ce51396a..d3315f8245 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/network_action/TrackNetworkActionUserSurveyFetch.java +++ b/app/src/main/java/com/discord/analytics/generated/events/network_action/TrackNetworkActionUserSurveyFetch.java @@ -11,12 +11,22 @@ import com.discord.api.science.AnalyticsSchema; import d0.z.d.m; /* compiled from: TrackNetworkActionUserSurveyFetch.kt */ public final class TrackNetworkActionUserSurveyFetch implements AnalyticsSchema, TrackBaseReceiver, TrackLocationMetadataReceiver, TrackNetworkMetadataReceiver { - private final transient String analyticsSchemaTypeName = "network_action_user_survey_fetch"; - private final CharSequence key = null; + private final transient String analyticsSchemaTypeName; + private final CharSequence key; private TrackBase trackBase; private TrackLocationMetadata trackLocationMetadata; private TrackNetworkMetadata trackNetworkMetadata; + public TrackNetworkActionUserSurveyFetch() { + this.key = null; + this.analyticsSchemaTypeName = "network_action_user_survey_fetch"; + } + + public TrackNetworkActionUserSurveyFetch(CharSequence charSequence) { + this.key = charSequence; + this.analyticsSchemaTypeName = "network_action_user_survey_fetch"; + } + @Override // com.discord.analytics.generated.traits.TrackNetworkMetadataReceiver public void a(TrackNetworkMetadata trackNetworkMetadata) { this.trackNetworkMetadata = trackNetworkMetadata; diff --git a/app/src/main/java/com/discord/api/role/GuildRole.java b/app/src/main/java/com/discord/api/role/GuildRole.java index afcc7d0e89..84b22dda1d 100644 --- a/app/src/main/java/com/discord/api/role/GuildRole.java +++ b/app/src/main/java/com/discord/api/role/GuildRole.java @@ -17,6 +17,7 @@ public final class GuildRole implements Serializable { private final long permissions; private final int position; private final GuildRoleTags tags; + private final String unicodeEmoji; public final long a() { return this.f1591id; @@ -47,7 +48,7 @@ public final class GuildRole implements Serializable { return false; } GuildRole guildRole = (GuildRole) obj; - return this.position == guildRole.position && m.areEqual(this.name, guildRole.name) && this.f1591id == guildRole.f1591id && this.color == guildRole.color && this.hoist == guildRole.hoist && this.permissions == guildRole.permissions && this.mentionable == guildRole.mentionable && this.managed == guildRole.managed && m.areEqual(this.icon, guildRole.icon) && m.areEqual(this.tags, guildRole.tags); + return this.position == guildRole.position && m.areEqual(this.name, guildRole.name) && this.f1591id == guildRole.f1591id && this.color == guildRole.color && this.hoist == guildRole.hoist && this.permissions == guildRole.permissions && this.mentionable == guildRole.mentionable && this.managed == guildRole.managed && m.areEqual(this.icon, guildRole.icon) && m.areEqual(this.tags, guildRole.tags) && m.areEqual(this.unicodeEmoji, guildRole.unicodeEmoji); } public final boolean f() { @@ -100,16 +101,22 @@ public final class GuildRole implements Serializable { String str2 = this.icon; int hashCode2 = (i13 + (str2 != null ? str2.hashCode() : 0)) * 31; GuildRoleTags guildRoleTags = this.tags; - if (guildRoleTags != null) { - i2 = guildRoleTags.hashCode(); + int hashCode3 = (hashCode2 + (guildRoleTags != null ? guildRoleTags.hashCode() : 0)) * 31; + String str3 = this.unicodeEmoji; + if (str3 != null) { + i2 = str3.hashCode(); } - return hashCode2 + i2; + return hashCode3 + i2; } public final int i() { return this.position; } + public final String j() { + return this.unicodeEmoji; + } + @Override // java.lang.Object public String toString() { StringBuilder P = a.P("GuildRole(position="); @@ -132,7 +139,7 @@ public final class GuildRole implements Serializable { P.append(this.icon); P.append(", tags="); P.append(this.tags); - P.append(")"); - return P.toString(); + P.append(", unicodeEmoji="); + return a.H(P, this.unicodeEmoji, ")"); } } diff --git a/app/src/main/java/com/discord/databinding/GuildScheduledEventBottomButtonViewBinding.java b/app/src/main/java/com/discord/databinding/GuildScheduledEventBottomButtonViewBinding.java index add2d94b68..470300ffc3 100644 --- a/app/src/main/java/com/discord/databinding/GuildScheduledEventBottomButtonViewBinding.java +++ b/app/src/main/java/com/discord/databinding/GuildScheduledEventBottomButtonViewBinding.java @@ -18,21 +18,24 @@ public final class GuildScheduledEventBottomButtonViewBinding implements ViewBin @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1632c; + public final ImageView f1632c; @NonNull - public final ImageView d; + public final TextView d; @NonNull public final ImageView e; @NonNull - public final TextView f; + public final ImageView f; + @NonNull + public final TextView g; - public GuildScheduledEventBottomButtonViewBinding(@NonNull ConstraintLayout constraintLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull ImageView imageView2, @NonNull ImageView imageView3, @NonNull TextView textView2) { + public GuildScheduledEventBottomButtonViewBinding(@NonNull ConstraintLayout constraintLayout, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull TextView textView, @NonNull ImageView imageView3, @NonNull ImageView imageView4, @NonNull TextView textView2) { this.a = constraintLayout; this.b = imageView; - this.f1632c = textView; - this.d = imageView2; + this.f1632c = imageView2; + this.d = textView; this.e = imageView3; - this.f = textView2; + this.f = imageView4; + this.g = textView2; } @NonNull @@ -41,22 +44,26 @@ public final class GuildScheduledEventBottomButtonViewBinding implements ViewBin if (z2) { viewGroup.addView(inflate); } - int i = R.id.interested_button; - ImageView imageView = (ImageView) inflate.findViewById(R.id.interested_button); + int i = R.id.extra_button; + ImageView imageView = (ImageView) inflate.findViewById(R.id.extra_button); if (imageView != null) { - i = R.id.interested_button_text; - TextView textView = (TextView) inflate.findViewById(R.id.interested_button_text); - if (textView != null) { - i = R.id.share_button; - ImageView imageView2 = (ImageView) inflate.findViewById(R.id.share_button); - if (imageView2 != null) { - i = R.id.start_event_button; - ImageView imageView3 = (ImageView) inflate.findViewById(R.id.start_event_button); + i = R.id.interested_button; + ImageView imageView2 = (ImageView) inflate.findViewById(R.id.interested_button); + if (imageView2 != null) { + i = R.id.interested_button_text; + TextView textView = (TextView) inflate.findViewById(R.id.interested_button_text); + if (textView != null) { + i = R.id.share_button; + ImageView imageView3 = (ImageView) inflate.findViewById(R.id.share_button); if (imageView3 != null) { - i = R.id.start_event_button_text; - TextView textView2 = (TextView) inflate.findViewById(R.id.start_event_button_text); - if (textView2 != null) { - return new GuildScheduledEventBottomButtonViewBinding((ConstraintLayout) inflate, imageView, textView, imageView2, imageView3, textView2); + i = R.id.start_event_button; + ImageView imageView4 = (ImageView) inflate.findViewById(R.id.start_event_button); + if (imageView4 != null) { + i = R.id.start_event_button_text; + TextView textView2 = (TextView) inflate.findViewById(R.id.start_event_button_text); + if (textView2 != null) { + return new GuildScheduledEventBottomButtonViewBinding((ConstraintLayout) inflate, imageView, imageView2, textView, imageView3, imageView4, textView2); + } } } } diff --git a/app/src/main/java/com/discord/databinding/WidgetGuildScheduledEventDetailsExtrasBottomSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetGuildScheduledEventDetailsExtrasBottomSheetBinding.java new file mode 100644 index 0000000000..a8cb95e6e3 --- /dev/null +++ b/app/src/main/java/com/discord/databinding/WidgetGuildScheduledEventDetailsExtrasBottomSheetBinding.java @@ -0,0 +1,41 @@ +package com.discord.databinding; + +import android.view.View; +import android.widget.TextView; +import androidx.annotation.NonNull; +import androidx.core.widget.NestedScrollView; +import androidx.viewbinding.ViewBinding; +public final class WidgetGuildScheduledEventDetailsExtrasBottomSheetBinding implements ViewBinding { + @NonNull + public final NestedScrollView a; + @NonNull + public final TextView b; + @NonNull + + /* renamed from: c reason: collision with root package name */ + public final TextView f1872c; + @NonNull + public final TextView d; + @NonNull + public final TextView e; + @NonNull + public final TextView f; + @NonNull + public final TextView g; + + public WidgetGuildScheduledEventDetailsExtrasBottomSheetBinding(@NonNull NestedScrollView nestedScrollView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull TextView textView6) { + this.a = nestedScrollView; + this.b = textView; + this.f1872c = textView2; + this.d = textView3; + this.e = textView4; + this.f = textView5; + this.g = textView6; + } + + @Override // androidx.viewbinding.ViewBinding + @NonNull + public View getRoot() { + return this.a; + } +} diff --git a/app/src/main/java/com/discord/databinding/WidgetGuildScheduledEventListBottomSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetGuildScheduledEventListBottomSheetBinding.java index f36e71f5d0..beb1e61a4f 100644 --- a/app/src/main/java/com/discord/databinding/WidgetGuildScheduledEventListBottomSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetGuildScheduledEventListBottomSheetBinding.java @@ -15,7 +15,7 @@ public final class WidgetGuildScheduledEventListBottomSheetBinding implements Vi @NonNull /* renamed from: c reason: collision with root package name */ - public final ConstraintLayout f1872c; + public final ConstraintLayout f1873c; @NonNull public final RecyclerView d; @NonNull @@ -24,7 +24,7 @@ public final class WidgetGuildScheduledEventListBottomSheetBinding implements Vi public WidgetGuildScheduledEventListBottomSheetBinding(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull ConstraintLayout constraintLayout2, @NonNull ImageView imageView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull RecyclerView recyclerView, @NonNull ConstraintLayout constraintLayout3, @NonNull TextView textView4) { this.a = constraintLayout; this.b = textView; - this.f1872c = constraintLayout2; + this.f1873c = constraintLayout2; this.d = recyclerView; this.e = textView4; } diff --git a/app/src/main/java/com/discord/databinding/WidgetGuildScheduledEventLocationSelectBinding.java b/app/src/main/java/com/discord/databinding/WidgetGuildScheduledEventLocationSelectBinding.java index 497451e2e0..e546856793 100644 --- a/app/src/main/java/com/discord/databinding/WidgetGuildScheduledEventLocationSelectBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetGuildScheduledEventLocationSelectBinding.java @@ -21,7 +21,7 @@ public final class WidgetGuildScheduledEventLocationSelectBinding implements Vie @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputLayout f1873c; + public final TextInputLayout f1874c; @NonNull public final ImageView d; @NonNull @@ -48,7 +48,7 @@ public final class WidgetGuildScheduledEventLocationSelectBinding implements Vie public WidgetGuildScheduledEventLocationSelectBinding(@NonNull ConstraintLayout constraintLayout, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout, @NonNull ImageView imageView, @NonNull View view, @NonNull TextInputEditText textInputEditText2, @NonNull TextInputLayout textInputLayout2, @NonNull CheckedSetting checkedSetting, @NonNull NestedScrollView nestedScrollView, @NonNull TextView textView, @NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull CheckedSetting checkedSetting2, @NonNull TextView textView2, @NonNull ScreenTitleView screenTitleView, @NonNull ConstraintLayout constraintLayout2, @NonNull View view2, @NonNull CheckedSetting checkedSetting3) { this.a = constraintLayout; this.b = textInputEditText; - this.f1873c = textInputLayout; + this.f1874c = textInputLayout; this.d = imageView; this.e = view; this.f = textInputEditText2; diff --git a/app/src/main/java/com/discord/databinding/WidgetGuildScheduledEventSettingsBinding.java b/app/src/main/java/com/discord/databinding/WidgetGuildScheduledEventSettingsBinding.java index 7cdf5053fe..79b0e91e55 100644 --- a/app/src/main/java/com/discord/databinding/WidgetGuildScheduledEventSettingsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetGuildScheduledEventSettingsBinding.java @@ -19,7 +19,7 @@ public final class WidgetGuildScheduledEventSettingsBinding implements ViewBindi @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1874c; + public final TextView f1875c; @NonNull public final TextInputEditText d; @NonNull @@ -46,7 +46,7 @@ public final class WidgetGuildScheduledEventSettingsBinding implements ViewBindi public WidgetGuildScheduledEventSettingsBinding(@NonNull ConstraintLayout constraintLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout, @NonNull TextView textView2, @NonNull TextInputEditText textInputEditText2, @NonNull TextInputLayout textInputLayout2, @NonNull TextView textView3, @NonNull TextInputEditText textInputEditText3, @NonNull TextInputLayout textInputLayout3, @NonNull MaterialButton materialButton, @NonNull NestedScrollView nestedScrollView, @NonNull TextView textView4, @NonNull TextInputEditText textInputEditText4, @NonNull TextInputLayout textInputLayout4, @NonNull TextView textView5, @NonNull TextInputEditText textInputEditText5, @NonNull TextInputLayout textInputLayout5, @NonNull TextView textView6, @NonNull ScreenTitleView screenTitleView, @NonNull ConstraintLayout constraintLayout2, @NonNull TextView textView7, @NonNull TextInputEditText textInputEditText6, @NonNull TextInputLayout textInputLayout6) { this.a = constraintLayout; this.b = imageView; - this.f1874c = textView; + this.f1875c = textView; this.d = textInputEditText; this.e = textInputLayout; this.f = textView2; diff --git a/app/src/main/java/com/discord/databinding/WidgetGuildSelectorItemBinding.java b/app/src/main/java/com/discord/databinding/WidgetGuildSelectorItemBinding.java index 9e5f9d9681..2d38e1ccbc 100644 --- a/app/src/main/java/com/discord/databinding/WidgetGuildSelectorItemBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetGuildSelectorItemBinding.java @@ -15,7 +15,7 @@ public final class WidgetGuildSelectorItemBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final SimpleDraweeView f1875c; + public final SimpleDraweeView f1876c; @NonNull public final TextView d; @NonNull @@ -24,7 +24,7 @@ public final class WidgetGuildSelectorItemBinding implements ViewBinding { public WidgetGuildSelectorItemBinding(@NonNull LinearLayout linearLayout, @NonNull FrameLayout frameLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2) { this.a = linearLayout; this.b = frameLayout; - this.f1875c = simpleDraweeView; + this.f1876c = simpleDraweeView; this.d = textView; this.e = textView2; } diff --git a/app/src/main/java/com/discord/databinding/WidgetGuildStickerSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetGuildStickerSheetBinding.java index 4fa9b4473d..ce919a3634 100644 --- a/app/src/main/java/com/discord/databinding/WidgetGuildStickerSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetGuildStickerSheetBinding.java @@ -18,7 +18,7 @@ public final class WidgetGuildStickerSheetBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1876c; + public final TextView f1877c; @NonNull public final AppViewFlipper d; @NonNull @@ -45,7 +45,7 @@ public final class WidgetGuildStickerSheetBinding implements ViewBinding { public WidgetGuildStickerSheetBinding(@NonNull AppViewFlipper appViewFlipper, @NonNull View view, @NonNull FrameLayout frameLayout, @NonNull TextView textView, @NonNull AppViewFlipper appViewFlipper2, @NonNull LinearLayout linearLayout, @NonNull TextView textView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView3, @NonNull FrameLayout frameLayout2, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull StickerView stickerView, @NonNull TextView textView6) { this.a = appViewFlipper; this.b = frameLayout; - this.f1876c = textView; + this.f1877c = textView; this.d = appViewFlipper2; this.e = linearLayout; this.f = simpleDraweeView; diff --git a/app/src/main/java/com/discord/databinding/WidgetGuildTransferOwnershipBinding.java b/app/src/main/java/com/discord/databinding/WidgetGuildTransferOwnershipBinding.java index 958d5d2eee..39fa7db02f 100644 --- a/app/src/main/java/com/discord/databinding/WidgetGuildTransferOwnershipBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetGuildTransferOwnershipBinding.java @@ -15,7 +15,7 @@ public final class WidgetGuildTransferOwnershipBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f1877c; + public final MaterialButton f1878c; @NonNull public final MaterialButton d; @NonNull @@ -26,7 +26,7 @@ public final class WidgetGuildTransferOwnershipBinding implements ViewBinding { public WidgetGuildTransferOwnershipBinding(@NonNull LinearLayout linearLayout, @NonNull CheckedSetting checkedSetting, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextInputLayout textInputLayout, @NonNull LinearLayout linearLayout2) { this.a = linearLayout; this.b = checkedSetting; - this.f1877c = materialButton; + this.f1878c = materialButton; this.d = materialButton2; this.e = textInputLayout; this.f = linearLayout2; diff --git a/app/src/main/java/com/discord/databinding/WidgetGuildWelcomeChannelBinding.java b/app/src/main/java/com/discord/databinding/WidgetGuildWelcomeChannelBinding.java index 3559003a00..a6fc4f8ebd 100644 --- a/app/src/main/java/com/discord/databinding/WidgetGuildWelcomeChannelBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetGuildWelcomeChannelBinding.java @@ -16,7 +16,7 @@ public final class WidgetGuildWelcomeChannelBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1878c; + public final TextView f1879c; @NonNull public final SimpleDraweeView d; @NonNull @@ -27,7 +27,7 @@ public final class WidgetGuildWelcomeChannelBinding implements ViewBinding { public WidgetGuildWelcomeChannelBinding(@NonNull CardView cardView, @NonNull CardView cardView2, @NonNull TextView textView, @NonNull ConstraintLayout constraintLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull ImageView imageView, @NonNull ConstraintLayout constraintLayout2, @NonNull TextView textView2, @NonNull ConstraintLayout constraintLayout3, @NonNull TextView textView3) { this.a = cardView; this.b = cardView2; - this.f1878c = textView; + this.f1879c = textView; this.d = simpleDraweeView; this.e = textView2; this.f = textView3; diff --git a/app/src/main/java/com/discord/databinding/WidgetGuildWelcomeSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetGuildWelcomeSheetBinding.java index 1f7a8740cd..0990612dfa 100644 --- a/app/src/main/java/com/discord/databinding/WidgetGuildWelcomeSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetGuildWelcomeSheetBinding.java @@ -17,7 +17,7 @@ public final class WidgetGuildWelcomeSheetBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1879c; + public final TextView f1880c; @NonNull public final AppViewFlipper d; @NonNull @@ -30,7 +30,7 @@ public final class WidgetGuildWelcomeSheetBinding implements ViewBinding { public WidgetGuildWelcomeSheetBinding(@NonNull NestedScrollView nestedScrollView, @NonNull RecyclerView recyclerView, @NonNull TextView textView, @NonNull AppViewFlipper appViewFlipper, @NonNull SimpleDraweeView simpleDraweeView, @NonNull CardView cardView, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = nestedScrollView; this.b = recyclerView; - this.f1879c = textView; + this.f1880c = textView; this.d = appViewFlipper; this.e = simpleDraweeView; this.f = textView2; diff --git a/app/src/main/java/com/discord/databinding/WidgetGuildsListBinding.java b/app/src/main/java/com/discord/databinding/WidgetGuildsListBinding.java index d01bd70b72..cc2267d9dd 100644 --- a/app/src/main/java/com/discord/databinding/WidgetGuildsListBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetGuildsListBinding.java @@ -14,12 +14,12 @@ public final class WidgetGuildsListBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ViewStub f1880c; + public final ViewStub f1881c; public WidgetGuildsListBinding(@NonNull RelativeLayout relativeLayout, @NonNull RecyclerView recyclerView, @NonNull ViewStub viewStub) { this.a = relativeLayout; this.b = recyclerView; - this.f1880c = viewStub; + this.f1881c = viewStub; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetGuildsListItemDmBinding.java b/app/src/main/java/com/discord/databinding/WidgetGuildsListItemDmBinding.java index 316d68652f..8d64fbb4a5 100644 --- a/app/src/main/java/com/discord/databinding/WidgetGuildsListItemDmBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetGuildsListItemDmBinding.java @@ -14,12 +14,12 @@ public final class WidgetGuildsListItemDmBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1881c; + public final TextView f1882c; public WidgetGuildsListItemDmBinding(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { this.a = view; this.b = simpleDraweeView; - this.f1881c = textView; + this.f1882c = textView; } @NonNull diff --git a/app/src/main/java/com/discord/databinding/WidgetGuildsListItemFolderBinding.java b/app/src/main/java/com/discord/databinding/WidgetGuildsListItemFolderBinding.java index 81bfb0c110..464b023f46 100644 --- a/app/src/main/java/com/discord/databinding/WidgetGuildsListItemFolderBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetGuildsListItemFolderBinding.java @@ -16,7 +16,7 @@ public final class WidgetGuildsListItemFolderBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final FrameLayout f1882c; + public final FrameLayout f1883c; @NonNull public final View d; @NonNull @@ -31,7 +31,7 @@ public final class WidgetGuildsListItemFolderBinding implements ViewBinding { public WidgetGuildsListItemFolderBinding(@NonNull RelativeLayout relativeLayout, @NonNull ServerFolderView serverFolderView, @NonNull FrameLayout frameLayout, @NonNull View view, @NonNull TextView textView, @NonNull View view2, @NonNull ImageView imageView, @NonNull ImageView imageView2) { this.a = relativeLayout; this.b = serverFolderView; - this.f1882c = frameLayout; + this.f1883c = frameLayout; this.d = view; this.e = textView; this.f = view2; diff --git a/app/src/main/java/com/discord/databinding/WidgetGuildsListItemGuildBinding.java b/app/src/main/java/com/discord/databinding/WidgetGuildsListItemGuildBinding.java index 35dfb09216..78a55f8663 100644 --- a/app/src/main/java/com/discord/databinding/WidgetGuildsListItemGuildBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetGuildsListItemGuildBinding.java @@ -16,7 +16,7 @@ public final class WidgetGuildsListItemGuildBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f1883c; + public final ImageView f1884c; @NonNull public final SimpleDraweeView d; @NonNull @@ -31,7 +31,7 @@ public final class WidgetGuildsListItemGuildBinding implements ViewBinding { public WidgetGuildsListItemGuildBinding(@NonNull View view, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull FrameLayout frameLayout, @NonNull TextView textView2, @NonNull ImageView imageView3) { this.a = view; this.b = imageView; - this.f1883c = imageView2; + this.f1884c = imageView2; this.d = simpleDraweeView; this.e = textView; this.f = frameLayout; diff --git a/app/src/main/java/com/discord/databinding/WidgetGuildsListItemGuildVerticalBinding.java b/app/src/main/java/com/discord/databinding/WidgetGuildsListItemGuildVerticalBinding.java index c263fce40b..7e9dec22d6 100644 --- a/app/src/main/java/com/discord/databinding/WidgetGuildsListItemGuildVerticalBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetGuildsListItemGuildVerticalBinding.java @@ -13,12 +13,12 @@ public final class WidgetGuildsListItemGuildVerticalBinding implements ViewBindi @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f1884c; + public final ImageView f1885c; public WidgetGuildsListItemGuildVerticalBinding(@NonNull RelativeLayout relativeLayout, @NonNull ImageView imageView, @NonNull ImageView imageView2) { this.a = relativeLayout; this.b = imageView; - this.f1884c = imageView2; + this.f1885c = imageView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetGuildsListItemProfileBinding.java b/app/src/main/java/com/discord/databinding/WidgetGuildsListItemProfileBinding.java index f312171c36..3fbff0270f 100644 --- a/app/src/main/java/com/discord/databinding/WidgetGuildsListItemProfileBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetGuildsListItemProfileBinding.java @@ -14,14 +14,14 @@ public final class WidgetGuildsListItemProfileBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final FrameLayout f1885c; + public final FrameLayout f1886c; @NonNull public final ImageView d; public WidgetGuildsListItemProfileBinding(@NonNull RelativeLayout relativeLayout, @NonNull ImageView imageView, @NonNull FrameLayout frameLayout, @NonNull ImageView imageView2) { this.a = relativeLayout; this.b = imageView; - this.f1885c = frameLayout; + this.f1886c = frameLayout; this.d = imageView2; } diff --git a/app/src/main/java/com/discord/databinding/WidgetHomeBinding.java b/app/src/main/java/com/discord/databinding/WidgetHomeBinding.java index 67ac015db4..277a8aa760 100644 --- a/app/src/main/java/com/discord/databinding/WidgetHomeBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetHomeBinding.java @@ -18,7 +18,7 @@ public final class WidgetHomeBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final HomePanelsLayout f1886c; + public final HomePanelsLayout f1887c; @NonNull public final e5 d; @NonNull @@ -33,7 +33,7 @@ public final class WidgetHomeBinding implements ViewBinding { public WidgetHomeBinding(@NonNull FrameLayout frameLayout, @NonNull i5 i5Var, @NonNull HomePanelsLayout homePanelsLayout, @NonNull e5 e5Var, @NonNull h5 h5Var, @NonNull j5 j5Var, @NonNull ImageView imageView, @NonNull FrameLayout frameLayout2) { this.a = frameLayout; this.b = i5Var; - this.f1886c = homePanelsLayout; + this.f1887c = homePanelsLayout; this.d = e5Var; this.e = h5Var; this.f = j5Var; diff --git a/app/src/main/java/com/discord/databinding/WidgetHomePanelCenterNsfwBinding.java b/app/src/main/java/com/discord/databinding/WidgetHomePanelCenterNsfwBinding.java index e150b4a06a..da7e5af1fa 100644 --- a/app/src/main/java/com/discord/databinding/WidgetHomePanelCenterNsfwBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetHomePanelCenterNsfwBinding.java @@ -16,7 +16,7 @@ public final class WidgetHomePanelCenterNsfwBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f1887c; + public final MaterialButton f1888c; @NonNull public final MaterialButton d; @NonNull @@ -27,7 +27,7 @@ public final class WidgetHomePanelCenterNsfwBinding implements ViewBinding { public WidgetHomePanelCenterNsfwBinding(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull ImageView imageView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView) { this.a = linearLayout; this.b = imageView; - this.f1887c = materialButton; + this.f1888c = materialButton; this.d = materialButton2; this.e = linkifiedTextView; this.f = textView; diff --git a/app/src/main/java/com/discord/databinding/WidgetHubAddNameBinding.java b/app/src/main/java/com/discord/databinding/WidgetHubAddNameBinding.java index eb3e2e1335..c5c1815b71 100644 --- a/app/src/main/java/com/discord/databinding/WidgetHubAddNameBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetHubAddNameBinding.java @@ -17,7 +17,7 @@ public final class WidgetHubAddNameBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputEditText f1888c; + public final TextInputEditText f1889c; @NonNull public final TextInputLayout d; @NonNull @@ -28,7 +28,7 @@ public final class WidgetHubAddNameBinding implements ViewBinding { public WidgetHubAddNameBinding(@NonNull LinearLayout linearLayout, @NonNull GuildView guildView, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout, @NonNull TextView textView, @NonNull LoadingButton loadingButton) { this.a = linearLayout; this.b = guildView; - this.f1888c = textInputEditText; + this.f1889c = textInputEditText; this.d = textInputLayout; this.e = textView; this.f = loadingButton; diff --git a/app/src/main/java/com/discord/databinding/WidgetHubAddServerBinding.java b/app/src/main/java/com/discord/databinding/WidgetHubAddServerBinding.java index 06e9c67372..382818292a 100644 --- a/app/src/main/java/com/discord/databinding/WidgetHubAddServerBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetHubAddServerBinding.java @@ -17,7 +17,7 @@ public final class WidgetHubAddServerBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ScreenTitleView f1889c; + public final ScreenTitleView f1890c; @NonNull public final RecyclerView d; @NonNull @@ -30,7 +30,7 @@ public final class WidgetHubAddServerBinding implements ViewBinding { public WidgetHubAddServerBinding(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull ScreenTitleView screenTitleView, @NonNull RecyclerView recyclerView, @NonNull SegmentedControlContainer segmentedControlContainer, @NonNull CardSegment cardSegment, @NonNull CardSegment cardSegment2) { this.a = linearLayout; this.b = materialButton; - this.f1889c = screenTitleView; + this.f1890c = screenTitleView; this.d = recyclerView; this.e = segmentedControlContainer; this.f = cardSegment; diff --git a/app/src/main/java/com/discord/databinding/WidgetHubAuthenticationBinding.java b/app/src/main/java/com/discord/databinding/WidgetHubAuthenticationBinding.java index 8264558023..bcf94b2681 100644 --- a/app/src/main/java/com/discord/databinding/WidgetHubAuthenticationBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetHubAuthenticationBinding.java @@ -15,12 +15,12 @@ public final class WidgetHubAuthenticationBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final CodeVerificationView f1890c; + public final CodeVerificationView f1891c; public WidgetHubAuthenticationBinding(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView2, @NonNull CodeVerificationView codeVerificationView) { this.a = linearLayout; this.b = linkifiedTextView; - this.f1890c = codeVerificationView; + this.f1891c = codeVerificationView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetHubDescriptionBinding.java b/app/src/main/java/com/discord/databinding/WidgetHubDescriptionBinding.java index 8e1316e649..2a63fee899 100644 --- a/app/src/main/java/com/discord/databinding/WidgetHubDescriptionBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetHubDescriptionBinding.java @@ -17,7 +17,7 @@ public final class WidgetHubDescriptionBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1891c; + public final TextView f1892c; @NonNull public final TextView d; @NonNull @@ -32,7 +32,7 @@ public final class WidgetHubDescriptionBinding implements ViewBinding { public WidgetHubDescriptionBinding(@NonNull LinearLayout linearLayout, @NonNull LoadingButton loadingButton, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout2, @NonNull TextView textView3, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout, @NonNull ScreenTitleView screenTitleView) { this.a = linearLayout; this.b = loadingButton; - this.f1891c = textView; + this.f1892c = textView; this.d = textView2; this.e = linearLayout2; this.f = textInputEditText; diff --git a/app/src/main/java/com/discord/databinding/WidgetHubDomainSearchBinding.java b/app/src/main/java/com/discord/databinding/WidgetHubDomainSearchBinding.java index b92d59a814..4117856764 100644 --- a/app/src/main/java/com/discord/databinding/WidgetHubDomainSearchBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetHubDomainSearchBinding.java @@ -21,7 +21,7 @@ public final class WidgetHubDomainSearchBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LinearLayout f1892c; + public final LinearLayout f1893c; @NonNull public final TextView d; @NonNull @@ -36,7 +36,7 @@ public final class WidgetHubDomainSearchBinding implements ViewBinding { public WidgetHubDomainSearchBinding(@NonNull ConstraintLayout constraintLayout, @NonNull AppBarLayout appBarLayout, @NonNull Barrier barrier, @NonNull LinkifiedTextView linkifiedTextView, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull RecyclerView recyclerView, @NonNull FloatingActionButton floatingActionButton, @NonNull TextInputLayout textInputLayout, @NonNull TextInputEditText textInputEditText) { this.a = constraintLayout; this.b = linkifiedTextView; - this.f1892c = linearLayout; + this.f1893c = linearLayout; this.d = textView; this.e = recyclerView; this.f = floatingActionButton; diff --git a/app/src/main/java/com/discord/databinding/WidgetHubDomainsBinding.java b/app/src/main/java/com/discord/databinding/WidgetHubDomainsBinding.java index 281ef0b430..611022cc5c 100644 --- a/app/src/main/java/com/discord/databinding/WidgetHubDomainsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetHubDomainsBinding.java @@ -15,12 +15,12 @@ public final class WidgetHubDomainsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f1893c; + public final MaterialButton f1894c; public WidgetHubDomainsBinding(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull RecyclerView recyclerView, @NonNull MaterialButton materialButton) { this.a = linearLayout; this.b = recyclerView; - this.f1893c = materialButton; + this.f1894c = materialButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetHubEmailFlowBinding.java b/app/src/main/java/com/discord/databinding/WidgetHubEmailFlowBinding.java index 3b6f6497f7..fb7fa9377f 100644 --- a/app/src/main/java/com/discord/databinding/WidgetHubEmailFlowBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetHubEmailFlowBinding.java @@ -17,7 +17,7 @@ public final class WidgetHubEmailFlowBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final a5 f1894c; + public final a5 f1895c; @NonNull public final MaterialButton d; @NonNull @@ -28,7 +28,7 @@ public final class WidgetHubEmailFlowBinding implements ViewBinding { public WidgetHubEmailFlowBinding(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull k5 k5Var, @NonNull a5 a5Var, @NonNull MaterialButton materialButton, @NonNull LoadingButton loadingButton, @NonNull l5 l5Var) { this.a = linearLayout; this.b = k5Var; - this.f1894c = a5Var; + this.f1895c = a5Var; this.d = materialButton; this.e = loadingButton; this.f = l5Var; diff --git a/app/src/main/java/com/discord/databinding/WidgetHubWaitlistBinding.java b/app/src/main/java/com/discord/databinding/WidgetHubWaitlistBinding.java index 4a6db984ac..7d7e2b3ca8 100644 --- a/app/src/main/java/com/discord/databinding/WidgetHubWaitlistBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetHubWaitlistBinding.java @@ -16,14 +16,14 @@ public final class WidgetHubWaitlistBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputEditText f1895c; + public final TextInputEditText f1896c; @NonNull public final TextInputLayout d; public WidgetHubWaitlistBinding(@NonNull LinearLayout linearLayout, @NonNull LoadingButton loadingButton, @NonNull TextInputEditText textInputEditText, @NonNull ScreenTitleView screenTitleView, @NonNull TextInputLayout textInputLayout) { this.a = linearLayout; this.b = loadingButton; - this.f1895c = textInputEditText; + this.f1896c = textInputEditText; this.d = textInputLayout; } diff --git a/app/src/main/java/com/discord/databinding/WidgetIncomingShareBinding.java b/app/src/main/java/com/discord/databinding/WidgetIncomingShareBinding.java index f3672a7b9e..ccad4a5d00 100644 --- a/app/src/main/java/com/discord/databinding/WidgetIncomingShareBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetIncomingShareBinding.java @@ -21,7 +21,7 @@ public final class WidgetIncomingShareBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ViewEmbedGameInvite f1896c; + public final ViewEmbedGameInvite f1897c; @NonNull public final TextInputLayout d; @NonNull @@ -46,7 +46,7 @@ public final class WidgetIncomingShareBinding implements ViewBinding { public WidgetIncomingShareBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull DimmerView dimmerView, @NonNull ViewEmbedGameInvite viewEmbedGameInvite, @NonNull TextInputLayout textInputLayout, @NonNull RecyclerView recyclerView, @NonNull CardView cardView, @NonNull TextInputLayout textInputLayout2, @NonNull RecyclerView recyclerView2, @NonNull ImageView imageView, @NonNull AppViewFlipper appViewFlipper, @NonNull NestedScrollView nestedScrollView, @NonNull AppViewFlipper appViewFlipper2, @NonNull ViewGlobalSearchItem viewGlobalSearchItem, @NonNull ImageView imageView2) { this.a = coordinatorLayout; this.b = dimmerView; - this.f1896c = viewEmbedGameInvite; + this.f1897c = viewEmbedGameInvite; this.d = textInputLayout; this.e = recyclerView; this.f = cardView; diff --git a/app/src/main/java/com/discord/databinding/WidgetIssueDetailsFormBinding.java b/app/src/main/java/com/discord/databinding/WidgetIssueDetailsFormBinding.java index dcc5a97e71..9a6c49bab1 100644 --- a/app/src/main/java/com/discord/databinding/WidgetIssueDetailsFormBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetIssueDetailsFormBinding.java @@ -15,14 +15,14 @@ public final class WidgetIssueDetailsFormBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputLayout f1897c; + public final TextInputLayout f1898c; @NonNull public final MaterialButton d; public WidgetIssueDetailsFormBinding(@NonNull NestedScrollView nestedScrollView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextInputLayout textInputLayout, @NonNull MaterialButton materialButton) { this.a = nestedScrollView; this.b = linkifiedTextView; - this.f1897c = textInputLayout; + this.f1898c = textInputLayout; this.d = materialButton; } diff --git a/app/src/main/java/com/discord/databinding/WidgetKickUserBinding.java b/app/src/main/java/com/discord/databinding/WidgetKickUserBinding.java index 6b88e786dd..0d25468461 100644 --- a/app/src/main/java/com/discord/databinding/WidgetKickUserBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetKickUserBinding.java @@ -15,7 +15,7 @@ public final class WidgetKickUserBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f1898c; + public final MaterialButton f1899c; @NonNull public final MaterialButton d; @NonNull @@ -26,7 +26,7 @@ public final class WidgetKickUserBinding implements ViewBinding { public WidgetKickUserBinding(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextInputLayout textInputLayout, @NonNull TextView textView2) { this.a = linearLayout; this.b = textView; - this.f1898c = materialButton; + this.f1899c = materialButton; this.d = materialButton2; this.e = textInputLayout; this.f = textView2; diff --git a/app/src/main/java/com/discord/databinding/WidgetManageReactionsBinding.java b/app/src/main/java/com/discord/databinding/WidgetManageReactionsBinding.java index 18aaf788df..c559820ae2 100644 --- a/app/src/main/java/com/discord/databinding/WidgetManageReactionsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetManageReactionsBinding.java @@ -13,12 +13,12 @@ public final class WidgetManageReactionsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RecyclerView f1899c; + public final RecyclerView f1900c; public WidgetManageReactionsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull RecyclerView recyclerView, @NonNull RecyclerView recyclerView2) { this.a = coordinatorLayout; this.b = recyclerView; - this.f1899c = recyclerView2; + this.f1900c = recyclerView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetManageReactionsEmojiBinding.java b/app/src/main/java/com/discord/databinding/WidgetManageReactionsEmojiBinding.java index 10b3c63683..4f09ede63b 100644 --- a/app/src/main/java/com/discord/databinding/WidgetManageReactionsEmojiBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetManageReactionsEmojiBinding.java @@ -15,14 +15,14 @@ public final class WidgetManageReactionsEmojiBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final SimpleDraweeSpanTextView f1900c; + public final SimpleDraweeSpanTextView f1901c; @NonNull public final View d; public WidgetManageReactionsEmojiBinding(@NonNull RelativeLayout relativeLayout, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView, @NonNull View view) { this.a = relativeLayout; this.b = textView; - this.f1900c = simpleDraweeSpanTextView; + this.f1901c = simpleDraweeSpanTextView; this.d = view; } diff --git a/app/src/main/java/com/discord/databinding/WidgetManageReactionsResultUserBinding.java b/app/src/main/java/com/discord/databinding/WidgetManageReactionsResultUserBinding.java index 49c9833579..3128f2f8ae 100644 --- a/app/src/main/java/com/discord/databinding/WidgetManageReactionsResultUserBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetManageReactionsResultUserBinding.java @@ -15,14 +15,14 @@ public final class WidgetManageReactionsResultUserBinding implements ViewBinding @NonNull /* renamed from: c reason: collision with root package name */ - public final SimpleDraweeView f1901c; + public final SimpleDraweeView f1902c; @NonNull public final TextView d; public WidgetManageReactionsResultUserBinding(@NonNull RelativeLayout relativeLayout, @NonNull ImageView imageView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { this.a = relativeLayout; this.b = imageView; - this.f1901c = simpleDraweeView; + this.f1902c = simpleDraweeView; this.d = textView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetMediaBinding.java b/app/src/main/java/com/discord/databinding/WidgetMediaBinding.java index be446dce4a..445927700f 100644 --- a/app/src/main/java/com/discord/databinding/WidgetMediaBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetMediaBinding.java @@ -17,7 +17,7 @@ public final class WidgetMediaBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final FrameLayout f1902c; + public final FrameLayout f1903c; @NonNull public final ZoomableDraweeView d; @NonNull @@ -30,7 +30,7 @@ public final class WidgetMediaBinding implements ViewBinding { public WidgetMediaBinding(@NonNull FrameLayout frameLayout, @NonNull AppBarLayout appBarLayout, @NonNull FrameLayout frameLayout2, @NonNull ZoomableDraweeView zoomableDraweeView, @NonNull ProgressBar progressBar, @NonNull PlayerControlView playerControlView, @NonNull PlayerView playerView) { this.a = frameLayout; this.b = appBarLayout; - this.f1902c = frameLayout2; + this.f1903c = frameLayout2; this.d = zoomableDraweeView; this.e = progressBar; this.f = playerControlView; diff --git a/app/src/main/java/com/discord/databinding/WidgetMemberVerificationBinding.java b/app/src/main/java/com/discord/databinding/WidgetMemberVerificationBinding.java index 171234ad43..6a13444c83 100644 --- a/app/src/main/java/com/discord/databinding/WidgetMemberVerificationBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetMemberVerificationBinding.java @@ -21,7 +21,7 @@ public final class WidgetMemberVerificationBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final SimpleDraweeView f1903c; + public final SimpleDraweeView f1904c; @NonNull public final MemberVerificationView d; @NonNull @@ -36,7 +36,7 @@ public final class WidgetMemberVerificationBinding implements ViewBinding { public WidgetMemberVerificationBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull CustomAppBarLayout customAppBarLayout, @NonNull CollapsingToolbarLayout collapsingToolbarLayout, @NonNull DimmerView dimmerView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull MemberVerificationView memberVerificationView, @NonNull MemberVerificationAvatarView memberVerificationAvatarView, @NonNull LoadingButton loadingButton, @NonNull RecyclerView recyclerView, @NonNull NestedScrollView nestedScrollView) { this.a = coordinatorLayout; this.b = dimmerView; - this.f1903c = simpleDraweeView; + this.f1904c = simpleDraweeView; this.d = memberVerificationView; this.e = memberVerificationAvatarView; this.f = loadingButton; diff --git a/app/src/main/java/com/discord/databinding/WidgetMemberVerificationPendingDialogBinding.java b/app/src/main/java/com/discord/databinding/WidgetMemberVerificationPendingDialogBinding.java index bd4d298533..6d762f70ef 100644 --- a/app/src/main/java/com/discord/databinding/WidgetMemberVerificationPendingDialogBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetMemberVerificationPendingDialogBinding.java @@ -15,7 +15,7 @@ public final class WidgetMemberVerificationPendingDialogBinding implements ViewB @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f1904c; + public final MaterialButton f1905c; @NonNull public final MaterialButton d; @NonNull @@ -28,7 +28,7 @@ public final class WidgetMemberVerificationPendingDialogBinding implements ViewB public WidgetMemberVerificationPendingDialogBinding(@NonNull RelativeLayout relativeLayout, @NonNull ImageView imageView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = relativeLayout; this.b = imageView; - this.f1904c = materialButton; + this.f1905c = materialButton; this.d = materialButton2; this.e = textView; this.f = textView2; diff --git a/app/src/main/java/com/discord/databinding/WidgetMemberVerificationRuleItemBinding.java b/app/src/main/java/com/discord/databinding/WidgetMemberVerificationRuleItemBinding.java index 320d1108b1..c65d67b8a6 100644 --- a/app/src/main/java/com/discord/databinding/WidgetMemberVerificationRuleItemBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetMemberVerificationRuleItemBinding.java @@ -15,7 +15,7 @@ public final class WidgetMemberVerificationRuleItemBinding implements ViewBindin @NonNull /* renamed from: c reason: collision with root package name */ - public final View f1905c; + public final View f1906c; @NonNull public final TextView d; @NonNull @@ -24,7 +24,7 @@ public final class WidgetMemberVerificationRuleItemBinding implements ViewBindin public WidgetMemberVerificationRuleItemBinding(@NonNull RoundedRelativeLayout roundedRelativeLayout, @NonNull LinearLayout linearLayout, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView, @NonNull View view, @NonNull TextView textView, @NonNull RoundedRelativeLayout roundedRelativeLayout2) { this.a = roundedRelativeLayout; this.b = simpleDraweeSpanTextView; - this.f1905c = view; + this.f1906c = view; this.d = textView; this.e = roundedRelativeLayout2; } diff --git a/app/src/main/java/com/discord/databinding/WidgetMemberVerificationSuccessBinding.java b/app/src/main/java/com/discord/databinding/WidgetMemberVerificationSuccessBinding.java index b3b81ac4ae..060e8289e3 100644 --- a/app/src/main/java/com/discord/databinding/WidgetMemberVerificationSuccessBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetMemberVerificationSuccessBinding.java @@ -15,12 +15,12 @@ public final class WidgetMemberVerificationSuccessBinding implements ViewBinding @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1906c; + public final TextView f1907c; public WidgetMemberVerificationSuccessBinding(@NonNull RelativeLayout relativeLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull CardView cardView) { this.a = relativeLayout; this.b = materialButton; - this.f1906c = textView; + this.f1907c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetMobileReportsBinding.java b/app/src/main/java/com/discord/databinding/WidgetMobileReportsBinding.java index 9f6cf47342..48f6993078 100644 --- a/app/src/main/java/com/discord/databinding/WidgetMobileReportsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetMobileReportsBinding.java @@ -14,12 +14,12 @@ public final class WidgetMobileReportsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ProgressBar f1907c; + public final ProgressBar f1908c; public WidgetMobileReportsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull FrameLayout frameLayout, @NonNull ProgressBar progressBar) { this.a = coordinatorLayout; this.b = frameLayout; - this.f1907c = progressBar; + this.f1908c = progressBar; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetModeratorStartStageBinding.java b/app/src/main/java/com/discord/databinding/WidgetModeratorStartStageBinding.java index 29d8303baf..3cb2c96080 100644 --- a/app/src/main/java/com/discord/databinding/WidgetModeratorStartStageBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetModeratorStartStageBinding.java @@ -17,14 +17,14 @@ public final class WidgetModeratorStartStageBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RecyclerView f1908c; + public final RecyclerView f1909c; @NonNull public final CallEventsButtonView d; public WidgetModeratorStartStageBinding(@NonNull ConstraintLayout constraintLayout, @NonNull Toolbar toolbar, @NonNull AppBarLayout appBarLayout, @NonNull Button button, @NonNull RecyclerView recyclerView, @NonNull CallEventsButtonView callEventsButtonView) { this.a = constraintLayout; this.b = button; - this.f1908c = recyclerView; + this.f1909c = recyclerView; this.d = callEventsButtonView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetMuteSettingsSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetMuteSettingsSheetBinding.java index 31bee15e23..37fb9b245f 100644 --- a/app/src/main/java/com/discord/databinding/WidgetMuteSettingsSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetMuteSettingsSheetBinding.java @@ -15,7 +15,7 @@ public final class WidgetMuteSettingsSheetBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LinearLayout f1909c; + public final LinearLayout f1910c; @NonNull public final LinearLayout d; @NonNull @@ -48,7 +48,7 @@ public final class WidgetMuteSettingsSheetBinding implements ViewBinding { public WidgetMuteSettingsSheetBinding(@NonNull NestedScrollView nestedScrollView, @NonNull TextView textView, @NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull FrameLayout frameLayout, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull TextView textView6, @NonNull TextView textView7, @NonNull TextView textView8, @NonNull TextView textView9, @NonNull TextView textView10, @NonNull LinearLayout linearLayout3, @NonNull TextView textView11, @NonNull TextView textView12) { this.a = nestedScrollView; this.b = textView; - this.f1909c = linearLayout; + this.f1910c = linearLayout; this.d = linearLayout2; this.e = frameLayout; this.f = textView2; diff --git a/app/src/main/java/com/discord/databinding/WidgetNavigationHelpBinding.java b/app/src/main/java/com/discord/databinding/WidgetNavigationHelpBinding.java index bb38a503f9..7e94dd6ee0 100644 --- a/app/src/main/java/com/discord/databinding/WidgetNavigationHelpBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetNavigationHelpBinding.java @@ -15,14 +15,14 @@ public final class WidgetNavigationHelpBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TabLayout f1910c; + public final TabLayout f1911c; @NonNull public final ViewPager2 d; public WidgetNavigationHelpBinding(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TabLayout tabLayout, @NonNull ViewPager2 viewPager2) { this.a = linearLayout; this.b = imageView; - this.f1910c = tabLayout; + this.f1911c = tabLayout; this.d = viewPager2; } diff --git a/app/src/main/java/com/discord/databinding/WidgetNoticeDialogBinding.java b/app/src/main/java/com/discord/databinding/WidgetNoticeDialogBinding.java index 318a9304e8..0cfe7b9fac 100644 --- a/app/src/main/java/com/discord/databinding/WidgetNoticeDialogBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetNoticeDialogBinding.java @@ -15,7 +15,7 @@ public final class WidgetNoticeDialogBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LinkifiedTextView f1911c; + public final LinkifiedTextView f1912c; @NonNull public final MaterialButton d; @NonNull @@ -28,7 +28,7 @@ public final class WidgetNoticeDialogBinding implements ViewBinding { public WidgetNoticeDialogBinding(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull LinkifiedTextView linkifiedTextView, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull LinearLayout linearLayout3, @NonNull MaterialButton materialButton2) { this.a = linearLayout; this.b = linearLayout2; - this.f1911c = linkifiedTextView; + this.f1912c = linkifiedTextView; this.d = materialButton; this.e = textView; this.f = linearLayout3; diff --git a/app/src/main/java/com/discord/databinding/WidgetNoticeNuxOverlayBinding.java b/app/src/main/java/com/discord/databinding/WidgetNoticeNuxOverlayBinding.java index 45d2e19782..431b178cc7 100644 --- a/app/src/main/java/com/discord/databinding/WidgetNoticeNuxOverlayBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetNoticeNuxOverlayBinding.java @@ -13,12 +13,12 @@ public final class WidgetNoticeNuxOverlayBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f1912c; + public final MaterialButton f1913c; public WidgetNoticeNuxOverlayBinding(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2) { this.a = linearLayout; this.b = materialButton; - this.f1912c = materialButton2; + this.f1913c = materialButton2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetNoticeNuxSamsungLinkBinding.java b/app/src/main/java/com/discord/databinding/WidgetNoticeNuxSamsungLinkBinding.java index 60953302ea..6b83d70844 100644 --- a/app/src/main/java/com/discord/databinding/WidgetNoticeNuxSamsungLinkBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetNoticeNuxSamsungLinkBinding.java @@ -13,12 +13,12 @@ public final class WidgetNoticeNuxSamsungLinkBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f1913c; + public final MaterialButton f1914c; public WidgetNoticeNuxSamsungLinkBinding(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2) { this.a = linearLayout; this.b = materialButton; - this.f1913c = materialButton2; + this.f1914c = materialButton2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetNoticePopupBinding.java b/app/src/main/java/com/discord/databinding/WidgetNoticePopupBinding.java index ccab7a0256..9bf9b15bed 100644 --- a/app/src/main/java/com/discord/databinding/WidgetNoticePopupBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetNoticePopupBinding.java @@ -17,7 +17,7 @@ public final class WidgetNoticePopupBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final SimpleDraweeSpanTextView f1914c; + public final SimpleDraweeSpanTextView f1915c; @NonNull public final ImageView d; @NonNull @@ -32,7 +32,7 @@ public final class WidgetNoticePopupBinding implements ViewBinding { public WidgetNoticePopupBinding(@NonNull RelativeLayout relativeLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView, @NonNull ImageView imageView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull StickerView stickerView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull RelativeLayout relativeLayout2) { this.a = relativeLayout; this.b = simpleDraweeView; - this.f1914c = simpleDraweeSpanTextView; + this.f1915c = simpleDraweeSpanTextView; this.d = imageView; this.e = simpleDraweeView2; this.f = stickerView; diff --git a/app/src/main/java/com/discord/databinding/WidgetNuxChannelPromptBinding.java b/app/src/main/java/com/discord/databinding/WidgetNuxChannelPromptBinding.java index fb809ddebc..00ae157b99 100644 --- a/app/src/main/java/com/discord/databinding/WidgetNuxChannelPromptBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetNuxChannelPromptBinding.java @@ -17,7 +17,7 @@ public final class WidgetNuxChannelPromptBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final SimpleDraweeView f1915c; + public final SimpleDraweeView f1916c; @NonNull public final TextView d; @NonNull @@ -30,7 +30,7 @@ public final class WidgetNuxChannelPromptBinding implements ViewBinding { public WidgetNuxChannelPromptBinding(@NonNull RelativeLayout relativeLayout, @NonNull LoadingButton loadingButton, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextInputLayout textInputLayout, @NonNull Toolbar toolbar) { this.a = relativeLayout; this.b = loadingButton; - this.f1915c = simpleDraweeView; + this.f1916c = simpleDraweeView; this.d = textView; this.e = textView2; this.f = textView3; diff --git a/app/src/main/java/com/discord/databinding/WidgetNuxGuildTemplateBinding.java b/app/src/main/java/com/discord/databinding/WidgetNuxGuildTemplateBinding.java index d1df4855cd..1c76de001f 100644 --- a/app/src/main/java/com/discord/databinding/WidgetNuxGuildTemplateBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetNuxGuildTemplateBinding.java @@ -15,7 +15,7 @@ public final class WidgetNuxGuildTemplateBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LinearLayout f1916c; + public final LinearLayout f1917c; @NonNull public final TextView d; @NonNull @@ -26,7 +26,7 @@ public final class WidgetNuxGuildTemplateBinding implements ViewBinding { public WidgetNuxGuildTemplateBinding(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull RecyclerView recyclerView) { this.a = linearLayout; this.b = materialButton; - this.f1916c = linearLayout2; + this.f1917c = linearLayout2; this.d = textView; this.e = textView2; this.f = recyclerView; diff --git a/app/src/main/java/com/discord/databinding/WidgetOauthAuthorizeBinding.java b/app/src/main/java/com/discord/databinding/WidgetOauthAuthorizeBinding.java index dae571ff6e..aeb4da56fb 100644 --- a/app/src/main/java/com/discord/databinding/WidgetOauthAuthorizeBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetOauthAuthorizeBinding.java @@ -19,7 +19,7 @@ public final class WidgetOauthAuthorizeBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final SimpleDraweeView f1917c; + public final SimpleDraweeView f1918c; @NonNull public final TextView d; @NonNull @@ -50,7 +50,7 @@ public final class WidgetOauthAuthorizeBinding implements ViewBinding { public WidgetOauthAuthorizeBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView2, @NonNull MaterialCardView materialCardView, @NonNull TextView textView3, @NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull LinearLayout linearLayout2, @NonNull MaterialButton materialButton3, @NonNull ImageView imageView2, @NonNull LinearLayout linearLayout3, @NonNull TextView textView4, @NonNull RecyclerView recyclerView, @NonNull TextView textView5, @NonNull ImageView imageView3, @NonNull MaterialButton materialButton4, @NonNull MaterialButton materialButton5, @NonNull SimpleDraweeView simpleDraweeView2) { this.a = coordinatorLayout; this.b = textView; - this.f1917c = simpleDraweeView; + this.f1918c = simpleDraweeView; this.d = textView2; this.e = linearLayout; this.f = materialButton; diff --git a/app/src/main/java/com/discord/databinding/WidgetOutboundPromoTermsBinding.java b/app/src/main/java/com/discord/databinding/WidgetOutboundPromoTermsBinding.java index af9e7c37e8..66574f8a25 100644 --- a/app/src/main/java/com/discord/databinding/WidgetOutboundPromoTermsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetOutboundPromoTermsBinding.java @@ -14,12 +14,12 @@ public final class WidgetOutboundPromoTermsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LinkifiedTextView f1918c; + public final LinkifiedTextView f1919c; public WidgetOutboundPromoTermsBinding(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView) { this.a = linearLayout; this.b = textView; - this.f1918c = linkifiedTextView; + this.f1919c = linkifiedTextView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetPaymentSourceEditDialogBinding.java b/app/src/main/java/com/discord/databinding/WidgetPaymentSourceEditDialogBinding.java index 8e0708eedb..98d9c150d3 100644 --- a/app/src/main/java/com/discord/databinding/WidgetPaymentSourceEditDialogBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetPaymentSourceEditDialogBinding.java @@ -19,7 +19,7 @@ public final class WidgetPaymentSourceEditDialogBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f1919c; + public final MaterialButton f1920c; @NonNull public final LoadingButton d; @NonNull @@ -48,7 +48,7 @@ public final class WidgetPaymentSourceEditDialogBinding implements ViewBinding { public WidgetPaymentSourceEditDialogBinding(@NonNull LinearLayout linearLayout, @NonNull Toolbar toolbar, @NonNull MaterialButton materialButton, @NonNull LoadingButton loadingButton, @NonNull TextInputLayout textInputLayout, @NonNull TextInputLayout textInputLayout2, @NonNull TextInputLayout textInputLayout3, @NonNull TextInputLayout textInputLayout4, @NonNull CheckBox checkBox, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextInputLayout textInputLayout5, @NonNull TextInputLayout textInputLayout6, @NonNull TextInputLayout textInputLayout7, @NonNull PaymentSourceView paymentSourceView) { this.a = linearLayout; this.b = toolbar; - this.f1919c = materialButton; + this.f1920c = materialButton; this.d = loadingButton; this.e = textInputLayout; this.f = textInputLayout2; diff --git a/app/src/main/java/com/discord/databinding/WidgetPhoneCountryCodeBottomSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetPhoneCountryCodeBottomSheetBinding.java index 969c3512a4..5dbb04e209 100644 --- a/app/src/main/java/com/discord/databinding/WidgetPhoneCountryCodeBottomSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetPhoneCountryCodeBottomSheetBinding.java @@ -14,12 +14,12 @@ public final class WidgetPhoneCountryCodeBottomSheetBinding implements ViewBindi @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputLayout f1920c; + public final TextInputLayout f1921c; public WidgetPhoneCountryCodeBottomSheetBinding(@NonNull LinearLayout linearLayout, @NonNull RecyclerView recyclerView, @NonNull TextInputLayout textInputLayout) { this.a = linearLayout; this.b = recyclerView; - this.f1920c = textInputLayout; + this.f1921c = textInputLayout; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetPhoneCountryCodeListItemBinding.java b/app/src/main/java/com/discord/databinding/WidgetPhoneCountryCodeListItemBinding.java index 86cfbbea05..873251d67d 100644 --- a/app/src/main/java/com/discord/databinding/WidgetPhoneCountryCodeListItemBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetPhoneCountryCodeListItemBinding.java @@ -13,14 +13,14 @@ public final class WidgetPhoneCountryCodeListItemBinding implements ViewBinding @NonNull /* renamed from: c reason: collision with root package name */ - public final ConstraintLayout f1921c; + public final ConstraintLayout f1922c; @NonNull public final TextView d; public WidgetPhoneCountryCodeListItemBinding(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull ConstraintLayout constraintLayout2, @NonNull TextView textView2) { this.a = constraintLayout; this.b = textView; - this.f1921c = constraintLayout2; + this.f1922c = constraintLayout2; this.d = textView2; } diff --git a/app/src/main/java/com/discord/databinding/WidgetPremiumGuildTransferBinding.java b/app/src/main/java/com/discord/databinding/WidgetPremiumGuildTransferBinding.java index ec9e22c642..ab0ee3b271 100644 --- a/app/src/main/java/com/discord/databinding/WidgetPremiumGuildTransferBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetPremiumGuildTransferBinding.java @@ -16,7 +16,7 @@ public final class WidgetPremiumGuildTransferBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1922c; + public final TextView f1923c; @NonNull public final TextView d; @NonNull @@ -33,7 +33,7 @@ public final class WidgetPremiumGuildTransferBinding implements ViewBinding { public WidgetPremiumGuildTransferBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull DimmerView dimmerView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull PremiumGuildConfirmationView premiumGuildConfirmationView, @NonNull TextView textView3, @NonNull MaterialButton materialButton, @NonNull PremiumGuildConfirmationView premiumGuildConfirmationView2, @NonNull TextView textView4) { this.a = coordinatorLayout; this.b = dimmerView; - this.f1922c = textView; + this.f1923c = textView; this.d = textView2; this.e = premiumGuildConfirmationView; this.f = textView3; diff --git a/app/src/main/java/com/discord/databinding/WidgetPreviewGuildScheduledEventBinding.java b/app/src/main/java/com/discord/databinding/WidgetPreviewGuildScheduledEventBinding.java index fd46738d0e..719dab5e07 100644 --- a/app/src/main/java/com/discord/databinding/WidgetPreviewGuildScheduledEventBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetPreviewGuildScheduledEventBinding.java @@ -17,7 +17,7 @@ public final class WidgetPreviewGuildScheduledEventBinding implements ViewBindin @NonNull /* renamed from: c reason: collision with root package name */ - public final CheckedSetting f1923c; + public final CheckedSetting f1924c; @NonNull public final GuildScheduledEventItemView d; @NonNull @@ -34,7 +34,7 @@ public final class WidgetPreviewGuildScheduledEventBinding implements ViewBindin public WidgetPreviewGuildScheduledEventBinding(@NonNull ConstraintLayout constraintLayout, @NonNull ImageView imageView, @NonNull CheckedSetting checkedSetting, @NonNull GuildScheduledEventItemView guildScheduledEventItemView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull ConstraintLayout constraintLayout2, @NonNull MaterialButton materialButton) { this.a = constraintLayout; this.b = imageView; - this.f1923c = checkedSetting; + this.f1924c = checkedSetting; this.d = guildScheduledEventItemView; this.e = textView; this.f = textView2; diff --git a/app/src/main/java/com/discord/databinding/WidgetPriceTierPickerBottomSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetPriceTierPickerBottomSheetBinding.java index dbd9ea1c29..9b329cc77e 100644 --- a/app/src/main/java/com/discord/databinding/WidgetPriceTierPickerBottomSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetPriceTierPickerBottomSheetBinding.java @@ -16,12 +16,12 @@ public final class WidgetPriceTierPickerBottomSheetBinding implements ViewBindin @NonNull /* renamed from: c reason: collision with root package name */ - public final RecyclerView f1924c; + public final RecyclerView f1925c; public WidgetPriceTierPickerBottomSheetBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull AppBarLayout appBarLayout, @NonNull AppViewFlipper appViewFlipper, @NonNull RecyclerView recyclerView, @NonNull Toolbar toolbar) { this.a = coordinatorLayout; this.b = appViewFlipper; - this.f1924c = recyclerView; + this.f1925c = recyclerView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetPruneUsersBinding.java b/app/src/main/java/com/discord/databinding/WidgetPruneUsersBinding.java index e17f0a8b69..688bcc911a 100644 --- a/app/src/main/java/com/discord/databinding/WidgetPruneUsersBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetPruneUsersBinding.java @@ -16,7 +16,7 @@ public final class WidgetPruneUsersBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1925c; + public final TextView f1926c; @NonNull public final MaterialButton d; @NonNull @@ -31,7 +31,7 @@ public final class WidgetPruneUsersBinding implements ViewBinding { public WidgetPruneUsersBinding(@NonNull ScrollView scrollView, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull MaterialButton materialButton2, @NonNull TextView textView2, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull ProgressBar progressBar) { this.a = scrollView; this.b = materialButton; - this.f1925c = textView; + this.f1926c = textView; this.d = materialButton2; this.e = textView2; this.f = checkedSetting; diff --git a/app/src/main/java/com/discord/databinding/WidgetQrScannerBinding.java b/app/src/main/java/com/discord/databinding/WidgetQrScannerBinding.java index e15a7906d4..218ff39577 100644 --- a/app/src/main/java/com/discord/databinding/WidgetQrScannerBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetQrScannerBinding.java @@ -14,12 +14,12 @@ public final class WidgetQrScannerBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final Chip f1926c; + public final Chip f1927c; public WidgetQrScannerBinding(@NonNull FrameLayout frameLayout, @NonNull ZXingScannerView zXingScannerView, @NonNull Chip chip) { this.a = frameLayout; this.b = zXingScannerView; - this.f1926c = chip; + this.f1927c = chip; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetQuickMentionsDialogBinding.java b/app/src/main/java/com/discord/databinding/WidgetQuickMentionsDialogBinding.java index 74c7952f0f..1265c05cdf 100644 --- a/app/src/main/java/com/discord/databinding/WidgetQuickMentionsDialogBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetQuickMentionsDialogBinding.java @@ -14,12 +14,12 @@ public final class WidgetQuickMentionsDialogBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TabLayout f1927c; + public final TabLayout f1928c; public WidgetQuickMentionsDialogBinding(@NonNull ConstraintLayout constraintLayout, @NonNull ViewPager2 viewPager2, @NonNull TabLayout tabLayout) { this.a = constraintLayout; this.b = viewPager2; - this.f1927c = tabLayout; + this.f1928c = tabLayout; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetRemoteAuthBinding.java b/app/src/main/java/com/discord/databinding/WidgetRemoteAuthBinding.java index 40648666f3..6fe907da1d 100644 --- a/app/src/main/java/com/discord/databinding/WidgetRemoteAuthBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetRemoteAuthBinding.java @@ -16,7 +16,7 @@ public final class WidgetRemoteAuthBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final r5 f1928c; + public final r5 f1929c; @NonNull public final s5 d; @NonNull @@ -25,7 +25,7 @@ public final class WidgetRemoteAuthBinding implements ViewBinding { public WidgetRemoteAuthBinding(@NonNull RelativeLayout relativeLayout, @NonNull t5 t5Var, @NonNull r5 r5Var, @NonNull s5 s5Var, @NonNull AppViewFlipper appViewFlipper) { this.a = relativeLayout; this.b = t5Var; - this.f1928c = r5Var; + this.f1929c = r5Var; this.d = s5Var; this.e = appViewFlipper; } diff --git a/app/src/main/java/com/discord/databinding/WidgetScreenShareNfxSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetScreenShareNfxSheetBinding.java index e667fb0378..456d2fae0b 100644 --- a/app/src/main/java/com/discord/databinding/WidgetScreenShareNfxSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetScreenShareNfxSheetBinding.java @@ -14,12 +14,12 @@ public final class WidgetScreenShareNfxSheetBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f1929c; + public final MaterialButton f1930c; public WidgetScreenShareNfxSheetBinding(@NonNull NestedScrollView nestedScrollView, @NonNull TextView textView, @NonNull MaterialButton materialButton) { this.a = nestedScrollView; this.b = textView; - this.f1929c = materialButton; + this.f1930c = materialButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetSearchBinding.java b/app/src/main/java/com/discord/databinding/WidgetSearchBinding.java index bfaf1b4cbe..e8215b0c07 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSearchBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSearchBinding.java @@ -15,7 +15,7 @@ public final class WidgetSearchBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputLayout f1930c; + public final TextInputLayout f1931c; @NonNull public final FragmentContainerView d; @NonNull @@ -24,7 +24,7 @@ public final class WidgetSearchBinding implements ViewBinding { public WidgetSearchBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull FloatingActionButton floatingActionButton, @NonNull TextInputLayout textInputLayout, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2) { this.a = coordinatorLayout; this.b = floatingActionButton; - this.f1930c = textInputLayout; + this.f1931c = textInputLayout; this.d = fragmentContainerView; this.e = fragmentContainerView2; } diff --git a/app/src/main/java/com/discord/databinding/WidgetSearchSuggestionsItemChannelBinding.java b/app/src/main/java/com/discord/databinding/WidgetSearchSuggestionsItemChannelBinding.java index c716c8335e..a454247d23 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSearchSuggestionsItemChannelBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSearchSuggestionsItemChannelBinding.java @@ -14,12 +14,12 @@ public final class WidgetSearchSuggestionsItemChannelBinding implements ViewBind @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1931c; + public final TextView f1932c; public WidgetSearchSuggestionsItemChannelBinding(@NonNull RelativeLayout relativeLayout, @NonNull RelativeLayout relativeLayout2, @NonNull ImageView imageView, @NonNull TextView textView) { this.a = relativeLayout; this.b = relativeLayout2; - this.f1931c = textView; + this.f1932c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetSearchSuggestionsItemHasBinding.java b/app/src/main/java/com/discord/databinding/WidgetSearchSuggestionsItemHasBinding.java index 3336f81664..783be2f37e 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSearchSuggestionsItemHasBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSearchSuggestionsItemHasBinding.java @@ -14,14 +14,14 @@ public final class WidgetSearchSuggestionsItemHasBinding implements ViewBinding @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f1932c; + public final ImageView f1933c; @NonNull public final TextView d; public WidgetSearchSuggestionsItemHasBinding(@NonNull RelativeLayout relativeLayout, @NonNull RelativeLayout relativeLayout2, @NonNull ImageView imageView, @NonNull TextView textView) { this.a = relativeLayout; this.b = relativeLayout2; - this.f1932c = imageView; + this.f1933c = imageView; this.d = textView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetSearchSuggestionsItemRecentQueryBinding.java b/app/src/main/java/com/discord/databinding/WidgetSearchSuggestionsItemRecentQueryBinding.java index 9406718ee6..b6e85de56a 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSearchSuggestionsItemRecentQueryBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSearchSuggestionsItemRecentQueryBinding.java @@ -14,12 +14,12 @@ public final class WidgetSearchSuggestionsItemRecentQueryBinding implements View @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1933c; + public final TextView f1934c; public WidgetSearchSuggestionsItemRecentQueryBinding(@NonNull RelativeLayout relativeLayout, @NonNull RelativeLayout relativeLayout2, @NonNull ImageView imageView, @NonNull TextView textView) { this.a = relativeLayout; this.b = relativeLayout2; - this.f1933c = textView; + this.f1934c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetSearchSuggestionsItemSuggestionBinding.java b/app/src/main/java/com/discord/databinding/WidgetSearchSuggestionsItemSuggestionBinding.java index 816f033c90..453552f816 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSearchSuggestionsItemSuggestionBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSearchSuggestionsItemSuggestionBinding.java @@ -14,7 +14,7 @@ public final class WidgetSearchSuggestionsItemSuggestionBinding implements ViewB @NonNull /* renamed from: c reason: collision with root package name */ - public final RelativeLayout f1934c; + public final RelativeLayout f1935c; @NonNull public final TextView d; @NonNull @@ -23,7 +23,7 @@ public final class WidgetSearchSuggestionsItemSuggestionBinding implements ViewB public WidgetSearchSuggestionsItemSuggestionBinding(@NonNull RelativeLayout relativeLayout, @NonNull TextView textView, @NonNull RelativeLayout relativeLayout2, @NonNull TextView textView2, @NonNull ImageView imageView) { this.a = relativeLayout; this.b = textView; - this.f1934c = relativeLayout2; + this.f1935c = relativeLayout2; this.d = textView2; this.e = imageView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetSelectComponentBottomSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetSelectComponentBottomSheetBinding.java index 0a745f290a..1772bf5c8d 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSelectComponentBottomSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSelectComponentBottomSheetBinding.java @@ -14,7 +14,7 @@ public final class WidgetSelectComponentBottomSheetBinding implements ViewBindin @NonNull /* renamed from: c reason: collision with root package name */ - public final MaxHeightRecyclerView f1935c; + public final MaxHeightRecyclerView f1936c; @NonNull public final TextView d; @NonNull @@ -23,7 +23,7 @@ public final class WidgetSelectComponentBottomSheetBinding implements ViewBindin public WidgetSelectComponentBottomSheetBinding(@NonNull ConstraintLayout constraintLayout, @NonNull ConstraintLayout constraintLayout2, @NonNull TextView textView, @NonNull MaxHeightRecyclerView maxHeightRecyclerView, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = constraintLayout; this.b = textView; - this.f1935c = maxHeightRecyclerView; + this.f1936c = maxHeightRecyclerView; this.d = textView2; this.e = textView3; } diff --git a/app/src/main/java/com/discord/databinding/WidgetSelectComponentBottomSheetItemBinding.java b/app/src/main/java/com/discord/databinding/WidgetSelectComponentBottomSheetItemBinding.java index 6e0cb48311..cd58fcc0cf 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSelectComponentBottomSheetItemBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSelectComponentBottomSheetItemBinding.java @@ -15,7 +15,7 @@ public final class WidgetSelectComponentBottomSheetItemBinding implements ViewBi @NonNull /* renamed from: c reason: collision with root package name */ - public final View f1936c; + public final View f1937c; @NonNull public final View d; @NonNull @@ -28,7 +28,7 @@ public final class WidgetSelectComponentBottomSheetItemBinding implements ViewBi public WidgetSelectComponentBottomSheetItemBinding(@NonNull ConstraintLayout constraintLayout, @NonNull MaterialTextView materialTextView, @NonNull View view, @NonNull View view2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull MaterialCheckBox materialCheckBox, @NonNull MaterialTextView materialTextView2) { this.a = constraintLayout; this.b = materialTextView; - this.f1936c = view; + this.f1937c = view; this.d = view2; this.e = simpleDraweeView; this.f = materialCheckBox; diff --git a/app/src/main/java/com/discord/databinding/WidgetServerBoostConfirmationBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerBoostConfirmationBinding.java index 2ebd836221..ac6fccecdc 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerBoostConfirmationBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerBoostConfirmationBinding.java @@ -17,7 +17,7 @@ public final class WidgetServerBoostConfirmationBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1937c; + public final TextView f1938c; @NonNull public final TextView d; @NonNull @@ -28,7 +28,7 @@ public final class WidgetServerBoostConfirmationBinding implements ViewBinding { public WidgetServerBoostConfirmationBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull LinearLayout linearLayout, @NonNull PremiumGuildConfirmationView premiumGuildConfirmationView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull MaterialButton materialButton, @NonNull DimmerView dimmerView) { this.a = coordinatorLayout; this.b = premiumGuildConfirmationView; - this.f1937c = textView; + this.f1938c = textView; this.d = textView2; this.e = materialButton; this.f = dimmerView; diff --git a/app/src/main/java/com/discord/databinding/WidgetServerBoostStatusBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerBoostStatusBinding.java index 83754f98fa..3ab37b999e 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerBoostStatusBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerBoostStatusBinding.java @@ -20,7 +20,7 @@ public final class WidgetServerBoostStatusBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LinkifiedTextView f1938c; + public final LinkifiedTextView f1939c; @NonNull public final TextView d; @NonNull @@ -43,7 +43,7 @@ public final class WidgetServerBoostStatusBinding implements ViewBinding { public WidgetServerBoostStatusBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull AppViewFlipper appViewFlipper, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView, @NonNull PremiumSubscriptionMarketingView premiumSubscriptionMarketingView, @NonNull PremiumGuildSubscriptionUpsellView premiumGuildSubscriptionUpsellView, @NonNull LinkifiedTextView linkifiedTextView2, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull MaterialButton materialButton3, @NonNull SimplePager simplePager, @NonNull v2 v2Var) { this.a = coordinatorLayout; this.b = appViewFlipper; - this.f1938c = linkifiedTextView; + this.f1939c = linkifiedTextView; this.d = textView; this.e = premiumSubscriptionMarketingView; this.f = premiumGuildSubscriptionUpsellView; diff --git a/app/src/main/java/com/discord/databinding/WidgetServerDeleteDialogBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerDeleteDialogBinding.java index 6a0f82f914..32b0821b8b 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerDeleteDialogBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerDeleteDialogBinding.java @@ -15,7 +15,7 @@ public final class WidgetServerDeleteDialogBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f1939c; + public final MaterialButton f1940c; @NonNull public final TextView d; @NonNull @@ -28,7 +28,7 @@ public final class WidgetServerDeleteDialogBinding implements ViewBinding { public WidgetServerDeleteDialogBinding(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView, @NonNull TextInputLayout textInputLayout, @NonNull LinearLayout linearLayout2, @NonNull TextView textView2) { this.a = linearLayout; this.b = materialButton; - this.f1939c = materialButton2; + this.f1940c = materialButton2; this.d = textView; this.e = textInputLayout; this.f = linearLayout2; diff --git a/app/src/main/java/com/discord/databinding/WidgetServerNotificationOverrideSelectorBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerNotificationOverrideSelectorBinding.java index 16bf56b15c..759a191d94 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerNotificationOverrideSelectorBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerNotificationOverrideSelectorBinding.java @@ -14,12 +14,12 @@ public final class WidgetServerNotificationOverrideSelectorBinding implements Vi @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputLayout f1940c; + public final TextInputLayout f1941c; public WidgetServerNotificationOverrideSelectorBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull RecyclerView recyclerView, @NonNull TextInputLayout textInputLayout) { this.a = coordinatorLayout; this.b = recyclerView; - this.f1940c = textInputLayout; + this.f1941c = textInputLayout; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetServerNotificationsBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerNotificationsBinding.java index f38b255fe0..079e113057 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerNotificationsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerNotificationsBinding.java @@ -17,7 +17,7 @@ public final class WidgetServerNotificationsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RecyclerView f1941c; + public final RecyclerView f1942c; @NonNull public final CheckedSetting d; @NonNull @@ -40,7 +40,7 @@ public final class WidgetServerNotificationsBinding implements ViewBinding { public WidgetServerNotificationsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull w1 w1Var, @NonNull RecyclerView recyclerView, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull CheckedSetting checkedSetting3, @NonNull CheckedSetting checkedSetting4, @NonNull View view, @NonNull LinearLayout linearLayout, @NonNull NotificationMuteSettingsView notificationMuteSettingsView, @NonNull CheckedSetting checkedSetting5, @NonNull CheckedSetting checkedSetting6) { this.a = coordinatorLayout; this.b = w1Var; - this.f1941c = recyclerView; + this.f1942c = recyclerView; this.d = checkedSetting; this.e = checkedSetting2; this.f = checkedSetting3; diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsAuditLogBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsAuditLogBinding.java index e20388945f..103b463081 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsAuditLogBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsAuditLogBinding.java @@ -16,7 +16,7 @@ public final class WidgetServerSettingsAuditLogBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RecyclerView f1942c; + public final RecyclerView f1943c; @NonNull public final TextView d; @NonNull @@ -27,7 +27,7 @@ public final class WidgetServerSettingsAuditLogBinding implements ViewBinding { public WidgetServerSettingsAuditLogBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull LinearLayout linearLayout, @NonNull RecyclerView recyclerView, @NonNull TextView textView4, @NonNull LinearLayout linearLayout2, @NonNull AppViewFlipper appViewFlipper, @NonNull AppViewFlipper appViewFlipper2) { this.a = coordinatorLayout; this.b = textView3; - this.f1942c = recyclerView; + this.f1943c = recyclerView; this.d = textView4; this.e = appViewFlipper; this.f = appViewFlipper2; diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsAuditLogFilterActionListitemBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsAuditLogFilterActionListitemBinding.java index 85584ab2e1..f523328679 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsAuditLogFilterActionListitemBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsAuditLogFilterActionListitemBinding.java @@ -15,14 +15,14 @@ public final class WidgetServerSettingsAuditLogFilterActionListitemBinding imple @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f1943c; + public final ImageView f1944c; @NonNull public final ImageView d; public WidgetServerSettingsAuditLogFilterActionListitemBinding(@NonNull LinearLayout linearLayout, @NonNull CheckedSetting checkedSetting, @NonNull ImageView imageView, @NonNull FrameLayout frameLayout, @NonNull ImageView imageView2) { this.a = linearLayout; this.b = checkedSetting; - this.f1943c = imageView; + this.f1944c = imageView; this.d = imageView2; } diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsAuditLogFilterUserListitemBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsAuditLogFilterUserListitemBinding.java index b5fbd1c89a..c47b86d516 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsAuditLogFilterUserListitemBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsAuditLogFilterUserListitemBinding.java @@ -16,7 +16,7 @@ public final class WidgetServerSettingsAuditLogFilterUserListitemBinding impleme @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f1944c; + public final ImageView f1945c; @NonNull public final TextView d; @NonNull @@ -25,7 +25,7 @@ public final class WidgetServerSettingsAuditLogFilterUserListitemBinding impleme public WidgetServerSettingsAuditLogFilterUserListitemBinding(@NonNull FrameLayout frameLayout, @NonNull MaterialRadioButton materialRadioButton, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull SettingsMemberView settingsMemberView) { this.a = frameLayout; this.b = materialRadioButton; - this.f1944c = imageView; + this.f1945c = imageView; this.d = textView; this.e = settingsMemberView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsAuditLogListItemBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsAuditLogListItemBinding.java index 27b26c31e6..f8dc9fc966 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsAuditLogListItemBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsAuditLogListItemBinding.java @@ -17,7 +17,7 @@ public final class WidgetServerSettingsAuditLogListItemBinding implements ViewBi @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f1945c; + public final ImageView f1946c; @NonNull public final SimpleDraweeView d; @NonNull @@ -34,7 +34,7 @@ public final class WidgetServerSettingsAuditLogListItemBinding implements ViewBi public WidgetServerSettingsAuditLogListItemBinding(@NonNull CardView cardView, @NonNull FrameLayout frameLayout, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull ImageView imageView3, @NonNull RelativeLayout relativeLayout) { this.a = cardView; this.b = imageView; - this.f1945c = imageView2; + this.f1946c = imageView2; this.d = simpleDraweeView; this.e = textView; this.f = textView2; diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsBanListItemBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsBanListItemBinding.java index f19b77f2b0..a14f2bbe1d 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsBanListItemBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsBanListItemBinding.java @@ -14,14 +14,14 @@ public final class WidgetServerSettingsBanListItemBinding implements ViewBinding @NonNull /* renamed from: c reason: collision with root package name */ - public final SimpleDraweeView f1946c; + public final SimpleDraweeView f1947c; @NonNull public final TextView d; public WidgetServerSettingsBanListItemBinding(@NonNull RelativeLayout relativeLayout, @NonNull RelativeLayout relativeLayout2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { this.a = relativeLayout; this.b = relativeLayout2; - this.f1946c = simpleDraweeView; + this.f1947c = simpleDraweeView; this.d = textView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsBansBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsBansBinding.java index 4ab9d331b2..4626a6b092 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsBansBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsBansBinding.java @@ -16,14 +16,14 @@ public final class WidgetServerSettingsBansBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputLayout f1947c; + public final TextInputLayout f1948c; @NonNull public final AppViewFlipper d; public WidgetServerSettingsBansBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull RecyclerView recyclerView, @NonNull TextInputLayout textInputLayout, @NonNull AppViewFlipper appViewFlipper) { this.a = coordinatorLayout; this.b = recyclerView; - this.f1947c = textInputLayout; + this.f1948c = textInputLayout; this.d = appViewFlipper; } diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsBinding.java index 27da31cdb7..4ffef51e47 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsBinding.java @@ -15,7 +15,7 @@ public final class WidgetServerSettingsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1948c; + public final TextView f1949c; @NonNull public final TextView d; @NonNull @@ -49,7 +49,7 @@ public final class WidgetServerSettingsBinding implements ViewBinding { @NonNull /* renamed from: s reason: collision with root package name */ - public final LinearLayout f1949s; + public final LinearLayout f1950s; @NonNull public final LinearLayout t; @NonNull @@ -61,12 +61,12 @@ public final class WidgetServerSettingsBinding implements ViewBinding { @NonNull /* renamed from: x reason: collision with root package name */ - public final TextView f1950x; + public final TextView f1951x; public WidgetServerSettingsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull TextView textView6, @NonNull TextView textView7, @NonNull TextView textView8, @NonNull TextView textView9, @NonNull TextView textView10, @NonNull TextView textView11, @NonNull TextView textView12, @NonNull TextView textView13, @NonNull TextView textView14, @NonNull TextView textView15, @NonNull LinearLayout linearLayout, @NonNull View view, @NonNull LinearLayout linearLayout2, @NonNull LinearLayout linearLayout3, @NonNull View view2, @NonNull LinearLayout linearLayout4, @NonNull View view3, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView16, @NonNull TextView textView17) { this.a = coordinatorLayout; this.b = textView; - this.f1948c = textView2; + this.f1949c = textView2; this.d = textView3; this.e = textView4; this.f = textView5; @@ -82,12 +82,12 @@ public final class WidgetServerSettingsBinding implements ViewBinding { this.p = textView15; this.q = linearLayout; this.r = linearLayout2; - this.f1949s = linearLayout3; + this.f1950s = linearLayout3; this.t = linearLayout4; this.u = view3; this.v = simpleDraweeView; this.w = textView16; - this.f1950x = textView17; + this.f1951x = textView17; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsChannelsBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsChannelsBinding.java index 42ad1e8e86..ee6ba7daa2 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsChannelsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsChannelsBinding.java @@ -16,14 +16,14 @@ public final class WidgetServerSettingsChannelsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final FloatingActionButton f1951c; + public final FloatingActionButton f1952c; @NonNull public final RecyclerView d; public WidgetServerSettingsChannelsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull DimmerView dimmerView, @NonNull FloatingActionButton floatingActionButton, @NonNull RecyclerView recyclerView, @NonNull FrameLayout frameLayout) { this.a = coordinatorLayout; this.b = dimmerView; - this.f1951c = floatingActionButton; + this.f1952c = floatingActionButton; this.d = recyclerView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsChannelsSortActionsBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsChannelsSortActionsBinding.java index 07e65d9962..914d8937f4 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsChannelsSortActionsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsChannelsSortActionsBinding.java @@ -13,14 +13,14 @@ public final class WidgetServerSettingsChannelsSortActionsBinding implements Vie @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1952c; + public final TextView f1953c; @NonNull public final TextView d; public WidgetServerSettingsChannelsSortActionsBinding(@NonNull NestedScrollView nestedScrollView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4) { this.a = nestedScrollView; this.b = textView2; - this.f1952c = textView3; + this.f1953c = textView3; this.d = textView4; } diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsChannelsSortFabMenuBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsChannelsSortFabMenuBinding.java index b61deadf62..75299a3803 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsChannelsSortFabMenuBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsChannelsSortFabMenuBinding.java @@ -14,12 +14,12 @@ public final class WidgetServerSettingsChannelsSortFabMenuBinding implements Vie @NonNull /* renamed from: c reason: collision with root package name */ - public final TableLayout f1953c; + public final TableLayout f1954c; public WidgetServerSettingsChannelsSortFabMenuBinding(@NonNull TableLayout tableLayout, @NonNull TableRow tableRow, @NonNull TableRow tableRow2, @NonNull TableRow tableRow3, @NonNull TableRow tableRow4, @NonNull FloatingActionButton floatingActionButton, @NonNull TableLayout tableLayout2) { this.a = tableLayout; this.b = floatingActionButton; - this.f1953c = tableLayout2; + this.f1954c = tableLayout2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsCommunityOverviewBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsCommunityOverviewBinding.java index 14d5155dcf..2d43304103 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsCommunityOverviewBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsCommunityOverviewBinding.java @@ -15,7 +15,7 @@ public final class WidgetServerSettingsCommunityOverviewBinding implements ViewB @NonNull /* renamed from: c reason: collision with root package name */ - public final CommunitySelectorView f1954c; + public final CommunitySelectorView f1955c; @NonNull public final CommunitySelectorView d; @NonNull @@ -24,7 +24,7 @@ public final class WidgetServerSettingsCommunityOverviewBinding implements ViewB public WidgetServerSettingsCommunityOverviewBinding(@NonNull LinearLayout linearLayout, @NonNull CommunitySelectorView communitySelectorView, @NonNull CommunitySelectorView communitySelectorView2, @NonNull CommunitySelectorView communitySelectorView3, @NonNull ScrollView scrollView, @NonNull LoadingButton loadingButton, @NonNull CommunitySelectorView communitySelectorView4) { this.a = linearLayout; this.b = communitySelectorView; - this.f1954c = communitySelectorView2; + this.f1955c = communitySelectorView2; this.d = communitySelectorView3; this.e = loadingButton; } diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsCommunitySetupFirstStepBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsCommunitySetupFirstStepBinding.java index 0b64301455..bf63dde398 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsCommunitySetupFirstStepBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsCommunitySetupFirstStepBinding.java @@ -15,12 +15,12 @@ public final class WidgetServerSettingsCommunitySetupFirstStepBinding implements @NonNull /* renamed from: c reason: collision with root package name */ - public final CheckedSetting f1955c; + public final CheckedSetting f1956c; public WidgetServerSettingsCommunitySetupFirstStepBinding(@NonNull ScrollView scrollView, @NonNull ScrollView scrollView2, @NonNull ImageView imageView, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull ScreenTitleView screenTitleView) { this.a = scrollView; this.b = checkedSetting; - this.f1955c = checkedSetting2; + this.f1956c = checkedSetting2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsCommunitySetupSecondStepBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsCommunitySetupSecondStepBinding.java index 1aea3f67cd..d12aaf1819 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsCommunitySetupSecondStepBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsCommunitySetupSecondStepBinding.java @@ -15,12 +15,12 @@ public final class WidgetServerSettingsCommunitySetupSecondStepBinding implement @NonNull /* renamed from: c reason: collision with root package name */ - public final CommunitySelectorView f1956c; + public final CommunitySelectorView f1957c; public WidgetServerSettingsCommunitySetupSecondStepBinding(@NonNull ScrollView scrollView, @NonNull ScrollView scrollView2, @NonNull ImageView imageView, @NonNull CommunitySelectorView communitySelectorView, @NonNull ScreenTitleView screenTitleView, @NonNull CommunitySelectorView communitySelectorView2) { this.a = scrollView; this.b = communitySelectorView; - this.f1956c = communitySelectorView2; + this.f1957c = communitySelectorView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsCommunitySetupThirdStepBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsCommunitySetupThirdStepBinding.java index 0c5564d465..d2e93b924d 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsCommunitySetupThirdStepBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsCommunitySetupThirdStepBinding.java @@ -16,7 +16,7 @@ public final class WidgetServerSettingsCommunitySetupThirdStepBinding implements @NonNull /* renamed from: c reason: collision with root package name */ - public final LinkifiedTextView f1957c; + public final LinkifiedTextView f1958c; @NonNull public final CheckedSetting d; @NonNull @@ -25,7 +25,7 @@ public final class WidgetServerSettingsCommunitySetupThirdStepBinding implements public WidgetServerSettingsCommunitySetupThirdStepBinding(@NonNull ScrollView scrollView, @NonNull ScrollView scrollView2, @NonNull ImageView imageView, @NonNull CheckedSetting checkedSetting, @NonNull LinkifiedTextView linkifiedTextView, @NonNull CheckedSetting checkedSetting2, @NonNull CheckedSetting checkedSetting3, @NonNull ScreenTitleView screenTitleView) { this.a = scrollView; this.b = checkedSetting; - this.f1957c = linkifiedTextView; + this.f1958c = linkifiedTextView; this.d = checkedSetting2; this.e = checkedSetting3; } diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsEditIntegrationBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsEditIntegrationBinding.java index 5a7a78040d..cce57cf447 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsEditIntegrationBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsEditIntegrationBinding.java @@ -20,7 +20,7 @@ public final class WidgetServerSettingsEditIntegrationBinding implements ViewBin @NonNull /* renamed from: c reason: collision with root package name */ - public final LinearLayout f1958c; + public final LinearLayout f1959c; @NonNull public final CheckedSetting d; @NonNull @@ -51,7 +51,7 @@ public final class WidgetServerSettingsEditIntegrationBinding implements ViewBin public WidgetServerSettingsEditIntegrationBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull DimmerView dimmerView, @NonNull LinearLayout linearLayout, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull CheckedSetting checkedSetting3, @NonNull LinearLayout linearLayout2, @NonNull LinearLayout linearLayout3, @NonNull CheckedSetting checkedSetting4, @NonNull CheckedSetting checkedSetting5, @NonNull CheckedSetting checkedSetting6, @NonNull CheckedSetting checkedSetting7, @NonNull CheckedSetting checkedSetting8, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull LinearLayout linearLayout4, @NonNull TextView textView2, @NonNull FloatingActionButton floatingActionButton, @NonNull NestedScrollView nestedScrollView, @NonNull LinearLayout linearLayout5, @NonNull LinearLayout linearLayout6, @NonNull w wVar) { this.a = coordinatorLayout; this.b = dimmerView; - this.f1958c = linearLayout; + this.f1959c = linearLayout; this.d = checkedSetting; this.e = checkedSetting2; this.f = checkedSetting3; diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsEditMemberBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsEditMemberBinding.java index d235c463bf..5030fb21d6 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsEditMemberBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsEditMemberBinding.java @@ -17,7 +17,7 @@ public final class WidgetServerSettingsEditMemberBinding implements ViewBinding @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1959c; + public final TextView f1960c; @NonNull public final TextView d; @NonNull @@ -34,7 +34,7 @@ public final class WidgetServerSettingsEditMemberBinding implements ViewBinding public WidgetServerSettingsEditMemberBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextInputLayout textInputLayout, @NonNull LinearLayout linearLayout2, @NonNull RecyclerView recyclerView, @NonNull FloatingActionButton floatingActionButton, @NonNull TextView textView3) { this.a = coordinatorLayout; this.b = linearLayout; - this.f1959c = textView; + this.f1960c = textView; this.d = textView2; this.e = textInputLayout; this.f = linearLayout2; diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsEmojisBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsEmojisBinding.java index 9754957be0..3461919fba 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsEmojisBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsEmojisBinding.java @@ -14,12 +14,12 @@ public final class WidgetServerSettingsEmojisBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final AppViewFlipper f1960c; + public final AppViewFlipper f1961c; public WidgetServerSettingsEmojisBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull RecyclerView recyclerView, @NonNull AppViewFlipper appViewFlipper) { this.a = coordinatorLayout; this.b = recyclerView; - this.f1960c = appViewFlipper; + this.f1961c = appViewFlipper; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsEmojisEditBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsEmojisEditBinding.java index 754559a272..61b5befc82 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsEmojisEditBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsEmojisEditBinding.java @@ -14,12 +14,12 @@ public final class WidgetServerSettingsEmojisEditBinding implements ViewBinding @NonNull /* renamed from: c reason: collision with root package name */ - public final FloatingActionButton f1961c; + public final FloatingActionButton f1962c; public WidgetServerSettingsEmojisEditBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull TextInputLayout textInputLayout, @NonNull FloatingActionButton floatingActionButton) { this.a = coordinatorLayout; this.b = textInputLayout; - this.f1961c = floatingActionButton; + this.f1962c = floatingActionButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsEmojisHeaderBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsEmojisHeaderBinding.java index e5135dd4d3..9c922b7644 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsEmojisHeaderBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsEmojisHeaderBinding.java @@ -14,12 +14,12 @@ public final class WidgetServerSettingsEmojisHeaderBinding implements ViewBindin @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1962c; + public final TextView f1963c; public WidgetServerSettingsEmojisHeaderBinding(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView) { this.a = linearLayout; this.b = materialButton; - this.f1962c = textView; + this.f1963c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsEmojisItemBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsEmojisItemBinding.java index 04bc5a1646..3b9cde1e1e 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsEmojisItemBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsEmojisItemBinding.java @@ -15,7 +15,7 @@ public final class WidgetServerSettingsEmojisItemBinding implements ViewBinding @NonNull /* renamed from: c reason: collision with root package name */ - public final ConstraintLayout f1963c; + public final ConstraintLayout f1964c; @NonNull public final TextView d; @NonNull @@ -28,7 +28,7 @@ public final class WidgetServerSettingsEmojisItemBinding implements ViewBinding public WidgetServerSettingsEmojisItemBinding(@NonNull ConstraintLayout constraintLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull ConstraintLayout constraintLayout2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView, @NonNull TextView textView3, @NonNull SimpleDraweeView simpleDraweeView2) { this.a = constraintLayout; this.b = simpleDraweeView; - this.f1963c = constraintLayout2; + this.f1964c = constraintLayout2; this.d = textView; this.e = textView2; this.f = textView3; diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsGuildRoleSubscriptionEditTierBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsGuildRoleSubscriptionEditTierBinding.java index f7372eec8c..92c1816d0c 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsGuildRoleSubscriptionEditTierBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsGuildRoleSubscriptionEditTierBinding.java @@ -21,7 +21,7 @@ public final class WidgetServerSettingsGuildRoleSubscriptionEditTierBinding impl @NonNull /* renamed from: c reason: collision with root package name */ - public final Group f1964c; + public final Group f1965c; @NonNull public final TabLayout d; @NonNull @@ -34,7 +34,7 @@ public final class WidgetServerSettingsGuildRoleSubscriptionEditTierBinding impl public WidgetServerSettingsGuildRoleSubscriptionEditTierBinding(@NonNull ConstraintLayout constraintLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull Group group, @NonNull TabLayout tabLayout, @NonNull ViewPager2 viewPager2, @NonNull Barrier barrier, @NonNull AppBarLayout appBarLayout, @NonNull FloatingActionButton floatingActionButton, @NonNull AppViewFlipper appViewFlipper) { this.a = constraintLayout; this.b = materialButton; - this.f1964c = group; + this.f1965c = group; this.d = tabLayout; this.e = viewPager2; this.f = floatingActionButton; diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsGuildRoleSubscriptionsBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsGuildRoleSubscriptionsBinding.java index 70ad4485f2..8e044fde3b 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsGuildRoleSubscriptionsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsGuildRoleSubscriptionsBinding.java @@ -17,7 +17,7 @@ public final class WidgetServerSettingsGuildRoleSubscriptionsBinding implements @NonNull /* renamed from: c reason: collision with root package name */ - public final GuildRoleSubscriptionPlanDetailsView f1965c; + public final GuildRoleSubscriptionPlanDetailsView f1966c; @NonNull public final FloatingActionButton d; @NonNull @@ -28,7 +28,7 @@ public final class WidgetServerSettingsGuildRoleSubscriptionsBinding implements public WidgetServerSettingsGuildRoleSubscriptionsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull i3 i3Var, @NonNull GuildRoleSubscriptionPlanDetailsView guildRoleSubscriptionPlanDetailsView, @NonNull FloatingActionButton floatingActionButton, @NonNull RecyclerView recyclerView, @NonNull AppViewFlipper appViewFlipper) { this.a = coordinatorLayout; this.b = i3Var; - this.f1965c = guildRoleSubscriptionPlanDetailsView; + this.f1966c = guildRoleSubscriptionPlanDetailsView; this.d = floatingActionButton; this.e = recyclerView; this.f = appViewFlipper; diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsInstantInviteActionsBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsInstantInviteActionsBinding.java index 83f8d71cb2..83c96dfcda 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsInstantInviteActionsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsInstantInviteActionsBinding.java @@ -13,7 +13,7 @@ public final class WidgetServerSettingsInstantInviteActionsBinding implements Vi @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1966c; + public final TextView f1967c; @NonNull public final TextView d; @NonNull @@ -22,7 +22,7 @@ public final class WidgetServerSettingsInstantInviteActionsBinding implements Vi public WidgetServerSettingsInstantInviteActionsBinding(@NonNull NestedScrollView nestedScrollView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4) { this.a = nestedScrollView; this.b = textView; - this.f1966c = textView2; + this.f1967c = textView2; this.d = textView3; this.e = textView4; } diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsInstantInviteListItemBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsInstantInviteListItemBinding.java index 79f14edcfc..3d46a739f2 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsInstantInviteListItemBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsInstantInviteListItemBinding.java @@ -16,7 +16,7 @@ public final class WidgetServerSettingsInstantInviteListItemBinding implements V @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1967c; + public final TextView f1968c; @NonNull public final TextView d; @NonNull @@ -27,7 +27,7 @@ public final class WidgetServerSettingsInstantInviteListItemBinding implements V public WidgetServerSettingsInstantInviteListItemBinding(@NonNull CardView cardView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout, @NonNull View view, @NonNull LinearLayout linearLayout2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull LinearLayout linearLayout3, @NonNull ImageView imageView, @NonNull TextView textView5, @NonNull TextView textView6, @NonNull SettingsMemberView settingsMemberView) { this.a = cardView; this.b = textView; - this.f1967c = textView2; + this.f1968c = textView2; this.d = textView3; this.e = textView5; this.f = settingsMemberView; diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsInstantInvitesBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsInstantInvitesBinding.java index 2c270ae6fb..6f083d062a 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsInstantInvitesBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsInstantInvitesBinding.java @@ -15,12 +15,12 @@ public final class WidgetServerSettingsInstantInvitesBinding implements ViewBind @NonNull /* renamed from: c reason: collision with root package name */ - public final AppViewFlipper f1968c; + public final AppViewFlipper f1969c; public WidgetServerSettingsInstantInvitesBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull RecyclerView recyclerView, @NonNull AppViewFlipper appViewFlipper) { this.a = coordinatorLayout; this.b = recyclerView; - this.f1968c = appViewFlipper; + this.f1969c = appViewFlipper; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsIntegrationListItemBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsIntegrationListItemBinding.java index 3f48d1df46..729ff394fa 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsIntegrationListItemBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsIntegrationListItemBinding.java @@ -18,7 +18,7 @@ public final class WidgetServerSettingsIntegrationListItemBinding implements Vie @NonNull /* renamed from: c reason: collision with root package name */ - public final View f1969c; + public final View f1970c; @NonNull public final ImageView d; @NonNull @@ -35,7 +35,7 @@ public final class WidgetServerSettingsIntegrationListItemBinding implements Vie public WidgetServerSettingsIntegrationListItemBinding(@NonNull FrameLayout frameLayout, @NonNull RelativeLayout relativeLayout, @NonNull View view, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull LinearLayout linearLayout, @NonNull TextView textView2, @NonNull ImageView imageView2, @NonNull CheckedSetting checkedSetting, @NonNull ProgressBar progressBar) { this.a = frameLayout; this.b = relativeLayout; - this.f1969c = view; + this.f1970c = view; this.d = imageView; this.e = textView; this.f = textView2; diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsIntegrationsBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsIntegrationsBinding.java index c548fb9189..1bcd144324 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsIntegrationsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsIntegrationsBinding.java @@ -15,12 +15,12 @@ public final class WidgetServerSettingsIntegrationsBinding implements ViewBindin @NonNull /* renamed from: c reason: collision with root package name */ - public final AppViewFlipper f1970c; + public final AppViewFlipper f1971c; public WidgetServerSettingsIntegrationsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull RecyclerView recyclerView, @NonNull AppViewFlipper appViewFlipper) { this.a = coordinatorLayout; this.b = recyclerView; - this.f1970c = appViewFlipper; + this.f1971c = appViewFlipper; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsMemberListItemBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsMemberListItemBinding.java index fa17de2827..8ce539632c 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsMemberListItemBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsMemberListItemBinding.java @@ -15,7 +15,7 @@ public final class WidgetServerSettingsMemberListItemBinding implements ViewBind @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f1971c; + public final ImageView f1972c; @NonNull public final ImageView d; @NonNull @@ -26,7 +26,7 @@ public final class WidgetServerSettingsMemberListItemBinding implements ViewBind public WidgetServerSettingsMemberListItemBinding(@NonNull FrameLayout frameLayout, @NonNull FrameLayout frameLayout2, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull RolesListView rolesListView, @NonNull SettingsMemberView settingsMemberView) { this.a = frameLayout; this.b = frameLayout2; - this.f1971c = imageView; + this.f1972c = imageView; this.d = imageView2; this.e = rolesListView; this.f = settingsMemberView; diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsMembersBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsMembersBinding.java index 33766851e1..6eb386ae09 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsMembersBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsMembersBinding.java @@ -18,7 +18,7 @@ public final class WidgetServerSettingsMembersBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RecyclerView f1972c; + public final RecyclerView f1973c; @NonNull public final Spinner d; @NonNull @@ -27,7 +27,7 @@ public final class WidgetServerSettingsMembersBinding implements ViewBinding { public WidgetServerSettingsMembersBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull TextView textView, @NonNull LinearLayout linearLayout, @NonNull TextInputLayout textInputLayout, @NonNull RecyclerView recyclerView, @NonNull Spinner spinner, @NonNull AppViewFlipper appViewFlipper) { this.a = coordinatorLayout; this.b = textInputLayout; - this.f1972c = recyclerView; + this.f1973c = recyclerView; this.d = spinner; this.e = appViewFlipper; } diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsModerationBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsModerationBinding.java index ea0c9e8ed4..ee02635946 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsModerationBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsModerationBinding.java @@ -14,7 +14,7 @@ public final class WidgetServerSettingsModerationBinding implements ViewBinding @NonNull /* renamed from: c reason: collision with root package name */ - public final CheckedSetting f1973c; + public final CheckedSetting f1974c; @NonNull public final CheckedSetting d; @NonNull @@ -35,7 +35,7 @@ public final class WidgetServerSettingsModerationBinding implements ViewBinding public WidgetServerSettingsModerationBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull CheckedSetting checkedSetting3, @NonNull TextView textView, @NonNull CheckedSetting checkedSetting4, @NonNull CheckedSetting checkedSetting5, @NonNull CheckedSetting checkedSetting6, @NonNull CheckedSetting checkedSetting7, @NonNull CheckedSetting checkedSetting8, @NonNull TextView textView2) { this.a = coordinatorLayout; this.b = checkedSetting; - this.f1973c = checkedSetting2; + this.f1974c = checkedSetting2; this.d = checkedSetting3; this.e = textView; this.f = checkedSetting4; diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsOverviewAfkTimeoutBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsOverviewAfkTimeoutBinding.java index 3d8992603d..ee6bff8bd2 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsOverviewAfkTimeoutBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsOverviewAfkTimeoutBinding.java @@ -13,7 +13,7 @@ public final class WidgetServerSettingsOverviewAfkTimeoutBinding implements View @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1974c; + public final TextView f1975c; @NonNull public final TextView d; @NonNull @@ -24,7 +24,7 @@ public final class WidgetServerSettingsOverviewAfkTimeoutBinding implements View public WidgetServerSettingsOverviewAfkTimeoutBinding(@NonNull NestedScrollView nestedScrollView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull TextView textView6) { this.a = nestedScrollView; this.b = textView2; - this.f1974c = textView3; + this.f1975c = textView3; this.d = textView4; this.e = textView5; this.f = textView6; diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsOverviewBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsOverviewBinding.java index 5de50d94c6..4556eaa2dd 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsOverviewBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsOverviewBinding.java @@ -21,7 +21,7 @@ public final class WidgetServerSettingsOverviewBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final j3 f1975c; + public final j3 f1976c; @NonNull public final k3 d; @NonNull @@ -40,7 +40,7 @@ public final class WidgetServerSettingsOverviewBinding implements ViewBinding { public WidgetServerSettingsOverviewBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull v5 v5Var, @NonNull j3 j3Var, @NonNull k3 k3Var, @NonNull l3 l3Var, @NonNull FloatingActionButton floatingActionButton, @NonNull ScrollView scrollView, @NonNull m3 m3Var, @NonNull n3 n3Var, @NonNull o3 o3Var) { this.a = coordinatorLayout; this.b = v5Var; - this.f1975c = j3Var; + this.f1976c = j3Var; this.d = k3Var; this.e = l3Var; this.f = floatingActionButton; diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsRoleItemBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsRoleItemBinding.java index dcd0bd0698..a888c8237e 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsRoleItemBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsRoleItemBinding.java @@ -15,7 +15,7 @@ public final class WidgetServerSettingsRoleItemBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f1976c; + public final ImageView f1977c; @NonNull public final TextView d; @NonNull @@ -24,7 +24,7 @@ public final class WidgetServerSettingsRoleItemBinding implements ViewBinding { public WidgetServerSettingsRoleItemBinding(@NonNull RelativeLayout relativeLayout, @NonNull View view, @NonNull View view2, @NonNull View view3, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull RoleIconView roleIconView) { this.a = relativeLayout; this.b = view3; - this.f1976c = imageView; + this.f1977c = imageView; this.d = textView; this.e = roleIconView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsRoleMembersBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsRoleMembersBinding.java index fca8d70be0..5e9f1624de 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsRoleMembersBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsRoleMembersBinding.java @@ -15,14 +15,14 @@ public final class WidgetServerSettingsRoleMembersBinding implements ViewBinding @NonNull /* renamed from: c reason: collision with root package name */ - public final RecyclerView f1977c; + public final RecyclerView f1978c; @NonNull public final SearchInputView d; public WidgetServerSettingsRoleMembersBinding(@NonNull LinearLayout linearLayout, @NonNull AppViewFlipper appViewFlipper, @NonNull RecyclerView recyclerView, @NonNull SearchInputView searchInputView) { this.a = linearLayout; this.b = appViewFlipper; - this.f1977c = recyclerView; + this.f1978c = recyclerView; this.d = searchInputView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsRolesBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsRolesBinding.java index 8b4c9d60f5..480d745970 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsRolesBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsRolesBinding.java @@ -15,14 +15,14 @@ public final class WidgetServerSettingsRolesBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final FloatingActionButton f1978c; + public final FloatingActionButton f1979c; @NonNull public final RecyclerView d; public WidgetServerSettingsRolesBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull DimmerView dimmerView, @NonNull FloatingActionButton floatingActionButton, @NonNull RecyclerView recyclerView) { this.a = coordinatorLayout; this.b = dimmerView; - this.f1978c = floatingActionButton; + this.f1979c = floatingActionButton; this.d = recyclerView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsSecurityBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsSecurityBinding.java index 1774cecbbe..7bef5467cb 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsSecurityBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsSecurityBinding.java @@ -14,12 +14,12 @@ public final class WidgetServerSettingsSecurityBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f1979c; + public final MaterialButton f1980c; public WidgetServerSettingsSecurityBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull MaterialButton materialButton) { this.a = coordinatorLayout; this.b = textView; - this.f1979c = materialButton; + this.f1980c = materialButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsSecurityDialogBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsSecurityDialogBinding.java index a6aff4b46d..e9ae3fbab4 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsSecurityDialogBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsSecurityDialogBinding.java @@ -15,14 +15,14 @@ public final class WidgetServerSettingsSecurityDialogBinding implements ViewBind @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f1980c; + public final MaterialButton f1981c; @NonNull public final TextInputLayout d; public WidgetServerSettingsSecurityDialogBinding(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextInputLayout textInputLayout) { this.a = linearLayout; this.b = materialButton; - this.f1980c = materialButton2; + this.f1981c = materialButton2; this.d = textInputLayout; } diff --git a/app/src/main/java/com/discord/databinding/WidgetServerSettingsVanityUrlBinding.java b/app/src/main/java/com/discord/databinding/WidgetServerSettingsVanityUrlBinding.java index 4bf747dcd3..372a34a0fd 100644 --- a/app/src/main/java/com/discord/databinding/WidgetServerSettingsVanityUrlBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetServerSettingsVanityUrlBinding.java @@ -17,7 +17,7 @@ public final class WidgetServerSettingsVanityUrlBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1981c; + public final TextView f1982c; @NonNull public final TextView d; @NonNull @@ -36,7 +36,7 @@ public final class WidgetServerSettingsVanityUrlBinding implements ViewBinding { public WidgetServerSettingsVanityUrlBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull TextInputLayout textInputLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull RelativeLayout relativeLayout, @NonNull ProgressBar progressBar, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull FloatingActionButton floatingActionButton) { this.a = coordinatorLayout; this.b = textInputLayout; - this.f1981c = textView; + this.f1982c = textView; this.d = textView2; this.e = textView3; this.f = relativeLayout; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsAccessibilityBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsAccessibilityBinding.java index 83ca4e3dae..cb6431825c 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsAccessibilityBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsAccessibilityBinding.java @@ -16,7 +16,7 @@ public final class WidgetSettingsAccessibilityBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final CheckedSetting f1982c; + public final CheckedSetting f1983c; @NonNull public final TextView d; @NonNull @@ -37,7 +37,7 @@ public final class WidgetSettingsAccessibilityBinding implements ViewBinding { public WidgetSettingsAccessibilityBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView2, @NonNull CheckedSetting checkedSetting3, @NonNull LinearLayout linearLayout, @NonNull TextView textView3, @NonNull View view, @NonNull CheckedSetting checkedSetting4, @NonNull CheckedSetting checkedSetting5, @NonNull CheckedSetting checkedSetting6) { this.a = coordinatorLayout; this.b = checkedSetting; - this.f1982c = checkedSetting2; + this.f1983c = checkedSetting2; this.d = textView; this.e = linkifiedTextView; this.f = textView2; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsAccountBackupCodesBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsAccountBackupCodesBinding.java index 1eaa1fa4e2..78eddd367c 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsAccountBackupCodesBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsAccountBackupCodesBinding.java @@ -16,7 +16,7 @@ public final class WidgetSettingsAccountBackupCodesBinding implements ViewBindin @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f1983c; + public final MaterialButton f1984c; @NonNull public final TextView d; @NonNull @@ -25,7 +25,7 @@ public final class WidgetSettingsAccountBackupCodesBinding implements ViewBindin public WidgetSettingsAccountBackupCodesBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull DimmerView dimmerView, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull RecyclerView recyclerView) { this.a = coordinatorLayout; this.b = dimmerView; - this.f1983c = materialButton; + this.f1984c = materialButton; this.d = textView; this.e = recyclerView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsAccountBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsAccountBinding.java index af90993fe9..1c923f2be2 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsAccountBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsAccountBinding.java @@ -35,7 +35,7 @@ public final class WidgetSettingsAccountBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1984c; + public final TextView f1985c; @NonNull public final TextView d; @NonNull @@ -69,7 +69,7 @@ public final class WidgetSettingsAccountBinding implements ViewBinding { @NonNull /* renamed from: s reason: collision with root package name */ - public final TextView f1985s; + public final TextView f1986s; @NonNull public final TextView t; @NonNull @@ -81,20 +81,20 @@ public final class WidgetSettingsAccountBinding implements ViewBinding { @NonNull /* renamed from: x reason: collision with root package name */ - public final NestedScrollView f1986x; + public final NestedScrollView f1987x; @NonNull /* renamed from: y reason: collision with root package name */ - public final CheckedSetting f1987y; + public final CheckedSetting f1988y; @NonNull /* renamed from: z reason: collision with root package name */ - public final TextView f1988z; + public final TextView f1989z; public WidgetSettingsAccountBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull DimmerView dimmerView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull LinearLayout linearLayout2, @NonNull TextView textView5, @NonNull TextView textView6, @NonNull LinearLayout linearLayout3, @NonNull LinearLayout linearLayout4, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout5, @NonNull TextView textView7, @NonNull AppViewFlipper appViewFlipper, @NonNull LottieAnimationView lottieAnimationView, @NonNull TextView textView8, @NonNull LinearLayout linearLayout6, @NonNull TextView textView9, @NonNull TextView textView10, @NonNull LinearLayout linearLayout7, @NonNull TextView textView11, @NonNull TextView textView12, @NonNull TextView textView13, @NonNull TextView textView14, @NonNull LinearLayout linearLayout8, @NonNull TextView textView15, @NonNull NestedScrollView nestedScrollView, @NonNull CheckedSetting checkedSetting, @NonNull TextView textView16, @NonNull LinearLayout linearLayout9, @NonNull TextView textView17, @NonNull TextView textView18, @NonNull RelativeLayout relativeLayout, @NonNull MaterialButton materialButton2, @NonNull TextView textView19, @NonNull TextView textView20, @NonNull TextView textView21) { this.a = coordinatorLayout; this.b = dimmerView; - this.f1984c = textView; + this.f1985c = textView; this.d = textView2; this.e = linearLayout; this.f = textView4; @@ -110,14 +110,14 @@ public final class WidgetSettingsAccountBinding implements ViewBinding { this.p = linearLayout6; this.q = textView10; this.r = linearLayout7; - this.f1985s = textView12; + this.f1986s = textView12; this.t = textView13; this.u = textView14; this.v = linearLayout8; this.w = textView15; - this.f1986x = nestedScrollView; - this.f1987y = checkedSetting; - this.f1988z = textView16; + this.f1987x = nestedScrollView; + this.f1988y = checkedSetting; + this.f1989z = textView16; this.A = linearLayout9; this.B = textView18; this.C = relativeLayout; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsAccountChangePasswordBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsAccountChangePasswordBinding.java index fd3a09604e..c0df723a32 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsAccountChangePasswordBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsAccountChangePasswordBinding.java @@ -15,7 +15,7 @@ public final class WidgetSettingsAccountChangePasswordBinding implements ViewBin @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputLayout f1989c; + public final TextInputLayout f1990c; @NonNull public final FloatingActionButton d; @NonNull @@ -26,7 +26,7 @@ public final class WidgetSettingsAccountChangePasswordBinding implements ViewBin public WidgetSettingsAccountChangePasswordBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull TextInputLayout textInputLayout, @NonNull TextInputLayout textInputLayout2, @NonNull FloatingActionButton floatingActionButton, @NonNull TextInputLayout textInputLayout3, @NonNull DimmerView dimmerView) { this.a = coordinatorLayout; this.b = textInputLayout; - this.f1989c = textInputLayout2; + this.f1990c = textInputLayout2; this.d = floatingActionButton; this.e = textInputLayout3; this.f = dimmerView; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsAccountContactsNameEditBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsAccountContactsNameEditBinding.java index dd0ef7be6d..3882ee0142 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsAccountContactsNameEditBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsAccountContactsNameEditBinding.java @@ -15,14 +15,14 @@ public final class WidgetSettingsAccountContactsNameEditBinding implements ViewB @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f1990c; + public final MaterialButton f1991c; @NonNull public final FloatingActionButton d; public WidgetSettingsAccountContactsNameEditBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull TextInputLayout textInputLayout, @NonNull MaterialButton materialButton, @NonNull FloatingActionButton floatingActionButton) { this.a = coordinatorLayout; this.b = textInputLayout; - this.f1990c = materialButton; + this.f1991c = materialButton; this.d = floatingActionButton; } diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsAccountEditBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsAccountEditBinding.java index b852ba4786..93d65444ce 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsAccountEditBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsAccountEditBinding.java @@ -16,14 +16,14 @@ public final class WidgetSettingsAccountEditBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputLayout f1991c; + public final TextInputLayout f1992c; @NonNull public final FloatingActionButton d; public WidgetSettingsAccountEditBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull TextView textView, @NonNull TextInputLayout textInputLayout, @NonNull RelativeLayout relativeLayout, @NonNull TextInputLayout textInputLayout2, @NonNull FloatingActionButton floatingActionButton) { this.a = coordinatorLayout; this.b = textInputLayout; - this.f1991c = textInputLayout2; + this.f1992c = textInputLayout2; this.d = floatingActionButton; } diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsAccountEmailEditBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsAccountEmailEditBinding.java index 75661e7dec..94e1c5f028 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsAccountEmailEditBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsAccountEmailEditBinding.java @@ -14,12 +14,12 @@ public final class WidgetSettingsAccountEmailEditBinding implements ViewBinding @NonNull /* renamed from: c reason: collision with root package name */ - public final FloatingActionButton f1992c; + public final FloatingActionButton f1993c; public WidgetSettingsAccountEmailEditBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull TextInputLayout textInputLayout, @NonNull FloatingActionButton floatingActionButton) { this.a = coordinatorLayout; this.b = textInputLayout; - this.f1992c = floatingActionButton; + this.f1993c = floatingActionButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsAppearanceBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsAppearanceBinding.java index 6d18717a00..5bcd9d39b7 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsAppearanceBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsAppearanceBinding.java @@ -16,7 +16,7 @@ public final class WidgetSettingsAppearanceBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1993c; + public final TextView f1994c; @NonNull public final TextView d; @NonNull @@ -41,7 +41,7 @@ public final class WidgetSettingsAppearanceBinding implements ViewBinding { public WidgetSettingsAppearanceBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull WidgetChatListAdapterItemTextBinding widgetChatListAdapterItemTextBinding, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout, @NonNull TextView textView3, @NonNull SeekBar seekBar, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull View view, @NonNull TextView textView6, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull TextView textView7, @NonNull CheckedSetting checkedSetting3, @NonNull CheckedSetting checkedSetting4) { this.a = coordinatorLayout; this.b = widgetChatListAdapterItemTextBinding; - this.f1993c = textView; + this.f1994c = textView; this.d = textView2; this.e = textView3; this.f = seekBar; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsAuthorizedAppsListItemBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsAuthorizedAppsListItemBinding.java index b94e845092..fa068c7313 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsAuthorizedAppsListItemBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsAuthorizedAppsListItemBinding.java @@ -16,7 +16,7 @@ public final class WidgetSettingsAuthorizedAppsListItemBinding implements ViewBi @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1994c; + public final TextView f1995c; @NonNull public final TextView d; @NonNull @@ -33,7 +33,7 @@ public final class WidgetSettingsAuthorizedAppsListItemBinding implements ViewBi public WidgetSettingsAuthorizedAppsListItemBinding(@NonNull MaterialCardView materialCardView, @NonNull AppCompatImageView appCompatImageView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull MaterialCardView materialCardView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull RecyclerView recyclerView) { this.a = materialCardView; this.b = appCompatImageView; - this.f1994c = textView; + this.f1995c = textView; this.d = textView2; this.e = simpleDraweeView; this.f = materialCardView2; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsBehaviorBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsBehaviorBinding.java index cae8510aef..3b99cc9d04 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsBehaviorBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsBehaviorBinding.java @@ -14,7 +14,7 @@ public final class WidgetSettingsBehaviorBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1995c; + public final TextView f1996c; @NonNull public final CheckedSetting d; @NonNull @@ -25,7 +25,7 @@ public final class WidgetSettingsBehaviorBinding implements ViewBinding { public WidgetSettingsBehaviorBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull CheckedSetting checkedSetting, @NonNull TextView textView, @NonNull CheckedSetting checkedSetting2, @NonNull TextView textView2, @NonNull CheckedSetting checkedSetting3) { this.a = coordinatorLayout; this.b = checkedSetting; - this.f1995c = textView; + this.f1996c = textView; this.d = checkedSetting2; this.e = textView2; this.f = checkedSetting3; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsBinding.java index be8919319f..dac1285a0e 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsBinding.java @@ -41,7 +41,7 @@ public final class WidgetSettingsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f1996c; + public final TextView f1997c; @NonNull public final TextView d; @NonNull @@ -75,7 +75,7 @@ public final class WidgetSettingsBinding implements ViewBinding { @NonNull /* renamed from: s reason: collision with root package name */ - public final LinearLayout f1997s; + public final LinearLayout f1998s; @NonNull public final TextView t; @NonNull @@ -87,20 +87,20 @@ public final class WidgetSettingsBinding implements ViewBinding { @NonNull /* renamed from: x reason: collision with root package name */ - public final TextView f1998x; + public final TextView f1999x; @NonNull /* renamed from: y reason: collision with root package name */ - public final TextView f1999y; + public final TextView f2000y; @NonNull /* renamed from: z reason: collision with root package name */ - public final LinearLayout f2000z; + public final LinearLayout f2001z; public WidgetSettingsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull TextView textView6, @NonNull TextView textView7, @NonNull TextView textView8, @NonNull TextView textView9, @NonNull TextView textView10, @NonNull TextView textView11, @NonNull TextView textView12, @NonNull View view, @NonNull TextView textView13, @NonNull TextView textView14, @NonNull TextView textView15, @NonNull TextView textView16, @NonNull TextView textView17, @NonNull LinearLayout linearLayout, @NonNull TextView textView18, @NonNull LinearLayout linearLayout2, @NonNull LinearLayout linearLayout3, @NonNull MaterialButton materialButton, @NonNull TextView textView19, @NonNull TextView textView20, @NonNull LinearLayout linearLayout4, @NonNull TextView textView21, @NonNull TextView textView22, @NonNull TextView textView23, @NonNull LinearLayout linearLayout5, @NonNull TextView textView24, @NonNull TextView textView25, @NonNull TextView textView26, @NonNull StatusView statusView, @NonNull TextView textView27, @NonNull TextView textView28, @NonNull TextView textView29, @NonNull TextView textView30, @NonNull UserProfileHeaderView userProfileHeaderView, @NonNull TextView textView31) { this.a = coordinatorLayout; this.b = textView; - this.f1996c = textView2; + this.f1997c = textView2; this.d = textView3; this.e = textView4; this.f = textView5; @@ -116,14 +116,14 @@ public final class WidgetSettingsBinding implements ViewBinding { this.p = textView14; this.q = textView15; this.r = textView17; - this.f1997s = linearLayout; + this.f1998s = linearLayout; this.t = textView18; this.u = linearLayout2; this.v = linearLayout3; this.w = materialButton; - this.f1998x = textView19; - this.f1999y = textView20; - this.f2000z = linearLayout4; + this.f1999x = textView19; + this.f2000y = textView20; + this.f2001z = linearLayout4; this.A = textView21; this.B = textView23; this.C = linearLayout5; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsBlockedUsersBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsBlockedUsersBinding.java index ca7f020e04..b6580d6ca3 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsBlockedUsersBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsBlockedUsersBinding.java @@ -15,12 +15,12 @@ public final class WidgetSettingsBlockedUsersBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RecyclerView f2001c; + public final RecyclerView f2002c; public WidgetSettingsBlockedUsersBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull AppViewFlipper appViewFlipper, @NonNull RecyclerView recyclerView, @NonNull ImageView imageView) { this.a = coordinatorLayout; this.b = appViewFlipper; - this.f2001c = recyclerView; + this.f2002c = recyclerView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsBoostBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsBoostBinding.java index f1a96b84d6..cee887114f 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsBoostBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsBoostBinding.java @@ -20,7 +20,7 @@ public final class WidgetSettingsBoostBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final AppViewFlipper f2002c; + public final AppViewFlipper f2003c; @NonNull public final PremiumSubscriptionMarketingView d; @NonNull @@ -39,7 +39,7 @@ public final class WidgetSettingsBoostBinding implements ViewBinding { public WidgetSettingsBoostBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull t3 t3Var, @NonNull AppViewFlipper appViewFlipper, @NonNull PremiumSubscriptionMarketingView premiumSubscriptionMarketingView, @NonNull RecyclerView recyclerView, @NonNull MaterialButton materialButton, @NonNull RecyclerView recyclerView2, @NonNull LinkifiedTextView linkifiedTextView, @NonNull LinearLayout linearLayout, @NonNull PremiumGuildSubscriptionUpsellView premiumGuildSubscriptionUpsellView) { this.a = coordinatorLayout; this.b = t3Var; - this.f2002c = appViewFlipper; + this.f2003c = appViewFlipper; this.d = premiumSubscriptionMarketingView; this.e = recyclerView; this.f = materialButton; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsConnectionsBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsConnectionsBinding.java index 5fc57388ef..fcbc405f36 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsConnectionsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsConnectionsBinding.java @@ -14,12 +14,12 @@ public final class WidgetSettingsConnectionsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RecyclerView f2003c; + public final RecyclerView f2004c; public WidgetSettingsConnectionsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull TextView textView, @NonNull RecyclerView recyclerView) { this.a = coordinatorLayout; this.b = textView; - this.f2003c = recyclerView; + this.f2004c = recyclerView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsDeveloperBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsDeveloperBinding.java index 07ed7ebc3f..e1a65ab402 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsDeveloperBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsDeveloperBinding.java @@ -16,7 +16,7 @@ public final class WidgetSettingsDeveloperBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f2004c; + public final MaterialButton f2005c; @NonNull public final MaterialButton d; @NonNull @@ -31,7 +31,7 @@ public final class WidgetSettingsDeveloperBinding implements ViewBinding { public WidgetSettingsDeveloperBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull MaterialButton materialButton3, @NonNull RecyclerView recyclerView, @NonNull RecyclerView recyclerView2, @NonNull MaterialButton materialButton4, @NonNull CheckedSetting checkedSetting, @NonNull TextView textView) { this.a = coordinatorLayout; this.b = materialButton; - this.f2004c = materialButton2; + this.f2005c = materialButton2; this.d = materialButton3; this.e = recyclerView; this.f = recyclerView2; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsEnableMfaKeyBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsEnableMfaKeyBinding.java index fc533a14dd..360511105a 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsEnableMfaKeyBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsEnableMfaKeyBinding.java @@ -13,14 +13,14 @@ public final class WidgetSettingsEnableMfaKeyBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2005c; + public final TextView f2006c; @NonNull public final TextView d; public WidgetSettingsEnableMfaKeyBinding(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = linearLayout; this.b = textView; - this.f2005c = textView2; + this.f2006c = textView2; this.d = textView3; } diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsGiftingBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsGiftingBinding.java index 254c13c2d6..91244437ff 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsGiftingBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsGiftingBinding.java @@ -22,7 +22,7 @@ public final class WidgetSettingsGiftingBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final GiftSelectView f2006c; + public final GiftSelectView f2007c; @NonNull public final GiftSelectView d; @NonNull @@ -56,12 +56,12 @@ public final class WidgetSettingsGiftingBinding implements ViewBinding { @NonNull /* renamed from: s reason: collision with root package name */ - public final RecyclerView f2007s; + public final RecyclerView f2008s; public WidgetSettingsGiftingBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull DimmerView dimmerView, @NonNull GiftSelectView giftSelectView, @NonNull GiftSelectView giftSelectView2, @NonNull GiftSelectView giftSelectView3, @NonNull GiftSelectView giftSelectView4, @NonNull LinkifiedTextView linkifiedTextView, @NonNull LinkifiedTextView linkifiedTextView2, @NonNull AppViewFlipper appViewFlipper, @NonNull ProgressBar progressBar, @NonNull TextInputLayout textInputLayout, @NonNull TextView textView, @NonNull RecyclerView recyclerView, @NonNull LinearLayout linearLayout, @NonNull TextView textView2, @NonNull MaterialButton materialButton, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull RecyclerView recyclerView2) { this.a = coordinatorLayout; this.b = dimmerView; - this.f2006c = giftSelectView; + this.f2007c = giftSelectView; this.d = giftSelectView2; this.e = giftSelectView3; this.f = giftSelectView4; @@ -77,7 +77,7 @@ public final class WidgetSettingsGiftingBinding implements ViewBinding { this.p = textView3; this.q = textView4; this.r = textView5; - this.f2007s = recyclerView2; + this.f2008s = recyclerView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsItemAddConnectedAccountBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsItemAddConnectedAccountBinding.java index c01584fd45..f660de3f9f 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsItemAddConnectedAccountBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsItemAddConnectedAccountBinding.java @@ -14,12 +14,12 @@ public final class WidgetSettingsItemAddConnectedAccountBinding implements ViewB @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2008c; + public final TextView f2009c; public WidgetSettingsItemAddConnectedAccountBinding(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView) { this.a = linearLayout; this.b = imageView; - this.f2008c = textView; + this.f2009c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsItemBlockedUserBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsItemBlockedUserBinding.java index e739e0a70d..8ff0aaed70 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsItemBlockedUserBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsItemBlockedUserBinding.java @@ -15,14 +15,14 @@ public final class WidgetSettingsItemBlockedUserBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2009c; + public final TextView f2010c; @NonNull public final MaterialButton d; public WidgetSettingsItemBlockedUserBinding(@NonNull RelativeLayout relativeLayout, @NonNull RelativeLayout relativeLayout2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull MaterialButton materialButton) { this.a = relativeLayout; this.b = simpleDraweeView; - this.f2009c = textView; + this.f2010c = textView; this.d = materialButton; } diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsItemConnectedAccountBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsItemConnectedAccountBinding.java index 31daccd041..ef32dead2a 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsItemConnectedAccountBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsItemConnectedAccountBinding.java @@ -16,7 +16,7 @@ public final class WidgetSettingsItemConnectedAccountBinding implements ViewBind @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f2010c; + public final ImageView f2011c; @NonNull public final TextView d; @NonNull @@ -33,7 +33,7 @@ public final class WidgetSettingsItemConnectedAccountBinding implements ViewBind public WidgetSettingsItemConnectedAccountBinding(@NonNull CardView cardView, @NonNull ImageView imageView, @NonNull View view, @NonNull ImageView imageView2, @NonNull TextView textView, @NonNull SwitchMaterial switchMaterial, @NonNull SwitchMaterial switchMaterial2, @NonNull View view2, @NonNull TextView textView2, @NonNull LinearLayout linearLayout, @NonNull TextView textView3, @NonNull SwitchMaterial switchMaterial3) { this.a = cardView; this.b = imageView; - this.f2010c = imageView2; + this.f2011c = imageView2; this.d = textView; this.e = switchMaterial; this.f = switchMaterial2; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsLanguageBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsLanguageBinding.java index 5f34414bc6..e1cc296659 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsLanguageBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsLanguageBinding.java @@ -16,7 +16,7 @@ public final class WidgetSettingsLanguageBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f2011c; + public final ImageView f2012c; @NonNull public final TextView d; @NonNull @@ -29,7 +29,7 @@ public final class WidgetSettingsLanguageBinding implements ViewBinding { public WidgetSettingsLanguageBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull RelativeLayout relativeLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull CheckedSetting checkedSetting, @NonNull TextView textView3) { this.a = coordinatorLayout; this.b = relativeLayout; - this.f2011c = imageView; + this.f2012c = imageView; this.d = textView; this.e = textView2; this.f = checkedSetting; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsLanguageSelectItemBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsLanguageSelectItemBinding.java index d8090e90e8..ace0f7e8f5 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsLanguageSelectItemBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsLanguageSelectItemBinding.java @@ -15,14 +15,14 @@ public final class WidgetSettingsLanguageSelectItemBinding implements ViewBindin @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2012c; + public final TextView f2013c; @NonNull public final TextView d; public WidgetSettingsLanguageSelectItemBinding(@NonNull ConstraintLayout constraintLayout, @NonNull ImageView imageView, @NonNull Barrier barrier, @NonNull TextView textView, @NonNull TextView textView2) { this.a = constraintLayout; this.b = imageView; - this.f2012c = textView; + this.f2013c = textView; this.d = textView2; } diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsMediaBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsMediaBinding.java index 25d8cb7a0a..dabebfae0e 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsMediaBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsMediaBinding.java @@ -15,7 +15,7 @@ public final class WidgetSettingsMediaBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final CheckedSetting f2013c; + public final CheckedSetting f2014c; @NonNull public final LinkifiedTextView d; @NonNull @@ -40,7 +40,7 @@ public final class WidgetSettingsMediaBinding implements ViewBinding { public WidgetSettingsMediaBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull CheckedSetting checkedSetting3, @NonNull CheckedSetting checkedSetting4, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull CheckedSetting checkedSetting5, @NonNull CheckedSetting checkedSetting6) { this.a = coordinatorLayout; this.b = checkedSetting; - this.f2013c = checkedSetting2; + this.f2014c = checkedSetting2; this.d = linkifiedTextView; this.e = textView; this.f = textView2; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsNotificationOsBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsNotificationOsBinding.java index 1bea555930..c8f069c865 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsNotificationOsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsNotificationOsBinding.java @@ -15,14 +15,14 @@ public final class WidgetSettingsNotificationOsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RelativeLayout f2014c; + public final RelativeLayout f2015c; @NonNull public final CheckedSetting d; public WidgetSettingsNotificationOsBinding(@NonNull LinearLayout linearLayout, @NonNull CheckedSetting checkedSetting, @NonNull RelativeLayout relativeLayout, @NonNull TextView textView, @NonNull CheckedSetting checkedSetting2) { this.a = linearLayout; this.b = checkedSetting; - this.f2014c = relativeLayout; + this.f2015c = relativeLayout; this.d = checkedSetting2; } diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsNotificationsBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsNotificationsBinding.java index 0463f80352..b52a9a0312 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsNotificationsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsNotificationsBinding.java @@ -14,7 +14,7 @@ public final class WidgetSettingsNotificationsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final CheckedSetting f2015c; + public final CheckedSetting f2016c; @NonNull public final CheckedSetting d; @NonNull @@ -27,7 +27,7 @@ public final class WidgetSettingsNotificationsBinding implements ViewBinding { public WidgetSettingsNotificationsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull CheckedSetting checkedSetting3, @NonNull CheckedSetting checkedSetting4, @NonNull CheckedSetting checkedSetting5, @NonNull LinearLayout linearLayout) { this.a = coordinatorLayout; this.b = checkedSetting; - this.f2015c = checkedSetting2; + this.f2016c = checkedSetting2; this.d = checkedSetting3; this.e = checkedSetting4; this.f = checkedSetting5; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsPremiumBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsPremiumBinding.java index d0811851ee..e781ec4b5d 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsPremiumBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsPremiumBinding.java @@ -25,7 +25,7 @@ public final class WidgetSettingsPremiumBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final k0 f2016c; + public final k0 f2017c; @NonNull public final y2 d; @NonNull @@ -59,14 +59,14 @@ public final class WidgetSettingsPremiumBinding implements ViewBinding { @NonNull /* renamed from: s reason: collision with root package name */ - public final z2 f2017s; + public final z2 f2018s; @NonNull public final a3 t; public WidgetSettingsPremiumBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull y yVar, @NonNull k0 k0Var, @NonNull y2 y2Var, @NonNull ActiveSubscriptionView activeSubscriptionView, @NonNull ActiveSubscriptionView activeSubscriptionView2, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull MaterialButton materialButton, @NonNull ScrollView scrollView, @NonNull Button button, @NonNull CardView cardView, @NonNull TextView textView4, @NonNull LinearLayout linearLayout2, @NonNull TextView textView5, @NonNull AppViewFlipper appViewFlipper, @NonNull z2 z2Var, @NonNull a3 a3Var) { this.a = coordinatorLayout; this.b = yVar; - this.f2016c = k0Var; + this.f2017c = k0Var; this.d = y2Var; this.e = activeSubscriptionView; this.f = activeSubscriptionView2; @@ -82,7 +82,7 @@ public final class WidgetSettingsPremiumBinding implements ViewBinding { this.p = linearLayout2; this.q = textView5; this.r = appViewFlipper; - this.f2017s = z2Var; + this.f2018s = z2Var; this.t = a3Var; } diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsPrivacyBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsPrivacyBinding.java index 4e115b1305..41b6543bc5 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsPrivacyBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsPrivacyBinding.java @@ -17,7 +17,7 @@ public final class WidgetSettingsPrivacyBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final CheckedSetting f2018c; + public final CheckedSetting f2019c; @NonNull public final TextView d; @NonNull @@ -51,7 +51,7 @@ public final class WidgetSettingsPrivacyBinding implements ViewBinding { @NonNull /* renamed from: s reason: collision with root package name */ - public final CheckedSetting f2019s; + public final CheckedSetting f2020s; @NonNull public final CheckedSetting t; @NonNull @@ -63,20 +63,20 @@ public final class WidgetSettingsPrivacyBinding implements ViewBinding { @NonNull /* renamed from: x reason: collision with root package name */ - public final TextView f2020x; + public final TextView f2021x; @NonNull /* renamed from: y reason: collision with root package name */ - public final CheckedSetting f2021y; + public final CheckedSetting f2022y; @NonNull /* renamed from: z reason: collision with root package name */ - public final CheckedSetting f2022z; + public final CheckedSetting f2023z; public WidgetSettingsPrivacyBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull TextView textView, @NonNull CheckedSetting checkedSetting3, @NonNull CheckedSetting checkedSetting4, @NonNull DimmerView dimmerView, @NonNull TextView textView2, @NonNull CheckedSetting checkedSetting5, @NonNull LinearLayout linearLayout, @NonNull TextView textView3, @NonNull LinearLayout linearLayout2, @NonNull TextView textView4, @NonNull CheckedSetting checkedSetting6, @NonNull TextView textView5, @NonNull CheckedSetting checkedSetting7, @NonNull CheckedSetting checkedSetting8, @NonNull CheckedSetting checkedSetting9, @NonNull CheckedSetting checkedSetting10, @NonNull CheckedSetting checkedSetting11, @NonNull CheckedSetting checkedSetting12, @NonNull TextView textView6, @NonNull CheckedSetting checkedSetting13, @NonNull MaterialButton materialButton, @NonNull TextView textView7, @NonNull CheckedSetting checkedSetting14, @NonNull CheckedSetting checkedSetting15) { this.a = coordinatorLayout; this.b = checkedSetting; - this.f2018c = checkedSetting2; + this.f2019c = checkedSetting2; this.d = textView; this.e = checkedSetting3; this.f = checkedSetting4; @@ -92,14 +92,14 @@ public final class WidgetSettingsPrivacyBinding implements ViewBinding { this.p = checkedSetting8; this.q = checkedSetting9; this.r = checkedSetting10; - this.f2019s = checkedSetting11; + this.f2020s = checkedSetting11; this.t = checkedSetting12; this.u = textView6; this.v = checkedSetting13; this.w = materialButton; - this.f2020x = textView7; - this.f2021y = checkedSetting14; - this.f2022z = checkedSetting15; + this.f2021x = textView7; + this.f2022y = checkedSetting14; + this.f2023z = checkedSetting15; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsUserProfileBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsUserProfileBinding.java index 08d4e46b97..664e36592a 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsUserProfileBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsUserProfileBinding.java @@ -22,7 +22,7 @@ public final class WidgetSettingsUserProfileBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputEditText f2023c; + public final TextInputEditText f2024c; @NonNull public final TextInputLayout d; @NonNull @@ -39,7 +39,7 @@ public final class WidgetSettingsUserProfileBinding implements ViewBinding { public WidgetSettingsUserProfileBinding(@NonNull TouchInterceptingCoordinatorLayout touchInterceptingCoordinatorLayout, @NonNull CardView cardView, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout, @NonNull TextView textView, @NonNull CardView cardView2, @NonNull LinkifiedTextView linkifiedTextView, @NonNull DimmerView dimmerView, @NonNull LinearLayout linearLayout, @NonNull FloatingActionButton floatingActionButton, @NonNull NestedScrollView nestedScrollView, @NonNull UserProfileHeaderView userProfileHeaderView) { this.a = touchInterceptingCoordinatorLayout; this.b = cardView; - this.f2023c = textInputEditText; + this.f2024c = textInputEditText; this.d = textInputLayout; this.e = cardView2; this.f = linkifiedTextView; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsVoiceBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsVoiceBinding.java index 5b3013d58c..43deb9dc07 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsVoiceBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsVoiceBinding.java @@ -27,7 +27,7 @@ public final class WidgetSettingsVoiceBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final CheckedSetting f2024c; + public final CheckedSetting f2025c; @NonNull public final CheckedSetting d; @NonNull @@ -61,7 +61,7 @@ public final class WidgetSettingsVoiceBinding implements ViewBinding { @NonNull /* renamed from: s reason: collision with root package name */ - public final SeekBar f2025s; + public final SeekBar f2026s; @NonNull public final TextView t; @NonNull @@ -73,20 +73,20 @@ public final class WidgetSettingsVoiceBinding implements ViewBinding { @NonNull /* renamed from: x reason: collision with root package name */ - public final TextView f2026x; + public final TextView f2027x; @NonNull /* renamed from: y reason: collision with root package name */ - public final SeekBar f2027y; + public final SeekBar f2028y; @NonNull /* renamed from: z reason: collision with root package name */ - public final MaterialButton f2028z; + public final MaterialButton f2029z; public WidgetSettingsVoiceBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull CheckedSetting checkedSetting3, @NonNull CheckedSetting checkedSetting4, @NonNull TextView textView, @NonNull TextView textView2, @NonNull CheckedSetting checkedSetting5, @NonNull RelativeLayout relativeLayout, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull CheckedSetting checkedSetting6, @NonNull CheckedSetting checkedSetting7, @NonNull TextView textView5, @NonNull CheckedSetting checkedSetting8, @NonNull CheckedSetting checkedSetting9, @NonNull CheckedSetting checkedSetting10, @NonNull TextView textView6, @NonNull TextView textView7, @NonNull SeekBar seekBar, @NonNull LinearLayout linearLayout, @NonNull TextView textView8, @NonNull CheckedSetting checkedSetting11, @NonNull TextView textView9, @NonNull View view, @NonNull TextView textView10, @NonNull TextView textView11, @NonNull SeekBar seekBar2, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout2, @NonNull RelativeLayout relativeLayout2, @NonNull LinearLayout linearLayout3, @NonNull TextView textView12, @NonNull LinkifiedTextView linkifiedTextView) { this.a = coordinatorLayout; this.b = checkedSetting; - this.f2024c = checkedSetting2; + this.f2025c = checkedSetting2; this.d = checkedSetting3; this.e = checkedSetting4; this.f = textView; @@ -102,14 +102,14 @@ public final class WidgetSettingsVoiceBinding implements ViewBinding { this.p = checkedSetting10; this.q = textView6; this.r = textView7; - this.f2025s = seekBar; + this.f2026s = seekBar; this.t = textView8; this.u = checkedSetting11; this.v = textView9; this.w = view; - this.f2026x = textView11; - this.f2027y = seekBar2; - this.f2028z = materialButton; + this.f2027x = textView11; + this.f2028y = seekBar2; + this.f2029z = materialButton; this.A = linearLayout2; this.B = relativeLayout2; this.C = textView12; diff --git a/app/src/main/java/com/discord/databinding/WidgetSettingsVoiceInputModeBinding.java b/app/src/main/java/com/discord/databinding/WidgetSettingsVoiceInputModeBinding.java index ee9edb677d..0edca2eafe 100644 --- a/app/src/main/java/com/discord/databinding/WidgetSettingsVoiceInputModeBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetSettingsVoiceInputModeBinding.java @@ -14,12 +14,12 @@ public final class WidgetSettingsVoiceInputModeBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LinearLayout f2029c; + public final LinearLayout f2030c; public WidgetSettingsVoiceInputModeBinding(@NonNull NestedScrollView nestedScrollView, @NonNull TextView textView, @NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2) { this.a = nestedScrollView; this.b = linearLayout; - this.f2029c = linearLayout2; + this.f2030c = linearLayout2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetStageAudienceBlockedBottomSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetStageAudienceBlockedBottomSheetBinding.java index 8b7c807481..bb69c87685 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStageAudienceBlockedBottomSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStageAudienceBlockedBottomSheetBinding.java @@ -14,14 +14,14 @@ public final class WidgetStageAudienceBlockedBottomSheetBinding implements ViewB @NonNull /* renamed from: c reason: collision with root package name */ - public final MaxHeightRecyclerView f2030c; + public final MaxHeightRecyclerView f2031c; @NonNull public final MaterialButton d; public WidgetStageAudienceBlockedBottomSheetBinding(@NonNull ConstraintLayout constraintLayout, @NonNull MaterialButton materialButton, @NonNull MaxHeightRecyclerView maxHeightRecyclerView, @NonNull MaterialButton materialButton2) { this.a = constraintLayout; this.b = materialButton; - this.f2030c = maxHeightRecyclerView; + this.f2031c = maxHeightRecyclerView; this.d = materialButton2; } diff --git a/app/src/main/java/com/discord/databinding/WidgetStageAudienceNoticeBottomSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetStageAudienceNoticeBottomSheetBinding.java index 1cefa01c02..ac931077f0 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStageAudienceNoticeBottomSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStageAudienceNoticeBottomSheetBinding.java @@ -16,14 +16,14 @@ public final class WidgetStageAudienceNoticeBottomSheetBinding implements ViewBi @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2031c; + public final TextView f2032c; @NonNull public final MaterialButton d; public WidgetStageAudienceNoticeBottomSheetBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull Barrier barrier, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull ImageView imageView2, @NonNull TextView textView2, @NonNull ImageView imageView3, @NonNull TextView textView3, @NonNull ImageView imageView4, @NonNull TextView textView4, @NonNull MaterialButton materialButton, @NonNull ImageView imageView5, @NonNull TextView textView5) { this.a = coordinatorLayout; this.b = imageView4; - this.f2031c = textView4; + this.f2032c = textView4; this.d = materialButton; } diff --git a/app/src/main/java/com/discord/databinding/WidgetStageChannelAudienceBinding.java b/app/src/main/java/com/discord/databinding/WidgetStageChannelAudienceBinding.java index bfdec51c76..13ceed44e3 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStageChannelAudienceBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStageChannelAudienceBinding.java @@ -16,7 +16,7 @@ public final class WidgetStageChannelAudienceBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final CutoutView f2032c; + public final CutoutView f2033c; @NonNull public final TextView d; @NonNull @@ -25,7 +25,7 @@ public final class WidgetStageChannelAudienceBinding implements ViewBinding { public WidgetStageChannelAudienceBinding(@NonNull ConstraintLayout constraintLayout, @NonNull ConstraintLayout constraintLayout2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull CutoutView cutoutView, @NonNull TextView textView, @NonNull ImageView imageView) { this.a = constraintLayout; this.b = simpleDraweeView; - this.f2032c = cutoutView; + this.f2033c = cutoutView; this.d = textView; this.e = imageView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetStageChannelDetailsBinding.java b/app/src/main/java/com/discord/databinding/WidgetStageChannelDetailsBinding.java index dff51d8fe6..4fe5d47f01 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStageChannelDetailsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStageChannelDetailsBinding.java @@ -14,7 +14,7 @@ public final class WidgetStageChannelDetailsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f2033c; + public final ImageView f2034c; @NonNull public final TextView d; @NonNull @@ -37,7 +37,7 @@ public final class WidgetStageChannelDetailsBinding implements ViewBinding { public WidgetStageChannelDetailsBinding(@NonNull ConstraintLayout constraintLayout, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView3, @NonNull ImageView imageView4, @NonNull TextView textView3, @NonNull ImageView imageView5, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull ImageView imageView6, @NonNull TextView textView6) { this.a = constraintLayout; this.b = imageView; - this.f2033c = imageView2; + this.f2034c = imageView2; this.d = textView; this.e = textView2; this.f = imageView3; diff --git a/app/src/main/java/com/discord/databinding/WidgetStageChannelModeratorPermissionsBinding.java b/app/src/main/java/com/discord/databinding/WidgetStageChannelModeratorPermissionsBinding.java index 1bc3a0ee63..10bc4cea88 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStageChannelModeratorPermissionsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStageChannelModeratorPermissionsBinding.java @@ -14,14 +14,14 @@ public final class WidgetStageChannelModeratorPermissionsBinding implements View @NonNull /* renamed from: c reason: collision with root package name */ - public final PermissionOwnerListView f2034c; + public final PermissionOwnerListView f2035c; @NonNull public final PermissionOwnerListView d; public WidgetStageChannelModeratorPermissionsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull AddPermissionOwnerView addPermissionOwnerView, @NonNull PermissionOwnerListView permissionOwnerListView, @NonNull PermissionOwnerListView permissionOwnerListView2) { this.a = coordinatorLayout; this.b = addPermissionOwnerView; - this.f2034c = permissionOwnerListView; + this.f2035c = permissionOwnerListView; this.d = permissionOwnerListView2; } diff --git a/app/src/main/java/com/discord/databinding/WidgetStageChannelPrestartDetailsBinding.java b/app/src/main/java/com/discord/databinding/WidgetStageChannelPrestartDetailsBinding.java index 73111e5b61..3a3bfc63d8 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStageChannelPrestartDetailsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStageChannelPrestartDetailsBinding.java @@ -13,12 +13,12 @@ public final class WidgetStageChannelPrestartDetailsBinding implements ViewBindi @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2035c; + public final TextView f2036c; public WidgetStageChannelPrestartDetailsBinding(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull TextView textView2) { this.a = constraintLayout; this.b = textView; - this.f2035c = textView2; + this.f2036c = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetStageModeratorJoinBottomSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetStageModeratorJoinBottomSheetBinding.java index 5c7a6409d9..d6b7b4c35e 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStageModeratorJoinBottomSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStageModeratorJoinBottomSheetBinding.java @@ -15,12 +15,12 @@ public final class WidgetStageModeratorJoinBottomSheetBinding implements ViewBin @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f2036c; + public final MaterialButton f2037c; public WidgetStageModeratorJoinBottomSheetBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull AppCompatImageView appCompatImageView, @NonNull TextView textView, @NonNull TextView textView2) { this.a = coordinatorLayout; this.b = materialButton; - this.f2036c = materialButton2; + this.f2037c = materialButton2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetStagePublicNoticeBottomSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetStagePublicNoticeBottomSheetBinding.java index 0b09461f9f..a7b3acba73 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStagePublicNoticeBottomSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStagePublicNoticeBottomSheetBinding.java @@ -17,14 +17,14 @@ public final class WidgetStagePublicNoticeBottomSheetBinding implements ViewBind @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f2037c; + public final MaterialButton f2038c; @NonNull public final LinkifiedTextView d; public WidgetStagePublicNoticeBottomSheetBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull AppCompatImageView appCompatImageView, @NonNull LinearLayout linearLayout, @NonNull ScreenTitleView screenTitleView, @NonNull LinkifiedTextView linkifiedTextView) { this.a = coordinatorLayout; this.b = materialButton; - this.f2037c = materialButton2; + this.f2038c = materialButton2; this.d = linkifiedTextView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetStageRaisedHandsBottomSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetStageRaisedHandsBottomSheetBinding.java index 3b8bad661f..649c9cfbe9 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStageRaisedHandsBottomSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStageRaisedHandsBottomSheetBinding.java @@ -17,7 +17,7 @@ public final class WidgetStageRaisedHandsBottomSheetBinding implements ViewBindi @NonNull /* renamed from: c reason: collision with root package name */ - public final Group f2038c; + public final Group f2039c; @NonNull public final SwitchMaterial d; @NonNull @@ -32,7 +32,7 @@ public final class WidgetStageRaisedHandsBottomSheetBinding implements ViewBindi public WidgetStageRaisedHandsBottomSheetBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull View view, @NonNull MaterialTextView materialTextView, @NonNull Group group, @NonNull ImageView imageView, @NonNull MaterialTextView materialTextView2, @NonNull MaterialTextView materialTextView3, @NonNull SwitchMaterial switchMaterial, @NonNull CoordinatorLayout coordinatorLayout2, @NonNull MaxHeightRecyclerView maxHeightRecyclerView, @NonNull MaterialTextView materialTextView4, @NonNull MaterialTextView materialTextView5, @NonNull MaterialTextView materialTextView6, @NonNull Group group2, @NonNull ImageView imageView2) { this.a = coordinatorLayout; this.b = materialTextView; - this.f2038c = group; + this.f2039c = group; this.d = switchMaterial; this.e = maxHeightRecyclerView; this.f = materialTextView4; diff --git a/app/src/main/java/com/discord/databinding/WidgetStageSettingsBinding.java b/app/src/main/java/com/discord/databinding/WidgetStageSettingsBinding.java index 5a9ecdd332..791bda83bf 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStageSettingsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStageSettingsBinding.java @@ -21,7 +21,7 @@ public final class WidgetStageSettingsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LinkifiedTextView f2039c; + public final LinkifiedTextView f2040c; @NonNull public final CheckedSetting d; @NonNull @@ -40,7 +40,7 @@ public final class WidgetStageSettingsBinding implements ViewBinding { public WidgetStageSettingsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull CheckedSetting checkedSetting, @NonNull LinearLayout linearLayout, @NonNull View view, @NonNull LinkifiedTextView linkifiedTextView, @NonNull CheckedSetting checkedSetting2, @NonNull LinkifiedTextView linkifiedTextView2, @NonNull CheckedSetting checkedSetting3, @NonNull ScreenTitleView screenTitleView, @NonNull TextInputLayout textInputLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull Space space, @NonNull TextInputEditText textInputEditText) { this.a = coordinatorLayout; this.b = checkedSetting; - this.f2039c = linkifiedTextView; + this.f2040c = linkifiedTextView; this.d = checkedSetting2; this.e = linkifiedTextView2; this.f = checkedSetting3; diff --git a/app/src/main/java/com/discord/databinding/WidgetStageStartEventBottomSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetStageStartEventBottomSheetBinding.java index 700ccdb6cb..cc99cdcb00 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStageStartEventBottomSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStageStartEventBottomSheetBinding.java @@ -17,7 +17,7 @@ public final class WidgetStageStartEventBottomSheetBinding implements ViewBindin @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f2040c; + public final MaterialButton f2041c; @NonNull public final TextView d; @NonNull @@ -30,7 +30,7 @@ public final class WidgetStageStartEventBottomSheetBinding implements ViewBindin public WidgetStageStartEventBottomSheetBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull AppCompatImageView appCompatImageView, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextInputEditText textInputEditText, @NonNull TextView textView4, @NonNull TextInputLayout textInputLayout) { this.a = coordinatorLayout; this.b = textView; - this.f2040c = materialButton; + this.f2041c = materialButton; this.d = textView2; this.e = textView3; this.f = textInputEditText; diff --git a/app/src/main/java/com/discord/databinding/WidgetStartCallSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetStartCallSheetBinding.java index a23013d030..214cfc584e 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStartCallSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStartCallSheetBinding.java @@ -13,12 +13,12 @@ public final class WidgetStartCallSheetBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2041c; + public final TextView f2042c; public WidgetStartCallSheetBinding(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2) { this.a = linearLayout; this.b = textView; - this.f2041c = textView2; + this.f2042c = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetStartStageServerSelectionBinding.java b/app/src/main/java/com/discord/databinding/WidgetStartStageServerSelectionBinding.java index d4b05f9ce1..396db9734b 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStartStageServerSelectionBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStartStageServerSelectionBinding.java @@ -16,7 +16,7 @@ public final class WidgetStartStageServerSelectionBinding implements ViewBinding @NonNull /* renamed from: c reason: collision with root package name */ - public final RecyclerView f2042c; + public final RecyclerView f2043c; @NonNull public final ImageView d; @NonNull @@ -27,7 +27,7 @@ public final class WidgetStartStageServerSelectionBinding implements ViewBinding public WidgetStartStageServerSelectionBinding(@NonNull ConstraintLayout constraintLayout, @NonNull ImageView imageView, @NonNull RecyclerView recyclerView, @NonNull ImageView imageView2, @NonNull Button button, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = constraintLayout; this.b = imageView; - this.f2042c = recyclerView; + this.f2043c = recyclerView; this.d = imageView2; this.e = button; this.f = textView3; diff --git a/app/src/main/java/com/discord/databinding/WidgetStartStageServerSelectionBulletItemBinding.java b/app/src/main/java/com/discord/databinding/WidgetStartStageServerSelectionBulletItemBinding.java index 620f72f68b..abe8a0580f 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStartStageServerSelectionBulletItemBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStartStageServerSelectionBulletItemBinding.java @@ -14,7 +14,7 @@ public final class WidgetStartStageServerSelectionBulletItemBinding implements V @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f2043c; + public final ImageView f2044c; @NonNull public final ImageView d; @NonNull @@ -23,7 +23,7 @@ public final class WidgetStartStageServerSelectionBulletItemBinding implements V public WidgetStartStageServerSelectionBulletItemBinding(@NonNull ConstraintLayout constraintLayout, @NonNull ConstraintLayout constraintLayout2, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull LinkifiedTextView linkifiedTextView) { this.a = constraintLayout; this.b = constraintLayout2; - this.f2043c = imageView; + this.f2044c = imageView; this.d = imageView2; this.e = linkifiedTextView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetStartStageServerSelectionGuildItemBinding.java b/app/src/main/java/com/discord/databinding/WidgetStartStageServerSelectionGuildItemBinding.java index 69bfc80732..0f35bcbbdc 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStartStageServerSelectionGuildItemBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStartStageServerSelectionGuildItemBinding.java @@ -15,7 +15,7 @@ public final class WidgetStartStageServerSelectionGuildItemBinding implements Vi @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f2044c; + public final ImageView f2045c; @NonNull public final SimpleDraweeView d; @NonNull @@ -24,7 +24,7 @@ public final class WidgetStartStageServerSelectionGuildItemBinding implements Vi public WidgetStartStageServerSelectionGuildItemBinding(@NonNull ConstraintLayout constraintLayout, @NonNull ImageView imageView, @NonNull ConstraintLayout constraintLayout2, @NonNull ImageView imageView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { this.a = constraintLayout; this.b = constraintLayout2; - this.f2044c = imageView2; + this.f2045c = imageView2; this.d = simpleDraweeView; this.e = textView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetStickerPackStoreSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetStickerPackStoreSheetBinding.java index 6b90a6b350..c13666eb20 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStickerPackStoreSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStickerPackStoreSheetBinding.java @@ -16,7 +16,7 @@ public final class WidgetStickerPackStoreSheetBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RecyclerView f2045c; + public final RecyclerView f2046c; @NonNull public final SimpleDraweeView d; @NonNull @@ -25,7 +25,7 @@ public final class WidgetStickerPackStoreSheetBinding implements ViewBinding { public WidgetStickerPackStoreSheetBinding(@NonNull RelativeLayout relativeLayout, @NonNull FrameLayout frameLayout, @NonNull RelativeLayout relativeLayout2, @NonNull RecyclerView recyclerView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull LoadingButton loadingButton) { this.a = relativeLayout; this.b = relativeLayout2; - this.f2045c = recyclerView; + this.f2046c = recyclerView; this.d = simpleDraweeView; this.e = loadingButton; } diff --git a/app/src/main/java/com/discord/databinding/WidgetStickerPickerBinding.java b/app/src/main/java/com/discord/databinding/WidgetStickerPickerBinding.java index 504b270fd5..ce58757714 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStickerPickerBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStickerPickerBinding.java @@ -24,7 +24,7 @@ public final class WidgetStickerPickerBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LinkifiedTextView f2046c; + public final LinkifiedTextView f2047c; @NonNull public final StickerView d; @NonNull @@ -58,12 +58,12 @@ public final class WidgetStickerPickerBinding implements ViewBinding { @NonNull /* renamed from: s reason: collision with root package name */ - public final Toolbar f2047s; + public final Toolbar f2048s; public WidgetStickerPickerBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull ImageView imageView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull StickerView stickerView, @NonNull StickerView stickerView2, @NonNull StickerView stickerView3, @NonNull StickerView stickerView4, @NonNull LoadingButton loadingButton, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull RecyclerView recyclerView, @NonNull AppViewFlipper appViewFlipper, @NonNull AppBarLayout appBarLayout, @NonNull ConstraintLayout constraintLayout, @NonNull View view, @NonNull RecyclerView recyclerView2, @NonNull CoordinatorLayout coordinatorLayout2, @NonNull SearchInputView searchInputView, @NonNull Toolbar toolbar) { this.a = coordinatorLayout; this.b = imageView; - this.f2046c = linkifiedTextView; + this.f2047c = linkifiedTextView; this.d = stickerView; this.e = stickerView2; this.f = stickerView3; @@ -79,7 +79,7 @@ public final class WidgetStickerPickerBinding implements ViewBinding { this.p = recyclerView2; this.q = coordinatorLayout2; this.r = searchInputView; - this.f2047s = toolbar; + this.f2048s = toolbar; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetStickerSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetStickerSheetBinding.java index 146c389571..2608950431 100644 --- a/app/src/main/java/com/discord/databinding/WidgetStickerSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetStickerSheetBinding.java @@ -18,7 +18,7 @@ public final class WidgetStickerSheetBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2048c; + public final TextView f2049c; @NonNull public final TextView d; @NonNull @@ -39,7 +39,7 @@ public final class WidgetStickerSheetBinding implements ViewBinding { public WidgetStickerSheetBinding(@NonNull LinearLayout linearLayout, @NonNull LoadingButton loadingButton, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout2, @NonNull MaterialButton materialButton, @NonNull Chip chip, @NonNull RelativeLayout relativeLayout, @NonNull StickerView stickerView, @NonNull StickerView stickerView2, @NonNull StickerView stickerView3, @NonNull StickerView stickerView4) { this.a = linearLayout; this.b = loadingButton; - this.f2048c = textView; + this.f2049c = textView; this.d = textView2; this.e = materialButton; this.f = chip; diff --git a/app/src/main/java/com/discord/databinding/WidgetTabsHostBinding.java b/app/src/main/java/com/discord/databinding/WidgetTabsHostBinding.java index 92f5d484b5..f78f51c6ee 100644 --- a/app/src/main/java/com/discord/databinding/WidgetTabsHostBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetTabsHostBinding.java @@ -15,7 +15,7 @@ public final class WidgetTabsHostBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ConstraintLayout f2049c; + public final ConstraintLayout f2050c; @NonNull public final FragmentContainerView d; @NonNull @@ -34,7 +34,7 @@ public final class WidgetTabsHostBinding implements ViewBinding { public WidgetTabsHostBinding(@NonNull ConstraintLayout constraintLayout, @NonNull TabsHostBottomNavigationView tabsHostBottomNavigationView, @NonNull ConstraintLayout constraintLayout2, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FragmentContainerView fragmentContainerView3, @NonNull FragmentContainerView fragmentContainerView4, @NonNull FragmentContainerView fragmentContainerView5, @NonNull FrameLayout frameLayout, @NonNull FrameLayout frameLayout2, @NonNull FragmentContainerView fragmentContainerView6) { this.a = constraintLayout; this.b = tabsHostBottomNavigationView; - this.f2049c = constraintLayout2; + this.f2050c = constraintLayout2; this.d = fragmentContainerView; this.e = fragmentContainerView2; this.f = fragmentContainerView4; diff --git a/app/src/main/java/com/discord/databinding/WidgetTextChannelSettingsBinding.java b/app/src/main/java/com/discord/databinding/WidgetTextChannelSettingsBinding.java index 10ac027a00..a795a54fbb 100644 --- a/app/src/main/java/com/discord/databinding/WidgetTextChannelSettingsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetTextChannelSettingsBinding.java @@ -19,7 +19,7 @@ public final class WidgetTextChannelSettingsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputLayout f2050c; + public final TextInputLayout f2051c; @NonNull public final TextInputLayout d; @NonNull @@ -54,7 +54,7 @@ public final class WidgetTextChannelSettingsBinding implements ViewBinding { public WidgetTextChannelSettingsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull CheckedSetting checkedSetting, @NonNull TextInputLayout textInputLayout, @NonNull TextInputLayout textInputLayout2, @NonNull LinearLayout linearLayout, @NonNull CheckedSetting checkedSetting2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout2, @NonNull View view, @NonNull FloatingActionButton floatingActionButton, @NonNull LinearLayout linearLayout3, @NonNull LinearLayout linearLayout4, @NonNull LinearLayout linearLayout5, @NonNull LinearLayout linearLayout6, @NonNull TextView textView3, @NonNull SeekBar seekBar, @NonNull TextView textView4, @NonNull WidgetThreadArchiveActionsSheetBinding widgetThreadArchiveActionsSheetBinding, @NonNull NestedScrollView nestedScrollView) { this.a = coordinatorLayout; this.b = checkedSetting; - this.f2050c = textInputLayout; + this.f2051c = textInputLayout; this.d = textInputLayout2; this.e = linearLayout; this.f = checkedSetting2; diff --git a/app/src/main/java/com/discord/databinding/WidgetThreadArchiveActionsSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetThreadArchiveActionsSheetBinding.java index d2f43e6120..21e105d3a5 100644 --- a/app/src/main/java/com/discord/databinding/WidgetThreadArchiveActionsSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetThreadArchiveActionsSheetBinding.java @@ -18,7 +18,7 @@ public final class WidgetThreadArchiveActionsSheetBinding implements ViewBinding @NonNull /* renamed from: c reason: collision with root package name */ - public final LinearLayout f2051c; + public final LinearLayout f2052c; @NonNull public final ConstraintLayout d; @NonNull @@ -53,7 +53,7 @@ public final class WidgetThreadArchiveActionsSheetBinding implements ViewBinding public WidgetThreadArchiveActionsSheetBinding(@NonNull NestedScrollView nestedScrollView, @NonNull TextView textView, @NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull ConstraintLayout constraintLayout, @NonNull MaterialRadioButton materialRadioButton, @NonNull ConstraintLayout constraintLayout2, @NonNull TextView textView2, @NonNull ImageView imageView, @NonNull TextView textView3, @NonNull MaterialRadioButton materialRadioButton2, @NonNull ConstraintLayout constraintLayout3, @NonNull TextView textView4, @NonNull ImageView imageView2, @NonNull TextView textView5, @NonNull MaterialRadioButton materialRadioButton3, @NonNull ConstraintLayout constraintLayout4, @NonNull MaterialRadioButton materialRadioButton4, @NonNull TextView textView6, @NonNull TextView textView7) { this.a = nestedScrollView; this.b = textView; - this.f2051c = linearLayout; + this.f2052c = linearLayout; this.d = constraintLayout; this.e = materialRadioButton; this.f = constraintLayout2; diff --git a/app/src/main/java/com/discord/databinding/WidgetThreadBrowserActiveBinding.java b/app/src/main/java/com/discord/databinding/WidgetThreadBrowserActiveBinding.java index 45a5d17ed5..a3cffacba3 100644 --- a/app/src/main/java/com/discord/databinding/WidgetThreadBrowserActiveBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetThreadBrowserActiveBinding.java @@ -14,12 +14,12 @@ public final class WidgetThreadBrowserActiveBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RecyclerView f2052c; + public final RecyclerView f2053c; public WidgetThreadBrowserActiveBinding(@NonNull ConstraintLayout constraintLayout, @NonNull p1 p1Var, @NonNull RecyclerView recyclerView) { this.a = constraintLayout; this.b = p1Var; - this.f2052c = recyclerView; + this.f2053c = recyclerView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetThreadBrowserArchivedBinding.java b/app/src/main/java/com/discord/databinding/WidgetThreadBrowserArchivedBinding.java index 166042c10c..79b67e9d3e 100644 --- a/app/src/main/java/com/discord/databinding/WidgetThreadBrowserArchivedBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetThreadBrowserArchivedBinding.java @@ -16,7 +16,7 @@ public final class WidgetThreadBrowserArchivedBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RecyclerView f2053c; + public final RecyclerView f2054c; @NonNull public final ConstraintLayout d; @NonNull @@ -25,7 +25,7 @@ public final class WidgetThreadBrowserArchivedBinding implements ViewBinding { public WidgetThreadBrowserArchivedBinding(@NonNull ConstraintLayout constraintLayout, @NonNull p1 p1Var, @NonNull RecyclerView recyclerView, @NonNull TextView textView, @NonNull ConstraintLayout constraintLayout2, @NonNull MaterialButton materialButton) { this.a = constraintLayout; this.b = p1Var; - this.f2053c = recyclerView; + this.f2054c = recyclerView; this.d = constraintLayout2; this.e = materialButton; } diff --git a/app/src/main/java/com/discord/databinding/WidgetThreadBrowserBinding.java b/app/src/main/java/com/discord/databinding/WidgetThreadBrowserBinding.java index dbb9d4ba9b..0ab2d25a49 100644 --- a/app/src/main/java/com/discord/databinding/WidgetThreadBrowserBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetThreadBrowserBinding.java @@ -15,12 +15,12 @@ public final class WidgetThreadBrowserBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final SimplePager f2054c; + public final SimplePager f2055c; public WidgetThreadBrowserBinding(@NonNull ConstraintLayout constraintLayout, @NonNull TabLayout tabLayout, @NonNull AppBarLayout appBarLayout, @NonNull SimplePager simplePager) { this.a = constraintLayout; this.b = tabLayout; - this.f2054c = simplePager; + this.f2055c = simplePager; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetThreadBrowserFilterSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetThreadBrowserFilterSheetBinding.java index de26c72c24..5496d0f414 100644 --- a/app/src/main/java/com/discord/databinding/WidgetThreadBrowserFilterSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetThreadBrowserFilterSheetBinding.java @@ -15,7 +15,7 @@ public final class WidgetThreadBrowserFilterSheetBinding implements ViewBinding @NonNull /* renamed from: c reason: collision with root package name */ - public final CardView f2055c; + public final CardView f2056c; @NonNull public final CheckedSetting d; @NonNull @@ -24,7 +24,7 @@ public final class WidgetThreadBrowserFilterSheetBinding implements ViewBinding public WidgetThreadBrowserFilterSheetBinding(@NonNull NestedScrollView nestedScrollView, @NonNull TextView textView, @NonNull CheckedSetting checkedSetting, @NonNull CardView cardView, @NonNull CheckedSetting checkedSetting2, @NonNull CheckedSetting checkedSetting3) { this.a = nestedScrollView; this.b = checkedSetting; - this.f2055c = cardView; + this.f2056c = cardView; this.d = checkedSetting2; this.e = checkedSetting3; } diff --git a/app/src/main/java/com/discord/databinding/WidgetThreadNotificationSettingsBinding.java b/app/src/main/java/com/discord/databinding/WidgetThreadNotificationSettingsBinding.java index aea75026a8..3dd6ee57c1 100644 --- a/app/src/main/java/com/discord/databinding/WidgetThreadNotificationSettingsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetThreadNotificationSettingsBinding.java @@ -15,7 +15,7 @@ public final class WidgetThreadNotificationSettingsBinding implements ViewBindin @NonNull /* renamed from: c reason: collision with root package name */ - public final CheckedSetting f2056c; + public final CheckedSetting f2057c; @NonNull public final CheckedSetting d; @NonNull @@ -24,7 +24,7 @@ public final class WidgetThreadNotificationSettingsBinding implements ViewBindin public WidgetThreadNotificationSettingsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull NestedScrollView nestedScrollView, @NonNull LinearLayout linearLayout, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull CheckedSetting checkedSetting3) { this.a = coordinatorLayout; this.b = linearLayout; - this.f2056c = checkedSetting; + this.f2057c = checkedSetting; this.d = checkedSetting2; this.e = checkedSetting3; } diff --git a/app/src/main/java/com/discord/databinding/WidgetThreadSettingsBinding.java b/app/src/main/java/com/discord/databinding/WidgetThreadSettingsBinding.java index 041739fd14..e742593471 100644 --- a/app/src/main/java/com/discord/databinding/WidgetThreadSettingsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetThreadSettingsBinding.java @@ -18,7 +18,7 @@ public final class WidgetThreadSettingsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final View f2057c; + public final View f2058c; @NonNull public final TextInputLayout d; @NonNull @@ -35,7 +35,7 @@ public final class WidgetThreadSettingsBinding implements ViewBinding { public WidgetThreadSettingsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull TextView textView, @NonNull LinearLayout linearLayout, @NonNull View view, @NonNull NestedScrollView nestedScrollView, @NonNull TextInputLayout textInputLayout, @NonNull LinearLayout linearLayout2, @NonNull FloatingActionButton floatingActionButton, @NonNull LinearLayout linearLayout3, @NonNull TextView textView2, @NonNull SeekBar seekBar, @NonNull TextView textView3) { this.a = coordinatorLayout; this.b = textView; - this.f2057c = view; + this.f2058c = view; this.d = textInputLayout; this.e = linearLayout2; this.f = floatingActionButton; diff --git a/app/src/main/java/com/discord/databinding/WidgetThreadStatusBinding.java b/app/src/main/java/com/discord/databinding/WidgetThreadStatusBinding.java index 0eef0fac2f..d509716b16 100644 --- a/app/src/main/java/com/discord/databinding/WidgetThreadStatusBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetThreadStatusBinding.java @@ -14,14 +14,14 @@ public final class WidgetThreadStatusBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LoadingButton f2058c; + public final LoadingButton f2059c; @NonNull public final LinkifiedTextView d; public WidgetThreadStatusBinding(@NonNull ConstraintLayout constraintLayout, @NonNull ConstraintLayout constraintLayout2, @NonNull LoadingButton loadingButton, @NonNull LinkifiedTextView linkifiedTextView) { this.a = constraintLayout; this.b = constraintLayout2; - this.f2058c = loadingButton; + this.f2059c = loadingButton; this.d = linkifiedTextView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetTosAcceptBinding.java b/app/src/main/java/com/discord/databinding/WidgetTosAcceptBinding.java index 0c5862b5e6..44e2790614 100644 --- a/app/src/main/java/com/discord/databinding/WidgetTosAcceptBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetTosAcceptBinding.java @@ -17,7 +17,7 @@ public final class WidgetTosAcceptBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f2059c; + public final MaterialButton f2060c; @NonNull public final LinkifiedTextView d; @NonNull @@ -26,7 +26,7 @@ public final class WidgetTosAcceptBinding implements ViewBinding { public WidgetTosAcceptBinding(@NonNull RelativeLayout relativeLayout, @NonNull CheckBox checkBox, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout, @NonNull LinkifiedTextView linkifiedTextView, @NonNull LinkifiedTextView linkifiedTextView2, @NonNull TextView textView, @NonNull TextView textView2) { this.a = relativeLayout; this.b = checkBox; - this.f2059c = materialButton; + this.f2060c = materialButton; this.d = linkifiedTextView; this.e = linkifiedTextView2; } diff --git a/app/src/main/java/com/discord/databinding/WidgetTosReportViolationBinding.java b/app/src/main/java/com/discord/databinding/WidgetTosReportViolationBinding.java index 05ba21be6b..719cbdd4b1 100644 --- a/app/src/main/java/com/discord/databinding/WidgetTosReportViolationBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetTosReportViolationBinding.java @@ -17,7 +17,7 @@ public final class WidgetTosReportViolationBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2060c; + public final TextView f2061c; @NonNull public final LinearLayout d; @NonNull @@ -30,7 +30,7 @@ public final class WidgetTosReportViolationBinding implements ViewBinding { public WidgetTosReportViolationBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull LoadingButton loadingButton, @NonNull TextView textView, @NonNull LinearLayout linearLayout, @NonNull TextView textView2, @NonNull ProgressBar progressBar, @NonNull LinkifiedTextView linkifiedTextView) { this.a = coordinatorLayout; this.b = loadingButton; - this.f2060c = textView; + this.f2061c = textView; this.d = linearLayout; this.e = textView2; this.f = progressBar; diff --git a/app/src/main/java/com/discord/databinding/WidgetTosReportViolationReasonBinding.java b/app/src/main/java/com/discord/databinding/WidgetTosReportViolationReasonBinding.java index a6df949709..f5649f27f7 100644 --- a/app/src/main/java/com/discord/databinding/WidgetTosReportViolationReasonBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetTosReportViolationReasonBinding.java @@ -14,14 +14,14 @@ public final class WidgetTosReportViolationReasonBinding implements ViewBinding @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2061c; + public final TextView f2062c; @NonNull public final MaterialRadioButton d; public WidgetTosReportViolationReasonBinding(@NonNull RelativeLayout relativeLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull MaterialRadioButton materialRadioButton) { this.a = relativeLayout; this.b = textView; - this.f2061c = textView2; + this.f2062c = textView2; this.d = materialRadioButton; } diff --git a/app/src/main/java/com/discord/databinding/WidgetUnknownStickerSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetUnknownStickerSheetBinding.java index 7d82210d44..b723342e52 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUnknownStickerSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUnknownStickerSheetBinding.java @@ -14,12 +14,12 @@ public final class WidgetUnknownStickerSheetBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2062c; + public final TextView f2063c; public WidgetUnknownStickerSheetBinding(@NonNull LinearLayout linearLayout, @NonNull StickerView stickerView, @NonNull TextView textView) { this.a = linearLayout; this.b = stickerView; - this.f2062c = textView; + this.f2063c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetUrlActionsBinding.java b/app/src/main/java/com/discord/databinding/WidgetUrlActionsBinding.java index 962da9b92c..d5f613bbb7 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUrlActionsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUrlActionsBinding.java @@ -13,7 +13,7 @@ public final class WidgetUrlActionsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2063c; + public final TextView f2064c; @NonNull public final TextView d; @NonNull @@ -22,7 +22,7 @@ public final class WidgetUrlActionsBinding implements ViewBinding { public WidgetUrlActionsBinding(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4) { this.a = linearLayout; this.b = textView; - this.f2063c = textView2; + this.f2064c = textView2; this.d = textView3; this.e = textView4; } diff --git a/app/src/main/java/com/discord/databinding/WidgetUserAccountVerifyBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserAccountVerifyBinding.java index d7e4eb3c8f..94568b8022 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserAccountVerifyBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserAccountVerifyBinding.java @@ -14,7 +14,7 @@ public final class WidgetUserAccountVerifyBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RelativeLayout f2064c; + public final RelativeLayout f2065c; @NonNull public final LinkifiedTextView d; @NonNull @@ -23,7 +23,7 @@ public final class WidgetUserAccountVerifyBinding implements ViewBinding { public WidgetUserAccountVerifyBinding(@NonNull RelativeLayout relativeLayout, @NonNull RelativeLayout relativeLayout2, @NonNull RelativeLayout relativeLayout3, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView) { this.a = relativeLayout; this.b = relativeLayout2; - this.f2064c = relativeLayout3; + this.f2065c = relativeLayout3; this.d = linkifiedTextView; this.e = textView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetUserEmailUpdateBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserEmailUpdateBinding.java index ac7b3bfb21..751c076724 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserEmailUpdateBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserEmailUpdateBinding.java @@ -16,7 +16,7 @@ public final class WidgetUserEmailUpdateBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputLayout f2065c; + public final TextInputLayout f2066c; @NonNull public final TextInputLayout d; @NonNull @@ -25,7 +25,7 @@ public final class WidgetUserEmailUpdateBinding implements ViewBinding { public WidgetUserEmailUpdateBinding(@NonNull RelativeLayout relativeLayout, @NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextInputLayout textInputLayout, @NonNull TextInputLayout textInputLayout2, @NonNull DimmerView dimmerView) { this.a = relativeLayout; this.b = materialButton; - this.f2065c = textInputLayout; + this.f2066c = textInputLayout; this.d = textInputLayout2; this.e = dimmerView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetUserEmailVerifyBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserEmailVerifyBinding.java index e319dcae37..a66662788b 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserEmailVerifyBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserEmailVerifyBinding.java @@ -14,12 +14,12 @@ public final class WidgetUserEmailVerifyBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f2066c; + public final MaterialButton f2067c; public WidgetUserEmailVerifyBinding(@NonNull RelativeLayout relativeLayout, @NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2) { this.a = relativeLayout; this.b = materialButton; - this.f2066c = materialButton2; + this.f2067c = materialButton2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetUserMentionsBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserMentionsBinding.java index 9760c8f910..a80710b2e8 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserMentionsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserMentionsBinding.java @@ -14,12 +14,12 @@ public final class WidgetUserMentionsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RecyclerView f2067c; + public final RecyclerView f2068c; public WidgetUserMentionsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull Toolbar toolbar, @NonNull RecyclerView recyclerView) { this.a = coordinatorLayout; this.b = toolbar; - this.f2067c = recyclerView; + this.f2068c = recyclerView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetUserMentionsFilterBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserMentionsFilterBinding.java index 34e3b802d4..e6dccaa168 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserMentionsFilterBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserMentionsFilterBinding.java @@ -13,14 +13,14 @@ public final class WidgetUserMentionsFilterBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final CheckedSetting f2068c; + public final CheckedSetting f2069c; @NonNull public final CheckedSetting d; public WidgetUserMentionsFilterBinding(@NonNull NestedScrollView nestedScrollView, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull CheckedSetting checkedSetting3) { this.a = nestedScrollView; this.b = checkedSetting; - this.f2068c = checkedSetting2; + this.f2069c = checkedSetting2; this.d = checkedSetting3; } diff --git a/app/src/main/java/com/discord/databinding/WidgetUserPasswordVerifyBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserPasswordVerifyBinding.java index 9fb2c87fcd..8fc75b1000 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserPasswordVerifyBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserPasswordVerifyBinding.java @@ -15,14 +15,14 @@ public final class WidgetUserPasswordVerifyBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputLayout f2069c; + public final TextInputLayout f2070c; @NonNull public final FloatingActionButton d; public WidgetUserPasswordVerifyBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull DimmerView dimmerView, @NonNull TextInputLayout textInputLayout, @NonNull FloatingActionButton floatingActionButton) { this.a = coordinatorLayout; this.b = dimmerView; - this.f2069c = textInputLayout; + this.f2070c = textInputLayout; this.d = floatingActionButton; } diff --git a/app/src/main/java/com/discord/databinding/WidgetUserPhoneManageBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserPhoneManageBinding.java index 451cf67bd4..8cb9a0a147 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserPhoneManageBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserPhoneManageBinding.java @@ -16,7 +16,7 @@ public final class WidgetUserPhoneManageBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2070c; + public final TextView f2071c; @NonNull public final TextView d; @NonNull @@ -29,7 +29,7 @@ public final class WidgetUserPhoneManageBinding implements ViewBinding { public WidgetUserPhoneManageBinding(@NonNull FrameLayout frameLayout, @NonNull DimmerView dimmerView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull MaterialButton materialButton, @NonNull PhoneOrEmailInputView phoneOrEmailInputView, @NonNull TextView textView3) { this.a = frameLayout; this.b = dimmerView; - this.f2070c = textView; + this.f2071c = textView; this.d = textView2; this.e = materialButton; this.f = phoneOrEmailInputView; diff --git a/app/src/main/java/com/discord/databinding/WidgetUserPhoneVerifyBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserPhoneVerifyBinding.java index 3b01e165ec..96d6cff14c 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserPhoneVerifyBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserPhoneVerifyBinding.java @@ -15,14 +15,14 @@ public final class WidgetUserPhoneVerifyBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final DimmerView f2071c; + public final DimmerView f2072c; @NonNull public final CodeVerificationView d; public WidgetUserPhoneVerifyBinding(@NonNull RelativeLayout relativeLayout, @NonNull ImageView imageView, @NonNull DimmerView dimmerView, @NonNull CodeVerificationView codeVerificationView) { this.a = relativeLayout; this.b = imageView; - this.f2071c = dimmerView; + this.f2072c = dimmerView; this.d = codeVerificationView; } diff --git a/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemEmptyBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemEmptyBinding.java index 254442f621..de00d96bde 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemEmptyBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemEmptyBinding.java @@ -14,12 +14,12 @@ public final class WidgetUserProfileAdapterItemEmptyBinding implements ViewBindi @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2072c; + public final TextView f2073c; public WidgetUserProfileAdapterItemEmptyBinding(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView) { this.a = linearLayout; this.b = imageView; - this.f2072c = textView; + this.f2073c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemFriendBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemFriendBinding.java index b8a21c48d5..6ba1f6d6a5 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemFriendBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemFriendBinding.java @@ -18,7 +18,7 @@ public final class WidgetUserProfileAdapterItemFriendBinding implements ViewBind @NonNull /* renamed from: c reason: collision with root package name */ - public final a6 f2073c; + public final a6 f2074c; @NonNull public final a6 d; @NonNull @@ -35,7 +35,7 @@ public final class WidgetUserProfileAdapterItemFriendBinding implements ViewBind public WidgetUserProfileAdapterItemFriendBinding(@NonNull RelativeLayout relativeLayout, @NonNull a6 a6Var, @NonNull a6 a6Var2, @NonNull a6 a6Var3, @NonNull a6 a6Var4, @NonNull SimpleDraweeView simpleDraweeView, @NonNull LinearLayout linearLayout, @NonNull StatusView statusView, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView, @NonNull TextView textView) { this.a = relativeLayout; this.b = a6Var; - this.f2073c = a6Var2; + this.f2074c = a6Var2; this.d = a6Var3; this.e = a6Var4; this.f = simpleDraweeView; diff --git a/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemServerBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemServerBinding.java index 31324132f0..8e477b0265 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemServerBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserProfileAdapterItemServerBinding.java @@ -16,7 +16,7 @@ public final class WidgetUserProfileAdapterItemServerBinding implements ViewBind @NonNull /* renamed from: c reason: collision with root package name */ - public final SimpleDraweeView f2074c; + public final SimpleDraweeView f2075c; @NonNull public final TextView d; @NonNull @@ -27,7 +27,7 @@ public final class WidgetUserProfileAdapterItemServerBinding implements ViewBind public WidgetUserProfileAdapterItemServerBinding(@NonNull ConstraintLayout constraintLayout, @NonNull Barrier barrier, @NonNull SimpleDraweeView simpleDraweeView, @NonNull Barrier barrier2, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull RelativeLayout relativeLayout, @NonNull TextView textView3) { this.a = constraintLayout; this.b = simpleDraweeView; - this.f2074c = simpleDraweeView2; + this.f2075c = simpleDraweeView2; this.d = textView; this.e = textView2; this.f = textView3; diff --git a/app/src/main/java/com/discord/databinding/WidgetUserSetCustomStatusBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserSetCustomStatusBinding.java index f3311e040d..71d52e8956 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserSetCustomStatusBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserSetCustomStatusBinding.java @@ -18,7 +18,7 @@ public final class WidgetUserSetCustomStatusBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final FrameLayout f2075c; + public final FrameLayout f2076c; @NonNull public final MaterialRadioButton d; @NonNull @@ -37,7 +37,7 @@ public final class WidgetUserSetCustomStatusBinding implements ViewBinding { public WidgetUserSetCustomStatusBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull FrameLayout frameLayout, @NonNull RadioGroup radioGroup, @NonNull MaterialRadioButton materialRadioButton, @NonNull MaterialRadioButton materialRadioButton2, @NonNull MaterialRadioButton materialRadioButton3, @NonNull MaterialRadioButton materialRadioButton4, @NonNull MaterialRadioButton materialRadioButton5, @NonNull FloatingActionButton floatingActionButton, @NonNull TextInputLayout textInputLayout) { this.a = coordinatorLayout; this.b = simpleDraweeView; - this.f2075c = frameLayout; + this.f2076c = frameLayout; this.d = materialRadioButton; this.e = materialRadioButton2; this.f = materialRadioButton3; diff --git a/app/src/main/java/com/discord/databinding/WidgetUserSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserSheetBinding.java index da23101037..461a9a7fe1 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserSheetBinding.java @@ -56,7 +56,7 @@ public final class WidgetUserSheetBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2076c; + public final TextView f2077c; @NonNull public final LinkifiedTextView d; @NonNull @@ -90,7 +90,7 @@ public final class WidgetUserSheetBinding implements ViewBinding { @NonNull /* renamed from: s reason: collision with root package name */ - public final TextView f2077s; + public final TextView f2078s; @NonNull public final FrameLayout t; @NonNull @@ -102,20 +102,20 @@ public final class WidgetUserSheetBinding implements ViewBinding { @NonNull /* renamed from: x reason: collision with root package name */ - public final TextInputEditText f2078x; + public final TextInputEditText f2079x; @NonNull /* renamed from: y reason: collision with root package name */ - public final TextInputLayout f2079y; + public final TextInputLayout f2080y; @NonNull /* renamed from: z reason: collision with root package name */ - public final Button f2080z; + public final Button f2081z; public WidgetUserSheetBinding(@NonNull NestedScrollView nestedScrollView, @NonNull CardView cardView, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull ContentLoadingProgressBar contentLoadingProgressBar, @NonNull FrameLayout frameLayout, @NonNull Button button, @NonNull CardView cardView2, @NonNull UserProfileAdminView userProfileAdminView, @NonNull Button button2, @NonNull TextView textView2, @NonNull UserProfileConnectionsView userProfileConnectionsView, @NonNull LinearLayout linearLayout, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull LinearLayout linearLayout2, @NonNull LinearLayout linearLayout3, @NonNull TextView textView5, @NonNull TextView textView6, @NonNull FrameLayout frameLayout2, @NonNull Button button3, @NonNull ImageView imageView, @NonNull TextView textView7, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout, @NonNull Button button4, @NonNull LinearLayout linearLayout4, @NonNull View view, @NonNull MaterialButton materialButton3, @NonNull FlexboxLayout flexboxLayout, @NonNull UserProfileHeaderView userProfileHeaderView, @NonNull MaterialButton materialButton4, @NonNull CardView cardView3, @NonNull UserProfileStageActionsView userProfileStageActionsView, @NonNull TextView textView8, @NonNull UserProfileVoiceSettingsView userProfileVoiceSettingsView, @NonNull RolesListView rolesListView, @NonNull Button button5, @NonNull CardView cardView4) { this.a = nestedScrollView; this.b = cardView; - this.f2076c = textView; + this.f2077c = textView; this.d = linkifiedTextView; this.e = frameLayout; this.f = button; @@ -131,14 +131,14 @@ public final class WidgetUserSheetBinding implements ViewBinding { this.p = linearLayout2; this.q = linearLayout3; this.r = textView5; - this.f2077s = textView6; + this.f2078s = textView6; this.t = frameLayout2; this.u = button3; this.v = imageView; this.w = textView7; - this.f2078x = textInputEditText; - this.f2079y = textInputLayout; - this.f2080z = button4; + this.f2079x = textInputEditText; + this.f2080y = textInputLayout; + this.f2081z = button4; this.A = linearLayout4; this.B = view; this.C = materialButton3; diff --git a/app/src/main/java/com/discord/databinding/WidgetUserStatusUpdateBinding.java b/app/src/main/java/com/discord/databinding/WidgetUserStatusUpdateBinding.java index 51b5ab70c6..84b1910168 100644 --- a/app/src/main/java/com/discord/databinding/WidgetUserStatusUpdateBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetUserStatusUpdateBinding.java @@ -15,7 +15,7 @@ public final class WidgetUserStatusUpdateBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final d4 f2081c; + public final d4 f2082c; @NonNull public final d4 d; @NonNull @@ -26,7 +26,7 @@ public final class WidgetUserStatusUpdateBinding implements ViewBinding { public WidgetUserStatusUpdateBinding(@NonNull NestedScrollView nestedScrollView, @NonNull TextView textView, @NonNull UserStatusPresenceCustomView userStatusPresenceCustomView, @NonNull d4 d4Var, @NonNull d4 d4Var2, @NonNull d4 d4Var3, @NonNull d4 d4Var4) { this.a = nestedScrollView; this.b = userStatusPresenceCustomView; - this.f2081c = d4Var; + this.f2082c = d4Var; this.d = d4Var2; this.e = d4Var3; this.f = d4Var4; diff --git a/app/src/main/java/com/discord/databinding/WidgetVoiceBottomSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetVoiceBottomSheetBinding.java index 7cd42853f8..3c04f14eb7 100644 --- a/app/src/main/java/com/discord/databinding/WidgetVoiceBottomSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetVoiceBottomSheetBinding.java @@ -19,7 +19,7 @@ public final class WidgetVoiceBottomSheetBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final m0 f2082c; + public final m0 f2083c; @NonNull public final MaterialButton d; @NonNull @@ -36,7 +36,7 @@ public final class WidgetVoiceBottomSheetBinding implements ViewBinding { public WidgetVoiceBottomSheetBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull l0 l0Var, @NonNull m0 m0Var, @NonNull ConstraintLayout constraintLayout, @NonNull MaterialButton materialButton, @NonNull RelativeLayout relativeLayout, @NonNull AnchoredVoiceControlsView anchoredVoiceControlsView, @NonNull MaterialButton materialButton2, @NonNull RecyclerView recyclerView, @NonNull CoordinatorLayout coordinatorLayout2) { this.a = coordinatorLayout; this.b = l0Var; - this.f2082c = m0Var; + this.f2083c = m0Var; this.d = materialButton; this.e = relativeLayout; this.f = anchoredVoiceControlsView; diff --git a/app/src/main/java/com/discord/databinding/WidgetVoiceCallIncomingBinding.java b/app/src/main/java/com/discord/databinding/WidgetVoiceCallIncomingBinding.java index 3ce31065ae..403b97000a 100644 --- a/app/src/main/java/com/discord/databinding/WidgetVoiceCallIncomingBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetVoiceCallIncomingBinding.java @@ -18,7 +18,7 @@ public final class WidgetVoiceCallIncomingBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final FloatingActionButton f2083c; + public final FloatingActionButton f2084c; @NonNull public final FloatingActionButton d; @NonNull @@ -35,7 +35,7 @@ public final class WidgetVoiceCallIncomingBinding implements ViewBinding { public WidgetVoiceCallIncomingBinding(@NonNull ConstraintLayout constraintLayout, @NonNull LinearLayout linearLayout, @NonNull FloatingActionButton floatingActionButton, @NonNull FloatingActionButton floatingActionButton2, @NonNull PrivateCallBlurredGridView privateCallBlurredGridView, @NonNull FloatingActionButton floatingActionButton3, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull Guideline guideline, @NonNull PrivateCallGridView privateCallGridView) { this.a = constraintLayout; this.b = linearLayout; - this.f2083c = floatingActionButton; + this.f2084c = floatingActionButton; this.d = floatingActionButton2; this.e = privateCallBlurredGridView; this.f = floatingActionButton3; diff --git a/app/src/main/java/com/discord/databinding/WidgetVoiceCallInlineBinding.java b/app/src/main/java/com/discord/databinding/WidgetVoiceCallInlineBinding.java index a4f833d721..6e2105817d 100644 --- a/app/src/main/java/com/discord/databinding/WidgetVoiceCallInlineBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetVoiceCallInlineBinding.java @@ -13,12 +13,12 @@ public final class WidgetVoiceCallInlineBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f2084c; + public final MaterialButton f2085c; public WidgetVoiceCallInlineBinding(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull MaterialButton materialButton) { this.a = linearLayout; this.b = linearLayout2; - this.f2084c = materialButton; + this.f2085c = materialButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetVoiceChannelSettingsBinding.java b/app/src/main/java/com/discord/databinding/WidgetVoiceChannelSettingsBinding.java index 0dd9b6e7ba..6455009e9b 100644 --- a/app/src/main/java/com/discord/databinding/WidgetVoiceChannelSettingsBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetVoiceChannelSettingsBinding.java @@ -17,7 +17,7 @@ public final class WidgetVoiceChannelSettingsBinding implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputLayout f2085c; + public final TextInputLayout f2086c; @NonNull public final TextInputLayout d; @NonNull @@ -51,12 +51,12 @@ public final class WidgetVoiceChannelSettingsBinding implements ViewBinding { @NonNull /* renamed from: s reason: collision with root package name */ - public final TextView f2086s; + public final TextView f2087s; public WidgetVoiceChannelSettingsBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull View view, @NonNull SeekBar seekBar, @NonNull TextView textView, @NonNull TextInputLayout textInputLayout, @NonNull TextInputLayout textInputLayout2, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull LinearLayout linearLayout, @NonNull TextView textView4, @NonNull FloatingActionButton floatingActionButton, @NonNull LinearLayout linearLayout2, @NonNull TextView textView5, @NonNull TextView textView6, @NonNull View view2, @NonNull LinearLayout linearLayout3, @NonNull TextView textView7, @NonNull LinearLayout linearLayout4, @NonNull TextView textView8, @NonNull View view3, @NonNull SeekBar seekBar2, @NonNull TextView textView9) { this.a = coordinatorLayout; this.b = seekBar; - this.f2085c = textInputLayout; + this.f2086c = textInputLayout; this.d = textInputLayout2; this.e = textView2; this.f = textView3; @@ -72,7 +72,7 @@ public final class WidgetVoiceChannelSettingsBinding implements ViewBinding { this.p = textView8; this.q = view3; this.r = seekBar2; - this.f2086s = textView9; + this.f2087s = textView9; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetVoiceNoiseCancellationBottomSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetVoiceNoiseCancellationBottomSheetBinding.java index 97693ba988..dfd337bd6e 100644 --- a/app/src/main/java/com/discord/databinding/WidgetVoiceNoiseCancellationBottomSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetVoiceNoiseCancellationBottomSheetBinding.java @@ -14,12 +14,12 @@ public final class WidgetVoiceNoiseCancellationBottomSheetBinding implements Vie @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2087c; + public final TextView f2088c; public WidgetVoiceNoiseCancellationBottomSheetBinding(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView) { this.a = linearLayout; this.b = materialButton; - this.f2087c = textView; + this.f2088c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetVoiceSettingsBottomSheetBinding.java b/app/src/main/java/com/discord/databinding/WidgetVoiceSettingsBottomSheetBinding.java index 86fd995546..558ef346c7 100644 --- a/app/src/main/java/com/discord/databinding/WidgetVoiceSettingsBottomSheetBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetVoiceSettingsBottomSheetBinding.java @@ -14,7 +14,7 @@ public final class WidgetVoiceSettingsBottomSheetBinding implements ViewBinding @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f2088c; + public final TextView f2089c; @NonNull public final SwitchMaterial d; @NonNull @@ -31,7 +31,7 @@ public final class WidgetVoiceSettingsBottomSheetBinding implements ViewBinding public WidgetVoiceSettingsBottomSheetBinding(@NonNull NestedScrollView nestedScrollView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull SwitchMaterial switchMaterial, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull NestedScrollView nestedScrollView2, @NonNull TextView textView5, @NonNull SwitchMaterial switchMaterial2, @NonNull TextView textView6) { this.a = nestedScrollView; this.b = textView; - this.f2088c = textView2; + this.f2089c = textView2; this.d = switchMaterial; this.e = textView3; this.f = textView4; diff --git a/app/src/main/java/com/discord/embed/RenderableEmbedMedia.java b/app/src/main/java/com/discord/embed/RenderableEmbedMedia.java index c9655d0e7a..0c1aff5aed 100644 --- a/app/src/main/java/com/discord/embed/RenderableEmbedMedia.java +++ b/app/src/main/java/com/discord/embed/RenderableEmbedMedia.java @@ -8,12 +8,12 @@ public final class RenderableEmbedMedia { public final Integer b; /* renamed from: c reason: collision with root package name */ - public final Integer f2089c; + public final Integer f2090c; public RenderableEmbedMedia(String str, Integer num, Integer num2) { this.a = str; this.b = num; - this.f2089c = num2; + this.f2090c = num2; } public boolean equals(Object obj) { @@ -24,7 +24,7 @@ public final class RenderableEmbedMedia { return false; } RenderableEmbedMedia renderableEmbedMedia = (RenderableEmbedMedia) obj; - return m.areEqual(this.a, renderableEmbedMedia.a) && m.areEqual(this.b, renderableEmbedMedia.b) && m.areEqual(this.f2089c, renderableEmbedMedia.f2089c); + return m.areEqual(this.a, renderableEmbedMedia.a) && m.areEqual(this.b, renderableEmbedMedia.b) && m.areEqual(this.f2090c, renderableEmbedMedia.f2090c); } public int hashCode() { @@ -33,7 +33,7 @@ public final class RenderableEmbedMedia { int hashCode = (str != null ? str.hashCode() : 0) * 31; Integer num = this.b; int hashCode2 = (hashCode + (num != null ? num.hashCode() : 0)) * 31; - Integer num2 = this.f2089c; + Integer num2 = this.f2090c; if (num2 != null) { i = num2.hashCode(); } @@ -46,6 +46,6 @@ public final class RenderableEmbedMedia { P.append(", width="); P.append(this.b); P.append(", height="); - return a.E(P, this.f2089c, ")"); + return a.E(P, this.f2090c, ")"); } } diff --git a/app/src/main/java/com/discord/i18n/Hook.java b/app/src/main/java/com/discord/i18n/Hook.java index 49bf09016b..746cd5333c 100644 --- a/app/src/main/java/com/discord/i18n/Hook.java +++ b/app/src/main/java/com/discord/i18n/Hook.java @@ -14,7 +14,7 @@ public final class Hook { public String b; /* renamed from: c reason: collision with root package name */ - public a f2091c; + public a f2092c; /* compiled from: Hook.kt */ public static final class a { diff --git a/app/src/main/java/com/discord/i18n/RenderContext.java b/app/src/main/java/com/discord/i18n/RenderContext.java index f26e6b2ce4..b795284f67 100644 --- a/app/src/main/java/com/discord/i18n/RenderContext.java +++ b/app/src/main/java/com/discord/i18n/RenderContext.java @@ -18,7 +18,7 @@ public final class RenderContext { public final Map b = new HashMap(); /* renamed from: c reason: collision with root package name */ - public List f2092c; + public List f2093c; @ColorInt public Integer d; @ColorInt @@ -45,7 +45,7 @@ public final class RenderContext { d dVar = new d(this); Objects.requireNonNull(hook2); m.checkNotNullParameter(dVar, "onClick"); - hook2.f2091c = new Hook.a(null, dVar); + hook2.f2092c = new Hook.a(null, dVar); return Unit.a; } } diff --git a/app/src/main/java/com/discord/models/commands/Application.java b/app/src/main/java/com/discord/models/commands/Application.java index b077632246..8492e29f8e 100644 --- a/app/src/main/java/com/discord/models/commands/Application.java +++ b/app/src/main/java/com/discord/models/commands/Application.java @@ -15,12 +15,12 @@ public final class Application { private final Integer iconRes; /* renamed from: id reason: collision with root package name */ - private final long f2093id; + private final long f2094id; private final String name; public Application(long j, String str, String str2, Integer num, int i, User user, boolean z2) { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_NAME); - this.f2093id = j; + this.f2094id = j; this.name = str; this.icon = str2; this.iconRes = num; @@ -35,11 +35,11 @@ public final class Application { } public static /* synthetic */ Application copy$default(Application application, long j, String str, String str2, Integer num, int i, User user, boolean z2, int i2, Object obj) { - return application.copy((i2 & 1) != 0 ? application.f2093id : j, (i2 & 2) != 0 ? application.name : str, (i2 & 4) != 0 ? application.icon : str2, (i2 & 8) != 0 ? application.iconRes : num, (i2 & 16) != 0 ? application.commandCount : i, (i2 & 32) != 0 ? application.bot : user, (i2 & 64) != 0 ? application.builtIn : z2); + return application.copy((i2 & 1) != 0 ? application.f2094id : j, (i2 & 2) != 0 ? application.name : str, (i2 & 4) != 0 ? application.icon : str2, (i2 & 8) != 0 ? application.iconRes : num, (i2 & 16) != 0 ? application.commandCount : i, (i2 & 32) != 0 ? application.bot : user, (i2 & 64) != 0 ? application.builtIn : z2); } public final long component1() { - return this.f2093id; + return this.f2094id; } public final String component2() { @@ -79,7 +79,7 @@ public final class Application { return false; } Application application = (Application) obj; - return this.f2093id == application.f2093id && m.areEqual(this.name, application.name) && m.areEqual(this.icon, application.icon) && m.areEqual(this.iconRes, application.iconRes) && this.commandCount == application.commandCount && m.areEqual(this.bot, application.bot) && this.builtIn == application.builtIn; + return this.f2094id == application.f2094id && m.areEqual(this.name, application.name) && m.areEqual(this.icon, application.icon) && m.areEqual(this.iconRes, application.iconRes) && this.commandCount == application.commandCount && m.areEqual(this.bot, application.bot) && this.builtIn == application.builtIn; } public final User getBot() { @@ -103,7 +103,7 @@ public final class Application { } public final long getId() { - return this.f2093id; + return this.f2094id; } public final String getName() { @@ -111,7 +111,7 @@ public final class Application { } public int hashCode() { - int a = b.a(this.f2093id) * 31; + int a = b.a(this.f2094id) * 31; String str = this.name; int i = 0; int hashCode = (a + (str != null ? str.hashCode() : 0)) * 31; @@ -136,7 +136,7 @@ public final class Application { public String toString() { StringBuilder P = a.P("Application(id="); - P.append(this.f2093id); + P.append(this.f2094id); P.append(", name="); P.append(this.name); P.append(", icon="); diff --git a/app/src/main/java/com/discord/models/commands/ApplicationCommand.java b/app/src/main/java/com/discord/models/commands/ApplicationCommand.java index 5b81a2042a..7f97aaa871 100644 --- a/app/src/main/java/com/discord/models/commands/ApplicationCommand.java +++ b/app/src/main/java/com/discord/models/commands/ApplicationCommand.java @@ -15,7 +15,7 @@ public abstract class ApplicationCommand { private final Long guildId; /* renamed from: id reason: collision with root package name */ - private final String f2094id; + private final String f2095id; private final String name; private final List options; private final Map permissions; @@ -24,7 +24,7 @@ public abstract class ApplicationCommand { /* JADX DEBUG: Multi-variable search result rejected for r13v0, resolved type: kotlin.jvm.functions.Function1, java.lang.String> */ /* JADX WARN: Multi-variable type inference failed */ private ApplicationCommand(String str, long j, String str2, String str3, Integer num, List list, boolean z2, Long l, String str4, Boolean bool, Map map, Function1, String> function1) { - this.f2094id = str; + this.f2095id = str; this.applicationId = j; this.name = str2; this.description = str3; @@ -72,7 +72,7 @@ public abstract class ApplicationCommand { } public final String getId() { - return this.f2094id; + return this.f2095id; } public final String getName() { diff --git a/app/src/main/java/com/discord/models/domain/Harvest.java b/app/src/main/java/com/discord/models/domain/Harvest.java index eeb021ad4c..9403ed8ea7 100644 --- a/app/src/main/java/com/discord/models/domain/Harvest.java +++ b/app/src/main/java/com/discord/models/domain/Harvest.java @@ -11,13 +11,13 @@ public final class Harvest { private final String createdAt; /* renamed from: id reason: collision with root package name */ - private final String f2095id; + private final String f2096id; private final long userId; public Harvest(String str, long j, String str2, String str3) { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_ID); m.checkNotNullParameter(str2, "createdAt"); - this.f2095id = str; + this.f2096id = str; this.userId = j; this.createdAt = str2; this.completedAt = str3; @@ -32,7 +32,7 @@ public final class Harvest { public static /* synthetic */ Harvest copy$default(Harvest harvest, String str, long j, String str2, String str3, int i, Object obj) { if ((i & 1) != 0) { - str = harvest.f2095id; + str = harvest.f2096id; } if ((i & 2) != 0) { j = harvest.userId; @@ -55,7 +55,7 @@ public final class Harvest { } public final String component1() { - return this.f2095id; + return this.f2096id; } public final long component2() { @@ -84,7 +84,7 @@ public final class Harvest { return false; } Harvest harvest = (Harvest) obj; - return m.areEqual(this.f2095id, harvest.f2095id) && this.userId == harvest.userId && m.areEqual(this.createdAt, harvest.createdAt) && m.areEqual(this.completedAt, harvest.completedAt); + return m.areEqual(this.f2096id, harvest.f2096id) && this.userId == harvest.userId && m.areEqual(this.createdAt, harvest.createdAt) && m.areEqual(this.completedAt, harvest.completedAt); } public final String getCompletedAt() { @@ -96,7 +96,7 @@ public final class Harvest { } public final String getId() { - return this.f2095id; + return this.f2096id; } public final long getUserId() { @@ -104,7 +104,7 @@ public final class Harvest { } public int hashCode() { - String str = this.f2095id; + String str = this.f2096id; int i = 0; int hashCode = str != null ? str.hashCode() : 0; long j = this.userId; @@ -124,7 +124,7 @@ public final class Harvest { public String toString() { StringBuilder P = a.P("Harvest(id="); - P.append(this.f2095id); + P.append(this.f2096id); P.append(", userId="); P.append(this.userId); P.append(", createdAt="); diff --git a/app/src/main/java/com/discord/models/domain/ModelAuditLogEntry.java b/app/src/main/java/com/discord/models/domain/ModelAuditLogEntry.java index 7d2c0af780..333bd0a5ff 100644 --- a/app/src/main/java/com/discord/models/domain/ModelAuditLogEntry.java +++ b/app/src/main/java/com/discord/models/domain/ModelAuditLogEntry.java @@ -118,6 +118,7 @@ public class ModelAuditLogEntry implements Model { public static final String CHANGE_KEY_TEMPORARY = "temporary"; public static final String CHANGE_KEY_TOPIC = "topic"; public static final String CHANGE_KEY_TYPE = "type"; + public static final String CHANGE_KEY_UNICODE_EMOJI = "unicode_emoji"; public static final String CHANGE_KEY_UPDATES_CHANNEL_ID = "public_updates_channel_id"; public static final String CHANGE_KEY_USES = "uses"; public static final String CHANGE_KEY_VANITY_URL_CODE = "vanity_url_code"; @@ -130,7 +131,7 @@ public class ModelAuditLogEntry implements Model { private Long guildId; /* renamed from: id reason: collision with root package name */ - private long f2096id; + private long f2097id; private Options options; private String reason; private long targetId; @@ -299,7 +300,7 @@ public class ModelAuditLogEntry implements Model { public static class ChangeNameId implements Model { /* renamed from: id reason: collision with root package name */ - private long f2097id; + private long f2098id; private String name; @Override // com.discord.models.domain.Model @@ -307,7 +308,7 @@ public class ModelAuditLogEntry implements Model { String nextName = jsonReader.nextName(); nextName.hashCode(); if (nextName.equals(ModelAuditLogEntry.CHANGE_KEY_ID)) { - this.f2097id = jsonReader.nextLong(this.f2097id); + this.f2098id = jsonReader.nextLong(this.f2098id); } else if (!nextName.equals(ModelAuditLogEntry.CHANGE_KEY_NAME)) { jsonReader.skipValue(); } else { @@ -336,7 +337,7 @@ public class ModelAuditLogEntry implements Model { } public long getId() { - return this.f2097id; + return this.f2098id; } public String getName() { @@ -365,7 +366,7 @@ public class ModelAuditLogEntry implements Model { private int deleteMemberDays; /* renamed from: id reason: collision with root package name */ - private long f2098id; + private long f2099id; private int membersRemoved; private String roleName; private int type; @@ -433,7 +434,7 @@ public class ModelAuditLogEntry implements Model { this.deleteMemberDays = jsonReader.nextInt(this.deleteMemberDays); return; case 3: - this.f2098id = jsonReader.nextLong(this.f2098id); + this.f2099id = jsonReader.nextLong(this.f2099id); return; case 4: this.type = jsonReader.nextInt(this.type); @@ -483,7 +484,7 @@ public class ModelAuditLogEntry implements Model { } public long getId() { - return this.f2098id; + return this.f2099id; } public int getMembersRemoved() { @@ -574,7 +575,7 @@ public class ModelAuditLogEntry implements Model { } public ModelAuditLogEntry(long j, int i, long j2, long j3, List list, Options options, long j4, Long l) { - this.f2096id = j; + this.f2097id = j; this.actionTypeId = i; this.targetId = j2; this.userId = j3; @@ -764,7 +765,7 @@ public class ModelAuditLogEntry implements Model { this.userId = jsonReader.nextLong(this.userId); return; case 4: - this.f2096id = jsonReader.nextLong(this.f2096id); + this.f2097id = jsonReader.nextLong(this.f2097id); return; case 5: this.changes = jsonReader.nextList(new h(jsonReader)); @@ -835,7 +836,7 @@ public class ModelAuditLogEntry implements Model { } public long getId() { - return this.f2096id; + return this.f2097id; } public Options getOptions() { diff --git a/app/src/main/java/com/discord/models/domain/ModelConnectedAccount.java b/app/src/main/java/com/discord/models/domain/ModelConnectedAccount.java index 2e26dea6d4..d02ed52427 100644 --- a/app/src/main/java/com/discord/models/domain/ModelConnectedAccount.java +++ b/app/src/main/java/com/discord/models/domain/ModelConnectedAccount.java @@ -14,7 +14,7 @@ public final class ModelConnectedAccount implements Model { @NonNull /* renamed from: id reason: collision with root package name */ - private String f2099id; + private String f2100id; private List integrations; private boolean revoked; private boolean showActivity; @@ -97,7 +97,7 @@ public final class ModelConnectedAccount implements Model { this.verified = jsonReader.nextBoolean(this.verified); return; case 1: - this.f2099id = jsonReader.nextString(this.f2099id); + this.f2100id = jsonReader.nextString(this.f2100id); return; case 2: this.username = jsonReader.nextString(this.username); @@ -159,7 +159,7 @@ public final class ModelConnectedAccount implements Model { @NonNull public String getId() { - return this.f2099id; + return this.f2100id; } public List getIntegrations() { diff --git a/app/src/main/java/com/discord/models/domain/ModelConnectedAccountIntegration.java b/app/src/main/java/com/discord/models/domain/ModelConnectedAccountIntegration.java index fda8065154..e3789adf24 100644 --- a/app/src/main/java/com/discord/models/domain/ModelConnectedAccountIntegration.java +++ b/app/src/main/java/com/discord/models/domain/ModelConnectedAccountIntegration.java @@ -20,7 +20,7 @@ public final class ModelConnectedAccountIntegration { private final ModelConnectedIntegrationGuild guild; /* renamed from: id reason: collision with root package name */ - private final String f2100id; + private final String f2101id; private final String type; /* compiled from: ModelConnectedAccountIntegration.kt */ @@ -59,7 +59,7 @@ public final class ModelConnectedAccountIntegration { public ModelConnectedAccountIntegration(String str, String str2, ModelConnectedIntegrationAccount modelConnectedIntegrationAccount, ModelConnectedIntegrationGuild modelConnectedIntegrationGuild) { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_ID); - this.f2100id = str; + this.f2101id = str; this.type = str2; this.account = modelConnectedIntegrationAccount; this.guild = modelConnectedIntegrationGuild; @@ -67,7 +67,7 @@ public final class ModelConnectedAccountIntegration { public static /* synthetic */ ModelConnectedAccountIntegration copy$default(ModelConnectedAccountIntegration modelConnectedAccountIntegration, String str, String str2, ModelConnectedIntegrationAccount modelConnectedIntegrationAccount, ModelConnectedIntegrationGuild modelConnectedIntegrationGuild, int i, Object obj) { if ((i & 1) != 0) { - str = modelConnectedAccountIntegration.f2100id; + str = modelConnectedAccountIntegration.f2101id; } if ((i & 2) != 0) { str2 = modelConnectedAccountIntegration.type; @@ -82,7 +82,7 @@ public final class ModelConnectedAccountIntegration { } public final String component1() { - return this.f2100id; + return this.f2101id; } public final String component2() { @@ -110,7 +110,7 @@ public final class ModelConnectedAccountIntegration { return false; } ModelConnectedAccountIntegration modelConnectedAccountIntegration = (ModelConnectedAccountIntegration) obj; - return m.areEqual(this.f2100id, modelConnectedAccountIntegration.f2100id) && m.areEqual(this.type, modelConnectedAccountIntegration.type) && m.areEqual(this.account, modelConnectedAccountIntegration.account) && m.areEqual(this.guild, modelConnectedAccountIntegration.guild); + return m.areEqual(this.f2101id, modelConnectedAccountIntegration.f2101id) && m.areEqual(this.type, modelConnectedAccountIntegration.type) && m.areEqual(this.account, modelConnectedAccountIntegration.account) && m.areEqual(this.guild, modelConnectedAccountIntegration.guild); } public final ModelConnectedIntegrationAccount getAccount() { @@ -149,7 +149,7 @@ public final class ModelConnectedAccountIntegration { } public final String getId() { - return this.f2100id; + return this.f2101id; } public final String getType() { @@ -157,7 +157,7 @@ public final class ModelConnectedAccountIntegration { } public int hashCode() { - String str = this.f2100id; + String str = this.f2101id; int i = 0; int hashCode = (str != null ? str.hashCode() : 0) * 31; String str2 = this.type; @@ -173,7 +173,7 @@ public final class ModelConnectedAccountIntegration { public String toString() { StringBuilder P = c.d.b.a.a.P("ModelConnectedAccountIntegration(id="); - P.append(this.f2100id); + P.append(this.f2101id); P.append(", type="); P.append(this.type); P.append(", account="); diff --git a/app/src/main/java/com/discord/models/domain/ModelConnectedIntegrationAccount.java b/app/src/main/java/com/discord/models/domain/ModelConnectedIntegrationAccount.java index 82fcf12cb6..9d6a516f86 100644 --- a/app/src/main/java/com/discord/models/domain/ModelConnectedIntegrationAccount.java +++ b/app/src/main/java/com/discord/models/domain/ModelConnectedIntegrationAccount.java @@ -11,7 +11,7 @@ import kotlin.reflect.KProperty; public final class ModelConnectedIntegrationAccount { /* renamed from: id reason: collision with root package name */ - private final String f2101id; + private final String f2102id; private final String name; /* compiled from: ModelConnectedIntegrationAccount.kt */ @@ -39,13 +39,13 @@ public final class ModelConnectedIntegrationAccount { public ModelConnectedIntegrationAccount(String str, String str2) { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_ID); m.checkNotNullParameter(str2, ModelAuditLogEntry.CHANGE_KEY_NAME); - this.f2101id = str; + this.f2102id = str; this.name = str2; } public static /* synthetic */ ModelConnectedIntegrationAccount copy$default(ModelConnectedIntegrationAccount modelConnectedIntegrationAccount, String str, String str2, int i, Object obj) { if ((i & 1) != 0) { - str = modelConnectedIntegrationAccount.f2101id; + str = modelConnectedIntegrationAccount.f2102id; } if ((i & 2) != 0) { str2 = modelConnectedIntegrationAccount.name; @@ -54,7 +54,7 @@ public final class ModelConnectedIntegrationAccount { } public final String component1() { - return this.f2101id; + return this.f2102id; } public final String component2() { @@ -75,11 +75,11 @@ public final class ModelConnectedIntegrationAccount { return false; } ModelConnectedIntegrationAccount modelConnectedIntegrationAccount = (ModelConnectedIntegrationAccount) obj; - return m.areEqual(this.f2101id, modelConnectedIntegrationAccount.f2101id) && m.areEqual(this.name, modelConnectedIntegrationAccount.name); + return m.areEqual(this.f2102id, modelConnectedIntegrationAccount.f2102id) && m.areEqual(this.name, modelConnectedIntegrationAccount.name); } public final String getId() { - return this.f2101id; + return this.f2102id; } public final String getName() { @@ -87,7 +87,7 @@ public final class ModelConnectedIntegrationAccount { } public int hashCode() { - String str = this.f2101id; + String str = this.f2102id; int i = 0; int hashCode = (str != null ? str.hashCode() : 0) * 31; String str2 = this.name; @@ -99,7 +99,7 @@ public final class ModelConnectedIntegrationAccount { public String toString() { StringBuilder P = c.d.b.a.a.P("ModelConnectedIntegrationAccount(id="); - P.append(this.f2101id); + P.append(this.f2102id); P.append(", name="); return c.d.b.a.a.H(P, this.name, ")"); } diff --git a/app/src/main/java/com/discord/models/domain/ModelConnectedIntegrationGuild.java b/app/src/main/java/com/discord/models/domain/ModelConnectedIntegrationGuild.java index fc66b0048c..f1cf785a10 100644 --- a/app/src/main/java/com/discord/models/domain/ModelConnectedIntegrationGuild.java +++ b/app/src/main/java/com/discord/models/domain/ModelConnectedIntegrationGuild.java @@ -14,7 +14,7 @@ public final class ModelConnectedIntegrationGuild { private final String icon; /* renamed from: id reason: collision with root package name */ - private final long f2102id; + private final long f2103id; private final String name; /* compiled from: ModelConnectedIntegrationGuild.kt */ @@ -40,7 +40,7 @@ public final class ModelConnectedIntegrationGuild { } public ModelConnectedIntegrationGuild(long j, String str, String str2) { - this.f2102id = j; + this.f2103id = j; this.icon = str; this.name = str2; } @@ -52,7 +52,7 @@ public final class ModelConnectedIntegrationGuild { public static /* synthetic */ ModelConnectedIntegrationGuild copy$default(ModelConnectedIntegrationGuild modelConnectedIntegrationGuild, long j, String str, String str2, int i, Object obj) { if ((i & 1) != 0) { - j = modelConnectedIntegrationGuild.f2102id; + j = modelConnectedIntegrationGuild.f2103id; } if ((i & 2) != 0) { str = modelConnectedIntegrationGuild.icon; @@ -64,7 +64,7 @@ public final class ModelConnectedIntegrationGuild { } public final long component1() { - return this.f2102id; + return this.f2103id; } public final String component2() { @@ -87,7 +87,7 @@ public final class ModelConnectedIntegrationGuild { return false; } ModelConnectedIntegrationGuild modelConnectedIntegrationGuild = (ModelConnectedIntegrationGuild) obj; - return this.f2102id == modelConnectedIntegrationGuild.f2102id && m.areEqual(this.icon, modelConnectedIntegrationGuild.icon) && m.areEqual(this.name, modelConnectedIntegrationGuild.name); + return this.f2103id == modelConnectedIntegrationGuild.f2103id && m.areEqual(this.icon, modelConnectedIntegrationGuild.icon) && m.areEqual(this.name, modelConnectedIntegrationGuild.name); } public final String getIcon() { @@ -95,7 +95,7 @@ public final class ModelConnectedIntegrationGuild { } public final long getId() { - return this.f2102id; + return this.f2103id; } public final String getName() { @@ -103,7 +103,7 @@ public final class ModelConnectedIntegrationGuild { } public int hashCode() { - long j = this.f2102id; + long j = this.f2103id; int i = ((int) (j ^ (j >>> 32))) * 31; String str = this.icon; int i2 = 0; @@ -117,7 +117,7 @@ public final class ModelConnectedIntegrationGuild { public String toString() { StringBuilder P = c.d.b.a.a.P("ModelConnectedIntegrationGuild(id="); - P.append(this.f2102id); + P.append(this.f2103id); P.append(", icon="); P.append(this.icon); P.append(", name="); diff --git a/app/src/main/java/com/discord/models/domain/ModelEntitlement.java b/app/src/main/java/com/discord/models/domain/ModelEntitlement.java index 4beaa8a98b..39af7b1d76 100644 --- a/app/src/main/java/com/discord/models/domain/ModelEntitlement.java +++ b/app/src/main/java/com/discord/models/domain/ModelEntitlement.java @@ -9,7 +9,7 @@ public final class ModelEntitlement { private final Boolean consumed; /* renamed from: id reason: collision with root package name */ - private final long f2103id; + private final long f2104id; private final Long parentId; private final Long promotionId; private final ModelSku sku; @@ -20,7 +20,7 @@ public final class ModelEntitlement { public ModelEntitlement(long j, long j2, int i, long j3, long j4, ModelSku modelSku, SubscriptionPlan subscriptionPlan, Long l, Boolean bool, Long l2) { m.checkNotNullParameter(modelSku, "sku"); - this.f2103id = j; + this.f2104id = j; this.applicationId = j2; this.type = i; this.userId = j3; @@ -33,11 +33,11 @@ public final class ModelEntitlement { } public static /* synthetic */ ModelEntitlement copy$default(ModelEntitlement modelEntitlement, long j, long j2, int i, long j3, long j4, ModelSku modelSku, SubscriptionPlan subscriptionPlan, Long l, Boolean bool, Long l2, int i2, Object obj) { - return modelEntitlement.copy((i2 & 1) != 0 ? modelEntitlement.f2103id : j, (i2 & 2) != 0 ? modelEntitlement.applicationId : j2, (i2 & 4) != 0 ? modelEntitlement.type : i, (i2 & 8) != 0 ? modelEntitlement.userId : j3, (i2 & 16) != 0 ? modelEntitlement.skuId : j4, (i2 & 32) != 0 ? modelEntitlement.sku : modelSku, (i2 & 64) != 0 ? modelEntitlement.subscriptionPlan : subscriptionPlan, (i2 & 128) != 0 ? modelEntitlement.parentId : l, (i2 & 256) != 0 ? modelEntitlement.consumed : bool, (i2 & 512) != 0 ? modelEntitlement.promotionId : l2); + return modelEntitlement.copy((i2 & 1) != 0 ? modelEntitlement.f2104id : j, (i2 & 2) != 0 ? modelEntitlement.applicationId : j2, (i2 & 4) != 0 ? modelEntitlement.type : i, (i2 & 8) != 0 ? modelEntitlement.userId : j3, (i2 & 16) != 0 ? modelEntitlement.skuId : j4, (i2 & 32) != 0 ? modelEntitlement.sku : modelSku, (i2 & 64) != 0 ? modelEntitlement.subscriptionPlan : subscriptionPlan, (i2 & 128) != 0 ? modelEntitlement.parentId : l, (i2 & 256) != 0 ? modelEntitlement.consumed : bool, (i2 & 512) != 0 ? modelEntitlement.promotionId : l2); } public final long component1() { - return this.f2103id; + return this.f2104id; } public final Long component10() { @@ -89,7 +89,7 @@ public final class ModelEntitlement { return false; } ModelEntitlement modelEntitlement = (ModelEntitlement) obj; - return this.f2103id == modelEntitlement.f2103id && this.applicationId == modelEntitlement.applicationId && this.type == modelEntitlement.type && this.userId == modelEntitlement.userId && this.skuId == modelEntitlement.skuId && m.areEqual(this.sku, modelEntitlement.sku) && m.areEqual(this.subscriptionPlan, modelEntitlement.subscriptionPlan) && m.areEqual(this.parentId, modelEntitlement.parentId) && m.areEqual(this.consumed, modelEntitlement.consumed) && m.areEqual(this.promotionId, modelEntitlement.promotionId); + return this.f2104id == modelEntitlement.f2104id && this.applicationId == modelEntitlement.applicationId && this.type == modelEntitlement.type && this.userId == modelEntitlement.userId && this.skuId == modelEntitlement.skuId && m.areEqual(this.sku, modelEntitlement.sku) && m.areEqual(this.subscriptionPlan, modelEntitlement.subscriptionPlan) && m.areEqual(this.parentId, modelEntitlement.parentId) && m.areEqual(this.consumed, modelEntitlement.consumed) && m.areEqual(this.promotionId, modelEntitlement.promotionId); } public final long getApplicationId() { @@ -101,7 +101,7 @@ public final class ModelEntitlement { } public final long getId() { - return this.f2103id; + return this.f2104id; } public final Long getParentId() { @@ -133,7 +133,7 @@ public final class ModelEntitlement { } public int hashCode() { - long j = this.f2103id; + long j = this.f2104id; long j2 = this.applicationId; long j3 = this.userId; long j4 = this.skuId; @@ -156,7 +156,7 @@ public final class ModelEntitlement { public String toString() { StringBuilder P = a.P("ModelEntitlement(id="); - P.append(this.f2103id); + P.append(this.f2104id); P.append(", applicationId="); P.append(this.applicationId); P.append(", type="); diff --git a/app/src/main/java/com/discord/models/domain/ModelGuildFolder.java b/app/src/main/java/com/discord/models/domain/ModelGuildFolder.java index be1138a383..2d6f007c58 100644 --- a/app/src/main/java/com/discord/models/domain/ModelGuildFolder.java +++ b/app/src/main/java/com/discord/models/domain/ModelGuildFolder.java @@ -12,7 +12,7 @@ public final class ModelGuildFolder { private final List guildIds; /* renamed from: id reason: collision with root package name */ - private final Long f2104id; + private final Long f2105id; private final String name; /* compiled from: ModelGuildFolder.kt */ @@ -41,7 +41,7 @@ public final class ModelGuildFolder { public ModelGuildFolder(Long l, List list, Integer num, String str) { m.checkNotNullParameter(list, "guildIds"); - this.f2104id = l; + this.f2105id = l; this.guildIds = list; this.color = num; this.name = str; @@ -56,7 +56,7 @@ public final class ModelGuildFolder { /* JADX WARN: Multi-variable type inference failed */ public static /* synthetic */ ModelGuildFolder copy$default(ModelGuildFolder modelGuildFolder, Long l, List list, Integer num, String str, int i, Object obj) { if ((i & 1) != 0) { - l = modelGuildFolder.f2104id; + l = modelGuildFolder.f2105id; } if ((i & 2) != 0) { list = modelGuildFolder.guildIds; @@ -71,7 +71,7 @@ public final class ModelGuildFolder { } public final Long component1() { - return this.f2104id; + return this.f2105id; } public final List component2() { @@ -99,7 +99,7 @@ public final class ModelGuildFolder { return false; } ModelGuildFolder modelGuildFolder = (ModelGuildFolder) obj; - return m.areEqual(this.f2104id, modelGuildFolder.f2104id) && m.areEqual(this.guildIds, modelGuildFolder.guildIds) && m.areEqual(this.color, modelGuildFolder.color) && m.areEqual(this.name, modelGuildFolder.name); + return m.areEqual(this.f2105id, modelGuildFolder.f2105id) && m.areEqual(this.guildIds, modelGuildFolder.guildIds) && m.areEqual(this.color, modelGuildFolder.color) && m.areEqual(this.name, modelGuildFolder.name); } public final Integer getColor() { @@ -111,7 +111,7 @@ public final class ModelGuildFolder { } public final Long getId() { - return this.f2104id; + return this.f2105id; } public final String getName() { @@ -119,7 +119,7 @@ public final class ModelGuildFolder { } public int hashCode() { - Long l = this.f2104id; + Long l = this.f2105id; int i = 0; int hashCode = (l != null ? l.hashCode() : 0) * 31; List list = this.guildIds; @@ -135,7 +135,7 @@ public final class ModelGuildFolder { public String toString() { StringBuilder P = a.P("ModelGuildFolder(id="); - P.append(this.f2104id); + P.append(this.f2105id); P.append(", guildIds="); P.append(this.guildIds); P.append(", color="); diff --git a/app/src/main/java/com/discord/models/domain/ModelGuildIntegration.java b/app/src/main/java/com/discord/models/domain/ModelGuildIntegration.java index 1168b40a3c..97ba40244f 100644 --- a/app/src/main/java/com/discord/models/domain/ModelGuildIntegration.java +++ b/app/src/main/java/com/discord/models/domain/ModelGuildIntegration.java @@ -17,7 +17,7 @@ public class ModelGuildIntegration implements Model { private int expireGracePeriod; /* renamed from: id reason: collision with root package name */ - private long f2105id; + private long f2106id; private String name; private long roleId; private int subscriberCount; @@ -29,7 +29,7 @@ public class ModelGuildIntegration implements Model { public static class IntegrationAccount implements Model { /* renamed from: id reason: collision with root package name */ - private String f2106id; + private String f2107id; private String name; @Override // com.discord.models.domain.Model @@ -37,7 +37,7 @@ public class ModelGuildIntegration implements Model { String nextName = jsonReader.nextName(); nextName.hashCode(); if (nextName.equals(ModelAuditLogEntry.CHANGE_KEY_ID)) { - this.f2106id = jsonReader.nextString(this.f2106id); + this.f2107id = jsonReader.nextString(this.f2107id); } else if (!nextName.equals(ModelAuditLogEntry.CHANGE_KEY_NAME)) { jsonReader.skipValue(); } else { @@ -71,7 +71,7 @@ public class ModelGuildIntegration implements Model { } public String getId() { - return this.f2106id; + return this.f2107id; } public String getName() { @@ -248,7 +248,7 @@ public class ModelGuildIntegration implements Model { this.expireBehavior = jsonReader.nextInt(this.expireBehavior); return; case 5: - this.f2105id = jsonReader.nextLong(this.f2105id); + this.f2106id = jsonReader.nextLong(this.f2106id); return; case 6: this.name = jsonReader.nextString(this.name); @@ -339,7 +339,7 @@ public class ModelGuildIntegration implements Model { } public long getId() { - return this.f2105id; + return this.f2106id; } public String getName() { diff --git a/app/src/main/java/com/discord/models/domain/ModelGuildMemberListUpdate.java b/app/src/main/java/com/discord/models/domain/ModelGuildMemberListUpdate.java index b005ccc624..67530bbd56 100644 --- a/app/src/main/java/com/discord/models/domain/ModelGuildMemberListUpdate.java +++ b/app/src/main/java/com/discord/models/domain/ModelGuildMemberListUpdate.java @@ -18,7 +18,7 @@ public final class ModelGuildMemberListUpdate { private final long guildId; /* renamed from: id reason: collision with root package name */ - private final String f2107id; + private final String f2108id; private final List operations; /* compiled from: ModelGuildMemberListUpdate.kt */ @@ -36,7 +36,7 @@ public final class ModelGuildMemberListUpdate { private final int count; /* renamed from: id reason: collision with root package name */ - private final String f2108id; + private final String f2109id; private final Type type; /* compiled from: ModelGuildMemberListUpdate.kt */ @@ -68,7 +68,7 @@ public final class ModelGuildMemberListUpdate { public Group(String str, int i) { Type type; m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_ID); - this.f2108id = str; + this.f2109id = str; this.count = i; int hashCode = str.hashCode(); if (hashCode != -1548612125) { @@ -86,7 +86,7 @@ public final class ModelGuildMemberListUpdate { public static /* synthetic */ Group copy$default(Group group, String str, int i, int i2, Object obj) { if ((i2 & 1) != 0) { - str = group.f2108id; + str = group.f2109id; } if ((i2 & 2) != 0) { i = group.count; @@ -95,7 +95,7 @@ public final class ModelGuildMemberListUpdate { } public final String component1() { - return this.f2108id; + return this.f2109id; } public final int component2() { @@ -115,7 +115,7 @@ public final class ModelGuildMemberListUpdate { return false; } Group group = (Group) obj; - return m.areEqual(this.f2108id, group.f2108id) && this.count == group.count; + return m.areEqual(this.f2109id, group.f2109id) && this.count == group.count; } public final int getCount() { @@ -123,7 +123,7 @@ public final class ModelGuildMemberListUpdate { } public final String getId() { - return this.f2108id; + return this.f2109id; } public final Type getType() { @@ -131,13 +131,13 @@ public final class ModelGuildMemberListUpdate { } public int hashCode() { - String str = this.f2108id; + String str = this.f2109id; return ((str != null ? str.hashCode() : 0) * 31) + this.count; } public String toString() { StringBuilder P = a.P("Group(id="); - P.append(this.f2108id); + P.append(this.f2109id); P.append(", count="); return a.z(P, this.count, ")"); } @@ -757,7 +757,7 @@ public final class ModelGuildMemberListUpdate { m.checkNotNullParameter(list, "operations"); m.checkNotNullParameter(list2, "groups"); this.guildId = j; - this.f2107id = str; + this.f2108id = str; this.operations = list; this.groups = list2; } @@ -769,7 +769,7 @@ public final class ModelGuildMemberListUpdate { j = modelGuildMemberListUpdate.guildId; } if ((i & 2) != 0) { - str = modelGuildMemberListUpdate.f2107id; + str = modelGuildMemberListUpdate.f2108id; } if ((i & 4) != 0) { list = modelGuildMemberListUpdate.operations; @@ -785,7 +785,7 @@ public final class ModelGuildMemberListUpdate { } public final String component2() { - return this.f2107id; + return this.f2108id; } public final List component3() { @@ -811,7 +811,7 @@ public final class ModelGuildMemberListUpdate { return false; } ModelGuildMemberListUpdate modelGuildMemberListUpdate = (ModelGuildMemberListUpdate) obj; - return this.guildId == modelGuildMemberListUpdate.guildId && m.areEqual(this.f2107id, modelGuildMemberListUpdate.f2107id) && m.areEqual(this.operations, modelGuildMemberListUpdate.operations) && m.areEqual(this.groups, modelGuildMemberListUpdate.groups); + return this.guildId == modelGuildMemberListUpdate.guildId && m.areEqual(this.f2108id, modelGuildMemberListUpdate.f2108id) && m.areEqual(this.operations, modelGuildMemberListUpdate.operations) && m.areEqual(this.groups, modelGuildMemberListUpdate.groups); } public final List getGroups() { @@ -823,7 +823,7 @@ public final class ModelGuildMemberListUpdate { } public final String getId() { - return this.f2107id; + return this.f2108id; } public final List getOperations() { @@ -833,7 +833,7 @@ public final class ModelGuildMemberListUpdate { public int hashCode() { long j = this.guildId; int i = ((int) (j ^ (j >>> 32))) * 31; - String str = this.f2107id; + String str = this.f2108id; int i2 = 0; int hashCode = (i + (str != null ? str.hashCode() : 0)) * 31; List list = this.operations; @@ -849,7 +849,7 @@ public final class ModelGuildMemberListUpdate { StringBuilder P = a.P("ModelGuildMemberListUpdate(guildId="); P.append(this.guildId); P.append(", id="); - P.append(this.f2107id); + P.append(this.f2108id); P.append(", operations="); P.append(this.operations); P.append(", groups="); diff --git a/app/src/main/java/com/discord/models/domain/ModelInvite.java b/app/src/main/java/com/discord/models/domain/ModelInvite.java index 7c413d4bfa..7a815c687a 100644 --- a/app/src/main/java/com/discord/models/domain/ModelInvite.java +++ b/app/src/main/java/com/discord/models/domain/ModelInvite.java @@ -15,7 +15,7 @@ public class ModelInvite implements Serializable { private int approximateMemberCount; private int approximatePresenceCount; private Channel channel; - private String code; + public String code; private String createdAt; private Guild guild; private GuildScheduledEvent guildScheduledEvent; diff --git a/app/src/main/java/com/discord/models/domain/ModelOAuth2Token.java b/app/src/main/java/com/discord/models/domain/ModelOAuth2Token.java index 15865b4924..dfc16870ee 100644 --- a/app/src/main/java/com/discord/models/domain/ModelOAuth2Token.java +++ b/app/src/main/java/com/discord/models/domain/ModelOAuth2Token.java @@ -10,7 +10,7 @@ public final class ModelOAuth2Token { private final Application application; /* renamed from: id reason: collision with root package name */ - private final long f2109id; + private final long f2110id; private final List scopes; /* JADX DEBUG: Multi-variable search result rejected for r4v0, resolved type: java.util.List */ @@ -18,7 +18,7 @@ public final class ModelOAuth2Token { public ModelOAuth2Token(long j, List list, Application application) { m.checkNotNullParameter(list, "scopes"); m.checkNotNullParameter(application, "application"); - this.f2109id = j; + this.f2110id = j; this.scopes = list; this.application = application; } @@ -27,7 +27,7 @@ public final class ModelOAuth2Token { /* JADX WARN: Multi-variable type inference failed */ public static /* synthetic */ ModelOAuth2Token copy$default(ModelOAuth2Token modelOAuth2Token, long j, List list, Application application, int i, Object obj) { if ((i & 1) != 0) { - j = modelOAuth2Token.f2109id; + j = modelOAuth2Token.f2110id; } if ((i & 2) != 0) { list = modelOAuth2Token.scopes; @@ -39,7 +39,7 @@ public final class ModelOAuth2Token { } public final long component1() { - return this.f2109id; + return this.f2110id; } public final List component2() { @@ -64,7 +64,7 @@ public final class ModelOAuth2Token { return false; } ModelOAuth2Token modelOAuth2Token = (ModelOAuth2Token) obj; - return this.f2109id == modelOAuth2Token.f2109id && m.areEqual(this.scopes, modelOAuth2Token.scopes) && m.areEqual(this.application, modelOAuth2Token.application); + return this.f2110id == modelOAuth2Token.f2110id && m.areEqual(this.scopes, modelOAuth2Token.scopes) && m.areEqual(this.application, modelOAuth2Token.application); } public final Application getApplication() { @@ -72,7 +72,7 @@ public final class ModelOAuth2Token { } public final long getId() { - return this.f2109id; + return this.f2110id; } public final List getScopes() { @@ -80,7 +80,7 @@ public final class ModelOAuth2Token { } public int hashCode() { - long j = this.f2109id; + long j = this.f2110id; int i = ((int) (j ^ (j >>> 32))) * 31; List list = this.scopes; int i2 = 0; @@ -94,7 +94,7 @@ public final class ModelOAuth2Token { public String toString() { StringBuilder P = a.P("ModelOAuth2Token(id="); - P.append(this.f2109id); + P.append(this.f2110id); P.append(", scopes="); P.append(this.scopes); P.append(", application="); diff --git a/app/src/main/java/com/discord/models/domain/ModelPayload.java b/app/src/main/java/com/discord/models/domain/ModelPayload.java index fc0c21fe09..39b8b459b1 100644 --- a/app/src/main/java/com/discord/models/domain/ModelPayload.java +++ b/app/src/main/java/com/discord/models/domain/ModelPayload.java @@ -49,7 +49,7 @@ public class ModelPayload implements Model { private List guilds; /* renamed from: me reason: collision with root package name */ - private User f2110me; + private User f2111me; private List presences; private List privateChannels; private VersionedReadStates readState; @@ -329,7 +329,7 @@ public class ModelPayload implements Model { public ModelPayload(ModelPayload modelPayload) { this.v = modelPayload.v; - this.f2110me = modelPayload.f2110me; + this.f2111me = modelPayload.f2111me; this.userSettings = modelPayload.userSettings; this.userGuildSettings = modelPayload.userGuildSettings; this.sessionId = modelPayload.sessionId; @@ -548,7 +548,7 @@ public class ModelPayload implements Model { this.v = jsonReader.nextInt(this.v); return; case '\n': - this.f2110me = (User) InboundGatewayGsonParser.fromJson(jsonReader, User.class); + this.f2111me = (User) InboundGatewayGsonParser.fromJson(jsonReader, User.class); return; case 11: this.users = jsonReader.nextList(new x(jsonReader)); @@ -762,7 +762,7 @@ public class ModelPayload implements Model { } public User getMe() { - return this.f2110me; + return this.f2111me; } public List getPresences() { diff --git a/app/src/main/java/com/discord/models/domain/ModelPaymentSource.java b/app/src/main/java/com/discord/models/domain/ModelPaymentSource.java index 63423fd6ad..314fe12a63 100644 --- a/app/src/main/java/com/discord/models/domain/ModelPaymentSource.java +++ b/app/src/main/java/com/discord/models/domain/ModelPaymentSource.java @@ -16,7 +16,7 @@ public abstract class ModelPaymentSource { private final boolean f6default; /* renamed from: id reason: collision with root package name */ - private final String f2111id; + private final String f2112id; private final boolean invalid; /* compiled from: ModelPaymentSource.kt */ @@ -62,7 +62,7 @@ public abstract class ModelPaymentSource { private final int expiresYear; /* renamed from: id reason: collision with root package name */ - private final String f2112id; + private final String f2113id; private final boolean invalid; private final String last4; @@ -77,7 +77,7 @@ public abstract class ModelPaymentSource { this.last4 = str2; this.expiresMonth = i; this.expiresYear = i2; - this.f2112id = str3; + this.f2113id = str3; this.invalid = z2; this.billingAddress = modelBillingAddress; this.f7default = z3; @@ -162,7 +162,7 @@ public abstract class ModelPaymentSource { @Override // com.discord.models.domain.ModelPaymentSource public String getId() { - return this.f2112id; + return this.f2113id; } @Override // com.discord.models.domain.ModelPaymentSource @@ -234,7 +234,7 @@ public abstract class ModelPaymentSource { private final String email; /* renamed from: id reason: collision with root package name */ - private final String f2113id; + private final String f2114id; private final boolean invalid; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -244,7 +244,7 @@ public abstract class ModelPaymentSource { m.checkNotNullParameter(str2, ModelAuditLogEntry.CHANGE_KEY_ID); m.checkNotNullParameter(modelBillingAddress, "billingAddress"); this.email = str; - this.f2113id = str2; + this.f2114id = str2; this.invalid = z2; this.billingAddress = modelBillingAddress; this.f8default = z3; @@ -323,7 +323,7 @@ public abstract class ModelPaymentSource { @Override // com.discord.models.domain.ModelPaymentSource public String getId() { - return this.f2113id; + return this.f2114id; } @Override // com.discord.models.domain.ModelPaymentSource @@ -384,7 +384,7 @@ public abstract class ModelPaymentSource { } private ModelPaymentSource(String str, boolean z2, ModelBillingAddress modelBillingAddress, boolean z3) { - this.f2111id = str; + this.f2112id = str; this.invalid = z2; this.billingAddress = modelBillingAddress; this.f6default = z3; @@ -403,7 +403,7 @@ public abstract class ModelPaymentSource { } public String getId() { - return this.f2111id; + return this.f2112id; } public boolean getInvalid() { diff --git a/app/src/main/java/com/discord/models/domain/ModelPremiumGuildSubscription.java b/app/src/main/java/com/discord/models/domain/ModelPremiumGuildSubscription.java index 558fc39ffe..659bdc064e 100644 --- a/app/src/main/java/com/discord/models/domain/ModelPremiumGuildSubscription.java +++ b/app/src/main/java/com/discord/models/domain/ModelPremiumGuildSubscription.java @@ -6,18 +6,18 @@ public final class ModelPremiumGuildSubscription { private final long guildId; /* renamed from: id reason: collision with root package name */ - private final long f2114id; + private final long f2115id; private final long userId; public ModelPremiumGuildSubscription(long j, long j2, long j3) { - this.f2114id = j; + this.f2115id = j; this.guildId = j2; this.userId = j3; } public static /* synthetic */ ModelPremiumGuildSubscription copy$default(ModelPremiumGuildSubscription modelPremiumGuildSubscription, long j, long j2, long j3, int i, Object obj) { if ((i & 1) != 0) { - j = modelPremiumGuildSubscription.f2114id; + j = modelPremiumGuildSubscription.f2115id; } if ((i & 2) != 0) { j2 = modelPremiumGuildSubscription.guildId; @@ -29,7 +29,7 @@ public final class ModelPremiumGuildSubscription { } public final long component1() { - return this.f2114id; + return this.f2115id; } public final long component2() { @@ -52,7 +52,7 @@ public final class ModelPremiumGuildSubscription { return false; } ModelPremiumGuildSubscription modelPremiumGuildSubscription = (ModelPremiumGuildSubscription) obj; - return this.f2114id == modelPremiumGuildSubscription.f2114id && this.guildId == modelPremiumGuildSubscription.guildId && this.userId == modelPremiumGuildSubscription.userId; + return this.f2115id == modelPremiumGuildSubscription.f2115id && this.guildId == modelPremiumGuildSubscription.guildId && this.userId == modelPremiumGuildSubscription.userId; } public final long getGuildId() { @@ -60,7 +60,7 @@ public final class ModelPremiumGuildSubscription { } public final long getId() { - return this.f2114id; + return this.f2115id; } public final long getUserId() { @@ -68,7 +68,7 @@ public final class ModelPremiumGuildSubscription { } public int hashCode() { - long j = this.f2114id; + long j = this.f2115id; long j2 = this.guildId; long j3 = this.userId; return (((((int) (j ^ (j >>> 32))) * 31) + ((int) (j2 ^ (j2 >>> 32)))) * 31) + ((int) (j3 ^ (j3 >>> 32))); @@ -76,7 +76,7 @@ public final class ModelPremiumGuildSubscription { public String toString() { StringBuilder P = a.P("ModelPremiumGuildSubscription(id="); - P.append(this.f2114id); + P.append(this.f2115id); P.append(", guildId="); P.append(this.guildId); P.append(", userId="); diff --git a/app/src/main/java/com/discord/models/domain/ModelPremiumGuildSubscriptionSlot.java b/app/src/main/java/com/discord/models/domain/ModelPremiumGuildSubscriptionSlot.java index 2679e34e2c..ead11b4af3 100644 --- a/app/src/main/java/com/discord/models/domain/ModelPremiumGuildSubscriptionSlot.java +++ b/app/src/main/java/com/discord/models/domain/ModelPremiumGuildSubscriptionSlot.java @@ -9,13 +9,13 @@ public final class ModelPremiumGuildSubscriptionSlot { private final String cooldownEndsAt; /* renamed from: id reason: collision with root package name */ - private final long f2115id; + private final long f2116id; private final ModelPremiumGuildSubscription premiumGuildSubscription; private final long subscriptionId; public ModelPremiumGuildSubscriptionSlot(String str, long j, long j2, ModelPremiumGuildSubscription modelPremiumGuildSubscription, boolean z2) { this.cooldownEndsAt = str; - this.f2115id = j; + this.f2116id = j; this.subscriptionId = j2; this.premiumGuildSubscription = modelPremiumGuildSubscription; this.canceled = z2; @@ -30,7 +30,7 @@ public final class ModelPremiumGuildSubscriptionSlot { str = modelPremiumGuildSubscriptionSlot.cooldownEndsAt; } if ((i & 2) != 0) { - j = modelPremiumGuildSubscriptionSlot.f2115id; + j = modelPremiumGuildSubscriptionSlot.f2116id; } if ((i & 4) != 0) { j2 = modelPremiumGuildSubscriptionSlot.subscriptionId; @@ -45,7 +45,7 @@ public final class ModelPremiumGuildSubscriptionSlot { } public final long component2() { - return this.f2115id; + return this.f2116id; } public final long component3() { @@ -72,7 +72,7 @@ public final class ModelPremiumGuildSubscriptionSlot { return false; } ModelPremiumGuildSubscriptionSlot modelPremiumGuildSubscriptionSlot = (ModelPremiumGuildSubscriptionSlot) obj; - return m.areEqual(this.cooldownEndsAt, modelPremiumGuildSubscriptionSlot.cooldownEndsAt) && this.f2115id == modelPremiumGuildSubscriptionSlot.f2115id && this.subscriptionId == modelPremiumGuildSubscriptionSlot.subscriptionId && m.areEqual(this.premiumGuildSubscription, modelPremiumGuildSubscriptionSlot.premiumGuildSubscription) && this.canceled == modelPremiumGuildSubscriptionSlot.canceled; + return m.areEqual(this.cooldownEndsAt, modelPremiumGuildSubscriptionSlot.cooldownEndsAt) && this.f2116id == modelPremiumGuildSubscriptionSlot.f2116id && this.subscriptionId == modelPremiumGuildSubscriptionSlot.subscriptionId && m.areEqual(this.premiumGuildSubscription, modelPremiumGuildSubscriptionSlot.premiumGuildSubscription) && this.canceled == modelPremiumGuildSubscriptionSlot.canceled; } public final boolean getCanceled() { @@ -84,7 +84,7 @@ public final class ModelPremiumGuildSubscriptionSlot { } public final long getId() { - return this.f2115id; + return this.f2116id; } public final ModelPremiumGuildSubscription getPremiumGuildSubscription() { @@ -99,7 +99,7 @@ public final class ModelPremiumGuildSubscriptionSlot { String str = this.cooldownEndsAt; int i = 0; int hashCode = str != null ? str.hashCode() : 0; - long j = this.f2115id; + long j = this.f2116id; long j2 = this.subscriptionId; int i2 = ((((hashCode * 31) + ((int) (j ^ (j >>> 32)))) * 31) + ((int) (j2 ^ (j2 >>> 32)))) * 31; ModelPremiumGuildSubscription modelPremiumGuildSubscription = this.premiumGuildSubscription; @@ -121,7 +121,7 @@ public final class ModelPremiumGuildSubscriptionSlot { StringBuilder P = a.P("ModelPremiumGuildSubscriptionSlot(cooldownEndsAt="); P.append(this.cooldownEndsAt); P.append(", id="); - P.append(this.f2115id); + P.append(this.f2116id); P.append(", subscriptionId="); P.append(this.subscriptionId); P.append(", premiumGuildSubscription="); diff --git a/app/src/main/java/com/discord/models/domain/ModelSku.java b/app/src/main/java/com/discord/models/domain/ModelSku.java index cfd9fe80f5..a403bd2fd8 100644 --- a/app/src/main/java/com/discord/models/domain/ModelSku.java +++ b/app/src/main/java/com/discord/models/domain/ModelSku.java @@ -16,7 +16,7 @@ public final class ModelSku { private final int flags; /* renamed from: id reason: collision with root package name */ - private final long f2116id; + private final long f2117id; private final String name; private final boolean premium; private final Price price; @@ -359,7 +359,7 @@ public final class ModelSku { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_NAME); this.applicationId = j; this.name = str; - this.f2116id = j2; + this.f2117id = j2; this.application = application; this.premium = z2; this.type = i; @@ -369,7 +369,7 @@ public final class ModelSku { } public static /* synthetic */ ModelSku copy$default(ModelSku modelSku, long j, String str, long j2, Application application, boolean z2, int i, Price price, int i2, Map map, int i3, Object obj) { - return modelSku.copy((i3 & 1) != 0 ? modelSku.applicationId : j, (i3 & 2) != 0 ? modelSku.name : str, (i3 & 4) != 0 ? modelSku.f2116id : j2, (i3 & 8) != 0 ? modelSku.application : application, (i3 & 16) != 0 ? modelSku.premium : z2, (i3 & 32) != 0 ? modelSku.type : i, (i3 & 64) != 0 ? modelSku.price : price, (i3 & 128) != 0 ? modelSku.flags : i2, (i3 & 256) != 0 ? modelSku.externalSkuStrategies : map); + return modelSku.copy((i3 & 1) != 0 ? modelSku.applicationId : j, (i3 & 2) != 0 ? modelSku.name : str, (i3 & 4) != 0 ? modelSku.f2117id : j2, (i3 & 8) != 0 ? modelSku.application : application, (i3 & 16) != 0 ? modelSku.premium : z2, (i3 & 32) != 0 ? modelSku.type : i, (i3 & 64) != 0 ? modelSku.price : price, (i3 & 128) != 0 ? modelSku.flags : i2, (i3 & 256) != 0 ? modelSku.externalSkuStrategies : map); } public final long component1() { @@ -381,7 +381,7 @@ public final class ModelSku { } public final long component3() { - return this.f2116id; + return this.f2117id; } public final Application component4() { @@ -421,7 +421,7 @@ public final class ModelSku { return false; } ModelSku modelSku = (ModelSku) obj; - return this.applicationId == modelSku.applicationId && m.areEqual(this.name, modelSku.name) && this.f2116id == modelSku.f2116id && m.areEqual(this.application, modelSku.application) && this.premium == modelSku.premium && this.type == modelSku.type && m.areEqual(this.price, modelSku.price) && this.flags == modelSku.flags && m.areEqual(this.externalSkuStrategies, modelSku.externalSkuStrategies); + return this.applicationId == modelSku.applicationId && m.areEqual(this.name, modelSku.name) && this.f2117id == modelSku.f2117id && m.areEqual(this.application, modelSku.application) && this.premium == modelSku.premium && this.type == modelSku.type && m.areEqual(this.price, modelSku.price) && this.flags == modelSku.flags && m.areEqual(this.externalSkuStrategies, modelSku.externalSkuStrategies); } public final Application getApplication() { @@ -441,7 +441,7 @@ public final class ModelSku { } public final long getId() { - return this.f2116id; + return this.f2117id; } public final String getName() { @@ -457,7 +457,7 @@ public final class ModelSku { } public final SkuCategory getSkuCategory() { - long j = this.f2116id; + long j = this.f2117id; return j == ModelSkuKt.getPREMIUM_TIER_1_SKU_ID() ? SkuCategory.NITRO_CLASSIC : j == ModelSkuKt.getPREMIUM_TIER_2_SKU_ID() ? SkuCategory.NITRO : SkuCategory.GAME; } @@ -471,7 +471,7 @@ public final class ModelSku { String str = this.name; int i2 = 0; int hashCode = str != null ? str.hashCode() : 0; - long j2 = this.f2116id; + long j2 = this.f2117id; int i3 = (((i + hashCode) * 31) + ((int) (j2 ^ (j2 >>> 32)))) * 31; Application application = this.application; int hashCode2 = (i3 + (application != null ? application.hashCode() : 0)) * 31; @@ -506,7 +506,7 @@ public final class ModelSku { P.append(", name="); P.append(this.name); P.append(", id="); - P.append(this.f2116id); + P.append(this.f2117id); P.append(", application="); P.append(this.application); P.append(", premium="); diff --git a/app/src/main/java/com/discord/models/domain/ModelStoreListing.java b/app/src/main/java/com/discord/models/domain/ModelStoreListing.java index b32b2a7815..fb54562c05 100644 --- a/app/src/main/java/com/discord/models/domain/ModelStoreListing.java +++ b/app/src/main/java/com/discord/models/domain/ModelStoreListing.java @@ -8,7 +8,7 @@ import kotlin.jvm.internal.Ref$ObjectRef; public final class ModelStoreListing { /* renamed from: id reason: collision with root package name */ - private final long f2117id; + private final long f2118id; private final ModelSku sku; /* compiled from: ModelStoreListing.kt */ @@ -35,7 +35,7 @@ public final class ModelStoreListing { public ModelStoreListing(ModelSku modelSku, long j) { m.checkNotNullParameter(modelSku, "sku"); this.sku = modelSku; - this.f2117id = j; + this.f2118id = j; } public static /* synthetic */ ModelStoreListing copy$default(ModelStoreListing modelStoreListing, ModelSku modelSku, long j, int i, Object obj) { @@ -43,7 +43,7 @@ public final class ModelStoreListing { modelSku = modelStoreListing.sku; } if ((i & 2) != 0) { - j = modelStoreListing.f2117id; + j = modelStoreListing.f2118id; } return modelStoreListing.copy(modelSku, j); } @@ -53,7 +53,7 @@ public final class ModelStoreListing { } public final long component2() { - return this.f2117id; + return this.f2118id; } public final ModelStoreListing copy(ModelSku modelSku, long j) { @@ -69,11 +69,11 @@ public final class ModelStoreListing { return false; } ModelStoreListing modelStoreListing = (ModelStoreListing) obj; - return m.areEqual(this.sku, modelStoreListing.sku) && this.f2117id == modelStoreListing.f2117id; + return m.areEqual(this.sku, modelStoreListing.sku) && this.f2118id == modelStoreListing.f2118id; } public final long getId() { - return this.f2117id; + return this.f2118id; } public final ModelSku getSku() { @@ -83,7 +83,7 @@ public final class ModelStoreListing { public int hashCode() { ModelSku modelSku = this.sku; int hashCode = modelSku != null ? modelSku.hashCode() : 0; - long j = this.f2117id; + long j = this.f2118id; return (hashCode * 31) + ((int) (j ^ (j >>> 32))); } @@ -91,6 +91,6 @@ public final class ModelStoreListing { StringBuilder P = a.P("ModelStoreListing(sku="); P.append(this.sku); P.append(", id="); - return a.A(P, this.f2117id, ")"); + return a.A(P, this.f2118id, ")"); } } diff --git a/app/src/main/java/com/discord/models/domain/ModelSubscription.java b/app/src/main/java/com/discord/models/domain/ModelSubscription.java index 0374995d23..1edcc751b7 100644 --- a/app/src/main/java/com/discord/models/domain/ModelSubscription.java +++ b/app/src/main/java/com/discord/models/domain/ModelSubscription.java @@ -16,7 +16,7 @@ public final class ModelSubscription extends HasSubscriptionItems { private final String currentPeriodStart; /* renamed from: id reason: collision with root package name */ - private final String f2118id; + private final String f2119id; private final List items; private final Integer paymentGateway; private final String paymentGatewayPlanId; @@ -202,19 +202,19 @@ public final class ModelSubscription extends HasSubscriptionItems { public static final class SubscriptionItem { /* renamed from: id reason: collision with root package name */ - private final long f2119id; + private final long f2120id; private final long planId; private final int quantity; public SubscriptionItem(long j, long j2, int i) { - this.f2119id = j; + this.f2120id = j; this.planId = j2; this.quantity = i; } public static /* synthetic */ SubscriptionItem copy$default(SubscriptionItem subscriptionItem, long j, long j2, int i, int i2, Object obj) { if ((i2 & 1) != 0) { - j = subscriptionItem.f2119id; + j = subscriptionItem.f2120id; } if ((i2 & 2) != 0) { j2 = subscriptionItem.planId; @@ -226,7 +226,7 @@ public final class ModelSubscription extends HasSubscriptionItems { } public final long component1() { - return this.f2119id; + return this.f2120id; } public final long component2() { @@ -249,11 +249,11 @@ public final class ModelSubscription extends HasSubscriptionItems { return false; } SubscriptionItem subscriptionItem = (SubscriptionItem) obj; - return this.f2119id == subscriptionItem.f2119id && this.planId == subscriptionItem.planId && this.quantity == subscriptionItem.quantity; + return this.f2120id == subscriptionItem.f2120id && this.planId == subscriptionItem.planId && this.quantity == subscriptionItem.quantity; } public final long getId() { - return this.f2119id; + return this.f2120id; } public final long getPlanId() { @@ -265,14 +265,14 @@ public final class ModelSubscription extends HasSubscriptionItems { } public int hashCode() { - long j = this.f2119id; + long j = this.f2120id; long j2 = this.planId; return (((((int) (j ^ (j >>> 32))) * 31) + ((int) (j2 ^ (j2 >>> 32)))) * 31) + this.quantity; } public String toString() { StringBuilder P = a.P("SubscriptionItem(id="); - P.append(this.f2119id); + P.append(this.f2120id); P.append(", planId="); P.append(this.planId); P.append(", quantity="); @@ -389,7 +389,7 @@ public final class ModelSubscription extends HasSubscriptionItems { m.checkNotNullParameter(str4, "currentPeriodStart"); m.checkNotNullParameter(str5, "currentPeriodEnd"); m.checkNotNullParameter(list, "items"); - this.f2118id = str; + this.f2119id = str; this.createdAt = str2; this.canceledAt = str3; this.currentPeriodStart = str4; @@ -414,11 +414,11 @@ public final class ModelSubscription extends HasSubscriptionItems { } public static /* synthetic */ ModelSubscription copy$default(ModelSubscription modelSubscription, String str, String str2, String str3, String str4, String str5, String str6, Integer num, String str7, String str8, SubscriptionRenewalMutations subscriptionRenewalMutations, List list, String str9, int i, int i2, int i3, Object obj) { - return modelSubscription.copy((i3 & 1) != 0 ? modelSubscription.f2118id : str, (i3 & 2) != 0 ? modelSubscription.createdAt : str2, (i3 & 4) != 0 ? modelSubscription.canceledAt : str3, (i3 & 8) != 0 ? modelSubscription.currentPeriodStart : str4, (i3 & 16) != 0 ? modelSubscription.currentPeriodEnd : str5, (i3 & 32) != 0 ? modelSubscription.paymentSourceId : str6, (i3 & 64) != 0 ? modelSubscription.paymentGateway : num, (i3 & 128) != 0 ? modelSubscription.trialId : str7, (i3 & 256) != 0 ? modelSubscription.trialEndsAt : str8, (i3 & 512) != 0 ? modelSubscription.renewalMutations : subscriptionRenewalMutations, (i3 & 1024) != 0 ? modelSubscription.getItems() : list, (i3 & 2048) != 0 ? modelSubscription.paymentGatewayPlanId : str9, (i3 & 4096) != 0 ? modelSubscription.status : i, (i3 & 8192) != 0 ? modelSubscription.type : i2); + return modelSubscription.copy((i3 & 1) != 0 ? modelSubscription.f2119id : str, (i3 & 2) != 0 ? modelSubscription.createdAt : str2, (i3 & 4) != 0 ? modelSubscription.canceledAt : str3, (i3 & 8) != 0 ? modelSubscription.currentPeriodStart : str4, (i3 & 16) != 0 ? modelSubscription.currentPeriodEnd : str5, (i3 & 32) != 0 ? modelSubscription.paymentSourceId : str6, (i3 & 64) != 0 ? modelSubscription.paymentGateway : num, (i3 & 128) != 0 ? modelSubscription.trialId : str7, (i3 & 256) != 0 ? modelSubscription.trialEndsAt : str8, (i3 & 512) != 0 ? modelSubscription.renewalMutations : subscriptionRenewalMutations, (i3 & 1024) != 0 ? modelSubscription.getItems() : list, (i3 & 2048) != 0 ? modelSubscription.paymentGatewayPlanId : str9, (i3 & 4096) != 0 ? modelSubscription.status : i, (i3 & 8192) != 0 ? modelSubscription.type : i2); } public final String component1() { - return this.f2118id; + return this.f2119id; } public final SubscriptionRenewalMutations component10() { @@ -482,7 +482,7 @@ public final class ModelSubscription extends HasSubscriptionItems { return false; } ModelSubscription modelSubscription = (ModelSubscription) obj; - return m.areEqual(this.f2118id, modelSubscription.f2118id) && m.areEqual(this.createdAt, modelSubscription.createdAt) && m.areEqual(this.canceledAt, modelSubscription.canceledAt) && m.areEqual(this.currentPeriodStart, modelSubscription.currentPeriodStart) && m.areEqual(this.currentPeriodEnd, modelSubscription.currentPeriodEnd) && m.areEqual(this.paymentSourceId, modelSubscription.paymentSourceId) && m.areEqual(this.paymentGateway, modelSubscription.paymentGateway) && m.areEqual(this.trialId, modelSubscription.trialId) && m.areEqual(this.trialEndsAt, modelSubscription.trialEndsAt) && m.areEqual(this.renewalMutations, modelSubscription.renewalMutations) && m.areEqual(getItems(), modelSubscription.getItems()) && m.areEqual(this.paymentGatewayPlanId, modelSubscription.paymentGatewayPlanId) && this.status == modelSubscription.status && this.type == modelSubscription.type; + return m.areEqual(this.f2119id, modelSubscription.f2119id) && m.areEqual(this.createdAt, modelSubscription.createdAt) && m.areEqual(this.canceledAt, modelSubscription.canceledAt) && m.areEqual(this.currentPeriodStart, modelSubscription.currentPeriodStart) && m.areEqual(this.currentPeriodEnd, modelSubscription.currentPeriodEnd) && m.areEqual(this.paymentSourceId, modelSubscription.paymentSourceId) && m.areEqual(this.paymentGateway, modelSubscription.paymentGateway) && m.areEqual(this.trialId, modelSubscription.trialId) && m.areEqual(this.trialEndsAt, modelSubscription.trialEndsAt) && m.areEqual(this.renewalMutations, modelSubscription.renewalMutations) && m.areEqual(getItems(), modelSubscription.getItems()) && m.areEqual(this.paymentGatewayPlanId, modelSubscription.paymentGatewayPlanId) && this.status == modelSubscription.status && this.type == modelSubscription.type; } public final long getAccountHoldEstimatedExpirationTimestamp() { @@ -506,7 +506,7 @@ public final class ModelSubscription extends HasSubscriptionItems { } public final String getId() { - return this.f2118id; + return this.f2119id; } @Override // com.discord.models.domain.HasSubscriptionItems @@ -585,7 +585,7 @@ public final class ModelSubscription extends HasSubscriptionItems { } public int hashCode() { - String str = this.f2118id; + String str = this.f2119id; int i = 0; int hashCode = (str != null ? str.hashCode() : 0) * 31; String str2 = this.createdAt; @@ -629,7 +629,7 @@ public final class ModelSubscription extends HasSubscriptionItems { public String toString() { StringBuilder P = a.P("ModelSubscription(id="); - P.append(this.f2118id); + P.append(this.f2119id); P.append(", createdAt="); P.append(this.createdAt); P.append(", canceledAt="); diff --git a/app/src/main/java/com/discord/models/domain/ModelUserNote.java b/app/src/main/java/com/discord/models/domain/ModelUserNote.java index a872fe11c8..d822926ae3 100644 --- a/app/src/main/java/com/discord/models/domain/ModelUserNote.java +++ b/app/src/main/java/com/discord/models/domain/ModelUserNote.java @@ -14,7 +14,7 @@ public final class ModelUserNote { public static final class Update { /* renamed from: id reason: collision with root package name */ - private final long f2120id; + private final long f2121id; private final String note; /* compiled from: ModelUserNote.kt */ @@ -38,13 +38,13 @@ public final class ModelUserNote { public Update(long j, String str) { m.checkNotNullParameter(str, "note"); - this.f2120id = j; + this.f2121id = j; this.note = str; } public static /* synthetic */ Update copy$default(Update update, long j, String str, int i, Object obj) { if ((i & 1) != 0) { - j = update.f2120id; + j = update.f2121id; } if ((i & 2) != 0) { str = update.note; @@ -53,7 +53,7 @@ public final class ModelUserNote { } public final long component1() { - return this.f2120id; + return this.f2121id; } public final String component2() { @@ -73,11 +73,11 @@ public final class ModelUserNote { return false; } Update update = (Update) obj; - return this.f2120id == update.f2120id && m.areEqual(this.note, update.note); + return this.f2121id == update.f2121id && m.areEqual(this.note, update.note); } public final long getId() { - return this.f2120id; + return this.f2121id; } public final String getNote() { @@ -85,7 +85,7 @@ public final class ModelUserNote { } public int hashCode() { - long j = this.f2120id; + long j = this.f2121id; int i = ((int) (j ^ (j >>> 32))) * 31; String str = this.note; return i + (str != null ? str.hashCode() : 0); @@ -93,7 +93,7 @@ public final class ModelUserNote { public String toString() { StringBuilder P = a.P("Update(id="); - P.append(this.f2120id); + P.append(this.f2121id); P.append(", note="); return a.H(P, this.note, ")"); } diff --git a/app/src/main/java/com/discord/models/domain/ModelUserRelationship.java b/app/src/main/java/com/discord/models/domain/ModelUserRelationship.java index 3e4a48510a..f4fe3c5f97 100644 --- a/app/src/main/java/com/discord/models/domain/ModelUserRelationship.java +++ b/app/src/main/java/com/discord/models/domain/ModelUserRelationship.java @@ -14,7 +14,7 @@ public class ModelUserRelationship implements Model { public static final int TYPE_NONE = 0; /* renamed from: id reason: collision with root package name */ - private long f2121id; + private long f2122id; private int type; private User user; private Long userId; @@ -23,14 +23,14 @@ public class ModelUserRelationship implements Model { } public ModelUserRelationship(long j, int i, User user, Long l) { - this.f2121id = j; + this.f2122id = j; this.type = i; this.user = user; this.userId = l; } public ModelUserRelationship(ModelUserRelationship modelUserRelationship) { - this(modelUserRelationship.f2121id, modelUserRelationship.type, modelUserRelationship.user, modelUserRelationship.userId); + this(modelUserRelationship.f2122id, modelUserRelationship.type, modelUserRelationship.user, modelUserRelationship.userId); } public static int getType(Integer num) { @@ -80,7 +80,7 @@ public class ModelUserRelationship implements Model { this.userId = jsonReader.nextLongOrNull(); return; case 1: - this.f2121id = jsonReader.nextLong(this.f2121id); + this.f2122id = jsonReader.nextLong(this.f2122id); return; case 2: this.type = jsonReader.nextInt(this.type); @@ -120,7 +120,7 @@ public class ModelUserRelationship implements Model { } public long getId() { - return this.f2121id; + return this.f2122id; } public int getType() { diff --git a/app/src/main/java/com/discord/models/domain/ModelVoiceRegion.java b/app/src/main/java/com/discord/models/domain/ModelVoiceRegion.java index 571cf80470..927e1a6643 100644 --- a/app/src/main/java/com/discord/models/domain/ModelVoiceRegion.java +++ b/app/src/main/java/com/discord/models/domain/ModelVoiceRegion.java @@ -8,7 +8,7 @@ public class ModelVoiceRegion implements Model { private boolean hidden; /* renamed from: id reason: collision with root package name */ - private String f2122id; + private String f2123id; private String name; private boolean optimal; private String sampleHostname; @@ -74,7 +74,7 @@ public class ModelVoiceRegion implements Model { this.hidden = jsonReader.nextBoolean(this.hidden); return; case 3: - this.f2122id = jsonReader.nextString(this.f2122id); + this.f2123id = jsonReader.nextString(this.f2123id); return; case 4: this.name = jsonReader.nextString(this.name); @@ -122,7 +122,7 @@ public class ModelVoiceRegion implements Model { } public String getId() { - return this.f2122id; + return this.f2123id; } public String getName() { diff --git a/app/src/main/java/com/discord/models/domain/ModelWebhook.java b/app/src/main/java/com/discord/models/domain/ModelWebhook.java index d51017cefa..f721d94797 100644 --- a/app/src/main/java/com/discord/models/domain/ModelWebhook.java +++ b/app/src/main/java/com/discord/models/domain/ModelWebhook.java @@ -9,7 +9,7 @@ public class ModelWebhook implements Model { private long guildId; /* renamed from: id reason: collision with root package name */ - private long f2123id; + private long f2124id; private String name; @Override // com.discord.models.domain.Model @@ -60,7 +60,7 @@ public class ModelWebhook implements Model { this.guildId = jsonReader.nextLong(this.guildId); return; case 3: - this.f2123id = jsonReader.nextLong(this.f2123id); + this.f2124id = jsonReader.nextLong(this.f2124id); return; case 4: this.name = jsonReader.nextString(this.name); @@ -109,7 +109,7 @@ public class ModelWebhook implements Model { } public long getId() { - return this.f2123id; + return this.f2124id; } public String getName() { diff --git a/app/src/main/java/com/discord/models/domain/PaymentSourceRaw.java b/app/src/main/java/com/discord/models/domain/PaymentSourceRaw.java index d9cc3f286a..df5604f84b 100644 --- a/app/src/main/java/com/discord/models/domain/PaymentSourceRaw.java +++ b/app/src/main/java/com/discord/models/domain/PaymentSourceRaw.java @@ -15,7 +15,7 @@ public final class PaymentSourceRaw { private final int expiresYear; /* renamed from: id reason: collision with root package name */ - private final String f2124id; + private final String f2125id; private final boolean invalid; private final String last_4; private final int type; @@ -24,7 +24,7 @@ public final class PaymentSourceRaw { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_ID); m.checkNotNullParameter(modelBillingAddress, "billingAddress"); this.type = i; - this.f2124id = str; + this.f2125id = str; this.invalid = z2; this.billingAddress = modelBillingAddress; this.f10default = z3; @@ -36,7 +36,7 @@ public final class PaymentSourceRaw { } public static /* synthetic */ PaymentSourceRaw copy$default(PaymentSourceRaw paymentSourceRaw, int i, String str, boolean z2, ModelBillingAddress modelBillingAddress, boolean z3, String str2, String str3, String str4, int i2, int i3, int i4, Object obj) { - return paymentSourceRaw.copy((i4 & 1) != 0 ? paymentSourceRaw.type : i, (i4 & 2) != 0 ? paymentSourceRaw.f2124id : str, (i4 & 4) != 0 ? paymentSourceRaw.invalid : z2, (i4 & 8) != 0 ? paymentSourceRaw.billingAddress : modelBillingAddress, (i4 & 16) != 0 ? paymentSourceRaw.f10default : z3, (i4 & 32) != 0 ? paymentSourceRaw.email : str2, (i4 & 64) != 0 ? paymentSourceRaw.brand : str3, (i4 & 128) != 0 ? paymentSourceRaw.last_4 : str4, (i4 & 256) != 0 ? paymentSourceRaw.expiresMonth : i2, (i4 & 512) != 0 ? paymentSourceRaw.expiresYear : i3); + return paymentSourceRaw.copy((i4 & 1) != 0 ? paymentSourceRaw.type : i, (i4 & 2) != 0 ? paymentSourceRaw.f2125id : str, (i4 & 4) != 0 ? paymentSourceRaw.invalid : z2, (i4 & 8) != 0 ? paymentSourceRaw.billingAddress : modelBillingAddress, (i4 & 16) != 0 ? paymentSourceRaw.f10default : z3, (i4 & 32) != 0 ? paymentSourceRaw.email : str2, (i4 & 64) != 0 ? paymentSourceRaw.brand : str3, (i4 & 128) != 0 ? paymentSourceRaw.last_4 : str4, (i4 & 256) != 0 ? paymentSourceRaw.expiresMonth : i2, (i4 & 512) != 0 ? paymentSourceRaw.expiresYear : i3); } public final int component1() { @@ -48,7 +48,7 @@ public final class PaymentSourceRaw { } public final String component2() { - return this.f2124id; + return this.f2125id; } public final boolean component3() { @@ -93,7 +93,7 @@ public final class PaymentSourceRaw { return false; } PaymentSourceRaw paymentSourceRaw = (PaymentSourceRaw) obj; - return this.type == paymentSourceRaw.type && m.areEqual(this.f2124id, paymentSourceRaw.f2124id) && this.invalid == paymentSourceRaw.invalid && m.areEqual(this.billingAddress, paymentSourceRaw.billingAddress) && this.f10default == paymentSourceRaw.f10default && m.areEqual(this.email, paymentSourceRaw.email) && m.areEqual(this.brand, paymentSourceRaw.brand) && m.areEqual(this.last_4, paymentSourceRaw.last_4) && this.expiresMonth == paymentSourceRaw.expiresMonth && this.expiresYear == paymentSourceRaw.expiresYear; + return this.type == paymentSourceRaw.type && m.areEqual(this.f2125id, paymentSourceRaw.f2125id) && this.invalid == paymentSourceRaw.invalid && m.areEqual(this.billingAddress, paymentSourceRaw.billingAddress) && this.f10default == paymentSourceRaw.f10default && m.areEqual(this.email, paymentSourceRaw.email) && m.areEqual(this.brand, paymentSourceRaw.brand) && m.areEqual(this.last_4, paymentSourceRaw.last_4) && this.expiresMonth == paymentSourceRaw.expiresMonth && this.expiresYear == paymentSourceRaw.expiresYear; } public final ModelBillingAddress getBillingAddress() { @@ -121,7 +121,7 @@ public final class PaymentSourceRaw { } public final String getId() { - return this.f2124id; + return this.f2125id; } public final boolean getInvalid() { @@ -138,7 +138,7 @@ public final class PaymentSourceRaw { public int hashCode() { int i = this.type * 31; - String str = this.f2124id; + String str = this.f2125id; int i2 = 0; int hashCode = (i + (str != null ? str.hashCode() : 0)) * 31; boolean z2 = this.invalid; @@ -172,7 +172,7 @@ public final class PaymentSourceRaw { StringBuilder P = a.P("PaymentSourceRaw(type="); P.append(this.type); P.append(", id="); - P.append(this.f2124id); + P.append(this.f2125id); P.append(", invalid="); P.append(this.invalid); P.append(", billingAddress="); diff --git a/app/src/main/java/com/discord/models/domain/billing/ModelInvoiceItem.java b/app/src/main/java/com/discord/models/domain/billing/ModelInvoiceItem.java index 8d0db12130..7a59a580c0 100644 --- a/app/src/main/java/com/discord/models/domain/billing/ModelInvoiceItem.java +++ b/app/src/main/java/com/discord/models/domain/billing/ModelInvoiceItem.java @@ -9,7 +9,7 @@ public final class ModelInvoiceItem { private final List discount; /* renamed from: id reason: collision with root package name */ - private final long f2125id; + private final long f2126id; private final boolean proration; private final int quantity; private final long subscriptionPlanId; @@ -19,7 +19,7 @@ public final class ModelInvoiceItem { m.checkNotNullParameter(list, "discount"); this.amount = i; this.discount = list; - this.f2125id = j; + this.f2126id = j; this.proration = z2; this.quantity = i2; this.subscriptionPlanId = j2; @@ -27,7 +27,7 @@ public final class ModelInvoiceItem { } public static /* synthetic */ ModelInvoiceItem copy$default(ModelInvoiceItem modelInvoiceItem, int i, List list, long j, boolean z2, int i2, long j2, int i3, int i4, Object obj) { - return modelInvoiceItem.copy((i4 & 1) != 0 ? modelInvoiceItem.amount : i, (i4 & 2) != 0 ? modelInvoiceItem.discount : list, (i4 & 4) != 0 ? modelInvoiceItem.f2125id : j, (i4 & 8) != 0 ? modelInvoiceItem.proration : z2, (i4 & 16) != 0 ? modelInvoiceItem.quantity : i2, (i4 & 32) != 0 ? modelInvoiceItem.subscriptionPlanId : j2, (i4 & 64) != 0 ? modelInvoiceItem.subscriptionPlanPrice : i3); + return modelInvoiceItem.copy((i4 & 1) != 0 ? modelInvoiceItem.amount : i, (i4 & 2) != 0 ? modelInvoiceItem.discount : list, (i4 & 4) != 0 ? modelInvoiceItem.f2126id : j, (i4 & 8) != 0 ? modelInvoiceItem.proration : z2, (i4 & 16) != 0 ? modelInvoiceItem.quantity : i2, (i4 & 32) != 0 ? modelInvoiceItem.subscriptionPlanId : j2, (i4 & 64) != 0 ? modelInvoiceItem.subscriptionPlanPrice : i3); } public final int component1() { @@ -39,7 +39,7 @@ public final class ModelInvoiceItem { } public final long component3() { - return this.f2125id; + return this.f2126id; } public final boolean component4() { @@ -71,7 +71,7 @@ public final class ModelInvoiceItem { return false; } ModelInvoiceItem modelInvoiceItem = (ModelInvoiceItem) obj; - return this.amount == modelInvoiceItem.amount && m.areEqual(this.discount, modelInvoiceItem.discount) && this.f2125id == modelInvoiceItem.f2125id && this.proration == modelInvoiceItem.proration && this.quantity == modelInvoiceItem.quantity && this.subscriptionPlanId == modelInvoiceItem.subscriptionPlanId && this.subscriptionPlanPrice == modelInvoiceItem.subscriptionPlanPrice; + return this.amount == modelInvoiceItem.amount && m.areEqual(this.discount, modelInvoiceItem.discount) && this.f2126id == modelInvoiceItem.f2126id && this.proration == modelInvoiceItem.proration && this.quantity == modelInvoiceItem.quantity && this.subscriptionPlanId == modelInvoiceItem.subscriptionPlanId && this.subscriptionPlanPrice == modelInvoiceItem.subscriptionPlanPrice; } public final int getAmount() { @@ -83,7 +83,7 @@ public final class ModelInvoiceItem { } public final long getId() { - return this.f2125id; + return this.f2126id; } public final boolean getProration() { @@ -106,7 +106,7 @@ public final class ModelInvoiceItem { int i = this.amount * 31; List list = this.discount; int hashCode = list != null ? list.hashCode() : 0; - long j = this.f2125id; + long j = this.f2126id; int i2 = (((i + hashCode) * 31) + ((int) (j ^ (j >>> 32)))) * 31; boolean z2 = this.proration; if (z2) { @@ -125,7 +125,7 @@ public final class ModelInvoiceItem { P.append(", discount="); P.append(this.discount); P.append(", id="); - P.append(this.f2125id); + P.append(this.f2126id); P.append(", proration="); P.append(this.proration); P.append(", quantity="); diff --git a/app/src/main/java/com/discord/models/domain/billing/ModelInvoicePreview.java b/app/src/main/java/com/discord/models/domain/billing/ModelInvoicePreview.java index 689dfaec0e..549021eb19 100644 --- a/app/src/main/java/com/discord/models/domain/billing/ModelInvoicePreview.java +++ b/app/src/main/java/com/discord/models/domain/billing/ModelInvoicePreview.java @@ -8,7 +8,7 @@ public final class ModelInvoicePreview { private final String currency; /* renamed from: id reason: collision with root package name */ - private final long f2126id; + private final long f2127id; private final List invoiceItems; private final String subscriptionPeriodEnd; private final String subscriptionPeriodStart; @@ -23,7 +23,7 @@ public final class ModelInvoicePreview { m.checkNotNullParameter(str2, "subscriptionPeriodEnd"); m.checkNotNullParameter(str3, "subscriptionPeriodStart"); this.currency = str; - this.f2126id = j; + this.f2127id = j; this.invoiceItems = list; this.subscriptionPeriodEnd = str2; this.subscriptionPeriodStart = str3; @@ -34,7 +34,7 @@ public final class ModelInvoicePreview { } public static /* synthetic */ ModelInvoicePreview copy$default(ModelInvoicePreview modelInvoicePreview, String str, long j, List list, String str2, String str3, int i, int i2, boolean z2, int i3, int i4, Object obj) { - return modelInvoicePreview.copy((i4 & 1) != 0 ? modelInvoicePreview.currency : str, (i4 & 2) != 0 ? modelInvoicePreview.f2126id : j, (i4 & 4) != 0 ? modelInvoicePreview.invoiceItems : list, (i4 & 8) != 0 ? modelInvoicePreview.subscriptionPeriodEnd : str2, (i4 & 16) != 0 ? modelInvoicePreview.subscriptionPeriodStart : str3, (i4 & 32) != 0 ? modelInvoicePreview.subtotal : i, (i4 & 64) != 0 ? modelInvoicePreview.tax : i2, (i4 & 128) != 0 ? modelInvoicePreview.taxInclusive : z2, (i4 & 256) != 0 ? modelInvoicePreview.total : i3); + return modelInvoicePreview.copy((i4 & 1) != 0 ? modelInvoicePreview.currency : str, (i4 & 2) != 0 ? modelInvoicePreview.f2127id : j, (i4 & 4) != 0 ? modelInvoicePreview.invoiceItems : list, (i4 & 8) != 0 ? modelInvoicePreview.subscriptionPeriodEnd : str2, (i4 & 16) != 0 ? modelInvoicePreview.subscriptionPeriodStart : str3, (i4 & 32) != 0 ? modelInvoicePreview.subtotal : i, (i4 & 64) != 0 ? modelInvoicePreview.tax : i2, (i4 & 128) != 0 ? modelInvoicePreview.taxInclusive : z2, (i4 & 256) != 0 ? modelInvoicePreview.total : i3); } public final String component1() { @@ -42,7 +42,7 @@ public final class ModelInvoicePreview { } public final long component2() { - return this.f2126id; + return this.f2127id; } public final List component3() { @@ -89,7 +89,7 @@ public final class ModelInvoicePreview { return false; } ModelInvoicePreview modelInvoicePreview = (ModelInvoicePreview) obj; - return m.areEqual(this.currency, modelInvoicePreview.currency) && this.f2126id == modelInvoicePreview.f2126id && m.areEqual(this.invoiceItems, modelInvoicePreview.invoiceItems) && m.areEqual(this.subscriptionPeriodEnd, modelInvoicePreview.subscriptionPeriodEnd) && m.areEqual(this.subscriptionPeriodStart, modelInvoicePreview.subscriptionPeriodStart) && this.subtotal == modelInvoicePreview.subtotal && this.tax == modelInvoicePreview.tax && this.taxInclusive == modelInvoicePreview.taxInclusive && this.total == modelInvoicePreview.total; + return m.areEqual(this.currency, modelInvoicePreview.currency) && this.f2127id == modelInvoicePreview.f2127id && m.areEqual(this.invoiceItems, modelInvoicePreview.invoiceItems) && m.areEqual(this.subscriptionPeriodEnd, modelInvoicePreview.subscriptionPeriodEnd) && m.areEqual(this.subscriptionPeriodStart, modelInvoicePreview.subscriptionPeriodStart) && this.subtotal == modelInvoicePreview.subtotal && this.tax == modelInvoicePreview.tax && this.taxInclusive == modelInvoicePreview.taxInclusive && this.total == modelInvoicePreview.total; } public final String getCurrency() { @@ -97,7 +97,7 @@ public final class ModelInvoicePreview { } public final long getId() { - return this.f2126id; + return this.f2127id; } public final List getInvoiceItems() { @@ -132,7 +132,7 @@ public final class ModelInvoicePreview { String str = this.currency; int i = 0; int hashCode = str != null ? str.hashCode() : 0; - long j = this.f2126id; + long j = this.f2127id; int i2 = ((hashCode * 31) + ((int) (j ^ (j >>> 32)))) * 31; List list = this.invoiceItems; int hashCode2 = (i2 + (list != null ? list.hashCode() : 0)) * 31; @@ -157,7 +157,7 @@ public final class ModelInvoicePreview { StringBuilder P = a.P("ModelInvoicePreview(currency="); P.append(this.currency); P.append(", id="); - P.append(this.f2126id); + P.append(this.f2127id); P.append(", invoiceItems="); P.append(this.invoiceItems); P.append(", subscriptionPeriodEnd="); diff --git a/app/src/main/java/com/discord/models/domain/emoji/ModelEmojiCustom.java b/app/src/main/java/com/discord/models/domain/emoji/ModelEmojiCustom.java index 50c39278c3..a276f1d2d9 100644 --- a/app/src/main/java/com/discord/models/domain/emoji/ModelEmojiCustom.java +++ b/app/src/main/java/com/discord/models/domain/emoji/ModelEmojiCustom.java @@ -24,7 +24,7 @@ public class ModelEmojiCustom implements Emoji { private long guildId; /* renamed from: id reason: collision with root package name */ - private long f2127id; + private long f2128id; private String idStr; private boolean isAnimated; private transient boolean isUsable; @@ -61,7 +61,7 @@ public class ModelEmojiCustom implements Emoji { public ModelEmojiCustom(long j, String str, List list, boolean z2, boolean z3, int i, String str2, boolean z4, boolean z5, boolean z6, long j2) { this.idStr = "0"; - this.f2127id = j; + this.f2128id = j; this.idStr = String.valueOf(j); this.name = str; this.roles = list; @@ -79,7 +79,7 @@ public class ModelEmojiCustom implements Emoji { this.idStr = "0"; boolean z2 = true; this.isUsable = true; - this.f2127id = guildEmoji.c(); + this.f2128id = guildEmoji.c(); this.name = guildEmoji.e(); this.idStr = String.valueOf(guildEmoji.c()); this.roles = guildEmoji.g() != null ? guildEmoji.g() : new ArrayList<>(); @@ -92,7 +92,7 @@ public class ModelEmojiCustom implements Emoji { public ModelEmojiCustom(ModelEmojiCustom modelEmojiCustom, int i, boolean z2) { this.idStr = "0"; - this.f2127id = modelEmojiCustom.f2127id; + this.f2128id = modelEmojiCustom.f2128id; this.idStr = modelEmojiCustom.idStr; this.roles = modelEmojiCustom.getRoles(); this.requireColons = modelEmojiCustom.requireColons; @@ -205,7 +205,7 @@ public class ModelEmojiCustom implements Emoji { } public long getId() { - return this.f2127id; + return this.f2128id; } public String getIdStr() { @@ -214,7 +214,7 @@ public class ModelEmojiCustom implements Emoji { @Override // com.discord.models.domain.emoji.Emoji public String getImageUri(boolean z2, int i, Context context) { - return getImageUri(this.f2127id, this.isAnimated && z2, i); + return getImageUri(this.f2128id, this.isAnimated && z2, i); } @Override // com.discord.models.domain.emoji.Emoji @@ -231,7 +231,7 @@ public class ModelEmojiCustom implements Emoji { sb.append(str); sb.append(this.name); sb.append(MentionUtilsKt.EMOJIS_AND_STICKERS_CHAR); - sb.append(this.f2127id); + sb.append(this.f2128id); sb.append('>'); return sb.toString(); } @@ -247,7 +247,7 @@ public class ModelEmojiCustom implements Emoji { @Override // com.discord.models.domain.emoji.Emoji public String getReactionKey() { - return this.name + MentionUtilsKt.EMOJIS_AND_STICKERS_CHAR + this.f2127id; + return this.name + MentionUtilsKt.EMOJIS_AND_STICKERS_CHAR + this.f2128id; } @Override // com.discord.models.domain.emoji.Emoji @@ -333,7 +333,7 @@ public class ModelEmojiCustom implements Emoji { } public GuildEmoji toApiEmoji() { - return new GuildEmoji(this.f2127id, this.name, this.roles, this.requireColons, this.managed, this.isAnimated, this.available); + return new GuildEmoji(this.f2128id, this.name, this.roles, this.requireColons, this.managed, this.isAnimated, this.available); } @Override // java.lang.Object @@ -368,7 +368,7 @@ public class ModelEmojiCustom implements Emoji { @Override // android.os.Parcelable public void writeToParcel(Parcel parcel, int i) { - parcel.writeLong(this.f2127id); + parcel.writeLong(this.f2128id); parcel.writeString(this.name); parcel.writeList(this.roles); parcel.writeInt(this.requireColons ? 1 : 0); diff --git a/app/src/main/java/com/discord/models/domain/emoji/ModelEmojiGuild.java b/app/src/main/java/com/discord/models/domain/emoji/ModelEmojiGuild.java index 0641cd6e25..e42bec62d7 100644 --- a/app/src/main/java/com/discord/models/domain/emoji/ModelEmojiGuild.java +++ b/app/src/main/java/com/discord/models/domain/emoji/ModelEmojiGuild.java @@ -11,7 +11,7 @@ public final class ModelEmojiGuild { private final boolean available; /* renamed from: id reason: collision with root package name */ - private final long f2128id; + private final long f2129id; private final boolean managed; private final String name; private final boolean requiredColons; @@ -22,7 +22,7 @@ public final class ModelEmojiGuild { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_NAME); m.checkNotNullParameter(list, "roles"); m.checkNotNullParameter(user, "user"); - this.f2128id = j; + this.f2129id = j; this.name = str; this.managed = z2; this.roles = list; @@ -33,11 +33,11 @@ public final class ModelEmojiGuild { } public static /* synthetic */ ModelEmojiGuild copy$default(ModelEmojiGuild modelEmojiGuild, long j, String str, boolean z2, List list, boolean z3, User user, boolean z4, boolean z5, int i, Object obj) { - return modelEmojiGuild.copy((i & 1) != 0 ? modelEmojiGuild.f2128id : j, (i & 2) != 0 ? modelEmojiGuild.name : str, (i & 4) != 0 ? modelEmojiGuild.managed : z2, (i & 8) != 0 ? modelEmojiGuild.roles : list, (i & 16) != 0 ? modelEmojiGuild.requiredColons : z3, (i & 32) != 0 ? modelEmojiGuild.user : user, (i & 64) != 0 ? modelEmojiGuild.animated : z4, (i & 128) != 0 ? modelEmojiGuild.available : z5); + return modelEmojiGuild.copy((i & 1) != 0 ? modelEmojiGuild.f2129id : j, (i & 2) != 0 ? modelEmojiGuild.name : str, (i & 4) != 0 ? modelEmojiGuild.managed : z2, (i & 8) != 0 ? modelEmojiGuild.roles : list, (i & 16) != 0 ? modelEmojiGuild.requiredColons : z3, (i & 32) != 0 ? modelEmojiGuild.user : user, (i & 64) != 0 ? modelEmojiGuild.animated : z4, (i & 128) != 0 ? modelEmojiGuild.available : z5); } public final long component1() { - return this.f2128id; + return this.f2129id; } public final String component2() { @@ -83,7 +83,7 @@ public final class ModelEmojiGuild { return false; } ModelEmojiGuild modelEmojiGuild = (ModelEmojiGuild) obj; - return this.f2128id == modelEmojiGuild.f2128id && m.areEqual(this.name, modelEmojiGuild.name) && this.managed == modelEmojiGuild.managed && m.areEqual(this.roles, modelEmojiGuild.roles) && this.requiredColons == modelEmojiGuild.requiredColons && m.areEqual(this.user, modelEmojiGuild.user) && this.animated == modelEmojiGuild.animated && this.available == modelEmojiGuild.available; + return this.f2129id == modelEmojiGuild.f2129id && m.areEqual(this.name, modelEmojiGuild.name) && this.managed == modelEmojiGuild.managed && m.areEqual(this.roles, modelEmojiGuild.roles) && this.requiredColons == modelEmojiGuild.requiredColons && m.areEqual(this.user, modelEmojiGuild.user) && this.animated == modelEmojiGuild.animated && this.available == modelEmojiGuild.available; } public final boolean getAnimated() { @@ -95,7 +95,7 @@ public final class ModelEmojiGuild { } public final long getId() { - return this.f2128id; + return this.f2129id; } public final boolean getManaged() { @@ -119,7 +119,7 @@ public final class ModelEmojiGuild { } public int hashCode() { - long j = this.f2128id; + long j = this.f2129id; int i = ((int) (j ^ (j >>> 32))) * 31; String str = this.name; int i2 = 0; @@ -165,7 +165,7 @@ public final class ModelEmojiGuild { public String toString() { StringBuilder P = a.P("ModelEmojiGuild(id="); - P.append(this.f2128id); + P.append(this.f2129id); P.append(", name="); P.append(this.name); P.append(", managed="); diff --git a/app/src/main/java/com/discord/models/domain/spotify/ModelSpotifyAlbum.java b/app/src/main/java/com/discord/models/domain/spotify/ModelSpotifyAlbum.java index eb3359e820..0de017fa39 100644 --- a/app/src/main/java/com/discord/models/domain/spotify/ModelSpotifyAlbum.java +++ b/app/src/main/java/com/discord/models/domain/spotify/ModelSpotifyAlbum.java @@ -9,7 +9,7 @@ public final class ModelSpotifyAlbum { private final String albumType; /* renamed from: id reason: collision with root package name */ - private final String f2129id; + private final String f2130id; private final List images; private final String name; @@ -66,7 +66,7 @@ public final class ModelSpotifyAlbum { m.checkNotNullParameter(list, "images"); m.checkNotNullParameter(str3, ModelAuditLogEntry.CHANGE_KEY_NAME); this.albumType = str; - this.f2129id = str2; + this.f2130id = str2; this.images = list; this.name = str3; } @@ -78,7 +78,7 @@ public final class ModelSpotifyAlbum { str = modelSpotifyAlbum.albumType; } if ((i & 2) != 0) { - str2 = modelSpotifyAlbum.f2129id; + str2 = modelSpotifyAlbum.f2130id; } if ((i & 4) != 0) { list = modelSpotifyAlbum.images; @@ -94,7 +94,7 @@ public final class ModelSpotifyAlbum { } public final String component2() { - return this.f2129id; + return this.f2130id; } public final List component3() { @@ -121,7 +121,7 @@ public final class ModelSpotifyAlbum { return false; } ModelSpotifyAlbum modelSpotifyAlbum = (ModelSpotifyAlbum) obj; - return m.areEqual(this.albumType, modelSpotifyAlbum.albumType) && m.areEqual(this.f2129id, modelSpotifyAlbum.f2129id) && m.areEqual(this.images, modelSpotifyAlbum.images) && m.areEqual(this.name, modelSpotifyAlbum.name); + return m.areEqual(this.albumType, modelSpotifyAlbum.albumType) && m.areEqual(this.f2130id, modelSpotifyAlbum.f2130id) && m.areEqual(this.images, modelSpotifyAlbum.images) && m.areEqual(this.name, modelSpotifyAlbum.name); } public final String getAlbumType() { @@ -129,7 +129,7 @@ public final class ModelSpotifyAlbum { } public final String getId() { - return this.f2129id; + return this.f2130id; } public final List getImages() { @@ -144,7 +144,7 @@ public final class ModelSpotifyAlbum { String str = this.albumType; int i = 0; int hashCode = (str != null ? str.hashCode() : 0) * 31; - String str2 = this.f2129id; + String str2 = this.f2130id; int hashCode2 = (hashCode + (str2 != null ? str2.hashCode() : 0)) * 31; List list = this.images; int hashCode3 = (hashCode2 + (list != null ? list.hashCode() : 0)) * 31; @@ -159,7 +159,7 @@ public final class ModelSpotifyAlbum { StringBuilder P = a.P("ModelSpotifyAlbum(albumType="); P.append(this.albumType); P.append(", id="); - P.append(this.f2129id); + P.append(this.f2130id); P.append(", images="); P.append(this.images); P.append(", name="); diff --git a/app/src/main/java/com/discord/models/domain/spotify/ModelSpotifyArtist.java b/app/src/main/java/com/discord/models/domain/spotify/ModelSpotifyArtist.java index 91c789452e..cd3ad58cc6 100644 --- a/app/src/main/java/com/discord/models/domain/spotify/ModelSpotifyArtist.java +++ b/app/src/main/java/com/discord/models/domain/spotify/ModelSpotifyArtist.java @@ -7,19 +7,19 @@ import d0.z.d.m; public final class ModelSpotifyArtist { /* renamed from: id reason: collision with root package name */ - private final String f2130id; + private final String f2131id; private final String name; public ModelSpotifyArtist(String str, String str2) { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_ID); m.checkNotNullParameter(str2, ModelAuditLogEntry.CHANGE_KEY_NAME); - this.f2130id = str; + this.f2131id = str; this.name = str2; } public static /* synthetic */ ModelSpotifyArtist copy$default(ModelSpotifyArtist modelSpotifyArtist, String str, String str2, int i, Object obj) { if ((i & 1) != 0) { - str = modelSpotifyArtist.f2130id; + str = modelSpotifyArtist.f2131id; } if ((i & 2) != 0) { str2 = modelSpotifyArtist.name; @@ -28,7 +28,7 @@ public final class ModelSpotifyArtist { } public final String component1() { - return this.f2130id; + return this.f2131id; } public final String component2() { @@ -49,11 +49,11 @@ public final class ModelSpotifyArtist { return false; } ModelSpotifyArtist modelSpotifyArtist = (ModelSpotifyArtist) obj; - return m.areEqual(this.f2130id, modelSpotifyArtist.f2130id) && m.areEqual(this.name, modelSpotifyArtist.name); + return m.areEqual(this.f2131id, modelSpotifyArtist.f2131id) && m.areEqual(this.name, modelSpotifyArtist.name); } public final String getId() { - return this.f2130id; + return this.f2131id; } public final String getName() { @@ -61,7 +61,7 @@ public final class ModelSpotifyArtist { } public int hashCode() { - String str = this.f2130id; + String str = this.f2131id; int i = 0; int hashCode = (str != null ? str.hashCode() : 0) * 31; String str2 = this.name; @@ -73,7 +73,7 @@ public final class ModelSpotifyArtist { public String toString() { StringBuilder P = a.P("ModelSpotifyArtist(id="); - P.append(this.f2130id); + P.append(this.f2131id); P.append(", name="); return a.H(P, this.name, ")"); } diff --git a/app/src/main/java/com/discord/models/domain/spotify/ModelSpotifyTrack.java b/app/src/main/java/com/discord/models/domain/spotify/ModelSpotifyTrack.java index cd875a39bc..0f7075d09d 100644 --- a/app/src/main/java/com/discord/models/domain/spotify/ModelSpotifyTrack.java +++ b/app/src/main/java/com/discord/models/domain/spotify/ModelSpotifyTrack.java @@ -11,7 +11,7 @@ public final class ModelSpotifyTrack { private final long durationMs; /* renamed from: id reason: collision with root package name */ - private final String f2131id; + private final String f2132id; private final boolean isLocal; private final String name; @@ -19,7 +19,7 @@ public final class ModelSpotifyTrack { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_ID); m.checkNotNullParameter(str2, ModelAuditLogEntry.CHANGE_KEY_NAME); m.checkNotNullParameter(list, "artists"); - this.f2131id = str; + this.f2132id = str; this.name = str2; this.durationMs = j; this.album = modelSpotifyAlbum; @@ -31,7 +31,7 @@ public final class ModelSpotifyTrack { /* JADX WARN: Multi-variable type inference failed */ public static /* synthetic */ ModelSpotifyTrack copy$default(ModelSpotifyTrack modelSpotifyTrack, String str, String str2, long j, ModelSpotifyAlbum modelSpotifyAlbum, List list, boolean z2, int i, Object obj) { if ((i & 1) != 0) { - str = modelSpotifyTrack.f2131id; + str = modelSpotifyTrack.f2132id; } if ((i & 2) != 0) { str2 = modelSpotifyTrack.name; @@ -52,7 +52,7 @@ public final class ModelSpotifyTrack { } public final String component1() { - return this.f2131id; + return this.f2132id; } public final String component2() { @@ -90,7 +90,7 @@ public final class ModelSpotifyTrack { return false; } ModelSpotifyTrack modelSpotifyTrack = (ModelSpotifyTrack) obj; - return m.areEqual(this.f2131id, modelSpotifyTrack.f2131id) && m.areEqual(this.name, modelSpotifyTrack.name) && this.durationMs == modelSpotifyTrack.durationMs && m.areEqual(this.album, modelSpotifyTrack.album) && m.areEqual(this.artists, modelSpotifyTrack.artists) && this.isLocal == modelSpotifyTrack.isLocal; + return m.areEqual(this.f2132id, modelSpotifyTrack.f2132id) && m.areEqual(this.name, modelSpotifyTrack.name) && this.durationMs == modelSpotifyTrack.durationMs && m.areEqual(this.album, modelSpotifyTrack.album) && m.areEqual(this.artists, modelSpotifyTrack.artists) && this.isLocal == modelSpotifyTrack.isLocal; } public final ModelSpotifyAlbum getAlbum() { @@ -106,7 +106,7 @@ public final class ModelSpotifyTrack { } public final String getId() { - return this.f2131id; + return this.f2132id; } public final String getName() { @@ -114,7 +114,7 @@ public final class ModelSpotifyTrack { } public int hashCode() { - String str = this.f2131id; + String str = this.f2132id; int i = 0; int hashCode = (str != null ? str.hashCode() : 0) * 31; String str2 = this.name; @@ -144,7 +144,7 @@ public final class ModelSpotifyTrack { public String toString() { StringBuilder P = a.P("ModelSpotifyTrack(id="); - P.append(this.f2131id); + P.append(this.f2132id); P.append(", name="); P.append(this.name); P.append(", durationMs="); diff --git a/app/src/main/java/com/discord/models/guild/Guild.java b/app/src/main/java/com/discord/models/guild/Guild.java index 5a44f6381e..4732c03858 100644 --- a/app/src/main/java/com/discord/models/guild/Guild.java +++ b/app/src/main/java/com/discord/models/guild/Guild.java @@ -35,7 +35,7 @@ public final class Guild { private final String icon; /* renamed from: id reason: collision with root package name */ - private final long f2132id; + private final long f2133id; private final String joinedAt; private final GuildMaxVideoChannelUsers maxVideoChannelUsers; private final int memberCount; @@ -121,7 +121,7 @@ public final class Guild { this.name = str; this.description = str2; this.defaultMessageNotifications = i; - this.f2132id = j; + this.f2133id = j; this.region = str3; this.ownerId = j2; this.icon = str4; @@ -157,7 +157,7 @@ public final class Guild { } public static /* synthetic */ Guild copy$default(Guild guild, List list, List list2, List list3, String str, String str2, int i, long j, String str3, long j2, String str4, GuildVerificationLevel guildVerificationLevel, GuildExplicitContentFilter guildExplicitContentFilter, boolean z2, int i2, int i3, Long l, Long l2, Set set, int i4, String str5, String str6, int i5, int i6, int i7, String str7, Long l3, Long l4, String str8, GuildWelcomeScreen guildWelcomeScreen, GuildMaxVideoChannelUsers guildMaxVideoChannelUsers, String str9, int i8, boolean z3, int i9, int i10, Object obj) { - return guild.copy((i9 & 1) != 0 ? guild.roles : list, (i9 & 2) != 0 ? guild.emojis : list2, (i9 & 4) != 0 ? guild.stickers : list3, (i9 & 8) != 0 ? guild.name : str, (i9 & 16) != 0 ? guild.description : str2, (i9 & 32) != 0 ? guild.defaultMessageNotifications : i, (i9 & 64) != 0 ? guild.f2132id : j, (i9 & 128) != 0 ? guild.region : str3, (i9 & 256) != 0 ? guild.ownerId : j2, (i9 & 512) != 0 ? guild.icon : str4, (i9 & 1024) != 0 ? guild.verificationLevel : guildVerificationLevel, (i9 & 2048) != 0 ? guild.explicitContentFilter : guildExplicitContentFilter, (i9 & 4096) != 0 ? guild.unavailable : z2, (i9 & 8192) != 0 ? guild.mfaLevel : i2, (i9 & 16384) != 0 ? guild.afkTimeout : i3, (i9 & 32768) != 0 ? guild.afkChannelId : l, (i9 & 65536) != 0 ? guild.systemChannelId : l2, (i9 & 131072) != 0 ? guild.features : set, (i9 & 262144) != 0 ? guild.memberCount : i4, (i9 & 524288) != 0 ? guild.banner : str5, (i9 & 1048576) != 0 ? guild.splash : str6, (i9 & 2097152) != 0 ? guild.premiumTier : i5, (i9 & 4194304) != 0 ? guild.premiumSubscriptionCount : i6, (i9 & 8388608) != 0 ? guild.systemChannelFlags : i7, (i9 & 16777216) != 0 ? guild.joinedAt : str7, (i9 & 33554432) != 0 ? guild.rulesChannelId : l3, (i9 & 67108864) != 0 ? guild.publicUpdatesChannelId : l4, (i9 & 134217728) != 0 ? guild.preferredLocale : str8, (i9 & 268435456) != 0 ? guild.welcomeScreen : guildWelcomeScreen, (i9 & 536870912) != 0 ? guild.maxVideoChannelUsers : guildMaxVideoChannelUsers, (i9 & BasicMeasure.EXACTLY) != 0 ? guild.vanityUrlCode : str9, (i9 & Integer.MIN_VALUE) != 0 ? guild.approximatePresenceCount : i8, (i10 & 1) != 0 ? guild.nsfw : z3); + return guild.copy((i9 & 1) != 0 ? guild.roles : list, (i9 & 2) != 0 ? guild.emojis : list2, (i9 & 4) != 0 ? guild.stickers : list3, (i9 & 8) != 0 ? guild.name : str, (i9 & 16) != 0 ? guild.description : str2, (i9 & 32) != 0 ? guild.defaultMessageNotifications : i, (i9 & 64) != 0 ? guild.f2133id : j, (i9 & 128) != 0 ? guild.region : str3, (i9 & 256) != 0 ? guild.ownerId : j2, (i9 & 512) != 0 ? guild.icon : str4, (i9 & 1024) != 0 ? guild.verificationLevel : guildVerificationLevel, (i9 & 2048) != 0 ? guild.explicitContentFilter : guildExplicitContentFilter, (i9 & 4096) != 0 ? guild.unavailable : z2, (i9 & 8192) != 0 ? guild.mfaLevel : i2, (i9 & 16384) != 0 ? guild.afkTimeout : i3, (i9 & 32768) != 0 ? guild.afkChannelId : l, (i9 & 65536) != 0 ? guild.systemChannelId : l2, (i9 & 131072) != 0 ? guild.features : set, (i9 & 262144) != 0 ? guild.memberCount : i4, (i9 & 524288) != 0 ? guild.banner : str5, (i9 & 1048576) != 0 ? guild.splash : str6, (i9 & 2097152) != 0 ? guild.premiumTier : i5, (i9 & 4194304) != 0 ? guild.premiumSubscriptionCount : i6, (i9 & 8388608) != 0 ? guild.systemChannelFlags : i7, (i9 & 16777216) != 0 ? guild.joinedAt : str7, (i9 & 33554432) != 0 ? guild.rulesChannelId : l3, (i9 & 67108864) != 0 ? guild.publicUpdatesChannelId : l4, (i9 & 134217728) != 0 ? guild.preferredLocale : str8, (i9 & 268435456) != 0 ? guild.welcomeScreen : guildWelcomeScreen, (i9 & 536870912) != 0 ? guild.maxVideoChannelUsers : guildMaxVideoChannelUsers, (i9 & BasicMeasure.EXACTLY) != 0 ? guild.vanityUrlCode : str9, (i9 & Integer.MIN_VALUE) != 0 ? guild.approximatePresenceCount : i8, (i10 & 1) != 0 ? guild.nsfw : z3); } public final boolean canHaveBanner() { @@ -293,7 +293,7 @@ public final class Guild { } public final long component7() { - return this.f2132id; + return this.f2133id; } public final String component8() { @@ -324,7 +324,7 @@ public final class Guild { return false; } Guild guild = (Guild) obj; - return m.areEqual(this.roles, guild.roles) && m.areEqual(this.emojis, guild.emojis) && m.areEqual(this.stickers, guild.stickers) && m.areEqual(this.name, guild.name) && m.areEqual(this.description, guild.description) && this.defaultMessageNotifications == guild.defaultMessageNotifications && this.f2132id == guild.f2132id && m.areEqual(this.region, guild.region) && this.ownerId == guild.ownerId && m.areEqual(this.icon, guild.icon) && m.areEqual(this.verificationLevel, guild.verificationLevel) && m.areEqual(this.explicitContentFilter, guild.explicitContentFilter) && this.unavailable == guild.unavailable && this.mfaLevel == guild.mfaLevel && this.afkTimeout == guild.afkTimeout && m.areEqual(this.afkChannelId, guild.afkChannelId) && m.areEqual(this.systemChannelId, guild.systemChannelId) && m.areEqual(this.features, guild.features) && this.memberCount == guild.memberCount && m.areEqual(this.banner, guild.banner) && m.areEqual(this.splash, guild.splash) && this.premiumTier == guild.premiumTier && this.premiumSubscriptionCount == guild.premiumSubscriptionCount && this.systemChannelFlags == guild.systemChannelFlags && m.areEqual(this.joinedAt, guild.joinedAt) && m.areEqual(this.rulesChannelId, guild.rulesChannelId) && m.areEqual(this.publicUpdatesChannelId, guild.publicUpdatesChannelId) && m.areEqual(this.preferredLocale, guild.preferredLocale) && m.areEqual(this.welcomeScreen, guild.welcomeScreen) && m.areEqual(this.maxVideoChannelUsers, guild.maxVideoChannelUsers) && m.areEqual(this.vanityUrlCode, guild.vanityUrlCode) && this.approximatePresenceCount == guild.approximatePresenceCount && this.nsfw == guild.nsfw; + return m.areEqual(this.roles, guild.roles) && m.areEqual(this.emojis, guild.emojis) && m.areEqual(this.stickers, guild.stickers) && m.areEqual(this.name, guild.name) && m.areEqual(this.description, guild.description) && this.defaultMessageNotifications == guild.defaultMessageNotifications && this.f2133id == guild.f2133id && m.areEqual(this.region, guild.region) && this.ownerId == guild.ownerId && m.areEqual(this.icon, guild.icon) && m.areEqual(this.verificationLevel, guild.verificationLevel) && m.areEqual(this.explicitContentFilter, guild.explicitContentFilter) && this.unavailable == guild.unavailable && this.mfaLevel == guild.mfaLevel && this.afkTimeout == guild.afkTimeout && m.areEqual(this.afkChannelId, guild.afkChannelId) && m.areEqual(this.systemChannelId, guild.systemChannelId) && m.areEqual(this.features, guild.features) && this.memberCount == guild.memberCount && m.areEqual(this.banner, guild.banner) && m.areEqual(this.splash, guild.splash) && this.premiumTier == guild.premiumTier && this.premiumSubscriptionCount == guild.premiumSubscriptionCount && this.systemChannelFlags == guild.systemChannelFlags && m.areEqual(this.joinedAt, guild.joinedAt) && m.areEqual(this.rulesChannelId, guild.rulesChannelId) && m.areEqual(this.publicUpdatesChannelId, guild.publicUpdatesChannelId) && m.areEqual(this.preferredLocale, guild.preferredLocale) && m.areEqual(this.welcomeScreen, guild.welcomeScreen) && m.areEqual(this.maxVideoChannelUsers, guild.maxVideoChannelUsers) && m.areEqual(this.vanityUrlCode, guild.vanityUrlCode) && this.approximatePresenceCount == guild.approximatePresenceCount && this.nsfw == guild.nsfw; } public final Long getAfkChannelId() { @@ -368,7 +368,7 @@ public final class Guild { } public final long getId() { - return this.f2132id; + return this.f2133id; } public final String getJoinedAt() { @@ -484,7 +484,7 @@ public final class Guild { String str = this.name; int hashCode4 = (hashCode3 + (str != null ? str.hashCode() : 0)) * 31; String str2 = this.description; - int a = (b.a(this.f2132id) + ((((hashCode4 + (str2 != null ? str2.hashCode() : 0)) * 31) + this.defaultMessageNotifications) * 31)) * 31; + int a = (b.a(this.f2133id) + ((((hashCode4 + (str2 != null ? str2.hashCode() : 0)) * 31) + this.defaultMessageNotifications) * 31)) * 31; String str3 = this.region; int a2 = (b.a(this.ownerId) + ((a + (str3 != null ? str3.hashCode() : 0)) * 31)) * 31; String str4 = this.icon; @@ -558,7 +558,7 @@ public final class Guild { } Integer h = guild.h(); int intValue = h != null ? h.intValue() : this.defaultMessageNotifications; - long p = guild.p() != 0 ? guild.p() : this.f2132id; + long p = guild.p() != 0 ? guild.p() : this.f2133id; String D = guild.D(); if (D == null) { D = this.region; @@ -635,7 +635,7 @@ public final class Guild { P.append(", defaultMessageNotifications="); P.append(this.defaultMessageNotifications); P.append(", id="); - P.append(this.f2132id); + P.append(this.f2133id); P.append(", region="); P.append(this.region); P.append(", ownerId="); diff --git a/app/src/main/java/com/discord/models/message/Message.java b/app/src/main/java/com/discord/models/message/Message.java index 2d923e0c14..81edebca30 100644 --- a/app/src/main/java/com/discord/models/message/Message.java +++ b/app/src/main/java/com/discord/models/message/Message.java @@ -50,7 +50,7 @@ public final class Message { private final Boolean hit; /* renamed from: id reason: collision with root package name */ - private final long f2133id; + private final long f2134id; private final Long initialAttemptTimestamp; private final Interaction interaction; private final Long lastManualAttemptTimestamp; @@ -85,7 +85,7 @@ public final class Message { /* JADX DEBUG: Multi-variable search result rejected for r34v0, resolved type: java.util.List */ /* JADX WARN: Multi-variable type inference failed */ public Message(long j, long j2, Long l, User user, String str, UtcDateTime utcDateTime, UtcDateTime utcDateTime2, Boolean bool, Boolean bool2, List list, List list2, List list3, List list4, List list5, String str2, Boolean bool3, Long l2, Integer num, MessageActivity messageActivity, Application application, Long l3, MessageReference messageReference, Long l4, List list6, List list7, com.discord.api.message.Message message, Interaction interaction, Channel channel, List list8, MessageCall messageCall, Boolean bool4, boolean z2, MessageAllowedMentions messageAllowedMentions, Integer num2, Long l5, Long l6, List list9) { - this.f2133id = j; + this.f2134id = j; this.channelId = j2; this.guildId = l; this.author = user; @@ -136,7 +136,7 @@ public final class Message { } public static /* synthetic */ Message copy$default(Message message, long j, long j2, Long l, User user, String str, UtcDateTime utcDateTime, UtcDateTime utcDateTime2, Boolean bool, Boolean bool2, List list, List list2, List list3, List list4, List list5, String str2, Boolean bool3, Long l2, Integer num, MessageActivity messageActivity, Application application, Long l3, MessageReference messageReference, Long l4, List list6, List list7, com.discord.api.message.Message message2, Interaction interaction, Channel channel, List list8, MessageCall messageCall, Boolean bool4, boolean z2, MessageAllowedMentions messageAllowedMentions, Integer num2, Long l5, Long l6, List list9, int i, int i2, Object obj) { - return message.copy((i & 1) != 0 ? message.f2133id : j, (i & 2) != 0 ? message.channelId : j2, (i & 4) != 0 ? message.guildId : l, (i & 8) != 0 ? message.author : user, (i & 16) != 0 ? message.content : str, (i & 32) != 0 ? message.timestamp : utcDateTime, (i & 64) != 0 ? message.editedTimestamp : utcDateTime2, (i & 128) != 0 ? message.tts : bool, (i & 256) != 0 ? message.mentionEveryone : bool2, (i & 512) != 0 ? message.mentions : list, (i & 1024) != 0 ? message.mentionRoles : list2, (i & 2048) != 0 ? message.attachments : list3, (i & 4096) != 0 ? message.embeds : list4, (i & 8192) != 0 ? message.reactions : list5, (i & 16384) != 0 ? message.nonce : str2, (i & 32768) != 0 ? message.pinned : bool3, (i & 65536) != 0 ? message.webhookId : l2, (i & 131072) != 0 ? message.type : num, (i & 262144) != 0 ? message.activity : messageActivity, (i & 524288) != 0 ? message.application : application, (i & 1048576) != 0 ? message.applicationId : l3, (i & 2097152) != 0 ? message.messageReference : messageReference, (i & 4194304) != 0 ? message.flags : l4, (i & 8388608) != 0 ? message.stickers : list6, (i & 16777216) != 0 ? message.stickerItems : list7, (i & 33554432) != 0 ? message.referencedMessage : message2, (i & 67108864) != 0 ? message.interaction : interaction, (i & 134217728) != 0 ? message.thread : channel, (i & 268435456) != 0 ? message.components : list8, (i & 536870912) != 0 ? message.call : messageCall, (i & BasicMeasure.EXACTLY) != 0 ? message.hit : bool4, (i & Integer.MIN_VALUE) != 0 ? message.hasLocalUploads : z2, (i2 & 1) != 0 ? message.allowedMentions : messageAllowedMentions, (i2 & 2) != 0 ? message.numRetries : num2, (i2 & 4) != 0 ? message.lastManualAttemptTimestamp : l5, (i2 & 8) != 0 ? message.initialAttemptTimestamp : l6, (i2 & 16) != 0 ? message.localAttachments : list9); + return message.copy((i & 1) != 0 ? message.f2134id : j, (i & 2) != 0 ? message.channelId : j2, (i & 4) != 0 ? message.guildId : l, (i & 8) != 0 ? message.author : user, (i & 16) != 0 ? message.content : str, (i & 32) != 0 ? message.timestamp : utcDateTime, (i & 64) != 0 ? message.editedTimestamp : utcDateTime2, (i & 128) != 0 ? message.tts : bool, (i & 256) != 0 ? message.mentionEveryone : bool2, (i & 512) != 0 ? message.mentions : list, (i & 1024) != 0 ? message.mentionRoles : list2, (i & 2048) != 0 ? message.attachments : list3, (i & 4096) != 0 ? message.embeds : list4, (i & 8192) != 0 ? message.reactions : list5, (i & 16384) != 0 ? message.nonce : str2, (i & 32768) != 0 ? message.pinned : bool3, (i & 65536) != 0 ? message.webhookId : l2, (i & 131072) != 0 ? message.type : num, (i & 262144) != 0 ? message.activity : messageActivity, (i & 524288) != 0 ? message.application : application, (i & 1048576) != 0 ? message.applicationId : l3, (i & 2097152) != 0 ? message.messageReference : messageReference, (i & 4194304) != 0 ? message.flags : l4, (i & 8388608) != 0 ? message.stickers : list6, (i & 16777216) != 0 ? message.stickerItems : list7, (i & 33554432) != 0 ? message.referencedMessage : message2, (i & 67108864) != 0 ? message.interaction : interaction, (i & 134217728) != 0 ? message.thread : channel, (i & 268435456) != 0 ? message.components : list8, (i & 536870912) != 0 ? message.call : messageCall, (i & BasicMeasure.EXACTLY) != 0 ? message.hit : bool4, (i & Integer.MIN_VALUE) != 0 ? message.hasLocalUploads : z2, (i2 & 1) != 0 ? message.allowedMentions : messageAllowedMentions, (i2 & 2) != 0 ? message.numRetries : num2, (i2 & 4) != 0 ? message.lastManualAttemptTimestamp : l5, (i2 & 8) != 0 ? message.initialAttemptTimestamp : l6, (i2 & 16) != 0 ? message.localAttachments : list9); } public final boolean canResend() { @@ -145,7 +145,7 @@ public final class Message { } public final long component1() { - return this.f2133id; + return this.f2134id; } public final List component10() { @@ -304,7 +304,7 @@ public final class Message { return false; } Message message = (Message) obj; - return this.f2133id == message.f2133id && this.channelId == message.channelId && m.areEqual(this.guildId, message.guildId) && m.areEqual(this.author, message.author) && m.areEqual(this.content, message.content) && m.areEqual(this.timestamp, message.timestamp) && m.areEqual(this.editedTimestamp, message.editedTimestamp) && m.areEqual(this.tts, message.tts) && m.areEqual(this.mentionEveryone, message.mentionEveryone) && m.areEqual(this.mentions, message.mentions) && m.areEqual(this.mentionRoles, message.mentionRoles) && m.areEqual(this.attachments, message.attachments) && m.areEqual(this.embeds, message.embeds) && m.areEqual(this.reactions, message.reactions) && m.areEqual(this.nonce, message.nonce) && m.areEqual(this.pinned, message.pinned) && m.areEqual(this.webhookId, message.webhookId) && m.areEqual(this.type, message.type) && m.areEqual(this.activity, message.activity) && m.areEqual(this.application, message.application) && m.areEqual(this.applicationId, message.applicationId) && m.areEqual(this.messageReference, message.messageReference) && m.areEqual(this.flags, message.flags) && m.areEqual(this.stickers, message.stickers) && m.areEqual(this.stickerItems, message.stickerItems) && m.areEqual(this.referencedMessage, message.referencedMessage) && m.areEqual(this.interaction, message.interaction) && m.areEqual(this.thread, message.thread) && m.areEqual(this.components, message.components) && m.areEqual(this.call, message.call) && m.areEqual(this.hit, message.hit) && this.hasLocalUploads == message.hasLocalUploads && m.areEqual(this.allowedMentions, message.allowedMentions) && m.areEqual(this.numRetries, message.numRetries) && m.areEqual(this.lastManualAttemptTimestamp, message.lastManualAttemptTimestamp) && m.areEqual(this.initialAttemptTimestamp, message.initialAttemptTimestamp) && m.areEqual(this.localAttachments, message.localAttachments); + return this.f2134id == message.f2134id && this.channelId == message.channelId && m.areEqual(this.guildId, message.guildId) && m.areEqual(this.author, message.author) && m.areEqual(this.content, message.content) && m.areEqual(this.timestamp, message.timestamp) && m.areEqual(this.editedTimestamp, message.editedTimestamp) && m.areEqual(this.tts, message.tts) && m.areEqual(this.mentionEveryone, message.mentionEveryone) && m.areEqual(this.mentions, message.mentions) && m.areEqual(this.mentionRoles, message.mentionRoles) && m.areEqual(this.attachments, message.attachments) && m.areEqual(this.embeds, message.embeds) && m.areEqual(this.reactions, message.reactions) && m.areEqual(this.nonce, message.nonce) && m.areEqual(this.pinned, message.pinned) && m.areEqual(this.webhookId, message.webhookId) && m.areEqual(this.type, message.type) && m.areEqual(this.activity, message.activity) && m.areEqual(this.application, message.application) && m.areEqual(this.applicationId, message.applicationId) && m.areEqual(this.messageReference, message.messageReference) && m.areEqual(this.flags, message.flags) && m.areEqual(this.stickers, message.stickers) && m.areEqual(this.stickerItems, message.stickerItems) && m.areEqual(this.referencedMessage, message.referencedMessage) && m.areEqual(this.interaction, message.interaction) && m.areEqual(this.thread, message.thread) && m.areEqual(this.components, message.components) && m.areEqual(this.call, message.call) && m.areEqual(this.hit, message.hit) && this.hasLocalUploads == message.hasLocalUploads && m.areEqual(this.allowedMentions, message.allowedMentions) && m.areEqual(this.numRetries, message.numRetries) && m.areEqual(this.lastManualAttemptTimestamp, message.lastManualAttemptTimestamp) && m.areEqual(this.initialAttemptTimestamp, message.initialAttemptTimestamp) && m.areEqual(this.localAttachments, message.localAttachments); } public final MessageActivity getActivity() { @@ -382,7 +382,7 @@ public final class Message { } public final long getId() { - return this.f2133id; + return this.f2134id; } public final Long getInitialAttemptTimestamp() { @@ -517,7 +517,7 @@ public final class Message { } public int hashCode() { - int a = (b.a(this.channelId) + (b.a(this.f2133id) * 31)) * 31; + int a = (b.a(this.channelId) + (b.a(this.f2134id) * 31)) * 31; Long l = this.guildId; int i = 0; int hashCode = (a + (l != null ? l.hashCode() : 0)) * 31; @@ -795,12 +795,12 @@ public final class Message { } public final com.discord.api.message.Message synthesizeApiMessage() { - return new com.discord.api.message.Message(this.f2133id, this.channelId, this.author, this.content, this.timestamp, this.editedTimestamp, this.tts, this.mentionEveryone, this.mentions, this.mentionRoles, this.attachments, this.embeds, this.reactions, this.nonce, this.pinned, this.webhookId, this.type, this.activity, this.application, this.applicationId, this.messageReference, this.flags, this.stickers, this.stickerItems, this.referencedMessage, this.interaction, this.thread, this.components, this.call, this.guildId, null, null, -1073741824); + return new com.discord.api.message.Message(this.f2134id, this.channelId, this.author, this.content, this.timestamp, this.editedTimestamp, this.tts, this.mentionEveryone, this.mentions, this.mentionRoles, this.attachments, this.embeds, this.reactions, this.nonce, this.pinned, this.webhookId, this.type, this.activity, this.application, this.applicationId, this.messageReference, this.flags, this.stickers, this.stickerItems, this.referencedMessage, this.interaction, this.thread, this.components, this.call, this.guildId, null, null, -1073741824); } public String toString() { StringBuilder P = a.P("Message(id="); - P.append(this.f2133id); + P.append(this.f2134id); P.append(", channelId="); P.append(this.channelId); P.append(", guildId="); diff --git a/app/src/main/java/com/discord/models/sticker/dto/ModelStickerPack.java b/app/src/main/java/com/discord/models/sticker/dto/ModelStickerPack.java index 16854e50b8..d9759679f3 100644 --- a/app/src/main/java/com/discord/models/sticker/dto/ModelStickerPack.java +++ b/app/src/main/java/com/discord/models/sticker/dto/ModelStickerPack.java @@ -15,7 +15,7 @@ public final class ModelStickerPack { private final String description; /* renamed from: id reason: collision with root package name */ - private final long f2134id; + private final long f2135id; private final String name; private final long skuId; private final List stickers; @@ -24,7 +24,7 @@ public final class ModelStickerPack { public ModelStickerPack(long j, List list, String str, ModelStickerPackStoreListing modelStickerPackStoreListing, long j2, Long l, String str2, Long l2) { m.checkNotNullParameter(list, "stickers"); m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_NAME); - this.f2134id = j; + this.f2135id = j; this.stickers = list; this.name = str; this.storeListing = modelStickerPackStoreListing; @@ -35,7 +35,7 @@ public final class ModelStickerPack { } public static /* synthetic */ ModelStickerPack copy$default(ModelStickerPack modelStickerPack, long j, List list, String str, ModelStickerPackStoreListing modelStickerPackStoreListing, long j2, Long l, String str2, Long l2, int i, Object obj) { - return modelStickerPack.copy((i & 1) != 0 ? modelStickerPack.f2134id : j, (i & 2) != 0 ? modelStickerPack.stickers : list, (i & 4) != 0 ? modelStickerPack.name : str, (i & 8) != 0 ? modelStickerPack.storeListing : modelStickerPackStoreListing, (i & 16) != 0 ? modelStickerPack.skuId : j2, (i & 32) != 0 ? modelStickerPack.coverStickerId : l, (i & 64) != 0 ? modelStickerPack.description : str2, (i & 128) != 0 ? modelStickerPack.bannerAssetId : l2); + return modelStickerPack.copy((i & 1) != 0 ? modelStickerPack.f2135id : j, (i & 2) != 0 ? modelStickerPack.stickers : list, (i & 4) != 0 ? modelStickerPack.name : str, (i & 8) != 0 ? modelStickerPack.storeListing : modelStickerPackStoreListing, (i & 16) != 0 ? modelStickerPack.skuId : j2, (i & 32) != 0 ? modelStickerPack.coverStickerId : l, (i & 64) != 0 ? modelStickerPack.description : str2, (i & 128) != 0 ? modelStickerPack.bannerAssetId : l2); } public final boolean canBePurchased() { @@ -44,7 +44,7 @@ public final class ModelStickerPack { } public final long component1() { - return this.f2134id; + return this.f2135id; } public final List component2() { @@ -89,7 +89,7 @@ public final class ModelStickerPack { return false; } ModelStickerPack modelStickerPack = (ModelStickerPack) obj; - return this.f2134id == modelStickerPack.f2134id && m.areEqual(this.stickers, modelStickerPack.stickers) && m.areEqual(this.name, modelStickerPack.name) && m.areEqual(this.storeListing, modelStickerPack.storeListing) && this.skuId == modelStickerPack.skuId && m.areEqual(this.coverStickerId, modelStickerPack.coverStickerId) && m.areEqual(this.description, modelStickerPack.description) && m.areEqual(this.bannerAssetId, modelStickerPack.bannerAssetId); + return this.f2135id == modelStickerPack.f2135id && m.areEqual(this.stickers, modelStickerPack.stickers) && m.areEqual(this.name, modelStickerPack.name) && m.areEqual(this.storeListing, modelStickerPack.storeListing) && this.skuId == modelStickerPack.skuId && m.areEqual(this.coverStickerId, modelStickerPack.coverStickerId) && m.areEqual(this.description, modelStickerPack.description) && m.areEqual(this.bannerAssetId, modelStickerPack.bannerAssetId); } public final Long getBannerAssetId() { @@ -132,7 +132,7 @@ public final class ModelStickerPack { } public final long getId() { - return this.f2134id; + return this.f2135id; } public final String getName() { @@ -152,7 +152,7 @@ public final class ModelStickerPack { } public int hashCode() { - long j = this.f2134id; + long j = this.f2135id; int i = ((int) (j ^ (j >>> 32))) * 31; List list = this.stickers; int i2 = 0; @@ -203,7 +203,7 @@ public final class ModelStickerPack { public String toString() { StringBuilder P = a.P("ModelStickerPack(id="); - P.append(this.f2134id); + P.append(this.f2135id); P.append(", stickers="); P.append(this.stickers); P.append(", name="); diff --git a/app/src/main/java/com/discord/models/sticker/dto/ModelStickerPackStoreListing.java b/app/src/main/java/com/discord/models/sticker/dto/ModelStickerPackStoreListing.java index a1f2185445..24d5319a55 100644 --- a/app/src/main/java/com/discord/models/sticker/dto/ModelStickerPackStoreListing.java +++ b/app/src/main/java/com/discord/models/sticker/dto/ModelStickerPackStoreListing.java @@ -11,7 +11,7 @@ public final class ModelStickerPackStoreListing { private final String description; /* renamed from: id reason: collision with root package name */ - private final long f2135id; + private final long f2136id; private final ModelSku sku; private final ModelStoreAsset thumbnail; private final String unpublishedAt; @@ -20,7 +20,7 @@ public final class ModelStickerPackStoreListing { m.checkNotNullParameter(modelSku, "sku"); m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_DESCRIPTION); this.sku = modelSku; - this.f2135id = j; + this.f2136id = j; this.description = str; this.unpublishedAt = str2; this.thumbnail = modelStoreAsset; @@ -31,7 +31,7 @@ public final class ModelStickerPackStoreListing { modelSku = modelStickerPackStoreListing.sku; } if ((i & 2) != 0) { - j = modelStickerPackStoreListing.f2135id; + j = modelStickerPackStoreListing.f2136id; } if ((i & 4) != 0) { str = modelStickerPackStoreListing.description; @@ -50,7 +50,7 @@ public final class ModelStickerPackStoreListing { } public final long component2() { - return this.f2135id; + return this.f2136id; } public final String component3() { @@ -79,7 +79,7 @@ public final class ModelStickerPackStoreListing { return false; } ModelStickerPackStoreListing modelStickerPackStoreListing = (ModelStickerPackStoreListing) obj; - return m.areEqual(this.sku, modelStickerPackStoreListing.sku) && this.f2135id == modelStickerPackStoreListing.f2135id && m.areEqual(this.description, modelStickerPackStoreListing.description) && m.areEqual(this.unpublishedAt, modelStickerPackStoreListing.unpublishedAt) && m.areEqual(this.thumbnail, modelStickerPackStoreListing.thumbnail); + return m.areEqual(this.sku, modelStickerPackStoreListing.sku) && this.f2136id == modelStickerPackStoreListing.f2136id && m.areEqual(this.description, modelStickerPackStoreListing.description) && m.areEqual(this.unpublishedAt, modelStickerPackStoreListing.unpublishedAt) && m.areEqual(this.thumbnail, modelStickerPackStoreListing.thumbnail); } public final String getDescription() { @@ -87,7 +87,7 @@ public final class ModelStickerPackStoreListing { } public final long getId() { - return this.f2135id; + return this.f2136id; } public final ModelSku getSku() { @@ -110,7 +110,7 @@ public final class ModelStickerPackStoreListing { ModelSku modelSku = this.sku; int i = 0; int hashCode = modelSku != null ? modelSku.hashCode() : 0; - long j = this.f2135id; + long j = this.f2136id; int i2 = ((hashCode * 31) + ((int) (j ^ (j >>> 32)))) * 31; String str = this.description; int hashCode2 = (i2 + (str != null ? str.hashCode() : 0)) * 31; @@ -127,7 +127,7 @@ public final class ModelStickerPackStoreListing { StringBuilder P = a.P("ModelStickerPackStoreListing(sku="); P.append(this.sku); P.append(", id="); - P.append(this.f2135id); + P.append(this.f2136id); P.append(", description="); P.append(this.description); P.append(", unpublishedAt="); diff --git a/app/src/main/java/com/discord/models/store/dto/ModelStoreAsset.java b/app/src/main/java/com/discord/models/store/dto/ModelStoreAsset.java index fc7e0cb764..4e0d144491 100644 --- a/app/src/main/java/com/discord/models/store/dto/ModelStoreAsset.java +++ b/app/src/main/java/com/discord/models/store/dto/ModelStoreAsset.java @@ -9,14 +9,14 @@ public final class ModelStoreAsset implements Serializable { private final Integer height; /* renamed from: id reason: collision with root package name */ - private final long f2136id; + private final long f2137id; private final String mimeType; private final int size; private final Integer width; public ModelStoreAsset(long j, int i, String str, String str2, Integer num, Integer num2) { m.checkNotNullParameter(str, "mimeType"); - this.f2136id = j; + this.f2137id = j; this.size = i; this.mimeType = str; this.filename = str2; @@ -25,11 +25,11 @@ public final class ModelStoreAsset implements Serializable { } public static /* synthetic */ ModelStoreAsset copy$default(ModelStoreAsset modelStoreAsset, long j, int i, String str, String str2, Integer num, Integer num2, int i2, Object obj) { - return modelStoreAsset.copy((i2 & 1) != 0 ? modelStoreAsset.f2136id : j, (i2 & 2) != 0 ? modelStoreAsset.size : i, (i2 & 4) != 0 ? modelStoreAsset.mimeType : str, (i2 & 8) != 0 ? modelStoreAsset.filename : str2, (i2 & 16) != 0 ? modelStoreAsset.width : num, (i2 & 32) != 0 ? modelStoreAsset.height : num2); + return modelStoreAsset.copy((i2 & 1) != 0 ? modelStoreAsset.f2137id : j, (i2 & 2) != 0 ? modelStoreAsset.size : i, (i2 & 4) != 0 ? modelStoreAsset.mimeType : str, (i2 & 8) != 0 ? modelStoreAsset.filename : str2, (i2 & 16) != 0 ? modelStoreAsset.width : num, (i2 & 32) != 0 ? modelStoreAsset.height : num2); } public final long component1() { - return this.f2136id; + return this.f2137id; } public final int component2() { @@ -66,7 +66,7 @@ public final class ModelStoreAsset implements Serializable { return false; } ModelStoreAsset modelStoreAsset = (ModelStoreAsset) obj; - return this.f2136id == modelStoreAsset.f2136id && this.size == modelStoreAsset.size && m.areEqual(this.mimeType, modelStoreAsset.mimeType) && m.areEqual(this.filename, modelStoreAsset.filename) && m.areEqual(this.width, modelStoreAsset.width) && m.areEqual(this.height, modelStoreAsset.height); + return this.f2137id == modelStoreAsset.f2137id && this.size == modelStoreAsset.size && m.areEqual(this.mimeType, modelStoreAsset.mimeType) && m.areEqual(this.filename, modelStoreAsset.filename) && m.areEqual(this.width, modelStoreAsset.width) && m.areEqual(this.height, modelStoreAsset.height); } public final String getFilename() { @@ -78,7 +78,7 @@ public final class ModelStoreAsset implements Serializable { } public final long getId() { - return this.f2136id; + return this.f2137id; } public final String getMimeType() { @@ -95,7 +95,7 @@ public final class ModelStoreAsset implements Serializable { @Override // java.lang.Object public int hashCode() { - long j = this.f2136id; + long j = this.f2137id; int i = ((((int) (j ^ (j >>> 32))) * 31) + this.size) * 31; String str = this.mimeType; int i2 = 0; @@ -114,7 +114,7 @@ public final class ModelStoreAsset implements Serializable { @Override // java.lang.Object public String toString() { StringBuilder P = a.P("ModelStoreAsset(id="); - P.append(this.f2136id); + P.append(this.f2137id); P.append(", size="); P.append(this.size); P.append(", mimeType="); diff --git a/app/src/main/java/com/discord/models/store/dto/ModelStoreDirectoryLayout.java b/app/src/main/java/com/discord/models/store/dto/ModelStoreDirectoryLayout.java index 2a889f8b83..6b87c71fda 100644 --- a/app/src/main/java/com/discord/models/store/dto/ModelStoreDirectoryLayout.java +++ b/app/src/main/java/com/discord/models/store/dto/ModelStoreDirectoryLayout.java @@ -8,11 +8,11 @@ public final class ModelStoreDirectoryLayout { private final List allSkus; /* renamed from: id reason: collision with root package name */ - private final long f2137id; + private final long f2138id; public ModelStoreDirectoryLayout(long j, List list) { m.checkNotNullParameter(list, "allSkus"); - this.f2137id = j; + this.f2138id = j; this.allSkus = list; } @@ -20,7 +20,7 @@ public final class ModelStoreDirectoryLayout { /* JADX WARN: Multi-variable type inference failed */ public static /* synthetic */ ModelStoreDirectoryLayout copy$default(ModelStoreDirectoryLayout modelStoreDirectoryLayout, long j, List list, int i, Object obj) { if ((i & 1) != 0) { - j = modelStoreDirectoryLayout.f2137id; + j = modelStoreDirectoryLayout.f2138id; } if ((i & 2) != 0) { list = modelStoreDirectoryLayout.allSkus; @@ -29,7 +29,7 @@ public final class ModelStoreDirectoryLayout { } public final long component1() { - return this.f2137id; + return this.f2138id; } public final List component2() { @@ -49,7 +49,7 @@ public final class ModelStoreDirectoryLayout { return false; } ModelStoreDirectoryLayout modelStoreDirectoryLayout = (ModelStoreDirectoryLayout) obj; - return this.f2137id == modelStoreDirectoryLayout.f2137id && m.areEqual(this.allSkus, modelStoreDirectoryLayout.allSkus); + return this.f2138id == modelStoreDirectoryLayout.f2138id && m.areEqual(this.allSkus, modelStoreDirectoryLayout.allSkus); } public final List getAllSkus() { @@ -57,11 +57,11 @@ public final class ModelStoreDirectoryLayout { } public final long getId() { - return this.f2137id; + return this.f2138id; } public int hashCode() { - long j = this.f2137id; + long j = this.f2138id; int i = ((int) (j ^ (j >>> 32))) * 31; List list = this.allSkus; return i + (list != null ? list.hashCode() : 0); @@ -69,7 +69,7 @@ public final class ModelStoreDirectoryLayout { public String toString() { StringBuilder P = a.P("ModelStoreDirectoryLayout(id="); - P.append(this.f2137id); + P.append(this.f2138id); P.append(", allSkus="); return a.J(P, this.allSkus, ")"); } diff --git a/app/src/main/java/com/discord/models/user/CoreUser.java b/app/src/main/java/com/discord/models/user/CoreUser.java index 784b28b646..d146dce8b8 100644 --- a/app/src/main/java/com/discord/models/user/CoreUser.java +++ b/app/src/main/java/com/discord/models/user/CoreUser.java @@ -20,7 +20,7 @@ public final class CoreUser implements User { private final int flags; /* renamed from: id reason: collision with root package name */ - private final long f2138id; + private final long f2139id; private final boolean isBot; private final boolean isSystemUser; private final PremiumTier premiumTier; @@ -116,7 +116,7 @@ public final class CoreUser implements User { public CoreUser(long j, String str, String str2, String str3, boolean z2, boolean z3, int i, PremiumTier premiumTier, int i2, int i3, String str4, String str5) { m.checkNotNullParameter(str, "username"); m.checkNotNullParameter(premiumTier, "premiumTier"); - this.f2138id = j; + this.f2139id = j; this.username = str; this.avatar = str2; this.banner = str3; @@ -264,7 +264,7 @@ public final class CoreUser implements User { @Override // com.discord.models.user.User public long getId() { - return this.f2138id; + return this.f2139id; } @Override // com.discord.models.user.User diff --git a/app/src/main/java/com/discord/models/user/MeUser.java b/app/src/main/java/com/discord/models/user/MeUser.java index de53d277bd..1c753ce9b6 100644 --- a/app/src/main/java/com/discord/models/user/MeUser.java +++ b/app/src/main/java/com/discord/models/user/MeUser.java @@ -25,7 +25,7 @@ public final class MeUser implements User { private final boolean hasBirthday; /* renamed from: id reason: collision with root package name */ - private final long f2139id; + private final long f2140id; private final boolean isBot; private final boolean isSystemUser; private final boolean isVerified; @@ -176,7 +176,7 @@ public final class MeUser implements User { m.checkNotNullParameter(str, "username"); m.checkNotNullParameter(premiumTier, "premiumTier"); m.checkNotNullParameter(nsfwAllowance, "nsfwAllowance"); - this.f2139id = j; + this.f2140id = j; this.username = str; this.avatar = str2; this.banner = str3; @@ -383,7 +383,7 @@ public final class MeUser implements User { @Override // com.discord.models.user.User public long getId() { - return this.f2139id; + return this.f2140id; } public final boolean getMfaEnabled() { diff --git a/app/src/main/java/com/discord/nullserializable/NullSerializableTypeAdapter.java b/app/src/main/java/com/discord/nullserializable/NullSerializableTypeAdapter.java index 7aa5470c67..67fc8d51a7 100644 --- a/app/src/main/java/com/discord/nullserializable/NullSerializableTypeAdapter.java +++ b/app/src/main/java/com/discord/nullserializable/NullSerializableTypeAdapter.java @@ -38,15 +38,15 @@ public final class NullSerializableTypeAdapter extends TypeAdapter"); i.write(jsonWriter, a); } else if (nullSerializable instanceof NullSerializable.a) { - boolean z2 = jsonWriter.f2450s; - jsonWriter.f2450s = true; + boolean z2 = jsonWriter.f2451s; + jsonWriter.f2451s = true; jsonWriter.s(); - jsonWriter.f2450s = z2; + jsonWriter.f2451s = z2; } else if (nullSerializable == null) { - boolean z3 = jsonWriter.f2450s; - jsonWriter.f2450s = false; + boolean z3 = jsonWriter.f2451s; + jsonWriter.f2451s = false; jsonWriter.s(); - jsonWriter.f2450s = z3; + jsonWriter.f2451s = z3; } } } diff --git a/app/src/main/java/com/discord/overlay/views/OverlayBubbleWrap.java b/app/src/main/java/com/discord/overlay/views/OverlayBubbleWrap.java index ee6cdb94a2..a5ac3b20e3 100644 --- a/app/src/main/java/com/discord/overlay/views/OverlayBubbleWrap.java +++ b/app/src/main/java/com/discord/overlay/views/OverlayBubbleWrap.java @@ -41,7 +41,7 @@ public class OverlayBubbleWrap extends FrameLayout { public int r; /* renamed from: s reason: collision with root package name */ - public final SpringAnimation f2140s; + public final SpringAnimation f2141s; public final SpringAnimation t; public Point u; public Point v; @@ -117,7 +117,7 @@ public class OverlayBubbleWrap extends FrameLayout { SpringForce spring2 = springAnimation.getSpring(); m.checkNotNullExpressionValue(spring2, "spring"); spring2.setDampingRatio(0.75f); - this.f2140s = springAnimation; + this.f2141s = springAnimation; SpringAnimation springAnimation2 = new SpringAnimation(this, DynamicAnimation.Y, 0.0f); springAnimation2.setStartVelocity(50.0f); SpringForce spring3 = springAnimation2.getSpring(); @@ -142,7 +142,7 @@ public class OverlayBubbleWrap extends FrameLayout { } m.checkNotNullParameter(rect2, "screenBounds"); int min = Math.min(Math.max(rect2.left, i2), rect2.right - overlayBubbleWrap.getWidth()); - SpringAnimation springAnimation = overlayBubbleWrap.f2140s; + SpringAnimation springAnimation = overlayBubbleWrap.f2141s; m.checkNotNullParameter(springAnimation, "$this$animateTo"); springAnimation.cancel(); springAnimation.setStartValue((float) overlayBubbleWrap.k.x); @@ -169,7 +169,7 @@ public class OverlayBubbleWrap extends FrameLayout { P.append(this.u); Log.d(simpleName, P.toString()); this.v = null; - this.f2140s.cancel(); + this.f2141s.cancel(); this.t.cancel(); if (z2) { Point point = this.u; @@ -292,7 +292,7 @@ public class OverlayBubbleWrap extends FrameLayout { } public final SpringAnimation getSpringAnimationX() { - return this.f2140s; + return this.f2141s; } public final SpringAnimation getSpringAnimationY() { diff --git a/app/src/main/java/com/discord/player/AppMediaPlayer.java b/app/src/main/java/com/discord/player/AppMediaPlayer.java index b9d9ed925c..8d08a12710 100644 --- a/app/src/main/java/com/discord/player/AppMediaPlayer.java +++ b/app/src/main/java/com/discord/player/AppMediaPlayer.java @@ -61,7 +61,7 @@ public final class AppMediaPlayer { public Subscription b; /* renamed from: c reason: collision with root package name */ - public final CompositeSubscription f2141c; + public final CompositeSubscription f2142c; public final BehaviorSubject d; public MediaSource e; public final p1 f; @@ -165,7 +165,7 @@ public final class AppMediaPlayer { m.checkNotNullExpressionValue(j02, "PublishSubject.create()"); this.a = j02; CompositeSubscription compositeSubscription = new CompositeSubscription(); - this.f2141c = compositeSubscription; + this.f2142c = compositeSubscription; BehaviorSubject k0 = BehaviorSubject.k0(Float.valueOf(p1Var.B)); m.checkNotNullExpressionValue(k0, "BehaviorSubject.create(exoPlayer.volume)"); this.d = k0; @@ -287,7 +287,7 @@ public final class AppMediaPlayer { if (subscription != null) { subscription.unsubscribe(); } - this.f2141c.unsubscribe(); + this.f2142c.unsubscribe(); p1 p1Var = this.f; p1Var.Z(); if (f0.a < 21 && (audioTrack = p1Var.r) != null) { diff --git a/app/src/main/java/com/discord/restapi/BreadcrumbInterceptor.java b/app/src/main/java/com/discord/restapi/BreadcrumbInterceptor.java index 77b3976cd3..add53736da 100644 --- a/app/src/main/java/com/discord/restapi/BreadcrumbInterceptor.java +++ b/app/src/main/java/com/discord/restapi/BreadcrumbInterceptor.java @@ -19,7 +19,7 @@ public final class BreadcrumbInterceptor implements Interceptor { public Response intercept(Interceptor.Chain chain) { m.checkNotNullParameter(chain, "chain"); Request c2 = chain.c(); - String str = c2.f2945c; + String str = c2.f2946c; w wVar = c2.b; Logger logger = this.logger; logger.recordBreadcrumb("HTTP[" + str + "] - " + wVar, "http"); diff --git a/app/src/main/java/com/discord/restapi/RequiredHeadersInterceptor.java b/app/src/main/java/com/discord/restapi/RequiredHeadersInterceptor.java index b7660dece2..3538606148 100644 --- a/app/src/main/java/com/discord/restapi/RequiredHeadersInterceptor.java +++ b/app/src/main/java/com/discord/restapi/RequiredHeadersInterceptor.java @@ -47,7 +47,7 @@ public final class RequiredHeadersInterceptor implements Interceptor { m.checkParameterIsNotNull(c2, "request"); new LinkedHashMap(); w wVar = c2.b; - String str = c2.f2945c; + String str = c2.f2946c; RequestBody requestBody = c2.e; Map linkedHashMap = c2.f.isEmpty() ? new LinkedHashMap() : h0.toMutableMap(c2.f); Headers.a e = c2.d.e(); diff --git a/app/src/main/java/com/discord/restapi/RestAPIBuilder.java b/app/src/main/java/com/discord/restapi/RestAPIBuilder.java index af696baa3c..8962d5e94d 100644 --- a/app/src/main/java/com/discord/restapi/RestAPIBuilder.java +++ b/app/src/main/java/com/discord/restapi/RestAPIBuilder.java @@ -184,7 +184,7 @@ public final class RestAPIBuilder { if (list != null) { for (Interceptor interceptor : list) { m.checkParameterIsNotNull(interceptor, "interceptor"); - aVar.f2856c.add(interceptor); + aVar.f2857c.add(interceptor); } } if (l != null) { @@ -193,10 +193,10 @@ public final class RestAPIBuilder { aVar.a(longValue, timeUnit); long longValue2 = l.longValue(); m.checkParameterIsNotNull(timeUnit, "unit"); - aVar.f2860z = f0.e0.c.b("timeout", longValue2, timeUnit); + aVar.f2861z = f0.e0.c.b("timeout", longValue2, timeUnit); long longValue3 = l.longValue(); m.checkParameterIsNotNull(timeUnit, "unit"); - aVar.f2858x = f0.e0.c.b("timeout", longValue3, timeUnit); + aVar.f2859x = f0.e0.c.b("timeout", longValue3, timeUnit); } p pVar = this.cookieJar; m.checkParameterIsNotNull(pVar, "cookieJar"); diff --git a/app/src/main/java/com/discord/restapi/RestAPIInterface.java b/app/src/main/java/com/discord/restapi/RestAPIInterface.java index 34aa9c6e36..8c90226d2b 100644 --- a/app/src/main/java/com/discord/restapi/RestAPIInterface.java +++ b/app/src/main/java/com/discord/restapi/RestAPIInterface.java @@ -254,7 +254,7 @@ public interface RestAPIInterface { Observable authorizeConnection(@s("connection") String str); @i0.f0.o("auth/authorize-ip") - Observable authorizeIP(@a RestAPIParams.AuthorizeIP authorizeIP); + Observable> authorizeIP(@a RestAPIParams.AuthorizeIP authorizeIP); @p("guilds/{guildId}/bans/{userId}") Observable banGuildMember(@s("guildId") long j, @s("userId") long j2, @a RestAPIParams.BanGuildMember banGuildMember, @i("X-Audit-Log-Reason") String str); @@ -263,7 +263,7 @@ public interface RestAPIInterface { Observable batchUpdateRole(@s("guildId") long j, @a List list); @i0.f0.o("users/@me/relationships/bulk") - Observable bulkAddRelationships(@a RestAPIParams.UserBulkRelationship userBulkRelationship); + Observable> bulkAddRelationships(@a RestAPIParams.UserBulkRelationship userBulkRelationship); @f("channels/{channelId}/call") Observable call(@s("channelId") long j); @@ -344,7 +344,7 @@ public interface RestAPIInterface { Observable deleteChannelPin(@s("channelId") long j, @s("messageId") long j2); @b("users/@me/connections/{connection}/{connectionId}") - Observable deleteConnection(@s("connection") String str, @s("connectionId") String str2); + Observable> deleteConnection(@s("connection") String str, @s("connectionId") String str2); @i0.f0.o("guilds/{guildId}/delete") Observable deleteGuild(@s("guildId") long j, @a RestAPIParams.DeleteGuild deleteGuild); @@ -355,6 +355,9 @@ public interface RestAPIInterface { @b("guilds/{guildId}/integrations/{integrationId}") Observable deleteGuildIntegration(@s("guildId") long j, @s("integrationId") long j2); + @b("guild-events/{eventId}") + Observable deleteGuildScheduledEvent(@s("eventId") long j); + @b("users/@me/guild-events/{eventId}") Observable deleteGuildScheduledEventRsvp(@s("eventId") long j); @@ -656,7 +659,7 @@ public interface RestAPIInterface { Observable getUserNote(@s("userId") long j); @f("users/@me/survey") - Observable getUserSurvey(); + Observable> getUserSurvey(); @f("guilds/{guildId}/vanity-url") Observable getVanityUrl(@s("guildId") long j); @@ -713,16 +716,16 @@ public interface RestAPIInterface { Observable postAuthFingerprint(@a RestAPIParams.EmptyBody emptyBody); @i0.f0.o("auth/login") - Observable postAuthLogin(@a RestAPIParams.AuthLogin authLogin); + Observable> postAuthLogin(@a RestAPIParams.AuthLogin authLogin); @i0.f0.o("auth/register") - Observable postAuthRegister(@a RestAPIParams.AuthRegister authRegister); + Observable> postAuthRegister(@a RestAPIParams.AuthRegister authRegister); @i0.f0.o("auth/register/phone") - Observable postAuthRegisterPhone(@a RestAPIParams.AuthRegisterPhone authRegisterPhone); + Observable> postAuthRegisterPhone(@a RestAPIParams.AuthRegisterPhone authRegisterPhone); @i0.f0.o("auth/verify/resend") - Observable postAuthVerifyResend(@a RestAPIParams.EmptyBody emptyBody); + Observable> postAuthVerifyResend(@a RestAPIParams.EmptyBody emptyBody); @i0.f0.o("channels/{channelId}/invites") Observable postChannelInvite(@s("channelId") long j, @a RestAPIParams.Invite invite); @@ -737,7 +740,7 @@ public interface RestAPIInterface { Observable postInviteCode(@s("code") String str, @a RestAPIParams.EmptyBody emptyBody, @i("X-Context-Properties") String str2); @i0.f0.o("auth/mfa/totp") - Observable postMFACode(@a RestAPIParams.MFALogin mFALogin); + Observable> postMFACode(@a RestAPIParams.MFALogin mFALogin); @i0.f0.o("oauth2/authorize") Observable postOauth2Authorize(@t("client_id") String str, @t("state") String str2, @t("response_type") String str3, @t("redirect_uri") String str4, @t("prompt") String str5, @t("scope") String str6, @t("permissions") String str7, @t("code_challenge") String str8, @t("code_challenge_method") String str9, @a Map map); @@ -877,10 +880,10 @@ public interface RestAPIInterface { Observable unsubscribeToGuild(@s("guildId") long j, @s("subscriptionId") long j2); @n("users/@me/connections/{connection}/{connectionId}") - Observable updateConnection(@s("connection") String str, @s("connectionId") String str2, @a RestAPIParams.ConnectedAccount connectedAccount); + Observable> updateConnection(@s("connection") String str, @s("connectionId") String str2, @a RestAPIParams.ConnectedAccount connectedAccount); @n("users/@me/connections/{connection}/{connectionId}") - Observable updateConnectionName(@s("connection") String str, @s("connectionId") String str2, @a RestAPIParams.ConnectedAccountNameOnly connectedAccountNameOnly); + Observable> updateConnectionName(@s("connection") String str, @s("connectionId") String str2, @a RestAPIParams.ConnectedAccountNameOnly connectedAccountNameOnly); @n("guilds/{guildId}") Observable updateGuild(@s("guildId") long j, @a RestAPIParams.UpdateGuild updateGuild); diff --git a/app/src/main/java/com/discord/restapi/RestAPIParams.java b/app/src/main/java/com/discord/restapi/RestAPIParams.java index d5fa3801a3..8f41827b38 100644 --- a/app/src/main/java/com/discord/restapi/RestAPIParams.java +++ b/app/src/main/java/com/discord/restapi/RestAPIParams.java @@ -391,7 +391,7 @@ public final class RestAPIParams { private final Long deny; /* renamed from: id reason: collision with root package name */ - private final String f2142id; + private final String f2143id; private final Integer type; /* compiled from: RestAPIParams.kt */ @@ -439,7 +439,7 @@ public final class RestAPIParams { private ChannelPermissionOverwrites(Integer num, String str, Long l, Long l2) { this.type = num; - this.f2142id = str; + this.f2143id = str; this.allow = l; this.deny = l2; } @@ -463,7 +463,7 @@ public final class RestAPIParams { public static final long PARENT_ID_NONE = -1; /* renamed from: id reason: collision with root package name */ - private final long f2143id; + private final long f2144id; private final Long parentId; private final int position; @@ -500,13 +500,13 @@ public final class RestAPIParams { } public ChannelPosition(long j, int i, Long l) { - this.f2143id = j; + this.f2144id = j; this.position = i; this.parentId = l; } public final long getId() { - return this.f2143id; + return this.f2144id; } public final Long getParentId() { @@ -960,7 +960,7 @@ public final class RestAPIParams { private final boolean friend_sync; /* renamed from: id reason: collision with root package name */ - private final String f2144id; + private final String f2145id; private final String name; private final boolean revoked; private final boolean show_activity; @@ -993,7 +993,7 @@ public final class RestAPIParams { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_ID); m.checkNotNullParameter(str3, "type"); this.friend_sync = z2; - this.f2144id = str; + this.f2145id = str; this.name = str2; this.revoked = z3; this.show_activity = z4; @@ -1220,7 +1220,7 @@ public final class RestAPIParams { public static final class CreateGuildChannel { /* renamed from: id reason: collision with root package name */ - private final Long f2145id; + private final Long f2146id; private final String name; private final Long parentId; private final List permissionOverwrites; @@ -1229,7 +1229,7 @@ public final class RestAPIParams { public CreateGuildChannel(int i, Long l, String str, Long l2, List list, String str2) { this.type = i; - this.f2145id = l; + this.f2146id = l; this.name = str; this.parentId = l2; this.permissionOverwrites = list; @@ -1737,12 +1737,12 @@ public final class RestAPIParams { public static final class EnableIntegration { /* renamed from: id reason: collision with root package name */ - private final String f2146id; + private final String f2147id; private final String type; public EnableIntegration(String str, String str2) { this.type = str; - this.f2146id = str2; + this.f2147id = str2; } } @@ -2741,7 +2741,7 @@ public final class RestAPIParams { private Boolean hoist; /* renamed from: id reason: collision with root package name */ - private long f2147id; + private long f2148id; private Boolean mentionable; private String name; private Long permissions; @@ -2777,7 +2777,7 @@ public final class RestAPIParams { this.color = num; this.position = num2; this.permissions = l; - this.f2147id = j; + this.f2148id = j; } /* JADX INFO: this call moved to the top of the method (can break code semantics) */ @@ -2802,7 +2802,7 @@ public final class RestAPIParams { } public final long getId() { - return this.f2147id; + return this.f2148id; } public final Boolean getMentionable() { @@ -2830,7 +2830,7 @@ public final class RestAPIParams { } public final void setId(long j) { - this.f2147id = j; + this.f2148id = j; } public final void setMentionable(Boolean bool) { diff --git a/app/src/main/java/com/discord/restapi/SpotifyTokenInterceptor.java b/app/src/main/java/com/discord/restapi/SpotifyTokenInterceptor.java index ab62d721db..474c33f62c 100644 --- a/app/src/main/java/com/discord/restapi/SpotifyTokenInterceptor.java +++ b/app/src/main/java/com/discord/restapi/SpotifyTokenInterceptor.java @@ -32,7 +32,7 @@ public final class SpotifyTokenInterceptor implements Interceptor { m.checkParameterIsNotNull(c2, "request"); new LinkedHashMap(); w wVar = c2.b; - String str = c2.f2945c; + String str = c2.f2946c; RequestBody requestBody = c2.e; Map linkedHashMap = c2.f.isEmpty() ? new LinkedHashMap() : h0.toMutableMap(c2.f); Headers.a e = c2.d.e(); diff --git a/app/src/main/java/com/discord/restapi/utils/RetryWithDelay$restRetry$1.java b/app/src/main/java/com/discord/restapi/utils/RetryWithDelay$restRetry$1.java index 78836dd23f..213f4b8078 100644 --- a/app/src/main/java/com/discord/restapi/utils/RetryWithDelay$restRetry$1.java +++ b/app/src/main/java/com/discord/restapi/utils/RetryWithDelay$restRetry$1.java @@ -33,7 +33,7 @@ public final class RetryWithDelay$restRetry$1 extends o implements Function1 response2 = httpException.i; - if (!(response2 == null || (response = response2.a) == null || (request = response.i) == null || (str = request.f2945c) == null || !(!m.areEqual(str, ShareTarget.METHOD_GET))) || a == 401 || a == 429 || a == 503 || a == 403 || a == 404) { + if (!(response2 == null || (response = response2.a) == null || (request = response.i) == null || (str = request.f2946c) == null || !(!m.areEqual(str, ShareTarget.METHOD_GET))) || a == 401 || a == 429 || a == 503 || a == 403 || a == 404) { return false; } } else if (th instanceof TimeoutException) { diff --git a/app/src/main/java/com/discord/rlottie/RLottieDrawable.java b/app/src/main/java/com/discord/rlottie/RLottieDrawable.java index 8c392ce33c..fb3f3c0cc4 100644 --- a/app/src/main/java/com/discord/rlottie/RLottieDrawable.java +++ b/app/src/main/java/com/discord/rlottie/RLottieDrawable.java @@ -67,20 +67,20 @@ public final class RLottieDrawable extends BitmapDrawable implements Animatable public int r; /* renamed from: s reason: collision with root package name */ - public Integer[] f2148s; + public Integer[] f2149s; public final HashMap t; public volatile HashMap u; public PlaybackMode v; public int w; /* renamed from: x reason: collision with root package name */ - public long f2149x; + public long f2150x; /* renamed from: y reason: collision with root package name */ - public volatile boolean f2150y; + public volatile boolean f2151y; /* renamed from: z reason: collision with root package name */ - public Runnable f2151z; + public Runnable f2152z; /* compiled from: RLottieDrawable.kt */ public static final class Companion { @@ -146,12 +146,12 @@ public final class RLottieDrawable extends BitmapDrawable implements Animatable } catch (Exception unused) { } RLottieDrawable rLottieDrawable2 = (RLottieDrawable) this.j; - Integer[] numArr = rLottieDrawable2.f2148s; + Integer[] numArr = rLottieDrawable2.f2149s; if (numArr != null) { RLottieDrawable.n.replaceColors(rLottieDrawable2.P, k.toIntArray(numArr)); } RLottieDrawable rLottieDrawable3 = (RLottieDrawable) this.j; - rLottieDrawable3.f2148s = null; + rLottieDrawable3.f2149s = null; try { Companion companion = RLottieDrawable.n; long j = rLottieDrawable3.P; @@ -185,20 +185,20 @@ public final class RLottieDrawable extends BitmapDrawable implements Animatable PlaybackMode playbackMode = rLottieDrawable8.v; if (playbackMode == PlaybackMode.LOOP) { rLottieDrawable8.H = 0; - rLottieDrawable8.f2150y = false; + rLottieDrawable8.f2151y = false; } else if (playbackMode == PlaybackMode.ONCE) { rLottieDrawable8.H = 0; - rLottieDrawable8.f2150y = true; + rLottieDrawable8.f2151y = true; ((RLottieDrawable) this.j).w++; } else { - rLottieDrawable8.f2150y = true; + rLottieDrawable8.f2151y = true; } } else if (rLottieDrawable8.v == PlaybackMode.FREEZE) { - rLottieDrawable8.f2150y = true; + rLottieDrawable8.f2151y = true; ((RLottieDrawable) this.j).w++; } else { rLottieDrawable8.H = i5; - rLottieDrawable8.f2150y = false; + rLottieDrawable8.f2151y = false; } } catch (Exception e) { Log.e("RLottieDrawable", "Error loading frame", e); @@ -214,7 +214,7 @@ public final class RLottieDrawable extends BitmapDrawable implements Animatable return; case 2: RLottieDrawable rLottieDrawable10 = (RLottieDrawable) this.j; - rLottieDrawable10.f2151z = null; + rLottieDrawable10.f2152z = null; RLottieDrawable.a(rLottieDrawable10); return; case 3: @@ -223,14 +223,14 @@ public final class RLottieDrawable extends BitmapDrawable implements Animatable if (!(((RLottieDrawable) this.j).P == 0 || (threadPoolExecutor = RLottieDrawable.m) == null)) { RLottieDrawable rLottieDrawable11 = (RLottieDrawable) this.j; Runnable runnable = rLottieDrawable11.U; - rLottieDrawable11.f2151z = runnable; + rLottieDrawable11.f2152z = runnable; threadPoolExecutor.execute(runnable); } RLottieDrawable.a((RLottieDrawable) this.j); return; case 4: RLottieDrawable rLottieDrawable12 = (RLottieDrawable) this.j; - if (rLottieDrawable12.f2151z != null) { + if (rLottieDrawable12.f2152z != null) { Companion companion2 = RLottieDrawable.n; long j2 = rLottieDrawable12.P; RLottieDrawable rLottieDrawable13 = (RLottieDrawable) this.j; @@ -435,7 +435,7 @@ public final class RLottieDrawable extends BitmapDrawable implements Animatable m.checkNotNullParameter(canvas, "canvas"); if (this.P != 0) { long elapsedRealtime = SystemClock.elapsedRealtime(); - long abs = Math.abs(elapsedRealtime - this.f2149x); + long abs = Math.abs(elapsedRealtime - this.f2150x); float f = (float) 60; int i2 = this.J <= f ? this.r - 6 : this.r; if (this.O) { @@ -459,7 +459,7 @@ public final class RLottieDrawable extends BitmapDrawable implements Animatable if (z2) { this.D = this.B; this.B = this.C; - if (this.f2150y) { + if (this.f2151y) { this.O = false; } this.A = null; @@ -468,7 +468,7 @@ public final class RLottieDrawable extends BitmapDrawable implements Animatable if (this.J > f) { elapsedRealtime -= Math.min(16L, abs - ((long) i2)); } - this.f2149x = elapsedRealtime; + this.f2150x = elapsedRealtime; d(); } } @@ -481,7 +481,7 @@ public final class RLottieDrawable extends BitmapDrawable implements Animatable if (this.J > f) { elapsedRealtime -= Math.min(16L, abs - ((long) i2)); } - this.f2149x = elapsedRealtime; + this.f2150x = elapsedRealtime; if (this.G) { this.F = false; this.G = false; diff --git a/app/src/main/java/com/discord/rlottie/RLottieImageView.java b/app/src/main/java/com/discord/rlottie/RLottieImageView.java index 75dabfcfd3..9e121e4068 100644 --- a/app/src/main/java/com/discord/rlottie/RLottieImageView.java +++ b/app/src/main/java/com/discord/rlottie/RLottieImageView.java @@ -65,7 +65,7 @@ public final class RLottieImageView extends AppCompatImageView { f = 1.0f; } rLottieDrawable.H = (int) (((float) rLottieDrawable.q[0]) * f); - rLottieDrawable.f2150y = false; + rLottieDrawable.f2151y = false; rLottieDrawable.F = false; if (!rLottieDrawable.d()) { rLottieDrawable.G = true; diff --git a/app/src/main/java/com/discord/rtcconnection/KrispOveruseDetector.java b/app/src/main/java/com/discord/rtcconnection/KrispOveruseDetector.java index b6ab3cebed..093b465c68 100644 --- a/app/src/main/java/com/discord/rtcconnection/KrispOveruseDetector.java +++ b/app/src/main/java/com/discord/rtcconnection/KrispOveruseDetector.java @@ -10,7 +10,7 @@ public final class KrispOveruseDetector { public OutboundRtpAudio b; /* renamed from: c reason: collision with root package name */ - public int f2152c; + public int f2153c; public final MediaEngineConnection d; /* compiled from: KrispOveruseDetector.kt */ diff --git a/app/src/main/java/com/discord/rtcconnection/MediaSinkWantsManager.java b/app/src/main/java/com/discord/rtcconnection/MediaSinkWantsManager.java index 3f1f906d29..2c8e8773b7 100644 --- a/app/src/main/java/com/discord/rtcconnection/MediaSinkWantsManager.java +++ b/app/src/main/java/com/discord/rtcconnection/MediaSinkWantsManager.java @@ -32,7 +32,7 @@ public final class MediaSinkWantsManager implements MediaEngineConnection.d { public final Map> b = new LinkedHashMap(); /* renamed from: c reason: collision with root package name */ - public final Set f2153c; + public final Set f2154c; public MediaEngineConnection d; public Long e; public final BehaviorSubject> f; @@ -77,13 +77,13 @@ public final class MediaSinkWantsManager implements MediaEngineConnection.d { public final long b; /* renamed from: c reason: collision with root package name */ - public final VideoMetadata f2154c; + public final VideoMetadata f2155c; public b(EncodeQuality encodeQuality, long j, VideoMetadata videoMetadata) { m.checkNotNullParameter(encodeQuality, "encodeQuality"); this.a = encodeQuality; this.b = j; - this.f2154c = videoMetadata; + this.f2155c = videoMetadata; } public boolean equals(Object obj) { @@ -94,14 +94,14 @@ public final class MediaSinkWantsManager implements MediaEngineConnection.d { return false; } b bVar = (b) obj; - return m.areEqual(this.a, bVar.a) && this.b == bVar.b && m.areEqual(this.f2154c, bVar.f2154c); + return m.areEqual(this.a, bVar.a) && this.b == bVar.b && m.areEqual(this.f2155c, bVar.f2155c); } public int hashCode() { EncodeQuality encodeQuality = this.a; int i = 0; int a = (a0.a.a.b.a(this.b) + ((encodeQuality != null ? encodeQuality.hashCode() : 0) * 31)) * 31; - VideoMetadata videoMetadata = this.f2154c; + VideoMetadata videoMetadata = this.f2155c; if (videoMetadata != null) { i = videoMetadata.hashCode(); } @@ -114,7 +114,7 @@ public final class MediaSinkWantsManager implements MediaEngineConnection.d { P.append(", ssrc="); P.append(this.b); P.append(", metadata="); - P.append(this.f2154c); + P.append(this.f2155c); P.append(")"); return P.toString(); } @@ -159,7 +159,7 @@ public final class MediaSinkWantsManager implements MediaEngineConnection.d { this.k = logger; this.l = aVar; new LinkedHashMap(); - this.f2153c = new LinkedHashSet(); + this.f2154c = new LinkedHashSet(); this.f = BehaviorSubject.k0(g0.mapOf(d0.o.to("any", EncodeQuality.Hundred))); this.g = h0.emptyMap(); } @@ -204,7 +204,7 @@ public final class MediaSinkWantsManager implements MediaEngineConnection.d { e eVar = this.j; int i2 = 1; if (mediaEngineConnection != null) { - Set set = this.f2153c; + Set set = this.f2154c; if (!(set instanceof Collection) || !set.isEmpty()) { i = 0; for (Number number : set) { @@ -291,7 +291,7 @@ public final class MediaSinkWantsManager implements MediaEngineConnection.d { if (l4 != null) { it2 = it; j = longValue; - this.l.a(longValue, l4.longValue(), bVar.b, bVar.f2154c); + this.l.a(longValue, l4.longValue(), bVar.b, bVar.f2155c); } else { it2 = it; j = longValue; diff --git a/app/src/main/java/com/discord/rtcconnection/RtcConnection.java b/app/src/main/java/com/discord/rtcconnection/RtcConnection.java index 463f851c06..89348a2d24 100644 --- a/app/src/main/java/com/discord/rtcconnection/RtcConnection.java +++ b/app/src/main/java/com/discord/rtcconnection/RtcConnection.java @@ -81,13 +81,13 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage public final String Z; /* renamed from: a0 reason: collision with root package name */ - public final boolean f2155a0; + public final boolean f2156a0; /* renamed from: b0 reason: collision with root package name */ - public final String f2156b0; + public final String f2157b0; /* renamed from: c0 reason: collision with root package name */ - public final String f2157c0; + public final String f2158c0; public final String k; public final String l; public final List m; @@ -98,20 +98,20 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage public StateChange r; /* renamed from: s reason: collision with root package name */ - public BehaviorSubject f2158s; + public BehaviorSubject f2159s; public boolean t; public List u; public c.a.q.n0.a v; public MediaEngineConnection w; /* renamed from: x reason: collision with root package name */ - public String f2159x; + public String f2160x; /* renamed from: y reason: collision with root package name */ - public Integer f2160y; + public Integer f2161y; /* renamed from: z reason: collision with root package name */ - public int f2161z; + public int f2162z; /* compiled from: RtcConnection.kt */ public enum AnalyticsEvent { @@ -128,7 +128,7 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage public final String b; /* renamed from: c reason: collision with root package name */ - public final Long f2162c; + public final Long f2163c; public final Long d; public final String e; @@ -136,7 +136,7 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage m.checkNotNullParameter(str, "rtcConnectionId"); this.a = str; this.b = str2; - this.f2162c = l; + this.f2163c = l; this.d = l2; this.e = str3; } @@ -149,7 +149,7 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage return false; } Metadata metadata = (Metadata) obj; - return m.areEqual(this.a, metadata.a) && m.areEqual(this.b, metadata.b) && m.areEqual(this.f2162c, metadata.f2162c) && m.areEqual(this.d, metadata.d) && m.areEqual(this.e, metadata.e); + return m.areEqual(this.a, metadata.a) && m.areEqual(this.b, metadata.b) && m.areEqual(this.f2163c, metadata.f2163c) && m.areEqual(this.d, metadata.d) && m.areEqual(this.e, metadata.e); } public int hashCode() { @@ -158,7 +158,7 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage int hashCode = (str != null ? str.hashCode() : 0) * 31; String str2 = this.b; int hashCode2 = (hashCode + (str2 != null ? str2.hashCode() : 0)) * 31; - Long l = this.f2162c; + Long l = this.f2163c; int hashCode3 = (hashCode2 + (l != null ? l.hashCode() : 0)) * 31; Long l2 = this.d; int hashCode4 = (hashCode3 + (l2 != null ? l2.hashCode() : 0)) * 31; @@ -175,7 +175,7 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage P.append(", mediaSessionId="); P.append(this.b); P.append(", channelId="); - P.append(this.f2162c); + P.append(this.f2163c); P.append(", guildId="); P.append(this.d); P.append(", streamKey="); @@ -531,9 +531,9 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage this.X = linkedHashMap; this.Y = linkedHashMap2; this.Z = str6; - this.f2155a0 = z4; - this.f2156b0 = str4; - this.f2157c0 = str7; + this.f2156a0 = z4; + this.f2157b0 = str4; + this.f2158c0 = str7; StringBuilder U = c.d.b.a.a.U(str4, "->RtcConnection "); int i3 = i + 1; i = i3; @@ -547,7 +547,7 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage this.p = new Backoff(1000, 10000, 0, false, null, 28, null); StateChange stateChange = new StateChange(new State.d(false), null); this.r = stateChange; - this.f2158s = BehaviorSubject.k0(stateChange); + this.f2159s = BehaviorSubject.k0(stateChange); this.u = new ArrayList(); c.a.q.o0.e eVar = new c.a.q.o0.e(logger, clock); eVar.f.add(new x(this)); @@ -564,7 +564,7 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage m.checkNotNull(mediaSinkWantsManager); Observable> r = mediaSinkWantsManager.f.r(); m.checkNotNullExpressionValue(r, "mediaSinkWantsSubject.distinctUntilChanged()"); - subscription = Observable.j(r, this.f2158s, z.i).U(new g0(new a0(this))); + subscription = Observable.j(r, this.f2159s, z.i).U(new g0(new a0(this))); } this.H = subscription; r("Created RtcConnection. GuildID: " + l + " ChannelID: " + j2); @@ -623,11 +623,11 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage } public final Map b(Map map) { - String str = this.f2159x; + String str = this.f2160x; if (str != null) { map.put("hostname", str); } - Integer num = this.f2160y; + Integer num = this.f2161y; if (num != null) { map.put("port", Integer.valueOf(num.intValue())); } @@ -660,15 +660,15 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage debugPrintBuilder.appendKeyValue(ModelAuditLogEntry.CHANGE_KEY_ID, this.l); debugPrintBuilder.appendKeyValue("mediaSessionId", this.J); debugPrintBuilder.appendKeyValue("parentMediaSessionId", this.Z); - debugPrintBuilder.appendKeyValue("hostname", this.f2159x); + debugPrintBuilder.appendKeyValue("hostname", this.f2160x); debugPrintBuilder.appendKeyValue("channelId", Long.valueOf(this.O)); debugPrintBuilder.appendKeyValue("guildId", this.N); - debugPrintBuilder.appendKeyValue("streamKey", this.f2157c0); + debugPrintBuilder.appendKeyValue("streamKey", this.f2158c0); debugPrintBuilder.appendKeyValue("isVideoEnabled", Boolean.valueOf(this.Q)); debugPrintBuilder.appendKeyValue("rtcServerId", this.R); debugPrintBuilder.appendKeyValue("userId", Long.valueOf(this.S)); debugPrintBuilder.appendKeyValue("rtcConnectionType", this.W); - debugPrintBuilder.appendKeyValue("enableMediaSinkWants", Boolean.valueOf(this.f2155a0)); + debugPrintBuilder.appendKeyValue("enableMediaSinkWants", Boolean.valueOf(this.f2156a0)); debugPrintBuilder.appendKeyValue("socket", (DebugPrintable) this.v); debugPrintBuilder.appendKeyValue("sentVideo", Boolean.valueOf(this.o)); } @@ -745,7 +745,7 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage } public final Metadata i() { - return new Metadata(this.l, this.J, Long.valueOf(this.O), this.N, this.f2157c0); + return new Metadata(this.l, this.J, Long.valueOf(this.O), this.N, this.f2158c0); } public final void k(long j2, Map map) { @@ -778,7 +778,7 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage String str2; Stats stats; VoiceQuality voiceQuality; - Map mutableMapOf = d0.t.h0.mutableMapOf(d0.o.to("ping_bad_count", Integer.valueOf(this.f2161z)), d0.o.to("connect_count", Integer.valueOf(this.D)), d0.o.to("channel_count", 1)); + Map mutableMapOf = d0.t.h0.mutableMapOf(d0.o.to("ping_bad_count", Integer.valueOf(this.f2162z)), d0.o.to("connect_count", Integer.valueOf(this.D)), d0.o.to("channel_count", 1)); b(mutableMapOf); mutableMapOf.put("reconnect", Boolean.valueOf(z2)); if (str != null) { @@ -824,7 +824,7 @@ public final class RtcConnection implements DebugPrintable, MediaSinkWantsManage } MediaEngineConnection.TransportInfo transportInfo = this.q; if (transportInfo != null) { - protocol = transportInfo.f2175c; + protocol = transportInfo.f2176c; } if (protocol != null) { int ordinal = protocol.ordinal(); diff --git a/app/src/main/java/com/discord/rtcconnection/VideoMetadata.java b/app/src/main/java/com/discord/rtcconnection/VideoMetadata.java index 2d322a6636..2552fc1607 100644 --- a/app/src/main/java/com/discord/rtcconnection/VideoMetadata.java +++ b/app/src/main/java/com/discord/rtcconnection/VideoMetadata.java @@ -10,7 +10,7 @@ public final class VideoMetadata { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2163c; + public final int f2164c; public final Integer d; public final Payloads.ResolutionType e; @@ -18,7 +18,7 @@ public final class VideoMetadata { m.checkNotNullParameter(resolutionType, "type"); this.a = j; this.b = i; - this.f2163c = i2; + this.f2164c = i2; this.d = num; this.e = resolutionType; } @@ -31,11 +31,11 @@ public final class VideoMetadata { return false; } VideoMetadata videoMetadata = (VideoMetadata) obj; - return this.a == videoMetadata.a && this.b == videoMetadata.b && this.f2163c == videoMetadata.f2163c && m.areEqual(this.d, videoMetadata.d) && m.areEqual(this.e, videoMetadata.e); + return this.a == videoMetadata.a && this.b == videoMetadata.b && this.f2164c == videoMetadata.f2164c && m.areEqual(this.d, videoMetadata.d) && m.areEqual(this.e, videoMetadata.e); } public int hashCode() { - int a = ((((b.a(this.a) * 31) + this.b) * 31) + this.f2163c) * 31; + int a = ((((b.a(this.a) * 31) + this.b) * 31) + this.f2164c) * 31; Integer num = this.d; int i = 0; int hashCode = (a + (num != null ? num.hashCode() : 0)) * 31; @@ -52,7 +52,7 @@ public final class VideoMetadata { P.append(", maxWidth="); P.append(this.b); P.append(", maxHeight="); - P.append(this.f2163c); + P.append(this.f2164c); P.append(", maxFrameRate="); P.append(this.d); P.append(", type="); diff --git a/app/src/main/java/com/discord/rtcconnection/audio/DiscordAudioManager.java b/app/src/main/java/com/discord/rtcconnection/audio/DiscordAudioManager.java index 848d63b29d..dee90d6d81 100644 --- a/app/src/main/java/com/discord/rtcconnection/audio/DiscordAudioManager.java +++ b/app/src/main/java/com/discord/rtcconnection/audio/DiscordAudioManager.java @@ -51,7 +51,7 @@ public final class DiscordAudioManager { public static final AudioDevice b = new AudioDevice(null, false, null, null, 15); /* renamed from: c reason: collision with root package name */ - public static final List f2164c = n.listOf((Object[]) new DeviceTypes[]{DeviceTypes.EARPIECE, DeviceTypes.SPEAKERPHONE, DeviceTypes.BLUETOOTH_HEADSET, DeviceTypes.WIRED_HEADSET}); + public static final List f2165c = n.listOf((Object[]) new DeviceTypes[]{DeviceTypes.EARPIECE, DeviceTypes.SPEAKERPHONE, DeviceTypes.BLUETOOTH_HEADSET, DeviceTypes.WIRED_HEADSET}); public static final DiscordAudioManager d = null; public boolean A; public boolean B; @@ -74,20 +74,20 @@ public final class DiscordAudioManager { public List r; /* renamed from: s reason: collision with root package name */ - public final SerializedSubject, List> f2165s; + public final SerializedSubject, List> f2166s; public DeviceTypes t; public final SerializedSubject u; public ContentObserver v; public int w; /* renamed from: x reason: collision with root package name */ - public final int f2166x; + public final int f2167x; /* renamed from: y reason: collision with root package name */ - public final SerializedSubject f2167y; + public final SerializedSubject f2168y; /* renamed from: z reason: collision with root package name */ - public DeviceTypes f2168z; + public DeviceTypes f2169z; /* compiled from: DiscordAudioManager.kt */ public static final class AudioDevice { @@ -95,7 +95,7 @@ public final class DiscordAudioManager { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final String f2169c; + public final String f2170c; public final String d; public AudioDevice() { @@ -106,7 +106,7 @@ public final class DiscordAudioManager { m.checkNotNullParameter(deviceTypes, "type"); this.a = deviceTypes; this.b = z2; - this.f2169c = str; + this.f2170c = str; this.d = str2; } @@ -118,7 +118,7 @@ public final class DiscordAudioManager { m.checkNotNullParameter(deviceTypes, "type"); this.a = deviceTypes; this.b = z2; - this.f2169c = null; + this.f2170c = null; this.d = null; } @@ -128,7 +128,7 @@ public final class DiscordAudioManager { z2 = audioDevice.b; } if ((i & 4) != 0) { - str = audioDevice.f2169c; + str = audioDevice.f2170c; } if ((i & 8) != 0) { str2 = audioDevice.d; @@ -146,7 +146,7 @@ public final class DiscordAudioManager { return false; } AudioDevice audioDevice = (AudioDevice) obj; - return m.areEqual(this.a, audioDevice.a) && this.b == audioDevice.b && m.areEqual(this.f2169c, audioDevice.f2169c) && m.areEqual(this.d, audioDevice.d); + return m.areEqual(this.a, audioDevice.a) && this.b == audioDevice.b && m.areEqual(this.f2170c, audioDevice.f2170c) && m.areEqual(this.d, audioDevice.d); } public int hashCode() { @@ -161,7 +161,7 @@ public final class DiscordAudioManager { int i3 = z2 ? 1 : 0; int i4 = z2 ? 1 : 0; int i5 = (hashCode + i2) * 31; - String str = this.f2169c; + String str = this.f2170c; int hashCode2 = (i5 + (str != null ? str.hashCode() : 0)) * 31; String str2 = this.d; if (str2 != null) { @@ -176,7 +176,7 @@ public final class DiscordAudioManager { P.append(", isAvailable="); P.append(this.b); P.append(", id="); - P.append(this.f2169c); + P.append(this.f2170c); P.append(", name="); return c.d.b.a.a.H(P, this.d, ")"); } @@ -337,7 +337,7 @@ public final class DiscordAudioManager { arrayList.add(audioDevice.a.ordinal() != 5 ? AudioDevice.a(audioDevice, null, false, null, null, 15) : AudioDevice.a(audioDevice, null, false, null, null, 1)); } discordAudioManager2.r = arrayList; - discordAudioManager2.f2165s.j.onNext(arrayList); + discordAudioManager2.f2166s.j.onNext(arrayList); } DiscordAudioManager discordAudioManager3 = DiscordAudioManager.this; discordAudioManager3.a(discordAudioManager3.r); @@ -376,7 +376,7 @@ public final class DiscordAudioManager { arrayList.add(ordinal != 3 ? ordinal != 4 ? AudioDevice.a(audioDevice, null, false, null, null, 15) : AudioDevice.a(audioDevice, null, DiscordAudioManager.this.h, null, null, 13) : AudioDevice.a(audioDevice, null, false, null, null, 13)); } discordAudioManager.r = arrayList; - discordAudioManager.f2165s.j.onNext(arrayList); + discordAudioManager.f2166s.j.onNext(arrayList); } } else if (aVar instanceof a.C0036a) { synchronized (DiscordAudioManager.this.i) { @@ -388,7 +388,7 @@ public final class DiscordAudioManager { arrayList2.add(ordinal2 != 3 ? ordinal2 != 4 ? AudioDevice.a(audioDevice2, null, false, null, null, 15) : AudioDevice.a(audioDevice2, null, false, null, null, 13) : AudioDevice.a(audioDevice2, null, true, null, null, 13)); } discordAudioManager2.r = arrayList2; - discordAudioManager2.f2165s.j.onNext(arrayList2); + discordAudioManager2.f2166s.j.onNext(arrayList2); } } DiscordAudioManager.this.l(); @@ -409,7 +409,7 @@ public final class DiscordAudioManager { if (bluetoothHeadsetAudioState == null) { bluetoothHeadsetAudioState = BluetoothHeadsetAudioState.Disconnected; } - BluetoothDevice bluetoothDevice = bVar.f2170c; + BluetoothDevice bluetoothDevice = bVar.f2171c; StringBuilder sb = new StringBuilder(); sb.append("[onHeadsetAudioStateChanged] state: "); sb.append(bluetoothHeadsetAudioState); @@ -428,7 +428,7 @@ public final class DiscordAudioManager { arrayList.add(audioDevice.a.ordinal() != 5 ? AudioDevice.a(audioDevice, null, false, null, null, 15) : AudioDevice.a(audioDevice, null, true, bluetoothDevice != null ? bluetoothDevice.getAddress() : null, bluetoothDevice != null ? bluetoothDevice.getName() : null, 1)); } discordAudioManager.r = arrayList; - discordAudioManager.f2165s.j.onNext(arrayList); + discordAudioManager.f2166s.j.onNext(arrayList); } } } @@ -462,7 +462,7 @@ public final class DiscordAudioManager { if (bluetoothProfileConnectionState == null) { bluetoothProfileConnectionState = BluetoothProfileConnectionState.Disconnected; } - BluetoothDevice bluetoothDevice = bVar.f2171c; + BluetoothDevice bluetoothDevice = bVar.f2172c; StringBuilder sb = new StringBuilder(); sb.append("[onHeadsetConnectionStateChanged] state: "); sb.append(bluetoothProfileConnectionState); @@ -500,11 +500,11 @@ public final class DiscordAudioManager { } } DeviceTypes deviceTypes2 = DeviceTypes.BLUETOOTH_HEADSET; - if (((AudioDevice) arrayList.get(deviceTypes2.getValue())).f2169c != null) { + if (((AudioDevice) arrayList.get(deviceTypes2.getValue())).f2170c != null) { if (bluetoothDevice != null) { str = bluetoothDevice.getAddress(); } - if (m.areEqual(str, ((AudioDevice) arrayList.get(deviceTypes2.getValue())).f2169c)) { + if (m.areEqual(str, ((AudioDevice) arrayList.get(deviceTypes2.getValue())).f2170c)) { DiscordAudioManager.this.l(); } } @@ -588,14 +588,14 @@ public final class DiscordAudioManager { } } this.r = arrayList; - this.f2165s = new SerializedSubject<>(BehaviorSubject.k0(arrayList)); + this.f2166s = new SerializedSubject<>(BehaviorSubject.k0(arrayList)); DeviceTypes deviceTypes = DeviceTypes.INVALID; this.t = deviceTypes; this.u = new SerializedSubject<>(BehaviorSubject.k0(deviceTypes)); - this.f2166x = this.e.getStreamMaxVolume(3); - this.f2167y = new SerializedSubject<>(BehaviorSubject.k0(Integer.valueOf(this.w))); - this.f2168z = DeviceTypes.DEFAULT; - this.D = f2164c; + this.f2167x = this.e.getStreamMaxVolume(3); + this.f2168y = new SerializedSubject<>(BehaviorSubject.k0(Integer.valueOf(this.w))); + this.f2169z = DeviceTypes.DEFAULT; + this.D = f2165c; } public static final DiscordAudioManager d() { @@ -742,7 +742,7 @@ public final class DiscordAudioManager { arrayList.add(audioDevice.a.ordinal() != 5 ? AudioDevice.a(audioDevice, null, false, null, null, 15) : AudioDevice.a(audioDevice, null, (!this.E || this.t != DeviceTypes.BLUETOOTH_HEADSET) ? z2 : bluetoothDevice3 != null, bluetoothDevice3 != null ? bluetoothDevice3.getAddress() : null, bluetoothDevice3 != null ? bluetoothDevice3.getName() : null, 1)); } this.r = arrayList; - this.f2165s.j.onNext(arrayList); + this.f2166s.j.onNext(arrayList); } return; } @@ -838,7 +838,7 @@ public final class DiscordAudioManager { this.v = null; b(DeviceTypes.INVALID); synchronized (this.i) { - this.f2168z = DeviceTypes.DEFAULT; + this.f2169z = DeviceTypes.DEFAULT; } i(false); if (Build.VERSION.SDK_INT >= 26) { @@ -935,7 +935,7 @@ public final class DiscordAudioManager { DeviceTypes deviceTypes; ArrayList arrayList; synchronized (this.i) { - deviceTypes = this.f2168z; + deviceTypes = this.f2169z; } g(); synchronized (this.i) { diff --git a/app/src/main/java/com/discord/rtcconnection/enums/BluetoothHeadsetAudioState.java b/app/src/main/java/com/discord/rtcconnection/enums/BluetoothHeadsetAudioState.java index ad57fd6bf4..35681920e3 100644 --- a/app/src/main/java/com/discord/rtcconnection/enums/BluetoothHeadsetAudioState.java +++ b/app/src/main/java/com/discord/rtcconnection/enums/BluetoothHeadsetAudioState.java @@ -54,12 +54,12 @@ public enum BluetoothHeadsetAudioState { public final BluetoothHeadsetAudioState b; /* renamed from: c reason: collision with root package name */ - public final BluetoothDevice f2170c; + public final BluetoothDevice f2171c; public b(BluetoothHeadsetAudioState bluetoothHeadsetAudioState, BluetoothHeadsetAudioState bluetoothHeadsetAudioState2, BluetoothDevice bluetoothDevice) { this.a = bluetoothHeadsetAudioState; this.b = bluetoothHeadsetAudioState2; - this.f2170c = bluetoothDevice; + this.f2171c = bluetoothDevice; } public boolean equals(Object obj) { @@ -70,7 +70,7 @@ public enum BluetoothHeadsetAudioState { return false; } b bVar = (b) obj; - return m.areEqual(this.a, bVar.a) && m.areEqual(this.b, bVar.b) && m.areEqual(this.f2170c, bVar.f2170c); + return m.areEqual(this.a, bVar.a) && m.areEqual(this.b, bVar.b) && m.areEqual(this.f2171c, bVar.f2171c); } public int hashCode() { @@ -79,7 +79,7 @@ public enum BluetoothHeadsetAudioState { int hashCode = (bluetoothHeadsetAudioState != null ? bluetoothHeadsetAudioState.hashCode() : 0) * 31; BluetoothHeadsetAudioState bluetoothHeadsetAudioState2 = this.b; int hashCode2 = (hashCode + (bluetoothHeadsetAudioState2 != null ? bluetoothHeadsetAudioState2.hashCode() : 0)) * 31; - BluetoothDevice bluetoothDevice = this.f2170c; + BluetoothDevice bluetoothDevice = this.f2171c; if (bluetoothDevice != null) { i = bluetoothDevice.hashCode(); } @@ -92,7 +92,7 @@ public enum BluetoothHeadsetAudioState { P.append(", previous="); P.append(this.b); P.append(", device="); - P.append(this.f2170c); + P.append(this.f2171c); P.append(")"); return P.toString(); } diff --git a/app/src/main/java/com/discord/rtcconnection/enums/BluetoothProfileConnectionState.java b/app/src/main/java/com/discord/rtcconnection/enums/BluetoothProfileConnectionState.java index 8f37f2c9e9..c3f4a1a6a5 100644 --- a/app/src/main/java/com/discord/rtcconnection/enums/BluetoothProfileConnectionState.java +++ b/app/src/main/java/com/discord/rtcconnection/enums/BluetoothProfileConnectionState.java @@ -53,12 +53,12 @@ public enum BluetoothProfileConnectionState { public final BluetoothProfileConnectionState b; /* renamed from: c reason: collision with root package name */ - public final BluetoothDevice f2171c; + public final BluetoothDevice f2172c; public b(BluetoothProfileConnectionState bluetoothProfileConnectionState, BluetoothProfileConnectionState bluetoothProfileConnectionState2, BluetoothDevice bluetoothDevice) { this.a = bluetoothProfileConnectionState; this.b = bluetoothProfileConnectionState2; - this.f2171c = bluetoothDevice; + this.f2172c = bluetoothDevice; } public boolean equals(Object obj) { @@ -69,7 +69,7 @@ public enum BluetoothProfileConnectionState { return false; } b bVar = (b) obj; - return m.areEqual(this.a, bVar.a) && m.areEqual(this.b, bVar.b) && m.areEqual(this.f2171c, bVar.f2171c); + return m.areEqual(this.a, bVar.a) && m.areEqual(this.b, bVar.b) && m.areEqual(this.f2172c, bVar.f2172c); } public int hashCode() { @@ -78,7 +78,7 @@ public enum BluetoothProfileConnectionState { int hashCode = (bluetoothProfileConnectionState != null ? bluetoothProfileConnectionState.hashCode() : 0) * 31; BluetoothProfileConnectionState bluetoothProfileConnectionState2 = this.b; int hashCode2 = (hashCode + (bluetoothProfileConnectionState2 != null ? bluetoothProfileConnectionState2.hashCode() : 0)) * 31; - BluetoothDevice bluetoothDevice = this.f2171c; + BluetoothDevice bluetoothDevice = this.f2172c; if (bluetoothDevice != null) { i = bluetoothDevice.hashCode(); } @@ -91,7 +91,7 @@ public enum BluetoothProfileConnectionState { P.append(", current="); P.append(this.b); P.append(", device="); - P.append(this.f2171c); + P.append(this.f2172c); P.append(")"); return P.toString(); } diff --git a/app/src/main/java/com/discord/rtcconnection/mediaengine/MediaEngine.java b/app/src/main/java/com/discord/rtcconnection/mediaengine/MediaEngine.java index 63a9abf1a2..5d9694bac4 100644 --- a/app/src/main/java/com/discord/rtcconnection/mediaengine/MediaEngine.java +++ b/app/src/main/java/com/discord/rtcconnection/mediaengine/MediaEngine.java @@ -63,7 +63,7 @@ public interface MediaEngine { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f2172c; + public final boolean f2173c; public final boolean d; public final boolean e; public final boolean f; @@ -78,7 +78,7 @@ public interface MediaEngine { public EchoCancellationInfo(boolean z2, boolean z3, boolean z4, boolean z5, boolean z6, boolean z7, boolean z8, boolean z9, boolean z10) { this.a = z2; this.b = z3; - this.f2172c = z4; + this.f2173c = z4; this.d = z5; this.e = z6; this.f = z7; @@ -100,7 +100,7 @@ public interface MediaEngine { return false; } EchoCancellationInfo echoCancellationInfo = (EchoCancellationInfo) obj; - return this.a == echoCancellationInfo.a && this.b == echoCancellationInfo.b && this.f2172c == echoCancellationInfo.f2172c && this.d == echoCancellationInfo.d && this.e == echoCancellationInfo.e && this.f == echoCancellationInfo.f && this.g == echoCancellationInfo.g && this.h == echoCancellationInfo.h && this.i == echoCancellationInfo.i; + return this.a == echoCancellationInfo.a && this.b == echoCancellationInfo.b && this.f2173c == echoCancellationInfo.f2173c && this.d == echoCancellationInfo.d && this.e == echoCancellationInfo.e && this.f == echoCancellationInfo.f && this.g == echoCancellationInfo.g && this.h == echoCancellationInfo.h && this.i == echoCancellationInfo.i; } public int hashCode() { @@ -121,7 +121,7 @@ public interface MediaEngine { int i7 = z3 ? 1 : 0; int i8 = z3 ? 1 : 0; int i9 = (i5 + i6) * 31; - boolean z4 = this.f2172c; + boolean z4 = this.f2173c; if (z4) { z4 = true; } @@ -182,7 +182,7 @@ public interface MediaEngine { P.append(", builtinAecSupportedNative="); P.append(this.b); P.append(", builtinAecSupportedJava="); - P.append(this.f2172c); + P.append(this.f2173c); P.append(", builtinAecEnabled="); P.append(this.d); P.append(", aecEnabledInSettings="); @@ -258,7 +258,7 @@ public interface MediaEngine { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f2173c; + public final boolean f2174c; public final boolean d; public final boolean e; public final MediaEngineConnection.InputMode f; @@ -271,7 +271,7 @@ public interface MediaEngine { m.checkNotNullParameter(cVar, "inputModeOptions"); this.a = f; this.b = z2; - this.f2173c = z3; + this.f2174c = z3; this.d = z4; this.e = z5; this.f = inputMode; @@ -288,7 +288,7 @@ public interface MediaEngine { return false; } VoiceConfig voiceConfig = (VoiceConfig) obj; - return Float.compare(this.a, voiceConfig.a) == 0 && this.b == voiceConfig.b && this.f2173c == voiceConfig.f2173c && this.d == voiceConfig.d && this.e == voiceConfig.e && m.areEqual(this.f, voiceConfig.f) && m.areEqual(this.g, voiceConfig.g) && this.h == voiceConfig.h && this.i == voiceConfig.i; + return Float.compare(this.a, voiceConfig.a) == 0 && this.b == voiceConfig.b && this.f2174c == voiceConfig.f2174c && this.d == voiceConfig.d && this.e == voiceConfig.e && m.areEqual(this.f, voiceConfig.f) && m.areEqual(this.g, voiceConfig.g) && this.h == voiceConfig.h && this.i == voiceConfig.i; } public int hashCode() { @@ -302,7 +302,7 @@ public interface MediaEngine { int i3 = z2 ? 1 : 0; int i4 = z2 ? 1 : 0; int i5 = (floatToIntBits + i2) * 31; - boolean z3 = this.f2173c; + boolean z3 = this.f2174c; if (z3) { z3 = true; } @@ -355,7 +355,7 @@ public interface MediaEngine { P.append(", echoCancellation="); P.append(this.b); P.append(", noiseSuppression="); - P.append(this.f2173c); + P.append(this.f2174c); P.append(", noiseCancellation="); P.append(this.d); P.append(", automaticGainControl="); @@ -377,7 +377,7 @@ public interface MediaEngine { public final String b; /* renamed from: c reason: collision with root package name */ - public final int f2174c; + public final int f2175c; public final List d; public a(int i, String str, int i2, List list) { @@ -385,7 +385,7 @@ public interface MediaEngine { m.checkNotNullParameter(list, "streams"); this.a = i; this.b = str; - this.f2174c = i2; + this.f2175c = i2; this.d = list; } @@ -397,14 +397,14 @@ public interface MediaEngine { return false; } a aVar = (a) obj; - return this.a == aVar.a && m.areEqual(this.b, aVar.b) && this.f2174c == aVar.f2174c && m.areEqual(this.d, aVar.d); + return this.a == aVar.a && m.areEqual(this.b, aVar.b) && this.f2175c == aVar.f2175c && m.areEqual(this.d, aVar.d); } public int hashCode() { int i = this.a * 31; String str = this.b; int i2 = 0; - int hashCode = (((i + (str != null ? str.hashCode() : 0)) * 31) + this.f2174c) * 31; + int hashCode = (((i + (str != null ? str.hashCode() : 0)) * 31) + this.f2175c) * 31; List list = this.d; if (list != null) { i2 = list.hashCode(); @@ -418,7 +418,7 @@ public interface MediaEngine { P.append(", ip="); P.append(this.b); P.append(", port="); - P.append(this.f2174c); + P.append(this.f2175c); P.append(", streams="); return c.d.b.a.a.J(P, this.d, ")"); } diff --git a/app/src/main/java/com/discord/rtcconnection/mediaengine/MediaEngineConnection.java b/app/src/main/java/com/discord/rtcconnection/mediaengine/MediaEngineConnection.java index 631e6792a0..06d7caa7da 100644 --- a/app/src/main/java/com/discord/rtcconnection/mediaengine/MediaEngineConnection.java +++ b/app/src/main/java/com/discord/rtcconnection/mediaengine/MediaEngineConnection.java @@ -83,7 +83,7 @@ public interface MediaEngineConnection { public final int b; /* renamed from: c reason: collision with root package name */ - public final Protocol f2175c; + public final Protocol f2176c; /* compiled from: MediaEngineConnection.kt */ public enum Protocol { @@ -96,7 +96,7 @@ public interface MediaEngineConnection { m.checkNotNullParameter(protocol, "protocol"); this.a = str; this.b = i; - this.f2175c = protocol; + this.f2176c = protocol; } public boolean equals(Object obj) { @@ -107,14 +107,14 @@ public interface MediaEngineConnection { return false; } TransportInfo transportInfo = (TransportInfo) obj; - return m.areEqual(this.a, transportInfo.a) && this.b == transportInfo.b && m.areEqual(this.f2175c, transportInfo.f2175c); + return m.areEqual(this.a, transportInfo.a) && this.b == transportInfo.b && m.areEqual(this.f2176c, transportInfo.f2176c); } public int hashCode() { String str = this.a; int i = 0; int hashCode = (((str != null ? str.hashCode() : 0) * 31) + this.b) * 31; - Protocol protocol = this.f2175c; + Protocol protocol = this.f2176c; if (protocol != null) { i = protocol.hashCode(); } @@ -127,7 +127,7 @@ public interface MediaEngineConnection { P.append(", port="); P.append(this.b); P.append(", protocol="); - P.append(this.f2175c); + P.append(this.f2176c); P.append(")"); return P.toString(); } @@ -204,7 +204,7 @@ public interface MediaEngineConnection { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2176c; + public final int f2177c; public final int d; public final int e; public final int f; @@ -212,7 +212,7 @@ public interface MediaEngineConnection { public b(int i, int i2, int i3, int i4, int i5, int i6) { this.a = i; this.b = i2; - this.f2176c = i3; + this.f2177c = i3; this.d = i4; this.e = i5; this.f = i6; @@ -226,11 +226,11 @@ public interface MediaEngineConnection { return false; } b bVar = (b) obj; - return this.a == bVar.a && this.b == bVar.b && this.f2176c == bVar.f2176c && this.d == bVar.d && this.e == bVar.e && this.f == bVar.f; + return this.a == bVar.a && this.b == bVar.b && this.f2177c == bVar.f2177c && this.d == bVar.d && this.e == bVar.e && this.f == bVar.f; } public int hashCode() { - return (((((((((this.a * 31) + this.b) * 31) + this.f2176c) * 31) + this.d) * 31) + this.e) * 31) + this.f; + return (((((((((this.a * 31) + this.b) * 31) + this.f2177c) * 31) + this.d) * 31) + this.e) * 31) + this.f; } public String toString() { @@ -239,7 +239,7 @@ public interface MediaEngineConnection { P.append(", maxBitrate="); P.append(this.b); P.append(", width="); - P.append(this.f2176c); + P.append(this.f2177c); P.append(", height="); P.append(this.d); P.append(", mutedFramerate="); @@ -255,7 +255,7 @@ public interface MediaEngineConnection { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2177c; + public final int f2178c; public final boolean d; public final boolean e; public final int f; @@ -267,7 +267,7 @@ public interface MediaEngineConnection { public c(int i, int i2, int i3, boolean z2, boolean z3, int i4) { this.a = i; this.b = i2; - this.f2177c = i3; + this.f2178c = i3; this.d = z2; this.e = z3; this.f = i4; @@ -282,7 +282,7 @@ public interface MediaEngineConnection { i4 = (i5 & 32) != 0 ? 5 : i4; this.a = i; this.b = i2; - this.f2177c = i3; + this.f2178c = i3; this.d = z2; this.e = z3; this.f = i4; @@ -296,11 +296,11 @@ public interface MediaEngineConnection { return false; } c cVar = (c) obj; - return this.a == cVar.a && this.b == cVar.b && this.f2177c == cVar.f2177c && this.d == cVar.d && this.e == cVar.e && this.f == cVar.f; + return this.a == cVar.a && this.b == cVar.b && this.f2178c == cVar.f2178c && this.d == cVar.d && this.e == cVar.e && this.f == cVar.f; } public int hashCode() { - int i = ((((this.a * 31) + this.b) * 31) + this.f2177c) * 31; + int i = ((((this.a * 31) + this.b) * 31) + this.f2178c) * 31; boolean z2 = this.d; int i2 = 1; if (z2) { @@ -323,7 +323,7 @@ public interface MediaEngineConnection { P.append(", vadLeadingFrames="); P.append(this.b); P.append(", vadTrailingFrames="); - P.append(this.f2177c); + P.append(this.f2178c); P.append(", vadAutoThreshold="); P.append(this.d); P.append(", vadUseKrisp="); diff --git a/app/src/main/java/com/discord/rtcconnection/mediaengine/ThumbnailEmitter.java b/app/src/main/java/com/discord/rtcconnection/mediaengine/ThumbnailEmitter.java index 5a96de991d..519c15a43f 100644 --- a/app/src/main/java/com/discord/rtcconnection/mediaengine/ThumbnailEmitter.java +++ b/app/src/main/java/com/discord/rtcconnection/mediaengine/ThumbnailEmitter.java @@ -22,7 +22,7 @@ public final class ThumbnailEmitter { public final ByteBuffer b; /* renamed from: c reason: collision with root package name */ - public final GlRectDrawer f2178c; + public final GlRectDrawer f2179c; public final VideoFrameDrawer d; public final long e; public final Matrix f; @@ -47,7 +47,7 @@ public final class ThumbnailEmitter { long j3 = (long) 1000; this.a = -(j * j3 * j3); this.b = JniCommon.nativeAllocateByteBuffer(i * i2 * 4); - this.f2178c = new GlRectDrawer(); + this.f2179c = new GlRectDrawer(); this.d = new VideoFrameDrawer(); this.e = clock2.currentTimeMillis(); Matrix matrix = new Matrix(); @@ -66,10 +66,10 @@ public final class ThumbnailEmitter { GLES20.glClear(16384); if (((float) videoFrame.getRotatedWidth()) / ((float) videoFrame.getRotatedHeight()) < ((float) this.g) / ((float) this.h)) { float rotatedHeight = (((float) this.h) / ((float) videoFrame.getRotatedHeight())) * ((float) videoFrame.getRotatedWidth()); - this.d.drawFrame(videoFrame, this.f2178c, this.f, a.roundToInt((((float) this.g) - rotatedHeight) / 2.0f), 0, a.roundToInt(rotatedHeight), this.h); + this.d.drawFrame(videoFrame, this.f2179c, this.f, a.roundToInt((((float) this.g) - rotatedHeight) / 2.0f), 0, a.roundToInt(rotatedHeight), this.h); } else { float rotatedWidth = (((float) this.g) / ((float) videoFrame.getRotatedWidth())) * ((float) videoFrame.getRotatedHeight()); - this.d.drawFrame(videoFrame, this.f2178c, this.f, 0, a.roundToInt((((float) this.h) - rotatedWidth) / 2.0f), this.g, a.roundToInt(rotatedWidth)); + this.d.drawFrame(videoFrame, this.f2179c, this.f, 0, a.roundToInt((((float) this.h) - rotatedWidth) / 2.0f), this.g, a.roundToInt(rotatedWidth)); } this.b.rewind(); GLES20.glReadPixels(0, 0, glTextureFrameBuffer.getWidth(), glTextureFrameBuffer.getHeight(), 6408, 5121, this.b); diff --git a/app/src/main/java/com/discord/screenshot_detection/ScreenshotDetector.java b/app/src/main/java/com/discord/screenshot_detection/ScreenshotDetector.java index efd42272da..0ba9a5d442 100644 --- a/app/src/main/java/com/discord/screenshot_detection/ScreenshotDetector.java +++ b/app/src/main/java/com/discord/screenshot_detection/ScreenshotDetector.java @@ -18,7 +18,7 @@ public final class ScreenshotDetector { public final PublishSubject b; /* renamed from: c reason: collision with root package name */ - public final b f2179c; + public final b f2180c; public final c.a.s.a d; public boolean e; public final Logger f; @@ -105,7 +105,7 @@ public final class ScreenshotDetector { ContentResolver contentResolver = application.getContentResolver(); m.checkNotNullExpressionValue(contentResolver, "applicationContext.contentResolver"); b bVar = new b(logger, contentResolver, null, new a(this), 4); - this.f2179c = bVar; + this.f2180c = bVar; c.a.s.a aVar = new c.a.s.a(bVar); this.d = aVar; a(sharedPreferences.getBoolean("screenshot_detection_enabled", false)); diff --git a/app/src/main/java/com/discord/simpleast/core/parser/ParseSpec.java b/app/src/main/java/com/discord/simpleast/core/parser/ParseSpec.java index d49dcefcd1..22d83fbedf 100644 --- a/app/src/main/java/com/discord/simpleast/core/parser/ParseSpec.java +++ b/app/src/main/java/com/discord/simpleast/core/parser/ParseSpec.java @@ -8,20 +8,20 @@ public final class ParseSpec { public final boolean b = true; /* renamed from: c reason: collision with root package name */ - public final S f2180c; + public final S f2181c; public int d; public int e; public ParseSpec(Node node, S s2) { m.checkNotNullParameter(node, "root"); this.a = node; - this.f2180c = s2; + this.f2181c = s2; } public ParseSpec(Node node, S s2, int i, int i2) { m.checkNotNullParameter(node, "root"); this.a = node; - this.f2180c = s2; + this.f2181c = s2; this.d = i; this.e = i2; } diff --git a/app/src/main/java/com/discord/simpleast/core/parser/Parser.java b/app/src/main/java/com/discord/simpleast/core/parser/Parser.java index cc9e131de5..079578bb90 100644 --- a/app/src/main/java/com/discord/simpleast/core/parser/Parser.java +++ b/app/src/main/java/com/discord/simpleast/core/parser/Parser.java @@ -136,7 +136,7 @@ public class Parser, S> { break; } Rule rule = (Rule) it.next(); - Matcher match = rule.match(subSequence, str, parseSpec.f2180c); + Matcher match = rule.match(subSequence, str, parseSpec.f2181c); if (match == null) { logMiss(rule, subSequence); pair = null; @@ -153,12 +153,12 @@ public class Parser, S> { if (pair != null) { Matcher matcher = (Matcher) pair.component2(); int end = matcher.end() + i3; - ParseSpec parse = ((Rule) pair.component1()).parse(matcher, this, parseSpec.f2180c); + ParseSpec parse = ((Rule) pair.component1()).parse(matcher, this, parseSpec.f2181c); Node node2 = parseSpec.a; node2.addChild(parse.a); int i4 = parseSpec.e; if (end != i4) { - S s3 = parseSpec.f2180c; + S s3 = parseSpec.f2181c; m.checkNotNullParameter(node2, "node"); stack.push(new ParseSpec(node2, s3, end, i4)); } diff --git a/app/src/main/java/com/discord/stores/ReadyPayloadUtils.java b/app/src/main/java/com/discord/stores/ReadyPayloadUtils.java index f74a08aa72..19ba1d17a0 100644 --- a/app/src/main/java/com/discord/stores/ReadyPayloadUtils.java +++ b/app/src/main/java/com/discord/stores/ReadyPayloadUtils.java @@ -362,14 +362,9 @@ public final class ReadyPayloadUtils { } public final Guild hydrate(Guild guild, Guild guild2, List list, List list2, List list3, List list4, List list5, Map map, Function2 function2) { - Collection values; Guild guild3 = guild; m.checkNotNullParameter(guild3, "unhydratedGuild"); m.checkNotNullParameter(function2, "onHydrateChannel"); - StringBuilder sb = new StringBuilder(); - sb.append("members: "); - sb.append((map == null || (values = map.values()) == null) ? null : u.joinToString$default(values, ",", null, null, 0, null, null, 62, null)); - System.out.println((Object) sb.toString()); if (guild2 != null) { Long b = guild2.b(); int c2 = guild2.c(); @@ -384,7 +379,11 @@ public final class ReadyPayloadUtils { String v = guild2.v(); long x2 = guild2.x(); String y2 = guild2.y(); - guild3 = Guild.a(guild, null, null, null, v, i, h, 0, guild2.D(), x2, o, guild2.O(), k, null, null, null, null, false, u, c2, b, guild2.K(), l, 0, e, guild2.G(), guild2.A(), 0, guild2.J(), null, guild2.F(), guild2.C(), y2, null, r, guild2.N(), 0, 0, null, null, null, null, false, null, null, 339865671, 4089); + int A = guild2.A(); + Long C = guild2.C(); + String D = guild2.D(); + Long F = guild2.F(); + guild3 = Guild.a(guild, null, null, null, v, i, h, 0, D, x2, o, guild2.O(), k, null, null, null, null, false, u, c2, b, guild2.K(), l, 0, e, guild2.G(), A, 0, guild2.J(), null, F, C, y2, null, r, guild2.N(), 0, 0, null, null, null, null, false, null, null, 339865671, 4089); } if (list != null) { guild3 = Guild.a(guild3, null, list, null, null, null, null, 0, null, 0, null, null, null, null, null, null, null, false, 0, 0, null, null, null, 0, null, null, 0, 0, 0, null, null, null, null, null, null, null, 0, 0, null, null, null, null, false, null, null, -3, 4095); diff --git a/app/src/main/java/com/discord/stores/StoreAudioManagerV2$init$1.java b/app/src/main/java/com/discord/stores/StoreAudioManagerV2$init$1.java index 20b26635ef..a31fe4a0d4 100644 --- a/app/src/main/java/com/discord/stores/StoreAudioManagerV2$init$1.java +++ b/app/src/main/java/com/discord/stores/StoreAudioManagerV2$init$1.java @@ -155,13 +155,13 @@ public final class StoreAudioManagerV2$init$1 implements Runnable { @Override // java.lang.Runnable public final void run() { DiscordAudioManager discordAudioManager = DiscordAudioManager.d; - Observable> r = DiscordAudioManager.d().f2165s.r(); + Observable> r = DiscordAudioManager.d().f2166s.r(); m.checkNotNullExpressionValue(r, "audioDevicesSubject.distinctUntilChanged()"); ObservableExtensionsKt.appSubscribe$default(r, this.this$0.getClass(), (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new AnonymousClass1(this), 62, (Object) null); Observable r2 = DiscordAudioManager.d().u.r(); m.checkNotNullExpressionValue(r2, "activeAudioDeviceSubject.distinctUntilChanged()"); ObservableExtensionsKt.appSubscribe$default(r2, this.this$0.getClass(), (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new AnonymousClass2(this), 62, (Object) null); - Observable r3 = DiscordAudioManager.d().f2167y.r(); + Observable r3 = DiscordAudioManager.d().f2168y.r(); m.checkNotNullExpressionValue(r3, "currentMediaVolumeSubject.distinctUntilChanged()"); ObservableExtensionsKt.appSubscribe$default(r3, this.this$0.getClass(), (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new AnonymousClass3(this), 62, (Object) null); } diff --git a/app/src/main/java/com/discord/stores/StoreAudioManagerV2$selectOutputDevice$1.java b/app/src/main/java/com/discord/stores/StoreAudioManagerV2$selectOutputDevice$1.java index 4f03ee4de3..37c3ff509b 100644 --- a/app/src/main/java/com/discord/stores/StoreAudioManagerV2$selectOutputDevice$1.java +++ b/app/src/main/java/com/discord/stores/StoreAudioManagerV2$selectOutputDevice$1.java @@ -42,7 +42,7 @@ public final class StoreAudioManagerV2$selectOutputDevice$1 implements Runnable DiscordAudioManager.DeviceTypes deviceTypes2 = DiscordAudioManager.DeviceTypes.DEFAULT; if (deviceTypes == deviceTypes2) { synchronized (d.i) { - d.f2168z = deviceTypes2; + d.f2169z = deviceTypes2; } d.a(arrayList); return; @@ -61,7 +61,7 @@ public final class StoreAudioManagerV2$selectOutputDevice$1 implements Runnable } if (!z3) { synchronized (d.i) { - d.f2168z = deviceTypes; + d.f2169z = deviceTypes; } d.b(deviceTypes); } diff --git a/app/src/main/java/com/discord/stores/StoreAudioManagerV2$updateMediaVolume$1.java b/app/src/main/java/com/discord/stores/StoreAudioManagerV2$updateMediaVolume$1.java index 356f85ce04..e5572ff678 100644 --- a/app/src/main/java/com/discord/stores/StoreAudioManagerV2$updateMediaVolume$1.java +++ b/app/src/main/java/com/discord/stores/StoreAudioManagerV2$updateMediaVolume$1.java @@ -22,7 +22,7 @@ public final class StoreAudioManagerV2$updateMediaVolume$1 implements Runnable { return; } try { - d.e.setStreamVolume(3, a.roundToInt(f * ((float) d.f2166x)), 0); + d.e.setStreamVolume(3, a.roundToInt(f * ((float) d.f2167x)), 0); } catch (SecurityException e) { AnimatableValueParser.I1("DiscordAudioManager", "Failed to set stream volume: " + e); } diff --git a/app/src/main/java/com/discord/stores/StoreAudioManagerV2.java b/app/src/main/java/com/discord/stores/StoreAudioManagerV2.java index 50fa07c887..e43a4641d5 100644 --- a/app/src/main/java/com/discord/stores/StoreAudioManagerV2.java +++ b/app/src/main/java/com/discord/stores/StoreAudioManagerV2.java @@ -324,7 +324,7 @@ public final class StoreAudioManagerV2 extends StoreV2 { private final void updateCurrentMediaVolume(int i) { DiscordAudioManager discordAudioManager = DiscordAudioManager.d; - this.streamRtcConnectionStore.updateStreamVolume(PerceptualVolumeUtils.INSTANCE.perceptualToAmplitude((((float) i) / ((float) DiscordAudioManager.d().f2166x)) * 300.0f, 300.0f)); + this.streamRtcConnectionStore.updateStreamVolume(PerceptualVolumeUtils.INSTANCE.perceptualToAmplitude((((float) i) / ((float) DiscordAudioManager.d().f2167x)) * 300.0f, 300.0f)); } public final DiscordAudioManager.AudioDevice getLastActiveAudioDevice$app_productionCanaryRelease() { @@ -361,7 +361,7 @@ public final class StoreAudioManagerV2 extends StoreV2 { DiscordAudioManager d2 = DiscordAudioManager.d(); synchronized (d2) { List list2 = d2.D; - List list3 = DiscordAudioManager.f2164c; + List list3 = DiscordAudioManager.f2165c; if (!m.areEqual(list2, list3)) { d2.D = list3; d2.l(); @@ -398,7 +398,7 @@ public final class StoreAudioManagerV2 extends StoreV2 { arrayList.add(audioDevice.a.ordinal() != 4 ? DiscordAudioManager.AudioDevice.a(audioDevice, null, false, null, null, 15) : DiscordAudioManager.AudioDevice.a(audioDevice, null, false, null, null, 13)); } d.r = arrayList; - d.f2165s.j.onNext(arrayList); + d.f2166s.j.onNext(arrayList); d.l(); } } @@ -413,7 +413,7 @@ public final class StoreAudioManagerV2 extends StoreV2 { arrayList2.add(audioDevice2.a.ordinal() != 4 ? DiscordAudioManager.AudioDevice.a(audioDevice2, null, false, null, null, 15) : DiscordAudioManager.AudioDevice.a(audioDevice2, null, d2.h, null, null, 13)); } d2.r = arrayList2; - d2.f2165s.j.onNext(arrayList2); + d2.f2166s.j.onNext(arrayList2); d2.l(); } } diff --git a/app/src/main/java/com/discord/stores/StoreAuthentication$authMFA$1.java b/app/src/main/java/com/discord/stores/StoreAuthentication$authMFA$1.java index 47124d0c06..a1c983d5fc 100644 --- a/app/src/main/java/com/discord/stores/StoreAuthentication$authMFA$1.java +++ b/app/src/main/java/com/discord/stores/StoreAuthentication$authMFA$1.java @@ -1,19 +1,19 @@ package com.discord.stores; +import com.discord.analytics.generated.events.network_action.TrackNetworkActionUserLoginMfa; +import com.discord.analytics.generated.traits.TrackNetworkMetadataReceiver; import com.discord.models.domain.auth.ModelLoginResult; -import d0.z.d.m; -import rx.functions.Action1; +import d0.z.d.o; +import kotlin.jvm.functions.Function1; /* compiled from: StoreAuthentication.kt */ -public final class StoreAuthentication$authMFA$1 implements Action1 { - public final /* synthetic */ StoreAuthentication this$0; +public final class StoreAuthentication$authMFA$1 extends o implements Function1 { + public static final StoreAuthentication$authMFA$1 INSTANCE = new StoreAuthentication$authMFA$1(); - public StoreAuthentication$authMFA$1(StoreAuthentication storeAuthentication) { - this.this$0 = storeAuthentication; + public StoreAuthentication$authMFA$1() { + super(1); } - public final void call(ModelLoginResult modelLoginResult) { - StoreAuthentication storeAuthentication = this.this$0; - m.checkNotNullExpressionValue(modelLoginResult, "loginResult"); - StoreAuthentication.access$dispatchLogin(storeAuthentication, modelLoginResult); + public final TrackNetworkMetadataReceiver invoke(ModelLoginResult modelLoginResult) { + return new TrackNetworkActionUserLoginMfa(); } } diff --git a/app/src/main/java/com/discord/stores/StoreAuthentication$authMFA$2.java b/app/src/main/java/com/discord/stores/StoreAuthentication$authMFA$2.java new file mode 100644 index 0000000000..b67282ea97 --- /dev/null +++ b/app/src/main/java/com/discord/stores/StoreAuthentication$authMFA$2.java @@ -0,0 +1,19 @@ +package com.discord.stores; + +import com.discord.models.domain.auth.ModelLoginResult; +import d0.z.d.m; +import rx.functions.Action1; +/* compiled from: StoreAuthentication.kt */ +public final class StoreAuthentication$authMFA$2 implements Action1 { + public final /* synthetic */ StoreAuthentication this$0; + + public StoreAuthentication$authMFA$2(StoreAuthentication storeAuthentication) { + this.this$0 = storeAuthentication; + } + + public final void call(ModelLoginResult modelLoginResult) { + StoreAuthentication storeAuthentication = this.this$0; + m.checkNotNullExpressionValue(modelLoginResult, "loginResult"); + StoreAuthentication.access$dispatchLogin(storeAuthentication, modelLoginResult); + } +} diff --git a/app/src/main/java/com/discord/stores/StoreAuthentication$authorizeIP$1.java b/app/src/main/java/com/discord/stores/StoreAuthentication$authorizeIP$1.java new file mode 100644 index 0000000000..143c16d5cd --- /dev/null +++ b/app/src/main/java/com/discord/stores/StoreAuthentication$authorizeIP$1.java @@ -0,0 +1,18 @@ +package com.discord.stores; + +import com.discord.analytics.generated.events.network_action.TrackNetworkActionAuthorizeIp; +import com.discord.analytics.generated.traits.TrackNetworkMetadataReceiver; +import d0.z.d.o; +import kotlin.jvm.functions.Function1; +/* compiled from: StoreAuthentication.kt */ +public final class StoreAuthentication$authorizeIP$1 extends o implements Function1 { + public static final StoreAuthentication$authorizeIP$1 INSTANCE = new StoreAuthentication$authorizeIP$1(); + + public StoreAuthentication$authorizeIP$1() { + super(1); + } + + public final TrackNetworkMetadataReceiver invoke(Void r1) { + return new TrackNetworkActionAuthorizeIp(); + } +} diff --git a/app/src/main/java/com/discord/stores/StoreAuthentication$login$1$1$invite$1.java b/app/src/main/java/com/discord/stores/StoreAuthentication$login$1$1$invite$1.java new file mode 100644 index 0000000000..1bcf0339d2 --- /dev/null +++ b/app/src/main/java/com/discord/stores/StoreAuthentication$login$1$1$invite$1.java @@ -0,0 +1,12 @@ +package com.discord.stores; + +import com.discord.models.domain.ModelInvite; +import j0.k.b; +/* compiled from: StoreAuthentication.kt */ +public final class StoreAuthentication$login$1$1$invite$1 implements b { + public static final StoreAuthentication$login$1$1$invite$1 INSTANCE = new StoreAuthentication$login$1$1$invite$1(); + + public final Boolean call(ModelInvite modelInvite) { + return Boolean.valueOf(modelInvite != null); + } +} diff --git a/app/src/main/java/com/discord/stores/StoreAuthentication$login$1.java b/app/src/main/java/com/discord/stores/StoreAuthentication$login$1.java index 25545e3055..18e5f43d52 100644 --- a/app/src/main/java/com/discord/stores/StoreAuthentication$login$1.java +++ b/app/src/main/java/com/discord/stores/StoreAuthentication$login$1.java @@ -1,10 +1,19 @@ package com.discord.stores; +import com.discord.analytics.generated.events.network_action.TrackNetworkActionUserLogin; +import com.discord.analytics.generated.traits.TrackNetworkMetadataReceiver; +import com.discord.models.domain.ModelInvite; import com.discord.models.domain.auth.ModelLoginResult; import com.discord.restapi.RestAPIParams; +import com.discord.stores.utilities.RestCallStateKt; import com.discord.utilities.rest.RestAPI; import com.discord.utilities.rx.ObservableExtensionsKt; +import d0.z.d.m; +import d0.z.d.o; import j0.k.b; +import j0.m.a; +import java.util.Objects; +import kotlin.jvm.functions.Function1; import rx.Observable; /* compiled from: StoreAuthentication.kt */ public final class StoreAuthentication$login$1 implements b> { @@ -14,6 +23,25 @@ public final class StoreAuthentication$login$1 implements b { + public static final AnonymousClass1 INSTANCE = new AnonymousClass1(); + + public AnonymousClass1() { + super(1); + } + + public final TrackNetworkMetadataReceiver invoke(ModelLoginResult modelLoginResult) { + Observable x2 = StoreStream.Companion.getInviteSettings().getInvite().x(StoreAuthentication$login$1$1$invite$1.INSTANCE); + m.checkNotNullExpressionValue(x2, "StoreStream\n … .filter { it != null }"); + Observable takeSingleUntilTimeout$default = ObservableExtensionsKt.takeSingleUntilTimeout$default(x2, 250, false, 2, null); + Objects.requireNonNull(takeSingleUntilTimeout$default); + ModelInvite modelInvite = (ModelInvite) new a(takeSingleUntilTimeout$default).a(takeSingleUntilTimeout$default.y()); + return new TrackNetworkActionUserLogin(modelInvite != null ? modelInvite.code : null); + } + } + public StoreAuthentication$login$1(String str, String str2, String str3, boolean z2, String str4) { this.$login = str; this.$password = str2; @@ -23,6 +51,6 @@ public final class StoreAuthentication$login$1 implements b call(String str) { - return ObservableExtensionsKt.restSubscribeOn$default(RestAPI.Companion.getApi().postAuthLogin(new RestAPIParams.AuthLogin(this.$login, this.$password, this.$captchaKey, Boolean.valueOf(this.$undelete), this.$loginSource)), false, 1, null); + return RestCallStateKt.logNetworkAction(ObservableExtensionsKt.restSubscribeOn$default(RestAPI.Companion.getApi().postAuthLogin(new RestAPIParams.AuthLogin(this.$login, this.$password, this.$captchaKey, Boolean.valueOf(this.$undelete), this.$loginSource)), false, 1, null), AnonymousClass1.INSTANCE); } } diff --git a/app/src/main/java/com/discord/stores/StoreAuthentication$register$1.java b/app/src/main/java/com/discord/stores/StoreAuthentication$register$1.java index c245850f72..ea9971f5d5 100644 --- a/app/src/main/java/com/discord/stores/StoreAuthentication$register$1.java +++ b/app/src/main/java/com/discord/stores/StoreAuthentication$register$1.java @@ -1,16 +1,21 @@ package com.discord.stores; +import com.discord.analytics.generated.events.network_action.TrackNetworkActionUserRegister; +import com.discord.analytics.generated.traits.TrackNetworkMetadataReceiver; import com.discord.api.auth.RegisterResponse; import com.discord.restapi.RestAPIParams; import com.discord.stores.StoreAuthentication; import com.discord.stores.StoreInviteSettings; import com.discord.stores.StoreStream; +import com.discord.stores.utilities.RestCallStateKt; import com.discord.utilities.analytics.AnalyticsTracker; import com.discord.utilities.rest.RestAPI; import com.discord.utilities.rx.ObservableExtensionsKt; import d0.z.d.k; import d0.z.d.m; +import d0.z.d.o; import j0.k.b; +import kotlin.jvm.functions.Function1; import kotlin.jvm.functions.Function2; import rx.Observable; import rx.functions.Action1; @@ -46,6 +51,24 @@ public final class StoreAuthentication$register$1 implements b { + public final /* synthetic */ String $inviteCode; + public final /* synthetic */ AnonymousClass2 this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public AnonymousClass1(AnonymousClass2 r1, String str) { + super(1); + this.this$0 = r1; + this.$inviteCode = str; + } + + public final TrackNetworkMetadataReceiver invoke(RegisterResponse registerResponse) { + return new TrackNetworkActionUserRegister(this.$inviteCode, Boolean.valueOf(this.this$0.this$0.$consent), Boolean.FALSE); + } + } + public AnonymousClass2(StoreAuthentication$register$1 storeAuthentication$register$1, String str) { this.this$0 = storeAuthentication$register$1; this.$fingerprint = str; @@ -69,7 +92,7 @@ public final class StoreAuthentication$register$1 implements b implements b z2 = ObservableExtensionsKt.takeSingleUntilTimeout$default(j, 500, false, 2, null).z(new AnonymousClass2(this, str)); - m.checkNotNullExpressionValue(z2, "Observable.combineLatest… )\n }"); + m.checkNotNullExpressionValue(z2, "Observable.combineLatest… }\n }"); return ObservableExtensionsKt.takeSingleUntilTimeout$default(ObservableExtensionsKt.restSubscribeOn$default(z2, false, 1, null), 0, false, 3, null).t(new AnonymousClass3(this)); } } diff --git a/app/src/main/java/com/discord/stores/StoreAuthentication.java b/app/src/main/java/com/discord/stores/StoreAuthentication.java index d5bf609a4f..af3a1b6ff3 100644 --- a/app/src/main/java/com/discord/stores/StoreAuthentication.java +++ b/app/src/main/java/com/discord/stores/StoreAuthentication.java @@ -17,6 +17,7 @@ import com.discord.models.domain.auth.ModelLoginResult; import com.discord.restapi.RestAPIParams; import com.discord.stores.StoreInviteSettings; import com.discord.stores.StoreNavigation; +import com.discord.stores.utilities.RestCallStateKt; import com.discord.utilities.analytics.AnalyticsTracker; import com.discord.utilities.persister.Persister; import com.discord.utilities.rest.RestAPI; @@ -245,14 +246,14 @@ public final class StoreAuthentication extends Store { public final Observable authMFA(String str, String str2) { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_CODE); m.checkNotNullParameter(str2, "ticket"); - Observable t = ObservableExtensionsKt.restSubscribeOn$default(RestAPI.Companion.getApi().postMFACode(new RestAPIParams.MFALogin(str2, str)), false, 1, null).t(new StoreAuthentication$authMFA$1(this)); + Observable t = ObservableExtensionsKt.restSubscribeOn$default(RestCallStateKt.logNetworkAction(RestAPI.Companion.getApi().postMFACode(new RestAPIParams.MFALogin(str2, str)), StoreAuthentication$authMFA$1.INSTANCE), false, 1, null).t(new StoreAuthentication$authMFA$2(this)); m.checkNotNullExpressionValue(t, "RestAPI\n .api\n …in(loginResult)\n }"); return t; } public final Observable authorizeIP(String str) { m.checkNotNullParameter(str, "token"); - return ObservableExtensionsKt.restSubscribeOn$default(RestAPI.Companion.getApi().authorizeIP(new RestAPIParams.AuthorizeIP(str)), false, 1, null); + return RestCallStateKt.logNetworkAction(ObservableExtensionsKt.restSubscribeOn$default(RestAPI.Companion.getApi().authorizeIP(new RestAPIParams.AuthorizeIP(str)), false, 1, null), StoreAuthentication$authorizeIP$1.INSTANCE); } public final Observable forgotPassword(String str, String str2) { diff --git a/app/src/main/java/com/discord/stores/StoreDirectories$fetchDirectoriesForChannel$1$$special$$inlined$sortedByDescending$1.java b/app/src/main/java/com/discord/stores/StoreDirectories$fetchDirectoriesForChannel$1$$special$$inlined$sortedByDescending$1.java new file mode 100644 index 0000000000..7e329ef5b8 --- /dev/null +++ b/app/src/main/java/com/discord/stores/StoreDirectories$fetchDirectoriesForChannel$1$$special$$inlined$sortedByDescending$1.java @@ -0,0 +1,11 @@ +package com.discord.stores; + +import d0.u.a; +import java.util.Comparator; +/* compiled from: Comparisons.kt */ +public final class StoreDirectories$fetchDirectoriesForChannel$1$$special$$inlined$sortedByDescending$1 implements Comparator { + @Override // java.util.Comparator + public final int compare(T t, T t2) { + return a.compareValues(t2.d().a(), t.d().a()); + } +} diff --git a/app/src/main/java/com/discord/stores/StoreDirectories$fetchDirectoriesForChannel$1.java b/app/src/main/java/com/discord/stores/StoreDirectories$fetchDirectoriesForChannel$1.java index b3c06ec377..7caf5cb330 100644 --- a/app/src/main/java/com/discord/stores/StoreDirectories$fetchDirectoriesForChannel$1.java +++ b/app/src/main/java/com/discord/stores/StoreDirectories$fetchDirectoriesForChannel$1.java @@ -1,56 +1,23 @@ package com.discord.stores; import com.discord.api.directory.DirectoryEntry; -import com.discord.stores.utilities.RestCallState; +import d0.t.u; import d0.z.d.m; -import d0.z.d.o; +import j0.k.b; import java.util.List; -import kotlin.Unit; -import kotlin.jvm.functions.Function0; -import kotlin.jvm.functions.Function1; /* compiled from: StoreDirectories.kt */ -public final class StoreDirectories$fetchDirectoriesForChannel$1 extends o implements Function1>, Unit> { - public final /* synthetic */ long $channelId; - public final /* synthetic */ StoreDirectories this$0; - - /* compiled from: StoreDirectories.kt */ - /* renamed from: com.discord.stores.StoreDirectories$fetchDirectoriesForChannel$1$1 reason: invalid class name */ - public static final class AnonymousClass1 extends o implements Function0 { - public final /* synthetic */ RestCallState $entriesResponse; - public final /* synthetic */ StoreDirectories$fetchDirectoriesForChannel$1 this$0; - - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public AnonymousClass1(StoreDirectories$fetchDirectoriesForChannel$1 storeDirectories$fetchDirectoriesForChannel$1, RestCallState restCallState) { - super(0); - this.this$0 = storeDirectories$fetchDirectoriesForChannel$1; - this.$entriesResponse = restCallState; - } - - @Override // kotlin.jvm.functions.Function0 - /* renamed from: invoke */ - public final void mo1invoke() { - StoreDirectories.access$getDirectoriesMap$p(this.this$0.this$0).put(Long.valueOf(this.this$0.$channelId), this.$entriesResponse); - this.this$0.this$0.markChanged(); - } - } - - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public StoreDirectories$fetchDirectoriesForChannel$1(StoreDirectories storeDirectories, long j) { - super(1); - this.this$0 = storeDirectories; - this.$channelId = j; - } +public final class StoreDirectories$fetchDirectoriesForChannel$1 implements b, List> { + public static final StoreDirectories$fetchDirectoriesForChannel$1 INSTANCE = new StoreDirectories$fetchDirectoriesForChannel$1(); /* 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 /* bridge */ /* synthetic */ Unit invoke(RestCallState> restCallState) { - invoke((RestCallState>) restCallState); - return Unit.a; + @Override // j0.k.b + public /* bridge */ /* synthetic */ List call(List list) { + return call((List) list); } - public final void invoke(RestCallState> restCallState) { - m.checkNotNullParameter(restCallState, "entriesResponse"); - StoreDirectories.access$getDispatcher$p(this.this$0).schedule(new AnonymousClass1(this, restCallState)); + public final List call(List list) { + m.checkNotNullExpressionValue(list, "entries"); + return u.sortedWith(list, new StoreDirectories$fetchDirectoriesForChannel$1$$special$$inlined$sortedByDescending$1()); } } diff --git a/app/src/main/java/com/discord/stores/StoreDirectories$fetchDirectoriesForChannel$2.java b/app/src/main/java/com/discord/stores/StoreDirectories$fetchDirectoriesForChannel$2.java new file mode 100644 index 0000000000..04e7dae0e5 --- /dev/null +++ b/app/src/main/java/com/discord/stores/StoreDirectories$fetchDirectoriesForChannel$2.java @@ -0,0 +1,56 @@ +package com.discord.stores; + +import com.discord.api.directory.DirectoryEntry; +import com.discord.stores.utilities.RestCallState; +import d0.z.d.m; +import d0.z.d.o; +import java.util.List; +import kotlin.Unit; +import kotlin.jvm.functions.Function0; +import kotlin.jvm.functions.Function1; +/* compiled from: StoreDirectories.kt */ +public final class StoreDirectories$fetchDirectoriesForChannel$2 extends o implements Function1>, Unit> { + public final /* synthetic */ long $channelId; + public final /* synthetic */ StoreDirectories this$0; + + /* compiled from: StoreDirectories.kt */ + /* renamed from: com.discord.stores.StoreDirectories$fetchDirectoriesForChannel$2$1 reason: invalid class name */ + public static final class AnonymousClass1 extends o implements Function0 { + public final /* synthetic */ RestCallState $entriesResponse; + public final /* synthetic */ StoreDirectories$fetchDirectoriesForChannel$2 this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public AnonymousClass1(StoreDirectories$fetchDirectoriesForChannel$2 storeDirectories$fetchDirectoriesForChannel$2, RestCallState restCallState) { + super(0); + this.this$0 = storeDirectories$fetchDirectoriesForChannel$2; + this.$entriesResponse = restCallState; + } + + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public final void mo1invoke() { + StoreDirectories.access$getDirectoriesMap$p(this.this$0.this$0).put(Long.valueOf(this.this$0.$channelId), this.$entriesResponse); + this.this$0.this$0.markChanged(); + } + } + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public StoreDirectories$fetchDirectoriesForChannel$2(StoreDirectories storeDirectories, long j) { + super(1); + this.this$0 = storeDirectories; + this.$channelId = j; + } + + /* 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 /* bridge */ /* synthetic */ Unit invoke(RestCallState> restCallState) { + invoke((RestCallState>) restCallState); + return Unit.a; + } + + public final void invoke(RestCallState> restCallState) { + m.checkNotNullParameter(restCallState, "entriesResponse"); + StoreDirectories.access$getDispatcher$p(this.this$0).schedule(new AnonymousClass1(this, restCallState)); + } +} diff --git a/app/src/main/java/com/discord/stores/StoreDirectories.java b/app/src/main/java/com/discord/stores/StoreDirectories.java index bf75ea6757..d1ee7e7b4c 100644 --- a/app/src/main/java/com/discord/stores/StoreDirectories.java +++ b/app/src/main/java/com/discord/stores/StoreDirectories.java @@ -108,7 +108,9 @@ public final class StoreDirectories extends StoreV2 { } public final void fetchDirectoriesForChannel(long j) { - RestCallStateKt.executeRequest(this.restApi.getDirectoryEntries(j), new StoreDirectories$fetchDirectoriesForChannel$1(this, j)); + Observable F = this.restApi.getDirectoryEntries(j).F(StoreDirectories$fetchDirectoriesForChannel$1.INSTANCE); + m.checkNotNullExpressionValue(F, "restApi\n .getDire…pproximateMemberCount } }"); + RestCallStateKt.executeRequest(F, new StoreDirectories$fetchDirectoriesForChannel$2(this, j)); } public final void fetchEntryCountsForChannel(long j) { @@ -154,7 +156,7 @@ public final class StoreDirectories extends StoreV2 { } public final void removeServerFromDirectory(long j, long j2) { - RestCallStateKt.executeRequest(RestCallStateKt.logNetworkAction(this.restApi.removeServerFromHub(j, j2), StoreDirectories.class, new StoreDirectories$removeServerFromDirectory$1(j, j2)), new StoreDirectories$removeServerFromDirectory$2(this, j, j2)); + RestCallStateKt.executeRequest(RestCallStateKt.logNetworkAction(this.restApi.removeServerFromHub(j, j2), new StoreDirectories$removeServerFromDirectory$1(j, j2)), new StoreDirectories$removeServerFromDirectory$2(this, j, j2)); } @Override // com.discord.stores.StoreV2 diff --git a/app/src/main/java/com/discord/stores/StoreEmojiCustom.java b/app/src/main/java/com/discord/stores/StoreEmojiCustom.java index 1a6c74aa20..ee6d56545f 100644 --- a/app/src/main/java/com/discord/stores/StoreEmojiCustom.java +++ b/app/src/main/java/com/discord/stores/StoreEmojiCustom.java @@ -33,7 +33,7 @@ public final class StoreEmojiCustom extends StoreV2 { private final Map>> allowedGuildEmojis = new LinkedHashMap(); /* renamed from: me reason: collision with root package name */ - private long f2181me; + private long f2182me; private final StoreStream stream; /* compiled from: StoreEmojiCustom.kt */ @@ -125,7 +125,7 @@ public final class StoreEmojiCustom extends StoreV2 { @StoreThread public final void handleConnectionOpen(ModelPayload modelPayload) { m.checkNotNullParameter(modelPayload, "payload"); - this.f2181me = modelPayload.getMe().i(); + this.f2182me = modelPayload.getMe().i(); for (Guild guild : modelPayload.getGuilds()) { m.checkNotNullExpressionValue(guild, "guild"); handleGuildAdd(guild); @@ -143,7 +143,7 @@ public final class StoreEmojiCustom extends StoreV2 { for (GuildEmoji guildEmoji : a) { arrayList.add(new ModelEmojiCustom(guildEmoji, c2)); } - if (!(map == null || (guildMember = map.get(Long.valueOf(this.f2181me))) == null)) { + if (!(map == null || (guildMember = map.get(Long.valueOf(this.f2182me))) == null)) { updateGlobalEmojis(c2, arrayList); updateAllowedGuildEmojis(c2, guildMember.getRoles(), arrayList); } @@ -166,7 +166,7 @@ public final class StoreEmojiCustom extends StoreV2 { break; } obj = it.next(); - if (((com.discord.api.guildmember.GuildMember) obj).j().i() == this.f2181me) { + if (((com.discord.api.guildmember.GuildMember) obj).j().i() == this.f2182me) { z2 = true; continue; } else { @@ -200,7 +200,7 @@ public final class StoreEmojiCustom extends StoreV2 { public final void handleGuildMemberAdd(com.discord.api.guildmember.GuildMember guildMember) { Collection values; m.checkNotNullParameter(guildMember, "member"); - if (guildMember.j().i() == this.f2181me) { + if (guildMember.j().i() == this.f2182me) { long c2 = guildMember.c(); Map map = this.allGuildEmoji.get(Long.valueOf(c2)); if (map != null && (values = map.values()) != null) { diff --git a/app/src/main/java/com/discord/stores/StoreGuildScheduledEvents.java b/app/src/main/java/com/discord/stores/StoreGuildScheduledEvents.java index 53c01360d3..5e3787429a 100644 --- a/app/src/main/java/com/discord/stores/StoreGuildScheduledEvents.java +++ b/app/src/main/java/com/discord/stores/StoreGuildScheduledEvents.java @@ -3,6 +3,7 @@ package com.discord.stores; import android.content.Context; import com.discord.api.guild.Guild; import com.discord.api.guildscheduledevent.GuildScheduledEvent; +import com.discord.api.guildscheduledevent.GuildScheduledEventStatus; import com.discord.api.guildscheduledevent.GuildScheduledEventUserUpdate; import com.discord.api.permission.Permission; import com.discord.models.domain.ModelPayload; @@ -380,6 +381,8 @@ public final class StoreGuildScheduledEvents extends StoreV2 { return (GuildScheduledEvent) obj2; } + /* JADX WARNING: Removed duplicated region for block: B:19:0x005d A[SYNTHETIC] */ + /* JADX WARNING: Removed duplicated region for block: B:21:0x001d A[SYNTHETIC] */ public final List getGuildScheduledEvents(long j, boolean z2) { Map permissionsByChannel = this.permissionsStore.getPermissionsByChannel(); List list = (List) this.guildScheduledEventsSnapshot.get(Long.valueOf(j)); @@ -389,13 +392,22 @@ public final class StoreGuildScheduledEvents extends StoreV2 { ArrayList arrayList = new ArrayList(); for (Object obj : list) { GuildScheduledEvent guildScheduledEvent = (GuildScheduledEvent) obj; - boolean z3 = true; - if (z2 && guildScheduledEvent.b() != null) { - Long l = permissionsByChannel.get(guildScheduledEvent.b()); - z3 = l != null ? PermissionUtils.can(Permission.VIEW_CHANNEL, Long.valueOf(l.longValue())) : false; + boolean z3 = false; + if (z2) { + if (guildScheduledEvent.k() != GuildScheduledEventStatus.COMPLETED) { + if (guildScheduledEvent.b() != null) { + Long l = permissionsByChannel.get(guildScheduledEvent.b()); + if (l != null) { + z3 = PermissionUtils.can(Permission.VIEW_CHANNEL, Long.valueOf(l.longValue())); + } + } + } + if (!z3) { + arrayList.add(obj); + } } - if (z3) { - arrayList.add(obj); + z3 = true; + if (!z3) { } } return arrayList; diff --git a/app/src/main/java/com/discord/stores/StoreGuildStickers.java b/app/src/main/java/com/discord/stores/StoreGuildStickers.java index 9bc49e4d81..fa02f71126 100644 --- a/app/src/main/java/com/discord/stores/StoreGuildStickers.java +++ b/app/src/main/java/com/discord/stores/StoreGuildStickers.java @@ -34,7 +34,7 @@ public final class StoreGuildStickers extends StoreV2 { private final Dispatcher dispatcher; /* renamed from: me reason: collision with root package name */ - private long f2182me; + private long f2183me; private final ObservationDeck observationDeck; private final Function1, Unit> onStickersDeleted; @@ -131,7 +131,7 @@ public final class StoreGuildStickers extends StoreV2 { @StoreThread public final void handleConnectionOpen(ModelPayload modelPayload) { m.checkNotNullParameter(modelPayload, "payload"); - this.f2182me = modelPayload.getMe().i(); + this.f2183me = modelPayload.getMe().i(); for (Guild guild : modelPayload.getGuilds()) { m.checkNotNullExpressionValue(guild, "guild"); handleGuildCreateOrUpdate(guild); @@ -161,7 +161,7 @@ public final class StoreGuildStickers extends StoreV2 { break; } obj = it.next(); - if (((GuildMember) obj).j().i() == this.f2182me) { + if (((GuildMember) obj).j().i() == this.f2183me) { z2 = true; continue; } else { diff --git a/app/src/main/java/com/discord/stores/StoreGuildsSorted.java b/app/src/main/java/com/discord/stores/StoreGuildsSorted.java index 25dba1e8ba..f12e92dbfb 100644 --- a/app/src/main/java/com/discord/stores/StoreGuildsSorted.java +++ b/app/src/main/java/com/discord/stores/StoreGuildsSorted.java @@ -43,14 +43,14 @@ public final class StoreGuildsSorted extends StoreV2 { private final List guilds; /* renamed from: id reason: collision with root package name */ - private final long f2183id; + private final long f2184id; private final String name; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public Folder(long j, List list, Integer num, String str) { super(null); m.checkNotNullParameter(list, "guilds"); - this.f2183id = j; + this.f2184id = j; this.guilds = list; this.color = num; this.name = str; @@ -60,7 +60,7 @@ public final class StoreGuildsSorted extends StoreV2 { /* JADX WARN: Multi-variable type inference failed */ public static /* synthetic */ Folder copy$default(Folder folder, long j, List list, Integer num, String str, int i, Object obj) { if ((i & 1) != 0) { - j = folder.f2183id; + j = folder.f2184id; } if ((i & 2) != 0) { list = folder.guilds; @@ -76,7 +76,7 @@ public final class StoreGuildsSorted extends StoreV2 { @Override // com.discord.stores.StoreGuildsSorted.Entry public ModelGuildFolder asModelGuildFolder() { - Long valueOf = Long.valueOf(this.f2183id); + Long valueOf = Long.valueOf(this.f2184id); List list = this.guilds; ArrayList arrayList = new ArrayList(o.collectionSizeOrDefault(list, 10)); for (Guild guild : list) { @@ -86,7 +86,7 @@ public final class StoreGuildsSorted extends StoreV2 { } public final long component1() { - return this.f2183id; + return this.f2184id; } public final List component2() { @@ -114,7 +114,7 @@ public final class StoreGuildsSorted extends StoreV2 { return false; } Folder folder = (Folder) obj; - return this.f2183id == folder.f2183id && m.areEqual(this.guilds, folder.guilds) && m.areEqual(this.color, folder.color) && m.areEqual(this.name, folder.name); + return this.f2184id == folder.f2184id && m.areEqual(this.guilds, folder.guilds) && m.areEqual(this.color, folder.color) && m.areEqual(this.name, folder.name); } public final Integer getColor() { @@ -126,7 +126,7 @@ public final class StoreGuildsSorted extends StoreV2 { } public final long getId() { - return this.f2183id; + return this.f2184id; } public final String getName() { @@ -134,7 +134,7 @@ public final class StoreGuildsSorted extends StoreV2 { } public int hashCode() { - int a = b.a(this.f2183id) * 31; + int a = b.a(this.f2184id) * 31; List list = this.guilds; int i = 0; int hashCode = (a + (list != null ? list.hashCode() : 0)) * 31; @@ -149,7 +149,7 @@ public final class StoreGuildsSorted extends StoreV2 { public String toString() { StringBuilder P = a.P("Folder(id="); - P.append(this.f2183id); + P.append(this.f2184id); P.append(", guilds="); P.append(this.guilds); P.append(", color="); diff --git a/app/src/main/java/com/discord/stores/StoreInstantInvites$onInviteRemoved$1.java b/app/src/main/java/com/discord/stores/StoreInstantInvites$onInviteRemoved$1.java index 48d15d2db0..25430b41da 100644 --- a/app/src/main/java/com/discord/stores/StoreInstantInvites$onInviteRemoved$1.java +++ b/app/src/main/java/com/discord/stores/StoreInstantInvites$onInviteRemoved$1.java @@ -24,8 +24,8 @@ public final class StoreInstantInvites$onInviteRemoved$1 extends o implements Fu Map map; Guild guild = this.$invite.getGuild(); Long valueOf = guild != null ? Long.valueOf(guild.p()) : null; - String code = this.$invite.getCode(); - if (valueOf != null && (map = (Map) StoreInstantInvites.access$getInvites$p(this.this$0).get(valueOf)) != null && ((ModelInvite) map.remove(code)) != null) { + String str = this.$invite.code; + if (valueOf != null && (map = (Map) StoreInstantInvites.access$getInvites$p(this.this$0).get(valueOf)) != null && ((ModelInvite) map.remove(str)) != null) { this.this$0.markChanged(); } } diff --git a/app/src/main/java/com/discord/stores/StoreInstantInvites.java b/app/src/main/java/com/discord/stores/StoreInstantInvites.java index fbb128530a..8d1cc4c156 100644 --- a/app/src/main/java/com/discord/stores/StoreInstantInvites.java +++ b/app/src/main/java/com/discord/stores/StoreInstantInvites.java @@ -211,9 +211,9 @@ public final class StoreInstantInvites extends StoreV2 { if (map == null) { map = new LinkedHashMap<>(); } - String code = modelInvite.getCode(); - m.checkNotNullExpressionValue(code, "invite.code"); - map.put(code, modelInvite); + String str = modelInvite.code; + m.checkNotNullExpressionValue(str, "invite.code"); + map.put(str, modelInvite); this.invites.put(valueOf, map); } } diff --git a/app/src/main/java/com/discord/stores/StoreNavigation$ActivityNavigationLifecycleCallbacks$nuxStateNavHandler$1.java b/app/src/main/java/com/discord/stores/StoreNavigation$ActivityNavigationLifecycleCallbacks$nuxStateNavHandler$1.java index 71402f3219..8a79b381a1 100644 --- a/app/src/main/java/com/discord/stores/StoreNavigation$ActivityNavigationLifecycleCallbacks$nuxStateNavHandler$1.java +++ b/app/src/main/java/com/discord/stores/StoreNavigation$ActivityNavigationLifecycleCallbacks$nuxStateNavHandler$1.java @@ -1,14 +1,20 @@ package com.discord.stores; import androidx.appcompat.widget.ActivityChooserModel; +import c.a.d.j; import com.discord.app.AppActivity; import com.discord.models.experiments.domain.Experiment; import com.discord.stores.StoreNavigation; import com.discord.stores.StoreNux; +import com.discord.utilities.features.GrowthTeamFeatures; import com.discord.widgets.contact_sync.ContactSyncAnalytics; import com.discord.widgets.contact_sync.ContactSyncMode; import com.discord.widgets.contact_sync.WidgetContactSync; import com.discord.widgets.guilds.create.CreateGuildTrigger; +import com.discord.widgets.home.WidgetHome; +import com.discord.widgets.hubs.HubEmailArgs; +import com.discord.widgets.hubs.HubEmailEntryPoint; +import com.discord.widgets.hubs.WidgetHubEmailFlow; import com.discord.widgets.nux.WidgetGuildTemplates; import d0.t.g0; import d0.z.d.a0; @@ -57,7 +63,17 @@ public final class StoreNavigation$ActivityNavigationLifecycleCallbacks$nuxState return false; } if (!z2 || modelGlobalNavigation.getNuxState().getContactSyncCompleted()) { - if (!appActivity.h(a0.getOrCreateKotlinClass(WidgetGuildTemplates.class))) { + StoreNotices notices$app_productionCanaryRelease = StoreNavigation.ActivityNavigationLifecycleCallbacks.access$getStream$p(this.this$0).getNotices$app_productionCanaryRelease(); + WidgetHubEmailFlow.Companion companion = WidgetHubEmailFlow.Companion; + String name = companion.getNAME(); + m.checkNotNullExpressionValue(name, "WidgetHubEmailFlow.NAME"); + if (!notices$app_productionCanaryRelease.hasBeenSeen(name) && !appActivity.h(a0.getOrCreateKotlinClass(WidgetHubEmailFlow.class)) && GrowthTeamFeatures.INSTANCE.isHubOnboardingEnabled()) { + StoreNotices notices$app_productionCanaryRelease2 = StoreNavigation.ActivityNavigationLifecycleCallbacks.access$getStream$p(this.this$0).getNotices$app_productionCanaryRelease(); + String name2 = companion.getNAME(); + m.checkNotNullExpressionValue(name2, "WidgetHubEmailFlow.NAME"); + StoreNotices.markSeen$default(notices$app_productionCanaryRelease2, name2, 0, 2, null); + j.d(appActivity, WidgetHubEmailFlow.class, new HubEmailArgs(null, 0, HubEmailEntryPoint.Onboarding, 3, null)); + } else if (!appActivity.h(a0.getOrCreateKotlinClass(WidgetGuildTemplates.class)) && appActivity.h(a0.getOrCreateKotlinClass(WidgetHome.class))) { WidgetGuildTemplates.Companion.launch(appActivity, CreateGuildTrigger.NUF, true); StoreNavigation.ActivityNavigationLifecycleCallbacks.access$getStream$p(this.this$0).getNux$app_productionCanaryRelease().updateNux(AnonymousClass1.INSTANCE); } diff --git a/app/src/main/java/com/discord/stores/StoreNotices.java b/app/src/main/java/com/discord/stores/StoreNotices.java index 50b610db43..d4ccbb2b53 100644 --- a/app/src/main/java/com/discord/stores/StoreNotices.java +++ b/app/src/main/java/com/discord/stores/StoreNotices.java @@ -419,6 +419,11 @@ public final class StoreNotices extends Store { return this.stream; } + public final synchronized boolean hasBeenSeen(String str) { + m.checkNotNullParameter(str, "noticeName"); + return this.noticesSeenCache.get().get(str) != null; + } + @Override // com.discord.stores.Store public void init(Context context) { m.checkNotNullParameter(context, "context"); diff --git a/app/src/main/java/com/discord/stores/StoreSearch.java b/app/src/main/java/com/discord/stores/StoreSearch.java index 1dbb00e5f9..7c681dcadd 100644 --- a/app/src/main/java/com/discord/stores/StoreSearch.java +++ b/app/src/main/java/com/discord/stores/StoreSearch.java @@ -47,7 +47,7 @@ public final class StoreSearch { public static final class SearchTarget { /* renamed from: id reason: collision with root package name */ - private final long f2184id; + private final long f2185id; private final Type type; /* compiled from: StoreSearch.kt */ @@ -59,7 +59,7 @@ public final class StoreSearch { public SearchTarget(Type type, long j) { m.checkNotNullParameter(type, "type"); this.type = type; - this.f2184id = j; + this.f2185id = j; } public static /* synthetic */ SearchTarget copy$default(SearchTarget searchTarget, Type type, long j, int i, Object obj) { @@ -67,7 +67,7 @@ public final class StoreSearch { type = searchTarget.type; } if ((i & 2) != 0) { - j = searchTarget.f2184id; + j = searchTarget.f2185id; } return searchTarget.copy(type, j); } @@ -77,7 +77,7 @@ public final class StoreSearch { } public final long component2() { - return this.f2184id; + return this.f2185id; } public final SearchTarget copy(Type type, long j) { @@ -93,11 +93,11 @@ public final class StoreSearch { return false; } SearchTarget searchTarget = (SearchTarget) obj; - return m.areEqual(this.type, searchTarget.type) && this.f2184id == searchTarget.f2184id; + return m.areEqual(this.type, searchTarget.type) && this.f2185id == searchTarget.f2185id; } public final long getId() { - return this.f2184id; + return this.f2185id; } public final Type getType() { @@ -106,14 +106,14 @@ public final class StoreSearch { public int hashCode() { Type type = this.type; - return b.a(this.f2184id) + ((type != null ? type.hashCode() : 0) * 31); + return b.a(this.f2185id) + ((type != null ? type.hashCode() : 0) * 31); } public String toString() { StringBuilder P = a.P("SearchTarget(type="); P.append(this.type); P.append(", id="); - return a.A(P, this.f2184id, ")"); + return a.A(P, this.f2185id, ")"); } } diff --git a/app/src/main/java/com/discord/stores/StoreStreamRtcConnection.java b/app/src/main/java/com/discord/stores/StoreStreamRtcConnection.java index 88937ae950..64b00c2fbf 100644 --- a/app/src/main/java/com/discord/stores/StoreStreamRtcConnection.java +++ b/app/src/main/java/com/discord/stores/StoreStreamRtcConnection.java @@ -383,7 +383,7 @@ public final class StoreStreamRtcConnection extends StoreV2 implements DebugPrin destroyRtcConnection(); RtcConnection.Metadata rtcConnectionMetadata = this.storeRtcConnection.getRtcConnectionMetadata(); String str4 = null; - Long l2 = rtcConnectionMetadata != null ? rtcConnectionMetadata.f2162c : null; + Long l2 = rtcConnectionMetadata != null ? rtcConnectionMetadata.f2163c : null; if (l2 != null && l2.longValue() == j2) { str4 = rtcConnectionMetadata.b; } diff --git a/app/src/main/java/com/discord/stores/StoreUser.java b/app/src/main/java/com/discord/stores/StoreUser.java index f60cf29530..aa20792aa2 100644 --- a/app/src/main/java/com/discord/stores/StoreUser.java +++ b/app/src/main/java/com/discord/stores/StoreUser.java @@ -54,7 +54,7 @@ public final class StoreUser extends StoreV2 { private final Dispatcher dispatcher; /* renamed from: me reason: collision with root package name */ - private MeUser f2185me; + private MeUser f2186me; private final Persister meCache; private MeUser meSnapshot; private final Function1 notifyUserUpdated; @@ -93,7 +93,7 @@ public final class StoreUser extends StoreV2 { this.observationDeck = observationDeck; this.meCache = persister; MeUser meUser = EMPTY_ME_USER; - this.f2185me = meUser; + this.f2186me = meUser; this.users = new SnowflakePartitionMap.CopiablePartitionMap<>(0, 1, null); this.meSnapshot = meUser; this.usersSnapshot = h0.emptyMap(); @@ -118,7 +118,7 @@ public final class StoreUser extends StoreV2 { } public static final /* synthetic */ MeUser access$getMe$p(StoreUser storeUser) { - return storeUser.f2185me; + return storeUser.f2186me; } public static final /* synthetic */ ObservationDeck.UpdateSource access$getMeUpdate$cp() { @@ -134,7 +134,7 @@ public final class StoreUser extends StoreV2 { } public static final /* synthetic */ void access$setMe$p(StoreUser storeUser, MeUser meUser) { - storeUser.f2185me = meUser; + storeUser.f2186me = meUser; } @StoreThread @@ -176,7 +176,7 @@ public final class StoreUser extends StoreV2 { @StoreThread public final MeUser getMeInternal$app_productionCanaryRelease() { - return this.f2185me; + return this.f2186me; } /* JADX DEBUG: Type inference failed for r0v0. Raw type applied. Possible types: java.util.Map, java.util.Map */ @@ -213,7 +213,7 @@ public final class StoreUser extends StoreV2 { public final void handleAuthToken(String str) { if (str == null) { markChanged(MeUpdate); - this.f2185me = EMPTY_ME_USER; + this.f2186me = EMPTY_ME_USER; } } @@ -235,7 +235,7 @@ public final class StoreUser extends StoreV2 { User me2 = modelPayload.getMe(); m.checkNotNullExpressionValue(me2, "payload.me"); MeUser meUser = new MeUser(me2); - this.f2185me = meUser; + this.f2186me = meUser; this.users.put(Long.valueOf(meUser.getId()), meUser); for (Channel channel : modelPayload.getPrivateChannels()) { m.checkNotNullExpressionValue(channel, "channel"); @@ -321,7 +321,7 @@ public final class StoreUser extends StoreV2 { } Long l = message.l(); if (((l != null ? l.longValue() : 0) & 16) != 0) { - this.f2185me = MeUser.copy$default(this.f2185me, 0, null, null, null, false, false, 0, null, null, false, false, null, this.f2185me.getFlags() | 8192, 0, null, null, null, null, 258047, null); + this.f2186me = MeUser.copy$default(this.f2186me, 0, null, null, null, false, false, 0, null, null, false, false, null, this.f2186me.getFlags() | 8192, 0, null, null, null, null, 258047, null); markChanged(MeUpdate); } } @@ -402,8 +402,8 @@ public final class StoreUser extends StoreV2 { public final void handleUserUpdated(User user) { m.checkNotNullParameter(user, "user"); updateUser(user); - if (this.f2185me.getId() == user.i()) { - this.f2185me = MeUser.Companion.merge(this.f2185me, user); + if (this.f2186me.getId() == user.i()) { + this.f2186me = MeUser.Companion.merge(this.f2186me, user); markChanged(MeUpdate); } } @@ -412,7 +412,7 @@ public final class StoreUser extends StoreV2 { public void init(Context context) { m.checkNotNullParameter(context, "context"); super.init(context); - this.f2185me = this.meCache.get(); + this.f2186me = this.meCache.get(); markChanged(MeUpdate); } @@ -468,7 +468,7 @@ public final class StoreUser extends StoreV2 { this.usersSnapshot = this.users.fastCopy(); } if (getUpdateSources().contains(MeUpdate)) { - MeUser meUser = this.f2185me; + MeUser meUser = this.f2186me; this.meSnapshot = meUser; Persister.set$default(this.meCache, meUser, false, 2, null); } diff --git a/app/src/main/java/com/discord/stores/StoreUserConnections$deleteUserConnection$1.java b/app/src/main/java/com/discord/stores/StoreUserConnections$deleteUserConnection$1.java index d60da007f1..c2f5704ec4 100644 --- a/app/src/main/java/com/discord/stores/StoreUserConnections$deleteUserConnection$1.java +++ b/app/src/main/java/com/discord/stores/StoreUserConnections$deleteUserConnection$1.java @@ -1,27 +1,18 @@ package com.discord.stores; +import com.discord.analytics.generated.events.network_action.TrackNetworkActionUserConnectionsUpdate; +import com.discord.analytics.generated.traits.TrackNetworkMetadataReceiver; import d0.z.d.o; -import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreUserConnections.kt */ -public final class StoreUserConnections$deleteUserConnection$1 extends o implements Function1 { - public final /* synthetic */ StoreUserConnections this$0; +public final class StoreUserConnections$deleteUserConnection$1 extends o implements Function1 { + public static final StoreUserConnections$deleteUserConnection$1 INSTANCE = new StoreUserConnections$deleteUserConnection$1(); - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public StoreUserConnections$deleteUserConnection$1(StoreUserConnections storeUserConnections) { + public StoreUserConnections$deleteUserConnection$1() { super(1); - this.this$0 = storeUserConnections; } - /* 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 /* bridge */ /* synthetic */ Unit invoke(Void r1) { - invoke(r1); - return Unit.a; - } - - public final void invoke(Void r1) { - this.this$0.fetchConnectedAccounts(); + public final TrackNetworkMetadataReceiver invoke(Void r3) { + return new TrackNetworkActionUserConnectionsUpdate(null, null, 3); } } diff --git a/app/src/main/java/com/discord/stores/StoreUserConnections$deleteUserConnection$2.java b/app/src/main/java/com/discord/stores/StoreUserConnections$deleteUserConnection$2.java new file mode 100644 index 0000000000..f7f5739f88 --- /dev/null +++ b/app/src/main/java/com/discord/stores/StoreUserConnections$deleteUserConnection$2.java @@ -0,0 +1,27 @@ +package com.discord.stores; + +import d0.z.d.o; +import kotlin.Unit; +import kotlin.jvm.functions.Function1; +/* compiled from: StoreUserConnections.kt */ +public final class StoreUserConnections$deleteUserConnection$2 extends o implements Function1 { + public final /* synthetic */ StoreUserConnections this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public StoreUserConnections$deleteUserConnection$2(StoreUserConnections storeUserConnections) { + super(1); + this.this$0 = storeUserConnections; + } + + /* 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 /* bridge */ /* synthetic */ Unit invoke(Void r1) { + invoke(r1); + return Unit.a; + } + + public final void invoke(Void r1) { + this.this$0.fetchConnectedAccounts(); + } +} diff --git a/app/src/main/java/com/discord/stores/StoreUserConnections$updateUserConnection$1.java b/app/src/main/java/com/discord/stores/StoreUserConnections$updateUserConnection$1.java index df73489099..a4c09688a8 100644 --- a/app/src/main/java/com/discord/stores/StoreUserConnections$updateUserConnection$1.java +++ b/app/src/main/java/com/discord/stores/StoreUserConnections$updateUserConnection$1.java @@ -1,30 +1,23 @@ package com.discord.stores; +import com.discord.analytics.generated.events.network_action.TrackNetworkActionUserConnectionsUpdate; +import com.discord.analytics.generated.traits.TrackNetworkMetadataReceiver; import com.discord.models.domain.ModelConnectedAccount; -import d0.z.d.m; import d0.z.d.o; -import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreUserConnections.kt */ -public final class StoreUserConnections$updateUserConnection$1 extends o implements Function1 { - public final /* synthetic */ StoreUserConnections this$0; +public final class StoreUserConnections$updateUserConnection$1 extends o implements Function1 { + public final /* synthetic */ ModelConnectedAccount $connectedAccount; + public final /* synthetic */ boolean $syncFriends; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public StoreUserConnections$updateUserConnection$1(StoreUserConnections storeUserConnections) { + public StoreUserConnections$updateUserConnection$1(ModelConnectedAccount modelConnectedAccount, boolean z2) { super(1); - this.this$0 = storeUserConnections; + this.$connectedAccount = modelConnectedAccount; + this.$syncFriends = z2; } - /* 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 /* bridge */ /* synthetic */ Unit invoke(ModelConnectedAccount modelConnectedAccount) { - invoke(modelConnectedAccount); - return Unit.a; - } - - public final void invoke(ModelConnectedAccount modelConnectedAccount) { - m.checkNotNullParameter(modelConnectedAccount, "it"); - this.this$0.fetchConnectedAccounts(); + public final TrackNetworkMetadataReceiver invoke(ModelConnectedAccount modelConnectedAccount) { + return new TrackNetworkActionUserConnectionsUpdate(this.$connectedAccount.getUsername(), Boolean.valueOf(this.$syncFriends)); } } diff --git a/app/src/main/java/com/discord/stores/StoreUserConnections$updateUserConnection$2.java b/app/src/main/java/com/discord/stores/StoreUserConnections$updateUserConnection$2.java new file mode 100644 index 0000000000..761429fffc --- /dev/null +++ b/app/src/main/java/com/discord/stores/StoreUserConnections$updateUserConnection$2.java @@ -0,0 +1,30 @@ +package com.discord.stores; + +import com.discord.models.domain.ModelConnectedAccount; +import d0.z.d.m; +import d0.z.d.o; +import kotlin.Unit; +import kotlin.jvm.functions.Function1; +/* compiled from: StoreUserConnections.kt */ +public final class StoreUserConnections$updateUserConnection$2 extends o implements Function1 { + public final /* synthetic */ StoreUserConnections this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public StoreUserConnections$updateUserConnection$2(StoreUserConnections storeUserConnections) { + super(1); + this.this$0 = storeUserConnections; + } + + /* 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 /* bridge */ /* synthetic */ Unit invoke(ModelConnectedAccount modelConnectedAccount) { + invoke(modelConnectedAccount); + return Unit.a; + } + + public final void invoke(ModelConnectedAccount modelConnectedAccount) { + m.checkNotNullParameter(modelConnectedAccount, "it"); + this.this$0.fetchConnectedAccounts(); + } +} diff --git a/app/src/main/java/com/discord/stores/StoreUserConnections.java b/app/src/main/java/com/discord/stores/StoreUserConnections.java index ad05ecf95f..c9f30319b5 100644 --- a/app/src/main/java/com/discord/stores/StoreUserConnections.java +++ b/app/src/main/java/com/discord/stores/StoreUserConnections.java @@ -6,6 +6,7 @@ import com.discord.models.domain.ModelPayload; import com.discord.restapi.RestAPIParams; import com.discord.stores.updates.ObservationDeck; import com.discord.stores.updates.ObservationDeckProvider; +import com.discord.stores.utilities.RestCallStateKt; import com.discord.utilities.rest.RestAPI; import com.discord.utilities.rx.ObservableExtensionsKt; import d0.z.d.m; @@ -56,7 +57,7 @@ public final class StoreUserConnections extends StoreV2 { public final void deleteUserConnection(String str, String str2) { m.checkNotNullParameter(str, "platformName"); m.checkNotNullParameter(str2, "connectionId"); - ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.restSubscribeOn$default(RestAPI.Companion.getApi().deleteConnection(str, str2), false, 1, null), StoreUserConnections.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new StoreUserConnections$deleteUserConnection$1(this), 62, (Object) null); + ObservableExtensionsKt.appSubscribe$default(RestCallStateKt.logNetworkAction(ObservableExtensionsKt.restSubscribeOn$default(RestAPI.Companion.getApi().deleteConnection(str, str2), false, 1, null), StoreUserConnections$deleteUserConnection$1.INSTANCE), StoreUserConnections.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new StoreUserConnections$deleteUserConnection$2(this), 62, (Object) null); } public final void fetchConnectedAccounts() { @@ -115,6 +116,6 @@ public final class StoreUserConnections extends StoreV2 { m.checkNotNullExpressionValue(type, "connectedAccount.type"); String id2 = modelConnectedAccount.getId(); m.checkNotNullExpressionValue(id2, "connectedAccount.id"); - ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.restSubscribeOn$default(api.updateConnection(type, id2, RestAPIParams.ConnectedAccount.Companion.create(modelConnectedAccount, z2, z3, z4 ? 1 : 0)), false, 1, null), StoreUserConnections.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new StoreUserConnections$updateUserConnection$1(this), 62, (Object) null); + ObservableExtensionsKt.appSubscribe$default(RestCallStateKt.logNetworkAction(ObservableExtensionsKt.restSubscribeOn$default(api.updateConnection(type, id2, RestAPIParams.ConnectedAccount.Companion.create(modelConnectedAccount, z2, z3, z4 ? 1 : 0)), false, 1, null), new StoreUserConnections$updateUserConnection$1(modelConnectedAccount, z2)), StoreUserConnections.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new StoreUserConnections$updateUserConnection$2(this), 62, (Object) null); } } diff --git a/app/src/main/java/com/discord/stores/StoreUserSurvey$fetchUserSurvey$1.java b/app/src/main/java/com/discord/stores/StoreUserSurvey$fetchUserSurvey$1.java index 7864de7b2f..a112c0f0b6 100644 --- a/app/src/main/java/com/discord/stores/StoreUserSurvey$fetchUserSurvey$1.java +++ b/app/src/main/java/com/discord/stores/StoreUserSurvey$fetchUserSurvey$1.java @@ -1,51 +1,21 @@ package com.discord.stores; +import com.discord.analytics.generated.events.network_action.TrackNetworkActionUserSurveyFetch; +import com.discord.analytics.generated.traits.TrackNetworkMetadataReceiver; +import com.discord.api.user.UserSurvey; import com.discord.api.user.UserSurveyFetchResponse; -import d0.z.d.m; import d0.z.d.o; -import kotlin.Unit; -import kotlin.jvm.functions.Function0; import kotlin.jvm.functions.Function1; /* compiled from: StoreUserSurvey.kt */ -public final class StoreUserSurvey$fetchUserSurvey$1 extends o implements Function1 { - public final /* synthetic */ StoreUserSurvey this$0; +public final class StoreUserSurvey$fetchUserSurvey$1 extends o implements Function1 { + public static final StoreUserSurvey$fetchUserSurvey$1 INSTANCE = new StoreUserSurvey$fetchUserSurvey$1(); - /* compiled from: StoreUserSurvey.kt */ - /* renamed from: com.discord.stores.StoreUserSurvey$fetchUserSurvey$1$1 reason: invalid class name */ - public static final class AnonymousClass1 extends o implements Function0 { - public final /* synthetic */ UserSurveyFetchResponse $res; - public final /* synthetic */ StoreUserSurvey$fetchUserSurvey$1 this$0; - - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public AnonymousClass1(StoreUserSurvey$fetchUserSurvey$1 storeUserSurvey$fetchUserSurvey$1, UserSurveyFetchResponse userSurveyFetchResponse) { - super(0); - this.this$0 = storeUserSurvey$fetchUserSurvey$1; - this.$res = userSurveyFetchResponse; - } - - @Override // kotlin.jvm.functions.Function0 - /* renamed from: invoke */ - public final void mo1invoke() { - StoreUserSurvey.access$handleUserSurveyFetchSuccess(this.this$0.this$0, this.$res); - } - } - - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public StoreUserSurvey$fetchUserSurvey$1(StoreUserSurvey storeUserSurvey) { + public StoreUserSurvey$fetchUserSurvey$1() { super(1); - this.this$0 = storeUserSurvey; } - /* 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 /* bridge */ /* synthetic */ Unit invoke(UserSurveyFetchResponse userSurveyFetchResponse) { - invoke(userSurveyFetchResponse); - return Unit.a; - } - - public final void invoke(UserSurveyFetchResponse userSurveyFetchResponse) { - m.checkNotNullParameter(userSurveyFetchResponse, "res"); - StoreUserSurvey.access$getDispatcher$p(this.this$0).schedule(new AnonymousClass1(this, userSurveyFetchResponse)); + public final TrackNetworkMetadataReceiver invoke(UserSurveyFetchResponse userSurveyFetchResponse) { + UserSurvey a; + return new TrackNetworkActionUserSurveyFetch((userSurveyFetchResponse == null || (a = userSurveyFetchResponse.a()) == null) ? null : a.d()); } } diff --git a/app/src/main/java/com/discord/stores/StoreUserSurvey$fetchUserSurvey$2.java b/app/src/main/java/com/discord/stores/StoreUserSurvey$fetchUserSurvey$2.java new file mode 100644 index 0000000000..cf49556626 --- /dev/null +++ b/app/src/main/java/com/discord/stores/StoreUserSurvey$fetchUserSurvey$2.java @@ -0,0 +1,51 @@ +package com.discord.stores; + +import com.discord.api.user.UserSurveyFetchResponse; +import d0.z.d.m; +import d0.z.d.o; +import kotlin.Unit; +import kotlin.jvm.functions.Function0; +import kotlin.jvm.functions.Function1; +/* compiled from: StoreUserSurvey.kt */ +public final class StoreUserSurvey$fetchUserSurvey$2 extends o implements Function1 { + public final /* synthetic */ StoreUserSurvey this$0; + + /* compiled from: StoreUserSurvey.kt */ + /* renamed from: com.discord.stores.StoreUserSurvey$fetchUserSurvey$2$1 reason: invalid class name */ + public static final class AnonymousClass1 extends o implements Function0 { + public final /* synthetic */ UserSurveyFetchResponse $res; + public final /* synthetic */ StoreUserSurvey$fetchUserSurvey$2 this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public AnonymousClass1(StoreUserSurvey$fetchUserSurvey$2 storeUserSurvey$fetchUserSurvey$2, UserSurveyFetchResponse userSurveyFetchResponse) { + super(0); + this.this$0 = storeUserSurvey$fetchUserSurvey$2; + this.$res = userSurveyFetchResponse; + } + + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public final void mo1invoke() { + StoreUserSurvey.access$handleUserSurveyFetchSuccess(this.this$0.this$0, this.$res); + } + } + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public StoreUserSurvey$fetchUserSurvey$2(StoreUserSurvey storeUserSurvey) { + super(1); + this.this$0 = storeUserSurvey; + } + + /* 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 /* bridge */ /* synthetic */ Unit invoke(UserSurveyFetchResponse userSurveyFetchResponse) { + invoke(userSurveyFetchResponse); + return Unit.a; + } + + public final void invoke(UserSurveyFetchResponse userSurveyFetchResponse) { + m.checkNotNullParameter(userSurveyFetchResponse, "res"); + StoreUserSurvey.access$getDispatcher$p(this.this$0).schedule(new AnonymousClass1(this, userSurveyFetchResponse)); + } +} diff --git a/app/src/main/java/com/discord/stores/StoreUserSurvey.java b/app/src/main/java/com/discord/stores/StoreUserSurvey.java index 6d8a038e8d..88e2958fc5 100644 --- a/app/src/main/java/com/discord/stores/StoreUserSurvey.java +++ b/app/src/main/java/com/discord/stores/StoreUserSurvey.java @@ -9,6 +9,7 @@ import com.discord.api.user.UserSurveyFetchResponse; import com.discord.models.guild.Guild; import com.discord.models.user.MeUser; import com.discord.stores.updates.ObservationDeck; +import com.discord.stores.utilities.RestCallStateKt; import com.discord.utilities.permissions.PermissionUtils; import com.discord.utilities.rest.RestAPI; import com.discord.utilities.rx.ObservableExtensionsKt; @@ -73,7 +74,7 @@ public final class StoreUserSurvey extends StoreV2 { @StoreThread private final void fetchUserSurvey() { setLastFetched(); - ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.restSubscribeOn$default(this.restApi.getUserSurvey(), false, 1, null), StoreUserSurvey.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new StoreUserSurvey$fetchUserSurvey$1(this), 62, (Object) null); + ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.restSubscribeOn$default(RestCallStateKt.logNetworkAction(this.restApi.getUserSurvey(), StoreUserSurvey$fetchUserSurvey$1.INSTANCE), false, 1, null), StoreUserSurvey.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new StoreUserSurvey$fetchUserSurvey$2(this), 62, (Object) null); } private final UserSurvey getUserSurvey() { diff --git a/app/src/main/java/com/discord/stores/utilities/RestCallStateKt$logNetworkAction$1.java b/app/src/main/java/com/discord/stores/utilities/RestCallStateKt$logNetworkAction$1.java index 9fa28a954d..c9d699776c 100644 --- a/app/src/main/java/com/discord/stores/utilities/RestCallStateKt$logNetworkAction$1.java +++ b/app/src/main/java/com/discord/stores/utilities/RestCallStateKt$logNetworkAction$1.java @@ -1,41 +1,17 @@ package com.discord.stores.utilities; -import com.discord.analytics.generated.traits.TrackNetworkMetadata; -import com.discord.analytics.generated.traits.TrackNetworkMetadataReceiver; -import com.discord.utilities.analytics.AnalyticsUtils; -import com.discord.utilities.features.GrowthTeamFeatures; -import d0.z.d.m; -import kotlin.jvm.functions.Function1; -import okhttp3.Request; -import retrofit2.HttpException; +import j0.k.b; import retrofit2.Response; -import rx.functions.Action1; /* compiled from: RestCallState.kt */ -public final class RestCallStateKt$logNetworkAction$1 implements Action1> { - public final /* synthetic */ Function1 $networkActionProvider; - public final /* synthetic */ AnalyticsUtils.Tracker $tracker; +public final class RestCallStateKt$logNetworkAction$1 implements b, T> { + public static final RestCallStateKt$logNetworkAction$1 INSTANCE = new RestCallStateKt$logNetworkAction$1(); - public RestCallStateKt$logNetworkAction$1(Function1 function1, AnalyticsUtils.Tracker tracker) { - this.$networkActionProvider = function1; - this.$tracker = tracker; + @Override // j0.k.b + public /* bridge */ /* synthetic */ Object call(Object obj) { + return call((Response) ((Response) obj)); } - @Override // rx.functions.Action1 - public /* bridge */ /* synthetic */ void call(Object obj) { - call((Response) ((Response) obj)); - } - - public final void call(Response response) { - TrackNetworkMetadataReceiver schema; - m.checkNotNullExpressionValue(response, "response"); - if (response.a()) { - Request request = RestCallStateKt.getRequest(response); - if (GrowthTeamFeatures.INSTANCE.isNetworkActionLoggingEnabled() && (schema = RestCallStateKt.getSchema(this.$networkActionProvider, new TrackNetworkMetadata(request.b.l, request.f2945c, Long.valueOf((long) response.a.l), null, null, 24), response.b)) != null) { - this.$tracker.track(schema); - return; - } - return; - } - throw new HttpException(response); + public final T call(Response response) { + return response.b; } } diff --git a/app/src/main/java/com/discord/stores/utilities/RestCallStateKt$logNetworkAction$2.java b/app/src/main/java/com/discord/stores/utilities/RestCallStateKt$logNetworkAction$2.java index 87efcf3bff..73c48e5409 100644 --- a/app/src/main/java/com/discord/stores/utilities/RestCallStateKt$logNetworkAction$2.java +++ b/app/src/main/java/com/discord/stores/utilities/RestCallStateKt$logNetworkAction$2.java @@ -3,82 +3,39 @@ package com.discord.stores.utilities; import com.discord.analytics.generated.traits.TrackNetworkMetadata; import com.discord.analytics.generated.traits.TrackNetworkMetadataReceiver; import com.discord.utilities.analytics.AnalyticsUtils; -import com.discord.utilities.error.Error; import com.discord.utilities.features.GrowthTeamFeatures; import d0.z.d.m; -import java.net.UnknownHostException; import kotlin.jvm.functions.Function1; import okhttp3.Request; import retrofit2.HttpException; import retrofit2.Response; import rx.functions.Action1; /* compiled from: RestCallState.kt */ -public final class RestCallStateKt$logNetworkAction$2 implements Action1 { - public final /* synthetic */ Class $errorClass; +public final class RestCallStateKt$logNetworkAction$2 implements Action1> { public final /* synthetic */ Function1 $networkActionProvider; public final /* synthetic */ AnalyticsUtils.Tracker $tracker; - /* compiled from: RestCallState.kt */ - /* renamed from: com.discord.stores.utilities.RestCallStateKt$logNetworkAction$2$1 reason: invalid class name */ - public static final class AnonymousClass1 implements Action1 { - public final /* synthetic */ Throwable $throwable; - public final /* synthetic */ RestCallStateKt$logNetworkAction$2 this$0; - - public AnonymousClass1(RestCallStateKt$logNetworkAction$2 restCallStateKt$logNetworkAction$2, Throwable th) { - this.this$0 = restCallStateKt$logNetworkAction$2; - this.$throwable = th; - } - - /* JADX WARNING: Removed duplicated region for block: B:12:0x006c */ - /* JADX WARNING: Removed duplicated region for block: B:16:? A[ADDED_TO_REGION, RETURN, SYNTHETIC] */ - public final void call(Error error) { - TrackNetworkMetadata trackNetworkMetadata; - TrackNetworkMetadataReceiver schema$default; - Request request; - Throwable th = this.$throwable; - if (th instanceof HttpException) { - Response response = ((HttpException) th).i; - if (!(response == null || (request = RestCallStateKt.getRequest(response)) == null)) { - String str = request.b.l; - String str2 = request.f2945c; - m.checkNotNullExpressionValue(error, "error"); - Error.Response response2 = error.getResponse(); - m.checkNotNullExpressionValue(response2, "error.response"); - Long valueOf = Long.valueOf((long) response2.getCode()); - Error.Response response3 = error.getResponse(); - m.checkNotNullExpressionValue(response3, "error.response"); - Long valueOf2 = Long.valueOf((long) response3.getCode()); - Error.Response response4 = error.getResponse(); - m.checkNotNullExpressionValue(response4, "error.response"); - trackNetworkMetadata = new TrackNetworkMetadata(str, str2, valueOf, valueOf2, response4.getMessage()); - if (trackNetworkMetadata == null && (schema$default = RestCallStateKt.getSchema$default(this.this$0.$networkActionProvider, trackNetworkMetadata, null, 4, null)) != null) { - this.this$0.$tracker.track(schema$default); - return; - } - return; - } - } else if (th instanceof UnknownHostException) { - trackNetworkMetadata = new TrackNetworkMetadata(null, null, null, null, ((UnknownHostException) th).getLocalizedMessage(), 15); - if (trackNetworkMetadata == null) { - return; - } - return; - } - trackNetworkMetadata = null; - if (trackNetworkMetadata == null) { - } - } - } - - public RestCallStateKt$logNetworkAction$2(Class cls, Function1 function1, AnalyticsUtils.Tracker tracker) { - this.$errorClass = cls; + public RestCallStateKt$logNetworkAction$2(Function1 function1, AnalyticsUtils.Tracker tracker) { this.$networkActionProvider = function1; this.$tracker = tracker; } - public final void call(Throwable th) { - if (GrowthTeamFeatures.INSTANCE.isNetworkActionLoggingEnabled()) { - Error.handle(th, this.$errorClass.getSimpleName(), new AnonymousClass1(this, th), null); + @Override // rx.functions.Action1 + public /* bridge */ /* synthetic */ void call(Object obj) { + call((Response) ((Response) obj)); + } + + public final void call(Response response) { + TrackNetworkMetadataReceiver schema; + m.checkNotNullExpressionValue(response, "response"); + if (response.a()) { + Request request = RestCallStateKt.getRequest(response); + if (GrowthTeamFeatures.INSTANCE.isNetworkActionLoggingEnabled() && (schema = RestCallStateKt.getSchema(this.$networkActionProvider, new TrackNetworkMetadata(request.b.l, request.f2946c, Long.valueOf((long) response.a.l), null, null, 24), response.b)) != null) { + this.$tracker.track(schema); + return; + } + return; } + throw new HttpException(response); } } diff --git a/app/src/main/java/com/discord/stores/utilities/RestCallStateKt$logNetworkAction$3.java b/app/src/main/java/com/discord/stores/utilities/RestCallStateKt$logNetworkAction$3.java index 42b24dc6a4..44d80f566b 100644 --- a/app/src/main/java/com/discord/stores/utilities/RestCallStateKt$logNetworkAction$3.java +++ b/app/src/main/java/com/discord/stores/utilities/RestCallStateKt$logNetworkAction$3.java @@ -1,17 +1,64 @@ package com.discord.stores.utilities; -import j0.k.b; +import com.discord.analytics.generated.traits.TrackNetworkMetadata; +import com.discord.analytics.generated.traits.TrackNetworkMetadataReceiver; +import com.discord.utilities.analytics.AnalyticsUtils; +import com.discord.utilities.features.GrowthTeamFeatures; +import java.net.UnknownHostException; +import kotlin.jvm.functions.Function1; +import okhttp3.Request; +import retrofit2.HttpException; import retrofit2.Response; +import rx.functions.Action1; /* compiled from: RestCallState.kt */ -public final class RestCallStateKt$logNetworkAction$3 implements b, T> { - public static final RestCallStateKt$logNetworkAction$3 INSTANCE = new RestCallStateKt$logNetworkAction$3(); +public final class RestCallStateKt$logNetworkAction$3 implements Action1 { + public final /* synthetic */ Function1 $networkActionProvider; + public final /* synthetic */ AnalyticsUtils.Tracker $tracker; - @Override // j0.k.b - public /* bridge */ /* synthetic */ Object call(Object obj) { - return call((Response) ((Response) obj)); + public RestCallStateKt$logNetworkAction$3(Function1 function1, AnalyticsUtils.Tracker tracker) { + this.$networkActionProvider = function1; + this.$tracker = tracker; } - public final T call(Response response) { - return response.b; + /* JADX WARNING: Removed duplicated region for block: B:28:0x0071 */ + /* JADX WARNING: Removed duplicated region for block: B:33:? A[ADDED_TO_REGION, RETURN, SYNTHETIC] */ + public final void call(Throwable th) { + TrackNetworkMetadata trackNetworkMetadata; + TrackNetworkMetadataReceiver schema$default; + Request request; + if (GrowthTeamFeatures.INSTANCE.isNetworkActionLoggingEnabled()) { + if (th instanceof HttpException) { + HttpException httpException = (HttpException) th; + Response response = httpException.i; + if (!(response == null || (request = RestCallStateKt.getRequest(response)) == null)) { + String str = request.b.l; + String str2 = request.f2946c; + Response response2 = httpException.i; + Long valueOf = response2 != null ? Long.valueOf((long) response2.a.l) : null; + Response response3 = httpException.i; + Long valueOf2 = response3 != null ? Long.valueOf((long) response3.a.l) : null; + Response response4 = httpException.i; + String str3 = response4 != null ? response4.a.k : null; + if (str3 == null) { + str3 = ""; + } + trackNetworkMetadata = new TrackNetworkMetadata(str, str2, valueOf, valueOf2, str3); + if (trackNetworkMetadata == null && (schema$default = RestCallStateKt.getSchema$default(this.$networkActionProvider, trackNetworkMetadata, null, 4, null)) != null) { + this.$tracker.track(schema$default); + return; + } + return; + } + } else if (th instanceof UnknownHostException) { + trackNetworkMetadata = new TrackNetworkMetadata(null, null, null, null, ((UnknownHostException) th).getLocalizedMessage(), 15); + if (trackNetworkMetadata == null) { + return; + } + return; + } + trackNetworkMetadata = null; + if (trackNetworkMetadata == null) { + } + } } } diff --git a/app/src/main/java/com/discord/stores/utilities/RestCallStateKt$logNetworkAction$4.java b/app/src/main/java/com/discord/stores/utilities/RestCallStateKt$logNetworkAction$4.java new file mode 100644 index 0000000000..6d1c81ec09 --- /dev/null +++ b/app/src/main/java/com/discord/stores/utilities/RestCallStateKt$logNetworkAction$4.java @@ -0,0 +1,17 @@ +package com.discord.stores.utilities; + +import j0.k.b; +import retrofit2.Response; +/* compiled from: RestCallState.kt */ +public final class RestCallStateKt$logNetworkAction$4 implements b, T> { + public static final RestCallStateKt$logNetworkAction$4 INSTANCE = new RestCallStateKt$logNetworkAction$4(); + + @Override // j0.k.b + public /* bridge */ /* synthetic */ Object call(Object obj) { + return call((Response) ((Response) obj)); + } + + public final T call(Response response) { + return response.b; + } +} diff --git a/app/src/main/java/com/discord/stores/utilities/RestCallStateKt.java b/app/src/main/java/com/discord/stores/utilities/RestCallStateKt.java index 8cb0acd143..31e3c72fd8 100644 --- a/app/src/main/java/com/discord/stores/utilities/RestCallStateKt.java +++ b/app/src/main/java/com/discord/stores/utilities/RestCallStateKt.java @@ -7,6 +7,7 @@ import com.discord.analytics.generated.traits.TrackNetworkMetadataReceiver; import com.discord.utilities.analytics.AnalyticsTracker; import com.discord.utilities.analytics.AnalyticsUtils; import com.discord.utilities.rx.ObservableExtensionsKt; +import com.discord.utilities.testing.TestUtilsKt; import d0.z.d.m; import java.util.Objects; import kotlin.Unit; @@ -76,13 +77,17 @@ public final class RestCallStateKt { handleResponse(restCallState, context, function1, function12, function13); } - public static final Observable logNetworkAction(Observable> observable, Class cls, Function1 function1) { + public static final Observable logNetworkAction(Observable> observable, Function1 function1) { m.checkNotNullParameter(observable, "$this$logNetworkAction"); - m.checkNotNullParameter(cls, "errorClass"); m.checkNotNullParameter(function1, "networkActionProvider"); + if (TestUtilsKt.getIS_JUNIT_TEST()) { + Observable observable2 = (Observable) observable.F(RestCallStateKt$logNetworkAction$1.INSTANCE); + m.checkNotNullExpressionValue(observable2, "map { it.body() }"); + return observable2; + } AnalyticsUtils.Tracker tracker = AnalyticsTracker.INSTANCE.getTracker(); - Observable observable2 = (Observable) observable.t(new RestCallStateKt$logNetworkAction$1(function1, tracker)).s(new RestCallStateKt$logNetworkAction$2(cls, function1, tracker)).F(RestCallStateKt$logNetworkAction$3.INSTANCE); - m.checkNotNullExpressionValue(observable2, "doOnNext { response ->\n …rectly.\n it.body()\n }"); - return observable2; + Observable observable3 = (Observable) observable.t(new RestCallStateKt$logNetworkAction$2(function1, tracker)).s(new RestCallStateKt$logNetworkAction$3(function1, tracker)).F(RestCallStateKt$logNetworkAction$4.INSTANCE); + m.checkNotNullExpressionValue(observable3, "doOnNext { response ->\n …rectly.\n it.body()\n }"); + return observable3; } } diff --git a/app/src/main/java/com/discord/tooltips/TooltipManager.java b/app/src/main/java/com/discord/tooltips/TooltipManager.java index 46d3fdf726..5d92934846 100644 --- a/app/src/main/java/com/discord/tooltips/TooltipManager.java +++ b/app/src/main/java/com/discord/tooltips/TooltipManager.java @@ -31,7 +31,7 @@ public class TooltipManager { public final c.a.v.a b; /* renamed from: c reason: collision with root package name */ - public final Set f2186c; + public final Set f2187c; public final int d; public final c.a.j.a e; @@ -41,7 +41,7 @@ public class TooltipManager { public static final Lazy b = g.lazy(C0180a.i); /* renamed from: c reason: collision with root package name */ - public static final Lazy f2187c = g.lazy(b.i); + public static final Lazy f2188c = g.lazy(b.i); public static final a d = null; /* compiled from: TooltipManager.kt */ @@ -109,7 +109,7 @@ public class TooltipManager { m.checkNotNullParameter(set, "shownTooltipNames"); m.checkNotNullParameter(aVar2, "floatingViewManager"); this.b = aVar; - this.f2186c = set; + this.f2187c = set; this.d = i; this.e = aVar2; aVar2.a = new e(this); @@ -146,8 +146,8 @@ public class TooltipManager { Objects.requireNonNull(aVar); m.checkNotNullParameter(cacheKey, "tooltipCacheKey"); boolean z3 = aVar.a.getBoolean(cacheKey, false); - boolean contains = this.f2186c.contains(bVar.getTooltipName()); - int size = this.f2186c.size(); + boolean contains = this.f2187c.contains(bVar.getTooltipName()); + int size = this.f2187c.size(); if (z3) { return false; } @@ -176,7 +176,7 @@ public class TooltipManager { m.checkNotNullParameter(observable, "componentPausedObservable"); if (b(bVar, z2)) { c(bVar); - this.f2186c.add(bVar.getTooltipName()); + this.f2187c.add(bVar.getTooltipName()); this.a.put(bVar.getTooltipName(), Integer.valueOf(view2.getId())); c.a.j.a aVar = this.e; Objects.requireNonNull(aVar); diff --git a/app/src/main/java/com/discord/utilities/analytics/AnalyticsTracker.java b/app/src/main/java/com/discord/utilities/analytics/AnalyticsTracker.java index 35f82c8cd7..dd16ce525b 100644 --- a/app/src/main/java/com/discord/utilities/analytics/AnalyticsTracker.java +++ b/app/src/main/java/com/discord/utilities/analytics/AnalyticsTracker.java @@ -589,8 +589,8 @@ public final class AnalyticsTracker { m.checkNotNullParameter(str, "source"); if (modelInvite != null) { AnalyticsTracker analyticsTracker = INSTANCE; - String code = modelInvite.getCode(); - m.checkNotNullExpressionValue(code, "invite.code"); + String str2 = modelInvite.code; + m.checkNotNullExpressionValue(str2, "invite.code"); com.discord.api.guild.Guild guild = modelInvite.getGuild(); Long valueOf = guild != null ? Long.valueOf(guild.p()) : null; Channel channel = modelInvite.getChannel(); @@ -598,7 +598,7 @@ public final class AnalyticsTracker { Channel channel2 = modelInvite.getChannel(); Integer valueOf3 = channel2 != null ? Integer.valueOf(channel2.A()) : null; GuildScheduledEvent guildScheduledEvent = modelInvite.getGuildScheduledEvent(); - analyticsTracker.inviteCopied(code, valueOf, valueOf2, valueOf3, str, guildScheduledEvent != null ? Long.valueOf(guildScheduledEvent.g()) : null); + analyticsTracker.inviteCopied(str2, valueOf, valueOf2, valueOf3, str, guildScheduledEvent != null ? Long.valueOf(guildScheduledEvent.g()) : null); } } @@ -631,8 +631,8 @@ public final class AnalyticsTracker { public static final void inviteShareClicked(ModelInvite modelInvite) { if (modelInvite != null) { AnalyticsTracker analyticsTracker = INSTANCE; - String code = modelInvite.getCode(); - m.checkNotNullExpressionValue(code, "invite.code"); + String str = modelInvite.code; + m.checkNotNullExpressionValue(str, "invite.code"); com.discord.api.guild.Guild guild = modelInvite.getGuild(); Long valueOf = guild != null ? Long.valueOf(guild.p()) : null; Channel channel = modelInvite.getChannel(); @@ -642,7 +642,7 @@ public final class AnalyticsTracker { User inviter = modelInvite.getInviter(); Long valueOf4 = inviter != null ? Long.valueOf(inviter.i()) : null; GuildScheduledEvent guildScheduledEvent = modelInvite.getGuildScheduledEvent(); - analyticsTracker.inviteShareClicked(code, valueOf, valueOf2, valueOf3, valueOf4, guildScheduledEvent != null ? Long.valueOf(guildScheduledEvent.g()) : null); + analyticsTracker.inviteShareClicked(str, valueOf, valueOf2, valueOf3, valueOf4, guildScheduledEvent != null ? Long.valueOf(guildScheduledEvent.g()) : null); } } @@ -1201,7 +1201,7 @@ public final class AnalyticsTracker { public final void echoCancellationConfigured(MediaEngine.EchoCancellationInfo echoCancellationInfo) { m.checkNotNullParameter(echoCancellationInfo, "info"); - tracker.track("native_echo_cancellation_configured", h0.mapOf(o.to("builtin_aec_supported_java", Boolean.valueOf(echoCancellationInfo.f2172c)), o.to("builtin_aec_supported_native", Boolean.valueOf(echoCancellationInfo.b)), o.to("builtin_aec_requested", Boolean.valueOf(echoCancellationInfo.a)), o.to("builtin_aec_enabled", Boolean.valueOf(echoCancellationInfo.d)), o.to("aec_enabled_in_settings", Boolean.valueOf(echoCancellationInfo.e)), o.to("aec_enabled_in_native_config", Boolean.valueOf(echoCancellationInfo.f)), o.to("aec_mobile_mode", Boolean.valueOf(echoCancellationInfo.g)), o.to("aec_enabled_by_default", Boolean.valueOf(echoCancellationInfo.h)), o.to("aec_mobile_mode_by_default", Boolean.valueOf(echoCancellationInfo.i)))); + tracker.track("native_echo_cancellation_configured", h0.mapOf(o.to("builtin_aec_supported_java", Boolean.valueOf(echoCancellationInfo.f2173c)), o.to("builtin_aec_supported_native", Boolean.valueOf(echoCancellationInfo.b)), o.to("builtin_aec_requested", Boolean.valueOf(echoCancellationInfo.a)), o.to("builtin_aec_enabled", Boolean.valueOf(echoCancellationInfo.d)), o.to("aec_enabled_in_settings", Boolean.valueOf(echoCancellationInfo.e)), o.to("aec_enabled_in_native_config", Boolean.valueOf(echoCancellationInfo.f)), o.to("aec_mobile_mode", Boolean.valueOf(echoCancellationInfo.g)), o.to("aec_enabled_by_default", Boolean.valueOf(echoCancellationInfo.h)), o.to("aec_mobile_mode_by_default", Boolean.valueOf(echoCancellationInfo.i)))); } public final void emojiCategorySelected(long j) { @@ -1403,9 +1403,9 @@ public final class AnalyticsTracker { AnalyticsUtils.Tracker tracker2 = tracker; Map mutableMapOf = h0.mutableMapOf(o.to("resolved", Boolean.TRUE), o.to("authenticated", Boolean.valueOf(tracker2.isAuthed$app_productionCanaryRelease())), o.to("location", str)); if (modelInvite != null) { - String code = modelInvite.getCode(); - m.checkNotNullExpressionValue(code, "invite.code"); - mutableMapOf.put(ModelAuditLogEntry.CHANGE_KEY_CODE, code); + String str2 = modelInvite.code; + m.checkNotNullExpressionValue(str2, "invite.code"); + mutableMapOf.put(ModelAuditLogEntry.CHANGE_KEY_CODE, str2); Channel channel = modelInvite.getChannel(); if (channel != null) { mutableMapOf.put(ModelAuditLogEntry.CHANGE_KEY_CHANNEL_ID, Long.valueOf(channel.h())); @@ -1527,9 +1527,9 @@ public final class AnalyticsTracker { if (modelInvite == null) { return map; } - String code = modelInvite.getCode(); - m.checkNotNullExpressionValue(code, "modelInvite.code"); - map.put("invite_code", code); + String str = modelInvite.code; + m.checkNotNullExpressionValue(str, "modelInvite.code"); + map.put("invite_code", str); Channel channel = modelInvite.getChannel(); if (channel != null) { map.put("invite_channel_id", Long.valueOf(channel.h())); diff --git a/app/src/main/java/com/discord/utilities/auditlogs/AuditLogChangeUtils.java b/app/src/main/java/com/discord/utilities/auditlogs/AuditLogChangeUtils.java index 43d8e34361..7dd414c6d6 100644 --- a/app/src/main/java/com/discord/utilities/auditlogs/AuditLogChangeUtils.java +++ b/app/src/main/java/com/discord/utilities/auditlogs/AuditLogChangeUtils.java @@ -1083,6 +1083,11 @@ public final class AuditLogChangeUtils { throw new NoWhenBranchMatchedException(); } break; + case 1052836964: + if (key.equals(ModelAuditLogEntry.CHANGE_KEY_UNICODE_EMOJI)) { + return R.string.guild_settings_audit_log_role_unicode_emoji_change; + } + break; } } return 0; diff --git a/app/src/main/java/com/discord/utilities/auth/GoogleSmartLockManager$saveCredentials$1.java b/app/src/main/java/com/discord/utilities/auth/GoogleSmartLockManager$saveCredentials$1.java index 7e0c8d59ab..7c8ed7e2cc 100644 --- a/app/src/main/java/com/discord/utilities/auth/GoogleSmartLockManager$saveCredentials$1.java +++ b/app/src/main/java/com/discord/utilities/auth/GoogleSmartLockManager$saveCredentials$1.java @@ -80,7 +80,7 @@ public final class GoogleSmartLockManager$saveCredentials$1 extends o implements UserUtils userUtils = UserUtils.INSTANCE; m.checkNotNullExpressionValue(meUser, "it"); aVar.b = UserUtils.getUserNameWithDiscriminator$default(userUtils, meUser, null, null, 3, null).toString(); - aVar.f2357c = Uri.parse(forUser$default); + aVar.f2358c = Uri.parse(forUser$default); Credential a = aVar.a(); CredentialsClient access$getCredentialsClient$p = GoogleSmartLockManager.access$getCredentialsClient$p(this.this$0); Objects.requireNonNull(access$getCredentialsClient$p); diff --git a/app/src/main/java/com/discord/utilities/auth/GoogleSmartLockManager.java b/app/src/main/java/com/discord/utilities/auth/GoogleSmartLockManager.java index ab43d1c4d6..7895473c0e 100644 --- a/app/src/main/java/com/discord/utilities/auth/GoogleSmartLockManager.java +++ b/app/src/main/java/com/discord/utilities/auth/GoogleSmartLockManager.java @@ -79,19 +79,19 @@ public final class GoogleSmartLockManager { public static final class SmartLockCredentials { /* renamed from: id reason: collision with root package name */ - private final String f2188id; + private final String f2189id; private final String password; public SmartLockCredentials(String str, String str2) { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_ID); m.checkNotNullParameter(str2, "password"); - this.f2188id = str; + this.f2189id = str; this.password = str2; } public static /* synthetic */ SmartLockCredentials copy$default(SmartLockCredentials smartLockCredentials, String str, String str2, int i, Object obj) { if ((i & 1) != 0) { - str = smartLockCredentials.f2188id; + str = smartLockCredentials.f2189id; } if ((i & 2) != 0) { str2 = smartLockCredentials.password; @@ -100,7 +100,7 @@ public final class GoogleSmartLockManager { } public final String component1() { - return this.f2188id; + return this.f2189id; } public final String component2() { @@ -121,11 +121,11 @@ public final class GoogleSmartLockManager { return false; } SmartLockCredentials smartLockCredentials = (SmartLockCredentials) obj; - return m.areEqual(this.f2188id, smartLockCredentials.f2188id) && m.areEqual(this.password, smartLockCredentials.password); + return m.areEqual(this.f2189id, smartLockCredentials.f2189id) && m.areEqual(this.password, smartLockCredentials.password); } public final String getId() { - return this.f2188id; + return this.f2189id; } public final String getPassword() { @@ -133,7 +133,7 @@ public final class GoogleSmartLockManager { } public int hashCode() { - String str = this.f2188id; + String str = this.f2189id; int i = 0; int hashCode = (str != null ? str.hashCode() : 0) * 31; String str2 = this.password; @@ -145,7 +145,7 @@ public final class GoogleSmartLockManager { public String toString() { StringBuilder P = a.P("SmartLockCredentials(id="); - P.append(this.f2188id); + P.append(this.f2189id); P.append(", password="); return a.H(P, this.password, ")"); } diff --git a/app/src/main/java/com/discord/utilities/captcha/CaptchaHelper$tryShowCaptcha$1.java b/app/src/main/java/com/discord/utilities/captcha/CaptchaHelper$tryShowCaptcha$1.java index 0e068cc756..3f4c0193ad 100644 --- a/app/src/main/java/com/discord/utilities/captcha/CaptchaHelper$tryShowCaptcha$1.java +++ b/app/src/main/java/com/discord/utilities/captcha/CaptchaHelper$tryShowCaptcha$1.java @@ -145,7 +145,7 @@ public final class CaptchaHelper$tryShowCaptcha$1 implements Action1 implements Action1 response2 = httpException.i; if (response2 != null) { headers = response2.a.n; - ResponseBody responseBody = response2.f2956c; + ResponseBody responseBody = response2.f2957c; if (responseBody != null) { MediaType b = responseBody.b(); str2 = b != null ? b.d : str5; diff --git a/app/src/main/java/com/discord/utilities/fcm/NotificationData.java b/app/src/main/java/com/discord/utilities/fcm/NotificationData.java index a2f28989db..12ebf03d82 100644 --- a/app/src/main/java/com/discord/utilities/fcm/NotificationData.java +++ b/app/src/main/java/com/discord/utilities/fcm/NotificationData.java @@ -209,7 +209,7 @@ public final class NotificationData { private final LinkedHashMap extras; /* renamed from: id reason: collision with root package name */ - private final int f2189id; + private final int f2190id; private boolean ignoreNextClearForAck; public DisplayPayload() { @@ -219,7 +219,7 @@ public final class NotificationData { public DisplayPayload(NotificationData notificationData) { m.checkNotNullParameter(notificationData, "data"); this.data = notificationData; - this.f2189id = new Random().nextInt(Integer.MAX_VALUE); + this.f2190id = new Random().nextInt(Integer.MAX_VALUE); this.extras = new LinkedHashMap<>(); } @@ -256,7 +256,7 @@ public final class NotificationData { } public final int getId() { - return this.f2189id; + return this.f2190id; } public final boolean getIgnoreNextClearForAck() { diff --git a/app/src/main/java/com/discord/utilities/fcm/NotificationRenderer.java b/app/src/main/java/com/discord/utilities/fcm/NotificationRenderer.java index c68d98c6f9..118c203272 100644 --- a/app/src/main/java/com/discord/utilities/fcm/NotificationRenderer.java +++ b/app/src/main/java/com/discord/utilities/fcm/NotificationRenderer.java @@ -193,7 +193,7 @@ public final class NotificationRenderer { } private final NotificationCompat.MessagingStyle getMessageStyle(Context context, NotificationData notificationData, List list, Map map) { - Person build = new Person.Builder().setName(context.getString(R.string.f2974me)).setKey("me").build(); + Person build = new Person.Builder().setName(context.getString(R.string.f2975me)).setKey("me").build(); m.checkNotNullExpressionValue(build, "Person.Builder()\n …ey(\"me\")\n .build()"); NotificationCompat.MessagingStyle groupConversation = new NotificationCompat.MessagingStyle(build).setConversationTitle(notificationData.getConversationTitle(context)).setGroupConversation(notificationData.isGroupConversation()); m.checkNotNullExpressionValue(groupConversation, "NotificationCompat.Messa…tion.isGroupConversation)"); diff --git a/app/src/main/java/com/discord/utilities/features/GrowthTeamFeatures.java b/app/src/main/java/com/discord/utilities/features/GrowthTeamFeatures.java index 0c749ebdc2..c50b67ff86 100644 --- a/app/src/main/java/com/discord/utilities/features/GrowthTeamFeatures.java +++ b/app/src/main/java/com/discord/utilities/features/GrowthTeamFeatures.java @@ -47,6 +47,10 @@ public final class GrowthTeamFeatures { return isExperimentEnabled$default(this, "2021-06_desktop_school_hubs", 0, 1, null); } + public final boolean isHubOnboardingEnabled() { + return isExperimentEnabled$default(this, "2021-08_hubs_in_organic_onboarding", 0, 1, null); + } + public final boolean isHubReportingEnabled() { return isExperimentEnabled$default(this, "2021-08_hub_reporting", 0, 1, null); } diff --git a/app/src/main/java/com/discord/utilities/gifting/GiftingUtils.java b/app/src/main/java/com/discord/utilities/gifting/GiftingUtils.java index f51e051e4d..45596c1206 100644 --- a/app/src/main/java/com/discord/utilities/gifting/GiftingUtils.java +++ b/app/src/main/java/com/discord/utilities/gifting/GiftingUtils.java @@ -42,14 +42,14 @@ public final class GiftingUtils { /* renamed from: id reason: collision with root package name */ - private final int f2190id; + private final int f2191id; private SkuTypes(int i) { - this.f2190id = i; + this.f2191id = i; } public final int getId() { - return this.f2190id; + return this.f2191id; } } diff --git a/app/src/main/java/com/discord/utilities/guildscheduledevent/GuildScheduledEventTiming.java b/app/src/main/java/com/discord/utilities/guildscheduledevent/GuildScheduledEventTiming.java index 29f4ae00d7..f562ee7fa2 100644 --- a/app/src/main/java/com/discord/utilities/guildscheduledevent/GuildScheduledEventTiming.java +++ b/app/src/main/java/com/discord/utilities/guildscheduledevent/GuildScheduledEventTiming.java @@ -11,17 +11,29 @@ public enum GuildScheduledEventTiming { public final /* synthetic */ class WhenMappings { public static final /* synthetic */ int[] $EnumSwitchMapping$0; + public static final /* synthetic */ int[] $EnumSwitchMapping$1; static { GuildScheduledEventTiming.values(); int[] iArr = new int[7]; $EnumSwitchMapping$0 = iArr; - iArr[GuildScheduledEventTiming.SOON.ordinal()] = 1; - iArr[GuildScheduledEventTiming.NOW.ordinal()] = 2; - iArr[GuildScheduledEventTiming.EXPIRED.ordinal()] = 3; + iArr[GuildScheduledEventTiming.LATER.ordinal()] = 1; + iArr[GuildScheduledEventTiming.TOMORROW.ordinal()] = 2; + iArr[GuildScheduledEventTiming.TODAY.ordinal()] = 3; + GuildScheduledEventTiming.values(); + int[] iArr2 = new int[7]; + $EnumSwitchMapping$1 = iArr2; + iArr2[GuildScheduledEventTiming.SOON.ordinal()] = 1; + iArr2[GuildScheduledEventTiming.NOW.ordinal()] = 2; + iArr2[GuildScheduledEventTiming.EXPIRED.ordinal()] = 3; } } + public final boolean isLongStartable() { + int ordinal = ordinal(); + return ordinal == 0 || ordinal == 1 || ordinal == 2; + } + public final boolean isStartable() { int ordinal = ordinal(); return ordinal == 3 || ordinal == 4 || ordinal == 6; diff --git a/app/src/main/java/com/discord/utilities/guildscheduledevent/GuildScheduledEventUtilities.java b/app/src/main/java/com/discord/utilities/guildscheduledevent/GuildScheduledEventUtilities.java index 47ff3e6a85..b36982ba33 100644 --- a/app/src/main/java/com/discord/utilities/guildscheduledevent/GuildScheduledEventUtilities.java +++ b/app/src/main/java/com/discord/utilities/guildscheduledevent/GuildScheduledEventUtilities.java @@ -64,14 +64,14 @@ public final class GuildScheduledEventUtilities { return companion.canShareEvent(l, storeChannels, storeGuilds, storeUser); } - public static /* synthetic */ boolean canStartEvent$default(Companion companion, Long l, StoreChannels storeChannels, StorePermissions storePermissions, int i, Object obj) { - if ((i & 2) != 0) { + public static /* synthetic */ boolean canStartEvent$default(Companion companion, long j, Long l, StoreChannels storeChannels, StorePermissions storePermissions, int i, Object obj) { + if ((i & 4) != 0) { storeChannels = StoreStream.Companion.getChannels(); } - if ((i & 4) != 0) { + if ((i & 8) != 0) { storePermissions = StoreStream.Companion.getPermissions(); } - return companion.canStartEvent(l, storeChannels, storePermissions); + return companion.canStartEvent(j, l, storeChannels, storePermissions); } public static /* synthetic */ List getGuildScheduledEventCreatableChannelsForGuild$default(Companion companion, long j, StoreChannels storeChannels, StorePermissions storePermissions, int i, Object obj) { @@ -141,18 +141,22 @@ public final class GuildScheduledEventUtilities { return false; } - public final boolean canStartEvent(Long l, StoreChannels storeChannels, StorePermissions storePermissions) { + public final boolean canStartEvent(long j, Long l, StoreChannels storeChannels, StorePermissions storePermissions) { m.checkNotNullParameter(storeChannels, "channelsStore"); m.checkNotNullParameter(storePermissions, "permissionsStore"); if (l == null) { + Long l2 = storePermissions.getGuildPermissions().get(Long.valueOf(j)); + if (l2 != null) { + return PermissionUtils.can(Permission.MANAGE_EVENTS, Long.valueOf(l2.longValue())); + } return false; } Channel channel = storeChannels.getChannel(l.longValue()); - Long l2 = storePermissions.getPermissionsByChannel().get(l); + Long l3 = storePermissions.getPermissionsByChannel().get(l); if (channel == null) { return false; } - return canStartEventInChannel(channel, l2); + return canStartEventInChannel(channel, l3); } public final boolean canStartEventInChannel(Channel channel, Long l) { diff --git a/app/src/main/java/com/discord/utilities/images/MGImages.java b/app/src/main/java/com/discord/utilities/images/MGImages.java index 7bc93c38fd..3f0f7076a7 100644 --- a/app/src/main/java/com/discord/utilities/images/MGImages.java +++ b/app/src/main/java/com/discord/utilities/images/MGImages.java @@ -123,7 +123,7 @@ public final class MGImages { z3 = true; } if (z3) { - b.f2262c = new e(i, i2); + b.f2263c = new e(i, i2); } return b; } diff --git a/app/src/main/java/com/discord/utilities/images/MGImagesConfig$getAppBitmapMemoryCacheParamsSupplier$1.java b/app/src/main/java/com/discord/utilities/images/MGImagesConfig$getAppBitmapMemoryCacheParamsSupplier$1.java index f9dc53f59b..7fc5acad80 100644 --- a/app/src/main/java/com/discord/utilities/images/MGImagesConfig$getAppBitmapMemoryCacheParamsSupplier$1.java +++ b/app/src/main/java/com/discord/utilities/images/MGImagesConfig$getAppBitmapMemoryCacheParamsSupplier$1.java @@ -18,6 +18,6 @@ public final class MGImagesConfig$getAppBitmapMemoryCacheParamsSupplier$1 extend public MemoryCacheParams get() { MemoryCacheParams memoryCacheParams = super.get(); int i = memoryCacheParams.a; - return new MemoryCacheParams(i, memoryCacheParams.b, memoryCacheParams.f2253c, memoryCacheParams.d, i / 3, TimeUnit.MINUTES.toMillis(5)); + return new MemoryCacheParams(i, memoryCacheParams.b, memoryCacheParams.f2254c, memoryCacheParams.d, i / 3, TimeUnit.MINUTES.toMillis(5)); } } diff --git a/app/src/main/java/com/discord/utilities/images/MGImagesConfig.java b/app/src/main/java/com/discord/utilities/images/MGImagesConfig.java index 7af9807e44..1cf001f549 100644 --- a/app/src/main/java/com/discord/utilities/images/MGImagesConfig.java +++ b/app/src/main/java/com/discord/utilities/images/MGImagesConfig.java @@ -43,7 +43,7 @@ public final class MGImagesConfig { DiskCacheConfig.b bVar = new DiskCacheConfig.b(context, null); bVar.b = new k(context.getCacheDir()); bVar.a = str; - bVar.f2242c = MAX_DISK_CACHE_SIZE; + bVar.f2243c = MAX_DISK_CACHE_SIZE; DiskCacheConfig diskCacheConfig = new DiskCacheConfig(bVar); m.checkNotNullExpressionValue(diskCacheConfig, "DiskCacheConfig\n …HE_SIZE)\n .build()"); return diskCacheConfig; diff --git a/app/src/main/java/com/discord/utilities/lazy/memberlist/MemberListRow.java b/app/src/main/java/com/discord/utilities/lazy/memberlist/MemberListRow.java index 4252b9bdf7..7e6d929918 100644 --- a/app/src/main/java/com/discord/utilities/lazy/memberlist/MemberListRow.java +++ b/app/src/main/java/com/discord/utilities/lazy/memberlist/MemberListRow.java @@ -323,14 +323,14 @@ public abstract class MemberListRow { /* renamed from: id reason: collision with root package name */ - private final long f2191id; + private final long f2192id; private Type(long j) { - this.f2191id = j; + this.f2192id = j; } public final long getId() { - return this.f2191id; + return this.f2192id; } } diff --git a/app/src/main/java/com/discord/utilities/rest/AttachmentRequestBody.java b/app/src/main/java/com/discord/utilities/rest/AttachmentRequestBody.java index 6983ae1e7c..d4870c8446 100644 --- a/app/src/main/java/com/discord/utilities/rest/AttachmentRequestBody.java +++ b/app/src/main/java/com/discord/utilities/rest/AttachmentRequestBody.java @@ -38,7 +38,7 @@ public final class AttachmentRequestBody extends RequestBody { @Override // okhttp3.RequestBody public MediaType contentType() { - MediaType.a aVar = MediaType.f2942c; + MediaType.a aVar = MediaType.f2943c; return MediaType.a.b(AttachmentUtilsKt.getMimeType(this.attachment, this.contentResolver)); } diff --git a/app/src/main/java/com/discord/utilities/rest/RestAPI$Companion$buildAnalyticsInterceptor$$inlined$invoke$1.java b/app/src/main/java/com/discord/utilities/rest/RestAPI$Companion$buildAnalyticsInterceptor$$inlined$invoke$1.java index 05d00fcf24..e1ebe8fb25 100644 --- a/app/src/main/java/com/discord/utilities/rest/RestAPI$Companion$buildAnalyticsInterceptor$$inlined$invoke$1.java +++ b/app/src/main/java/com/discord/utilities/rest/RestAPI$Companion$buildAnalyticsInterceptor$$inlined$invoke$1.java @@ -24,7 +24,7 @@ public final class RestAPI$Companion$buildAnalyticsInterceptor$$inlined$invoke$1 m.checkParameterIsNotNull(c2, "request"); new LinkedHashMap(); w wVar = c2.b; - String str = c2.f2945c; + String str = c2.f2946c; RequestBody requestBody = c2.e; Map linkedHashMap = c2.f.isEmpty() ? new LinkedHashMap() : h0.toMutableMap(c2.f); Headers.a e = c2.d.e(); diff --git a/app/src/main/java/com/discord/utilities/rest/RestAPI.java b/app/src/main/java/com/discord/utilities/rest/RestAPI.java index a423189126..5f02fc3191 100644 --- a/app/src/main/java/com/discord/utilities/rest/RestAPI.java +++ b/app/src/main/java/com/discord/utilities/rest/RestAPI.java @@ -223,7 +223,7 @@ public final class RestAPI implements RestAPIInterface { a aVar = new a(new RestAPI$Companion$buildLoggingInterceptor$1()); a.EnumC0314a aVar2 = a.EnumC0314a.BASIC; m.checkParameterIsNotNull(aVar2, ""); - aVar.f2839c = aVar2; + aVar.f2840c = aVar2; return aVar; } @@ -617,7 +617,7 @@ public final class RestAPI implements RestAPIInterface { @Override // com.discord.restapi.RestAPIInterface @o("auth/authorize-ip") - public Observable authorizeIP(@i0.f0.a RestAPIParams.AuthorizeIP authorizeIP) { + public Observable> authorizeIP(@i0.f0.a RestAPIParams.AuthorizeIP authorizeIP) { m.checkNotNullParameter(authorizeIP, "body"); return this._api.authorizeIP(authorizeIP); } @@ -638,7 +638,7 @@ public final class RestAPI implements RestAPIInterface { @Override // com.discord.restapi.RestAPIInterface @o("users/@me/relationships/bulk") - public Observable bulkAddRelationships(@i0.f0.a RestAPIParams.UserBulkRelationship userBulkRelationship) { + public Observable> bulkAddRelationships(@i0.f0.a RestAPIParams.UserBulkRelationship userBulkRelationship) { m.checkNotNullParameter(userBulkRelationship, "body"); return this._api.bulkAddRelationships(userBulkRelationship); } @@ -831,7 +831,7 @@ public final class RestAPI implements RestAPIInterface { @Override // com.discord.restapi.RestAPIInterface @b("users/@me/connections/{connection}/{connectionId}") - public Observable deleteConnection(@s("connection") String str, @s("connectionId") String str2) { + public Observable> deleteConnection(@s("connection") String str, @s("connectionId") String str2) { m.checkNotNullParameter(str, "connection"); m.checkNotNullParameter(str2, "connectionId"); return this._api.deleteConnection(str, str2); @@ -856,6 +856,12 @@ public final class RestAPI implements RestAPIInterface { return this._api.deleteGuildIntegration(j, j2); } + @Override // com.discord.restapi.RestAPIInterface + @b("guild-events/{eventId}") + public Observable deleteGuildScheduledEvent(@s("eventId") long j) { + return this._api.deleteGuildScheduledEvent(j); + } + @Override // com.discord.restapi.RestAPIInterface @b("users/@me/guild-events/{eventId}") public Observable deleteGuildScheduledEventRsvp(@s("eventId") long j) { @@ -1547,7 +1553,7 @@ public final class RestAPI implements RestAPIInterface { @Override // com.discord.restapi.RestAPIInterface @f("users/@me/survey") - public Observable getUserSurvey() { + public Observable> getUserSurvey() { return this._api.getUserSurvey(); } @@ -1679,28 +1685,28 @@ public final class RestAPI implements RestAPIInterface { @Override // com.discord.restapi.RestAPIInterface @o("auth/login") - public Observable postAuthLogin(@i0.f0.a RestAPIParams.AuthLogin authLogin) { + public Observable> postAuthLogin(@i0.f0.a RestAPIParams.AuthLogin authLogin) { m.checkNotNullParameter(authLogin, "body"); return this._api.postAuthLogin(authLogin); } @Override // com.discord.restapi.RestAPIInterface @o("auth/register") - public Observable postAuthRegister(@i0.f0.a RestAPIParams.AuthRegister authRegister) { + public Observable> postAuthRegister(@i0.f0.a RestAPIParams.AuthRegister authRegister) { m.checkNotNullParameter(authRegister, "body"); return this._api.postAuthRegister(authRegister); } @Override // com.discord.restapi.RestAPIInterface @o("auth/register/phone") - public Observable postAuthRegisterPhone(@i0.f0.a RestAPIParams.AuthRegisterPhone authRegisterPhone) { + public Observable> postAuthRegisterPhone(@i0.f0.a RestAPIParams.AuthRegisterPhone authRegisterPhone) { m.checkNotNullParameter(authRegisterPhone, "body"); return this._api.postAuthRegisterPhone(authRegisterPhone); } @Override // com.discord.restapi.RestAPIInterface @o("auth/verify/resend") - public Observable postAuthVerifyResend(@i0.f0.a RestAPIParams.EmptyBody emptyBody) { + public Observable> postAuthVerifyResend(@i0.f0.a RestAPIParams.EmptyBody emptyBody) { m.checkNotNullParameter(emptyBody, "body"); return this._api.postAuthVerifyResend(emptyBody); } @@ -1726,17 +1732,17 @@ public final class RestAPI implements RestAPIInterface { return this._api.postGuildEmoji(j, postGuildEmoji); } - /* JADX DEBUG: Can't convert new array creation: APUT found in different block: 0x003e: APUT + /* JADX DEBUG: Can't convert new array creation: APUT found in different block: 0x003c: APUT (r4v1 kotlin.Pair[]) (1 ??[boolean, int, float, short, byte, char]) - (wrap: kotlin.Pair : 0x0039: INVOKE (r11v4 kotlin.Pair) = ("location_guild_id"), (r11v3 java.lang.Long) type: STATIC call: d0.o.to(java.lang.Object, java.lang.Object):kotlin.Pair) + (wrap: kotlin.Pair : 0x0037: INVOKE (r11v4 kotlin.Pair) = ("location_guild_id"), (r11v3 java.lang.Long) type: STATIC call: d0.o.to(java.lang.Object, java.lang.Object):kotlin.Pair) */ public final Observable postInviteCode(ModelInvite modelInvite, String str) { m.checkNotNullParameter(modelInvite, "invite"); m.checkNotNullParameter(str, "location"); RestAPIInterface restAPIInterface = this._api; - String code = modelInvite.getCode(); - m.checkNotNullExpressionValue(code, "invite.code"); + String str2 = modelInvite.code; + m.checkNotNullExpressionValue(str2, "invite.code"); RestAPIParams.EmptyBody emptyBody = new RestAPIParams.EmptyBody(); Pair[] pairArr = new Pair[5]; pairArr[0] = d0.o.to("location", str); @@ -1748,7 +1754,7 @@ public final class RestAPI implements RestAPIInterface { pairArr[3] = d0.o.to("location_channel_type", channel2 != null ? Integer.valueOf(channel2.A()) : null); GuildScheduledEvent guildScheduledEvent = modelInvite.getGuildScheduledEvent(); pairArr[4] = d0.o.to("invite_guild_scheduled_event_id", guildScheduledEvent != null ? Long.valueOf(guildScheduledEvent.g()) : null); - return ObservableExtensionsKt.restSubscribeOn$default(restAPIInterface.postInviteCode(code, emptyBody, jsonObjectOf(pairArr)), false, 1, null); + return ObservableExtensionsKt.restSubscribeOn$default(restAPIInterface.postInviteCode(str2, emptyBody, jsonObjectOf(pairArr)), false, 1, null); } @Override // com.discord.restapi.RestAPIInterface @@ -1762,7 +1768,7 @@ public final class RestAPI implements RestAPIInterface { @Override // com.discord.restapi.RestAPIInterface @o("auth/mfa/totp") - public Observable postMFACode(@i0.f0.a RestAPIParams.MFALogin mFALogin) { + public Observable> postMFACode(@i0.f0.a RestAPIParams.MFALogin mFALogin) { m.checkNotNullParameter(mFALogin, "body"); return this._api.postMFACode(mFALogin); } @@ -2130,7 +2136,7 @@ public final class RestAPI implements RestAPIInterface { @Override // com.discord.restapi.RestAPIInterface @i0.f0.n("users/@me/connections/{connection}/{connectionId}") - public Observable updateConnection(@s("connection") String str, @s("connectionId") String str2, @i0.f0.a RestAPIParams.ConnectedAccount connectedAccount) { + public Observable> updateConnection(@s("connection") String str, @s("connectionId") String str2, @i0.f0.a RestAPIParams.ConnectedAccount connectedAccount) { m.checkNotNullParameter(str, "connection"); m.checkNotNullParameter(str2, "connectionId"); m.checkNotNullParameter(connectedAccount, "connectedAccount"); @@ -2139,7 +2145,7 @@ public final class RestAPI implements RestAPIInterface { @Override // com.discord.restapi.RestAPIInterface @i0.f0.n("users/@me/connections/{connection}/{connectionId}") - public Observable updateConnectionName(@s("connection") String str, @s("connectionId") String str2, @i0.f0.a RestAPIParams.ConnectedAccountNameOnly connectedAccountNameOnly) { + public Observable> updateConnectionName(@s("connection") String str, @s("connectionId") String str2, @i0.f0.a RestAPIParams.ConnectedAccountNameOnly connectedAccountNameOnly) { m.checkNotNullParameter(str, "connection"); m.checkNotNullParameter(str2, "connectionId"); m.checkNotNullParameter(connectedAccountNameOnly, "connectedAccountName"); diff --git a/app/src/main/java/com/discord/utilities/stage/StageChannelUtils$connectToStageChannel$2.java b/app/src/main/java/com/discord/utilities/stage/StageChannelUtils$connectToStageChannel$2.java new file mode 100644 index 0000000000..1e26c38e42 --- /dev/null +++ b/app/src/main/java/com/discord/utilities/stage/StageChannelUtils$connectToStageChannel$2.java @@ -0,0 +1,30 @@ +package com.discord.utilities.stage; + +import android.content.Context; +import androidx.core.view.PointerIconCompat; +import androidx.fragment.app.FragmentManager; +import com.discord.api.channel.Channel; +import com.discord.widgets.stage.StageChannelJoinHelper; +import d0.z.d.o; +import kotlin.Unit; +import kotlin.jvm.functions.Function0; +/* compiled from: StageChannelUtils.kt */ +public final class StageChannelUtils$connectToStageChannel$2 extends o implements Function0 { + public final /* synthetic */ Channel $channel; + public final /* synthetic */ Context $context; + public final /* synthetic */ FragmentManager $fragmentManager; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public StageChannelUtils$connectToStageChannel$2(Context context, FragmentManager fragmentManager, Channel channel) { + super(0); + this.$context = context; + this.$fragmentManager = fragmentManager; + this.$channel = channel; + } + + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public final void mo1invoke() { + StageChannelJoinHelper.connectToStage$default(StageChannelJoinHelper.INSTANCE, this.$context, this.$fragmentManager, this.$channel.h(), false, false, null, null, null, null, null, PointerIconCompat.TYPE_TOP_RIGHT_DIAGONAL_DOUBLE_ARROW, null); + } +} diff --git a/app/src/main/java/com/discord/utilities/stage/StageChannelUtils.java b/app/src/main/java/com/discord/utilities/stage/StageChannelUtils.java index 0ab91757ce..a52c8b8b61 100644 --- a/app/src/main/java/com/discord/utilities/stage/StageChannelUtils.java +++ b/app/src/main/java/com/discord/utilities/stage/StageChannelUtils.java @@ -1,9 +1,13 @@ package com.discord.utilities.stage; +import android.content.Context; +import androidx.core.view.PointerIconCompat; +import androidx.fragment.app.FragmentManager; import c.d.b.a.a; import com.airbnb.lottie.parser.AnimatableValueParser; import com.discord.api.channel.Channel; import com.discord.api.permission.Permission; +import com.discord.api.stageinstance.StageInstance; import com.discord.models.guild.Guild; import com.discord.models.member.GuildMember; import com.discord.stores.StoreChannels; @@ -13,8 +17,12 @@ import com.discord.stores.StoreStageChannels; import com.discord.stores.StoreStageInstances; import com.discord.stores.StoreStream; import com.discord.stores.StoreUser; +import com.discord.utilities.guilds.MemberVerificationUtils; import com.discord.utilities.permissions.PermissionUtils; +import com.discord.widgets.stage.StageChannelJoinHelper; import com.discord.widgets.stage.StageRoles; +import com.discord.widgets.stage.start.StageEventsCreationGuildsFeatureFlag; +import com.discord.widgets.stage.start.WidgetModeratorStartStage; import d0.z.d.m; import java.util.Map; /* compiled from: StageChannelUtils.kt */ @@ -53,6 +61,24 @@ public final class StageChannelUtils { return stageChannelUtils.shouldShowEndStageBottomSheet(j, storeChannels, storeStageChannels, storeStageInstances, storeUser); } + public final void connectToStageChannel(Channel channel, Context context, FragmentManager fragmentManager) { + m.checkNotNullParameter(channel, "channel"); + m.checkNotNullParameter(context, "context"); + m.checkNotNullParameter(fragmentManager, "fragmentManager"); + if (channel.A() == 13) { + StoreStream.Companion companion = StoreStream.Companion; + StageInstance stageInstanceForChannel = companion.getStageInstances().getStageInstanceForChannel(channel.h()); + Long l = (Long) a.c(channel, companion.getPermissions().getPermissionsByChannel()); + if (stageInstanceForChannel != null && AnimatableValueParser.v1(stageInstanceForChannel)) { + StageChannelJoinHelper.connectToStage$default(StageChannelJoinHelper.INSTANCE, context, fragmentManager, channel.h(), false, false, null, null, null, null, null, PointerIconCompat.TYPE_TOP_RIGHT_DIAGONAL_DOUBLE_ARROW, null); + } else if (stageInstanceForChannel != null || l == null || !PermissionUtils.can(20971536, Long.valueOf(l.longValue())) || !StageEventsCreationGuildsFeatureFlag.Companion.getINSTANCE().canGuildCreateStageEvents(channel.f())) { + MemberVerificationUtils.maybeShowVerificationGate$default(MemberVerificationUtils.INSTANCE, context, fragmentManager, channel.f(), "Guild Voice", null, null, new StageChannelUtils$connectToStageChannel$2(context, fragmentManager, channel), 48, null); + } else { + WidgetModeratorStartStage.Companion.launch(context, channel.h(), channel.f()); + } + } + } + public final boolean shouldShowEndStageBottomSheet(long j, StoreChannels storeChannels, StoreStageChannels storeStageChannels, StoreStageInstances storeStageInstances, StoreUser storeUser) { StageRoles r9; Map channelRoles; diff --git a/app/src/main/java/com/discord/utilities/testing/TestUtilsKt$IS_JUNIT_TEST$2.java b/app/src/main/java/com/discord/utilities/testing/TestUtilsKt$IS_JUNIT_TEST$2.java new file mode 100644 index 0000000000..3b6e75ca55 --- /dev/null +++ b/app/src/main/java/com/discord/utilities/testing/TestUtilsKt$IS_JUNIT_TEST$2.java @@ -0,0 +1,33 @@ +package com.discord.utilities.testing; + +import d0.g0.t; +import d0.z.d.m; +import d0.z.d.o; +import kotlin.jvm.functions.Function0; +/* compiled from: TestUtils.kt */ +public final class TestUtilsKt$IS_JUNIT_TEST$2 extends o implements Function0 { + public static final TestUtilsKt$IS_JUNIT_TEST$2 INSTANCE = new TestUtilsKt$IS_JUNIT_TEST$2(); + + public TestUtilsKt$IS_JUNIT_TEST$2() { + super(0); + } + + /* Return type fixed from 'boolean' to match base method */ + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public final Boolean mo1invoke() { + Thread currentThread = Thread.currentThread(); + m.checkNotNullExpressionValue(currentThread, "Thread.currentThread()"); + StackTraceElement[] stackTrace = currentThread.getStackTrace(); + m.checkNotNullExpressionValue(stackTrace, "Thread.currentThread().stackTrace"); + for (StackTraceElement stackTraceElement : stackTrace) { + m.checkNotNullExpressionValue(stackTraceElement, "it"); + String className = stackTraceElement.getClassName(); + m.checkNotNullExpressionValue(className, "it.className"); + if (t.startsWith$default(className, "org.junit", false, 2, null)) { + return 1; + } + } + return null; + } +} diff --git a/app/src/main/java/com/discord/utilities/testing/TestUtilsKt.java b/app/src/main/java/com/discord/utilities/testing/TestUtilsKt.java new file mode 100644 index 0000000000..7bbaa38031 --- /dev/null +++ b/app/src/main/java/com/discord/utilities/testing/TestUtilsKt.java @@ -0,0 +1,18 @@ +package com.discord.utilities.testing; + +import android.os.Build; +import d0.g; +import d0.z.d.m; +import kotlin.Lazy; +/* compiled from: TestUtils.kt */ +public final class TestUtilsKt { + private static final Lazy IS_JUNIT_TEST$delegate = g.lazy(TestUtilsKt$IS_JUNIT_TEST$2.INSTANCE); + + public static final boolean getIS_JUNIT_TEST() { + return ((Boolean) IS_JUNIT_TEST$delegate.getValue()).booleanValue(); + } + + public static final boolean isTest() { + return m.areEqual(Build.FINGERPRINT, "roboelectric"); + } +} diff --git a/app/src/main/java/com/discord/utilities/textprocessing/node/EmojiNode.java b/app/src/main/java/com/discord/utilities/textprocessing/node/EmojiNode.java index 28a0dc8fa8..0f6bf467ee 100644 --- a/app/src/main/java/com/discord/utilities/textprocessing/node/EmojiNode.java +++ b/app/src/main/java/com/discord/utilities/textprocessing/node/EmojiNode.java @@ -226,7 +226,7 @@ public final class EmojiNode extends a implements Sp public static final class Custom extends EmojiIdAndType { /* renamed from: id reason: collision with root package name */ - private final long f2192id; + private final long f2193id; private final boolean isAnimated; private final String name; @@ -234,14 +234,14 @@ public final class EmojiNode extends a implements Sp public Custom(long j, boolean z2, String str) { super(null); m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_NAME); - this.f2192id = j; + this.f2193id = j; this.isAnimated = z2; this.name = str; } public static /* synthetic */ Custom copy$default(Custom custom, long j, boolean z2, String str, int i, Object obj) { if ((i & 1) != 0) { - j = custom.f2192id; + j = custom.f2193id; } if ((i & 2) != 0) { z2 = custom.isAnimated; @@ -253,7 +253,7 @@ public final class EmojiNode extends a implements Sp } public final long component1() { - return this.f2192id; + return this.f2193id; } public final boolean component2() { @@ -278,11 +278,11 @@ public final class EmojiNode extends a implements Sp return false; } Custom custom = (Custom) obj; - return this.f2192id == custom.f2192id && this.isAnimated == custom.isAnimated && m.areEqual(this.name, custom.name); + return this.f2193id == custom.f2193id && this.isAnimated == custom.isAnimated && m.areEqual(this.name, custom.name); } public final long getId() { - return this.f2192id; + return this.f2193id; } public final String getName() { @@ -291,7 +291,7 @@ public final class EmojiNode extends a implements Sp @Override // java.lang.Object public int hashCode() { - int a = b.a(this.f2192id) * 31; + int a = b.a(this.f2193id) * 31; boolean z2 = this.isAnimated; if (z2) { z2 = true; @@ -311,7 +311,7 @@ public final class EmojiNode extends a implements Sp @Override // java.lang.Object public String toString() { StringBuilder P = c.d.b.a.a.P("Custom(id="); - P.append(this.f2192id); + P.append(this.f2193id); P.append(", isAnimated="); P.append(this.isAnimated); P.append(", name="); diff --git a/app/src/main/java/com/discord/utilities/textprocessing/node/SpoilerNode.java b/app/src/main/java/com/discord/utilities/textprocessing/node/SpoilerNode.java index 2170ec55c4..1d91b461c1 100644 --- a/app/src/main/java/com/discord/utilities/textprocessing/node/SpoilerNode.java +++ b/app/src/main/java/com/discord/utilities/textprocessing/node/SpoilerNode.java @@ -17,7 +17,7 @@ public final class SpoilerNode extends Node implemen private final String content; /* renamed from: id reason: collision with root package name */ - private int f2193id = -1; + private int f2194id = -1; private boolean isRevealed; /* compiled from: SpoilerNode.kt */ @@ -59,7 +59,7 @@ public final class SpoilerNode extends Node implemen } public final int getId() { - return this.f2193id; + return this.f2194id; } @Override // com.discord.utilities.textprocessing.node.Spoilerable @@ -102,7 +102,7 @@ public final class SpoilerNode extends Node implemen } public final void updateState(int i, boolean z2) { - this.f2193id = i; + this.f2194id = i; setRevealed(z2); } } diff --git a/app/src/main/java/com/discord/utilities/voice/CallSoundManager.java b/app/src/main/java/com/discord/utilities/voice/CallSoundManager.java index 68f0597754..e8f23b84b4 100644 --- a/app/src/main/java/com/discord/utilities/voice/CallSoundManager.java +++ b/app/src/main/java/com/discord/utilities/voice/CallSoundManager.java @@ -66,7 +66,7 @@ public final class CallSoundManager { private final StoreApplicationStreaming.ActiveApplicationStream activeApplicationStream; /* renamed from: me reason: collision with root package name */ - private final MeUser f2194me; + private final MeUser f2195me; private final RtcConnection.State rtcConnectionState; private final Channel selectedVoiceChannel; private final Map> streamSpectators; @@ -87,7 +87,7 @@ public final class CallSoundManager { this.streamsByUser = map2; this.streamSpectators = map3; this.activeApplicationStream = activeApplicationStream; - this.f2194me = meUser; + this.f2195me = meUser; this.selectedVoiceChannel = channel; } @@ -110,7 +110,7 @@ public final class CallSoundManager { activeApplicationStream = storeState.activeApplicationStream; } if ((i & 32) != 0) { - meUser = storeState.f2194me; + meUser = storeState.f2195me; } if ((i & 64) != 0) { channel = storeState.selectedVoiceChannel; @@ -139,7 +139,7 @@ public final class CallSoundManager { } public final MeUser component6() { - return this.f2194me; + return this.f2195me; } public final Channel component7() { @@ -163,7 +163,7 @@ public final class CallSoundManager { return false; } StoreState storeState = (StoreState) obj; - return m.areEqual(this.voiceParticipants, storeState.voiceParticipants) && m.areEqual(this.rtcConnectionState, storeState.rtcConnectionState) && m.areEqual(this.streamsByUser, storeState.streamsByUser) && m.areEqual(this.streamSpectators, storeState.streamSpectators) && m.areEqual(this.activeApplicationStream, storeState.activeApplicationStream) && m.areEqual(this.f2194me, storeState.f2194me) && m.areEqual(this.selectedVoiceChannel, storeState.selectedVoiceChannel); + return m.areEqual(this.voiceParticipants, storeState.voiceParticipants) && m.areEqual(this.rtcConnectionState, storeState.rtcConnectionState) && m.areEqual(this.streamsByUser, storeState.streamsByUser) && m.areEqual(this.streamSpectators, storeState.streamSpectators) && m.areEqual(this.activeApplicationStream, storeState.activeApplicationStream) && m.areEqual(this.f2195me, storeState.f2195me) && m.areEqual(this.selectedVoiceChannel, storeState.selectedVoiceChannel); } public final StoreApplicationStreaming.ActiveApplicationStream getActiveApplicationStream() { @@ -171,7 +171,7 @@ public final class CallSoundManager { } public final MeUser getMe() { - return this.f2194me; + return this.f2195me; } public final RtcConnection.State getRtcConnectionState() { @@ -206,7 +206,7 @@ public final class CallSoundManager { int hashCode4 = (hashCode3 + (map3 != null ? map3.hashCode() : 0)) * 31; StoreApplicationStreaming.ActiveApplicationStream activeApplicationStream = this.activeApplicationStream; int hashCode5 = (hashCode4 + (activeApplicationStream != null ? activeApplicationStream.hashCode() : 0)) * 31; - MeUser meUser = this.f2194me; + MeUser meUser = this.f2195me; int hashCode6 = (hashCode5 + (meUser != null ? meUser.hashCode() : 0)) * 31; Channel channel = this.selectedVoiceChannel; if (channel != null) { @@ -227,7 +227,7 @@ public final class CallSoundManager { P.append(", activeApplicationStream="); P.append(this.activeApplicationStream); P.append(", me="); - P.append(this.f2194me); + P.append(this.f2195me); P.append(", selectedVoiceChannel="); P.append(this.selectedVoiceChannel); P.append(")"); diff --git a/app/src/main/java/com/discord/utilities/voice/ScreenShareManager$startStream$1.java b/app/src/main/java/com/discord/utilities/voice/ScreenShareManager$startStream$1.java index af6391cb63..ec844a382f 100644 --- a/app/src/main/java/com/discord/utilities/voice/ScreenShareManager$startStream$1.java +++ b/app/src/main/java/com/discord/utilities/voice/ScreenShareManager$startStream$1.java @@ -12,7 +12,7 @@ public final class ScreenShareManager$startStream$1 implements b weakReference2 = TooltipManager.a.a; tooltipManager3 = weakReference2 != null ? weakReference2.get() : tooltipManager3; if (tooltipManager3 == null) { - TooltipManager tooltipManager4 = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2187c.getValue(), 0, aVar, 4); + TooltipManager tooltipManager4 = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2188c.getValue(), 0, aVar, 4); TooltipManager.a.a = new WeakReference<>(tooltipManager4); tooltipManager3 = tooltipManager4; } diff --git a/app/src/main/java/com/discord/utilities/websocket/WebSocket.java b/app/src/main/java/com/discord/utilities/websocket/WebSocket.java index 459cae7cd8..bbecb9d37e 100644 --- a/app/src/main/java/com/discord/utilities/websocket/WebSocket.java +++ b/app/src/main/java/com/discord/utilities/websocket/WebSocket.java @@ -188,7 +188,7 @@ public final class WebSocket { private final okhttp3.WebSocket createWebSocket(String str, SSLSocketFactory sSLSocketFactory, WebSocketListener webSocketListener) { x.a aVar = new x.a(); if (sSLSocketFactory != null) { - h.a aVar2 = h.f2825c; + h.a aVar2 = h.f2826c; aVar.b(sSLSocketFactory, h.a.n()); } aVar.a(1, TimeUnit.MINUTES); diff --git a/app/src/main/java/com/discord/views/CheckedSetting.java b/app/src/main/java/com/discord/views/CheckedSetting.java index 8146352e98..9370a133a2 100644 --- a/app/src/main/java/com/discord/views/CheckedSetting.java +++ b/app/src/main/java/com/discord/views/CheckedSetting.java @@ -160,7 +160,7 @@ public final class CheckedSetting extends RelativeLayout implements Checkable { public final TextView b; /* renamed from: c reason: collision with root package name */ - public final LinkifiedTextView f2195c; + public final LinkifiedTextView f2196c; public final ImageView d; public c(ViewGroup viewGroup, r3 r3Var, int i) { @@ -197,7 +197,7 @@ public final class CheckedSetting extends RelativeLayout implements Checkable { this.b = textView4; LinkifiedTextView linkifiedTextView2 = r3Var2.d; m.checkNotNullExpressionValue(linkifiedTextView2, "binding.settingSubtext"); - this.f2195c = linkifiedTextView2; + this.f2196c = linkifiedTextView2; ImageView imageView2 = r3Var2.b; m.checkNotNullExpressionValue(imageView2, "binding.settingDrawableLeft"); this.d = imageView2; @@ -220,7 +220,7 @@ public final class CheckedSetting extends RelativeLayout implements Checkable { @Override // com.discord.views.CheckedSetting.b public TextView f() { - return this.f2195c; + return this.f2196c; } } diff --git a/app/src/main/java/com/discord/views/FailedUploadList.java b/app/src/main/java/com/discord/views/FailedUploadList.java index f3f3117ddc..c1059b740c 100644 --- a/app/src/main/java/com/discord/views/FailedUploadList.java +++ b/app/src/main/java/com/discord/views/FailedUploadList.java @@ -36,14 +36,14 @@ public final class FailedUploadList extends LinearLayout { public final long b; /* renamed from: c reason: collision with root package name */ - public final String f2196c; + public final String f2197c; public a(String str, long j, String str2) { m.checkNotNullParameter(str, "displayName"); m.checkNotNullParameter(str2, "mimeType"); this.a = str; this.b = j; - this.f2196c = str2; + this.f2197c = str2; } public boolean equals(Object obj) { @@ -54,14 +54,14 @@ public final class FailedUploadList extends LinearLayout { return false; } a aVar = (a) obj; - return m.areEqual(this.a, aVar.a) && this.b == aVar.b && m.areEqual(this.f2196c, aVar.f2196c); + return m.areEqual(this.a, aVar.a) && this.b == aVar.b && m.areEqual(this.f2197c, aVar.f2197c); } public int hashCode() { String str = this.a; int i = 0; int a = (a0.a.a.b.a(this.b) + ((str != null ? str.hashCode() : 0) * 31)) * 31; - String str2 = this.f2196c; + String str2 = this.f2197c; if (str2 != null) { i = str2.hashCode(); } @@ -74,7 +74,7 @@ public final class FailedUploadList extends LinearLayout { P.append(", sizeBytes="); P.append(this.b); P.append(", mimeType="); - return c.d.b.a.a.H(P, this.f2196c, ")"); + return c.d.b.a.a.H(P, this.f2197c, ")"); } } @@ -235,7 +235,7 @@ public final class FailedUploadList extends LinearLayout { String str = aVar.a; Context context4 = failedUploadView2.getContext(); m.checkNotNullExpressionValue(context4, "context"); - failedUploadView2.a(str, FileUtilsKt.getIconForFiletype(context4, aVar.f2196c), FileUtilsKt.getSizeSubtitle(aVar.b)); + failedUploadView2.a(str, FileUtilsKt.getIconForFiletype(context4, aVar.f2197c), FileUtilsKt.getSizeSubtitle(aVar.b)); } } else if (obj instanceof b.C0186b) { b.C0186b bVar = (b.C0186b) obj; diff --git a/app/src/main/java/com/discord/views/NumericBadgingView.java b/app/src/main/java/com/discord/views/NumericBadgingView.java index 7a9f16fe34..4d77e26579 100644 --- a/app/src/main/java/com/discord/views/NumericBadgingView.java +++ b/app/src/main/java/com/discord/views/NumericBadgingView.java @@ -21,7 +21,7 @@ public final class NumericBadgingView extends CutoutView { public float r = ((float) DimenUtils.dpToPixels(4)); /* renamed from: s reason: collision with root package name */ - public RectF f2197s = new RectF(); + public RectF f2198s = new RectF(); public String t = ""; public final Paint u; public final Paint v; @@ -122,12 +122,12 @@ public final class NumericBadgingView extends CutoutView { if (!(this.t.length() == 0)) { Context context = getContext(); m.checkNotNullExpressionValue(context, "context"); - float measuredWidth = AnimatableValueParser.p1(context) ? ((float) getMeasuredWidth()) - (this.f2197s.width() / 2.0f) : this.f2197s.width() / 2.0f; + float measuredWidth = AnimatableValueParser.p1(context) ? ((float) getMeasuredWidth()) - (this.f2198s.width() / 2.0f) : this.f2198s.width() / 2.0f; int save = canvas.save(); - canvas.translate(measuredWidth, this.f2197s.height() / 2.0f); + canvas.translate(measuredWidth, this.f2198s.height() / 2.0f); try { - float height = this.f2197s.height() / 2.0f; - canvas.drawRoundRect(this.f2197s, height, height, this.u); + float height = this.f2198s.height() / 2.0f; + canvas.drawRoundRect(this.f2198s, height, height, this.u); canvas.drawText(this.t, 0.0f, -((this.v.descent() + this.v.ascent()) / 2.0f), this.v); } finally { canvas.restoreToCount(save); @@ -153,8 +153,8 @@ public final class NumericBadgingView extends CutoutView { float textSize = this.v.getTextSize() + ((float) this.q); float f = textSize / 2.0f; float measureText = i >= 10 ? (this.v.measureText(this.t) + textSize) / 2.0f : f; - this.f2197s.set(-measureText, -f, measureText, f); - setStyle(new a(this.f2197s, this.r)); + this.f2198s.set(-measureText, -f, measureText, f); + setStyle(new a(this.f2198s, this.r)); invalidate(); } } diff --git a/app/src/main/java/com/discord/views/OverlayMenuBubbleDialog.java b/app/src/main/java/com/discord/views/OverlayMenuBubbleDialog.java index b5fe875627..8abcafdc5c 100644 --- a/app/src/main/java/com/discord/views/OverlayMenuBubbleDialog.java +++ b/app/src/main/java/com/discord/views/OverlayMenuBubbleDialog.java @@ -38,10 +38,10 @@ import rx.Observable; public final class OverlayMenuBubbleDialog extends l implements AppComponent { /* renamed from: y reason: collision with root package name */ - public final q0 f2198y; + public final q0 f2199y; /* renamed from: z reason: collision with root package name */ - public final SimpleRecyclerAdapter f2199z; + public final SimpleRecyclerAdapter f2200z; /* compiled from: OverlayMenuBubbleDialog.kt */ public static final class a extends SimpleRecyclerAdapter.ViewHolder { @@ -119,7 +119,7 @@ public final class OverlayMenuBubbleDialog extends l implements AppComponent { Pair, ? extends Integer> pair2 = pair; int intValue = ((Number) pair2.component2()).intValue(); OverlayMenuBubbleDialog overlayMenuBubbleDialog = this.this$0; - overlayMenuBubbleDialog.f2199z.setData((List) pair2.component1()); + overlayMenuBubbleDialog.f2200z.setData((List) pair2.component1()); if (intValue == 0) { str = null; } else { @@ -128,7 +128,7 @@ public final class OverlayMenuBubbleDialog extends l implements AppComponent { sb.append(intValue); str = sb.toString(); } - TextView textView = overlayMenuBubbleDialog.f2198y.d; + TextView textView = overlayMenuBubbleDialog.f2199y.d; m.checkNotNullExpressionValue(textView, "binding.overlayMembersOverflowTv"); ViewExtensions.setTextAndVisibilityBy(textView, str); return Unit.a; @@ -158,8 +158,8 @@ public final class OverlayMenuBubbleDialog extends l implements AppComponent { if (overlayMenuView != null) { q0 q0Var = new q0((LinearLayout) inflate, linearLayout, findViewById, textView, recyclerView, overlayMenuView); m.checkNotNullExpressionValue(q0Var, "OverlayBubbleMenuBinding…rom(context), this, true)"); - this.f2198y = q0Var; - this.f2199z = new SimpleRecyclerAdapter<>(null, n.i, 1, null); + this.f2199y = q0Var; + this.f2200z = new SimpleRecyclerAdapter<>(null, n.i, 1, null); overlayMenuView.setOnDismissRequested$app_productionCanaryRelease(new q(0, this)); setClipChildren(false); return; @@ -175,18 +175,18 @@ public final class OverlayMenuBubbleDialog extends l implements AppComponent { public Animator getClosingAnimator() { AnimatorSet animatorSet = new AnimatorSet(); animatorSet.setStartDelay((long) getResources().getInteger(17694720)); - OverlayMenuView overlayMenuView = this.f2198y.f; + OverlayMenuView overlayMenuView = this.f2199y.f; m.checkNotNullExpressionValue(overlayMenuView, "binding.overlayMenu"); Animator loadAnimator = AnimatorInflater.loadAnimator(overlayMenuView.getContext(), R.animator.overlay_slide_down_fade_out); - loadAnimator.setTarget(this.f2198y.f); + loadAnimator.setTarget(this.f2199y.f); Animator loadAnimator2 = AnimatorInflater.loadAnimator(getContext(), R.animator.overlay_slide_up_fade_out); - loadAnimator2.setTarget(this.f2198y.b); + loadAnimator2.setTarget(this.f2199y.b); animatorSet.playTogether(loadAnimator, loadAnimator2); return animatorSet; } public final View getLinkedAnchorView() { - View view = this.f2198y.f147c; + View view = this.f2199y.f147c; m.checkNotNullExpressionValue(view, "binding.overlayLinkedAnchorView"); return view; } @@ -194,25 +194,25 @@ public final class OverlayMenuBubbleDialog extends l implements AppComponent { @Override // android.view.View, android.view.ViewGroup public void onAttachedToWindow() { super.onAttachedToWindow(); - OverlayMenuView overlayMenuView = this.f2198y.f; + OverlayMenuView overlayMenuView = this.f2199y.f; m.checkNotNullExpressionValue(overlayMenuView, "binding.overlayMenu"); overlayMenuView.setAlpha(0.0f); - LinearLayout linearLayout = this.f2198y.b; + LinearLayout linearLayout = this.f2199y.b; m.checkNotNullExpressionValue(linearLayout, "binding.overlayHeader"); linearLayout.setAlpha(0.0f); AnimatorSet animatorSet = new AnimatorSet(); - OverlayMenuView overlayMenuView2 = this.f2198y.f; + OverlayMenuView overlayMenuView2 = this.f2199y.f; m.checkNotNullExpressionValue(overlayMenuView2, "binding.overlayMenu"); Animator loadAnimator = AnimatorInflater.loadAnimator(overlayMenuView2.getContext(), R.animator.overlay_slide_up_fade_in); - loadAnimator.setTarget(this.f2198y.f); + loadAnimator.setTarget(this.f2199y.f); Animator loadAnimator2 = AnimatorInflater.loadAnimator(getContext(), R.animator.overlay_slide_down_fade_in); - loadAnimator2.setTarget(this.f2198y.b); + loadAnimator2.setTarget(this.f2199y.b); animatorSet.playTogether(loadAnimator, loadAnimator2); animatorSet.setStartDelay((long) getResources().getInteger(17694720)); animatorSet.start(); - RecyclerView recyclerView = this.f2198y.e; + RecyclerView recyclerView = this.f2199y.e; m.checkNotNullExpressionValue(recyclerView, "binding.overlayMembersRv"); - recyclerView.setAdapter(this.f2199z); + recyclerView.setAdapter(this.f2200z); Observable F = StoreStream.Companion.getVoiceChannelSelected().observeSelectedVoiceChannelId().X(b.i).F(c.i); m.checkNotNullExpressionValue(F, "StoreStream\n .get…- 3\n }\n }"); ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui$default(ObservableExtensionsKt.computationLatest(F), this, null, 2, null), OverlayMenuBubbleDialog.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new d(this), 62, (Object) null); diff --git a/app/src/main/java/com/discord/views/OverlayMenuView.java b/app/src/main/java/com/discord/views/OverlayMenuView.java index e03a878d52..6159fc2733 100644 --- a/app/src/main/java/com/discord/views/OverlayMenuView.java +++ b/app/src/main/java/com/discord/views/OverlayMenuView.java @@ -46,14 +46,14 @@ public final class OverlayMenuView extends LinearLayout implements AppComponent public final Guild b; /* renamed from: c reason: collision with root package name */ - public final CallModel f2200c; + public final CallModel f2201c; public final RtcConnection.Quality d; public a(Long l, Guild guild, CallModel callModel, RtcConnection.Quality quality) { m.checkNotNullParameter(quality, "rtcQuality"); this.a = l; this.b = guild; - this.f2200c = callModel; + this.f2201c = callModel; this.d = quality; } } @@ -77,7 +77,7 @@ public final class OverlayMenuView extends LinearLayout implements AppComponent OverlayMenuView overlayMenuView = this.this$0; int i = OverlayMenuView.i; Objects.requireNonNull(overlayMenuView); - if (aVar2.f2200c != null) { + if (aVar2.f2201c != null) { overlayMenuView.j.b.d.setOnClickListener(new e(0, overlayMenuView, aVar2)); TextView textView = overlayMenuView.j.b.d; m.checkNotNullExpressionValue(textView, "binding.content.overlayInviteLink"); @@ -86,13 +86,13 @@ public final class OverlayMenuView extends LinearLayout implements AppComponent overlayMenuView.j.b.f.setOnClickListener(new e(1, overlayMenuView, aVar2)); ImageView imageView = overlayMenuView.j.e; m.checkNotNullExpressionValue(imageView, "binding.srcToggle"); - ColorStateList valueOf = aVar2.f2200c.getAudioManagerState().getActiveAudioDevice() == DiscordAudioManager.DeviceTypes.SPEAKERPHONE ? ColorStateList.valueOf(-1) : ColorStateList.valueOf(ColorCompat.getColor(overlayMenuView.getContext(), (int) R.color.primary_dark_400)); + ColorStateList valueOf = aVar2.f2201c.getAudioManagerState().getActiveAudioDevice() == DiscordAudioManager.DeviceTypes.SPEAKERPHONE ? ColorStateList.valueOf(-1) : ColorStateList.valueOf(ColorCompat.getColor(overlayMenuView.getContext(), (int) R.color.primary_dark_400)); m.checkNotNullExpressionValue(valueOf, "if (selectedOutputDevice…rimary_dark_400))\n }"); imageView.setImageTintList(valueOf); overlayMenuView.j.e.setOnClickListener(new h(1, aVar2)); ImageView imageView2 = overlayMenuView.j.d; m.checkNotNullExpressionValue(imageView2, "binding.muteToggle"); - imageView2.setActivated(aVar2.f2200c.isMeMutedByAnySource()); + imageView2.setActivated(aVar2.f2201c.isMeMutedByAnySource()); overlayMenuView.j.d.setOnClickListener(new h(2, aVar2)); overlayMenuView.j.f149c.setOnClickListener(new h(3, overlayMenuView)); overlayMenuView.j.b.e.setImageResource(VoiceViewUtils.INSTANCE.getQualityIndicator(aVar2.d)); @@ -106,7 +106,7 @@ public final class OverlayMenuView extends LinearLayout implements AppComponent textView2.setText(name); TextView textView3 = overlayMenuView.j.b.b; m.checkNotNullExpressionValue(textView3, "binding.content.overlayChannelName"); - textView3.setText(AnimatableValueParser.y0(aVar2.f2200c.getChannel())); + textView3.setText(AnimatableValueParser.y0(aVar2.f2201c.getChannel())); } } return Unit.a; diff --git a/app/src/main/java/com/discord/views/PileView.java b/app/src/main/java/com/discord/views/PileView.java index 462d33628e..dfa2103c17 100644 --- a/app/src/main/java/com/discord/views/PileView.java +++ b/app/src/main/java/com/discord/views/PileView.java @@ -45,7 +45,7 @@ public final class PileView extends FrameLayout { public final CutoutView.a r; /* renamed from: s reason: collision with root package name */ - public int f2201s = DimenUtils.dpToPixels(14); + public int f2202s = DimenUtils.dpToPixels(14); public boolean t; @ColorInt public int u; @@ -141,7 +141,7 @@ public final class PileView extends FrameLayout { this.q = obtainStyledAttributes.getDimensionPixelSize(1, this.q); this.j = obtainStyledAttributes.getBoolean(10, this.j); this.k = obtainStyledAttributes.getBoolean(9, this.k); - this.f2201s = obtainStyledAttributes.getDimensionPixelSize(7, this.f2201s); + this.f2202s = obtainStyledAttributes.getDimensionPixelSize(7, this.f2202s); this.t = obtainStyledAttributes.getBoolean(11, this.t); this.u = obtainStyledAttributes.getColor(8, this.u); obtainStyledAttributes.recycle(); @@ -260,7 +260,7 @@ public final class PileView extends FrameLayout { sb.append('+'); sb.append(size); textView2.setText(sb.toString()); - textView2.setTextSize(0, (float) this.f2201s); + textView2.setTextSize(0, (float) this.f2202s); m.checkNotNullExpressionValue(cutoutView2, "overflowItemBinding.root"); addView(cutoutView2, cutoutView2.getLayoutParams()); m.checkNotNullExpressionValue(textView2, "overflowItemBinding.pileItemText"); diff --git a/app/src/main/java/com/discord/views/calls/VideoCallParticipantView.java b/app/src/main/java/com/discord/views/calls/VideoCallParticipantView.java index 3e85146fbf..fcbe732047 100644 --- a/app/src/main/java/com/discord/views/calls/VideoCallParticipantView.java +++ b/app/src/main/java/com/discord/views/calls/VideoCallParticipantView.java @@ -70,14 +70,14 @@ public final class VideoCallParticipantView extends ConstraintLayout implements public boolean r; /* renamed from: s reason: collision with root package name */ - public VideoCallGridAdapter.CallUiInsets f2202s; + public VideoCallGridAdapter.CallUiInsets f2203s; public boolean t; public Drawable u; public Drawable v; public Function2 w; /* renamed from: x reason: collision with root package name */ - public Function2 f2203x; + public Function2 f2204x; /* compiled from: VideoCallParticipantView.kt */ public static final class ParticipantData implements FrameGridLayout.Data { @@ -85,7 +85,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements public final StoreVoiceParticipants.VoiceUser b; /* renamed from: c reason: collision with root package name */ - public final boolean f2204c; + public final boolean f2205c; public final RendererCommon.ScalingType d; public final RendererCommon.ScalingType e; public final ApplicationStreamState f; @@ -115,14 +115,14 @@ public final class VideoCallParticipantView extends ConstraintLayout implements public final StreamResolution b; /* renamed from: c reason: collision with root package name */ - public final StreamFps f2205c; + public final StreamFps f2206c; public final boolean d; public a(boolean z2, StreamResolution streamResolution, StreamFps streamFps, boolean z3) { m.checkNotNullParameter(streamResolution, "resolution"); this.a = z2; this.b = streamResolution; - this.f2205c = streamFps; + this.f2206c = streamFps; this.d = z3; } @@ -134,7 +134,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements return false; } a aVar = (a) obj; - return this.a == aVar.a && m.areEqual(this.b, aVar.b) && m.areEqual(this.f2205c, aVar.f2205c) && this.d == aVar.d; + return this.a == aVar.a && m.areEqual(this.b, aVar.b) && m.areEqual(this.f2206c, aVar.f2206c) && this.d == aVar.d; } public int hashCode() { @@ -150,7 +150,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements StreamResolution streamResolution = this.b; int i6 = 0; int hashCode = (i5 + (streamResolution != null ? streamResolution.hashCode() : 0)) * 31; - StreamFps streamFps = this.f2205c; + StreamFps streamFps = this.f2206c; if (streamFps != null) { i6 = streamFps.hashCode(); } @@ -168,7 +168,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements P.append(", resolution="); P.append(this.b); P.append(", fps="); - P.append(this.f2205c); + P.append(this.f2206c); P.append(", isBadQuality="); return c.d.b.a.a.L(P, this.d, ")"); } @@ -181,7 +181,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements m.checkNotNullParameter(voiceUser, "participant"); m.checkNotNullParameter(type, "type"); this.b = voiceUser; - this.f2204c = z2; + this.f2205c = z2; this.d = scalingType; this.e = scalingType2; this.f = applicationStreamState; @@ -204,7 +204,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements public static ParticipantData a(ParticipantData participantData, StoreVoiceParticipants.VoiceUser voiceUser, boolean z2, RendererCommon.ScalingType scalingType, RendererCommon.ScalingType scalingType2, ApplicationStreamState applicationStreamState, Type type, boolean z3, boolean z4, a aVar, int i) { Type type2 = null; StoreVoiceParticipants.VoiceUser voiceUser2 = (i & 1) != 0 ? participantData.b : null; - boolean z5 = (i & 2) != 0 ? participantData.f2204c : z2; + boolean z5 = (i & 2) != 0 ? participantData.f2205c : z2; RendererCommon.ScalingType scalingType3 = (i & 4) != 0 ? participantData.d : scalingType; RendererCommon.ScalingType scalingType4 = (i & 8) != 0 ? participantData.e : scalingType2; ApplicationStreamState applicationStreamState2 = (i & 16) != 0 ? participantData.f : null; @@ -253,7 +253,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements return false; } ParticipantData participantData = (ParticipantData) obj; - return m.areEqual(this.b, participantData.b) && this.f2204c == participantData.f2204c && m.areEqual(this.d, participantData.d) && m.areEqual(this.e, participantData.e) && m.areEqual(this.f, participantData.f) && m.areEqual(this.g, participantData.g) && this.h == participantData.h && this.i == participantData.i && m.areEqual(this.j, participantData.j); + return m.areEqual(this.b, participantData.b) && this.f2205c == participantData.f2205c && m.areEqual(this.d, participantData.d) && m.areEqual(this.e, participantData.e) && m.areEqual(this.f, participantData.f) && m.areEqual(this.g, participantData.g) && this.h == participantData.h && this.i == participantData.i && m.areEqual(this.j, participantData.j); } @Override // com.discord.utilities.view.grid.FrameGridLayout.Data @@ -265,7 +265,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements StoreVoiceParticipants.VoiceUser voiceUser = this.b; int i = 0; int hashCode = (voiceUser != null ? voiceUser.hashCode() : 0) * 31; - boolean z2 = this.f2204c; + boolean z2 = this.f2205c; int i2 = 1; if (z2) { z2 = true; @@ -306,7 +306,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements StringBuilder P = c.d.b.a.a.P("ParticipantData(participant="); P.append(this.b); P.append(", mirrorVideo="); - P.append(this.f2204c); + P.append(this.f2205c); P.append(", scalingType="); P.append(this.d); P.append(", scalingTypeMismatchOrientation="); @@ -430,7 +430,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements public final void onClick(View view) { Function2 function2 = this.i.w; ParticipantData.a aVar = this.j; - function2.invoke(aVar.b, aVar.f2205c); + function2.invoke(aVar.b, aVar.f2206c); } } @@ -517,11 +517,11 @@ public final class VideoCallParticipantView extends ConstraintLayout implements m.checkNotNullExpressionValue(g4Var, "ViewVideoCallParticipant…ater.from(context), this)"); this.i = g4Var; this.m = j.i; - this.f2202s = new VideoCallGridAdapter.CallUiInsets(0, 0, 0, 0); + this.f2203s = new VideoCallGridAdapter.CallUiInsets(0, 0, 0, 0); this.u = ContextCompat.getDrawable(context, R.drawable.bg_stream_live_indicator); this.v = ContextCompat.getDrawable(context, R.drawable.bg_stream_live_indicator_split_pill); this.w = t.i; - this.f2203x = t.j; + this.f2204x = t.j; if (attributeSet2 != null) { TypedArray obtainStyledAttributes = context.obtainStyledAttributes(attributeSet2, R.a.VideoCallParticipantView, 0, 0); m.checkNotNullExpressionValue(obtainStyledAttributes, "context.obtainStyledAttr… 0\n )"); @@ -569,7 +569,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements z2 = videoCallParticipantView.r; } if ((i & 8) != 0) { - callUiInsets2 = videoCallParticipantView.f2202s; + callUiInsets2 = videoCallParticipantView.f2203s; } if ((i & 16) != 0) { z3 = videoCallParticipantView.t; @@ -587,8 +587,8 @@ public final class VideoCallParticipantView extends ConstraintLayout implements return; } ConstraintLayout constraintLayout = this.i.e; - constraintLayout.setTranslationX(-((float) this.f2202s.getRight())); - constraintLayout.setTranslationY((float) this.f2202s.getTop()); + constraintLayout.setTranslationX(-((float) this.f2203s.getRight())); + constraintLayout.setTranslationY((float) this.f2203s.getTop()); constraintLayout.setOnClickListener(new a(this, aVar)); ImageView imageView = this.i.f; m.checkNotNullExpressionValue(imageView, "binding.participantFullscreenStreamqualIcon"); @@ -597,7 +597,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements Context context = getContext(); m.checkNotNullExpressionValue(context, "context"); CharSequence a2 = streamResolution.a(context); - StreamFps streamFps = aVar.f2205c; + StreamFps streamFps = aVar.f2206c; if (streamFps != null) { Context context2 = getContext(); m.checkNotNullExpressionValue(context2, "context"); @@ -628,7 +628,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements textView2.setVisibility(i); textView2.setTextColor(ContextCompat.getColor(textView2.getContext(), i2)); textView2.requestLayout(); - this.f2203x.invoke(aVar.b, aVar.f2205c); + this.f2204x.invoke(aVar.b, aVar.f2206c); b(true); } @@ -660,7 +660,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements m.checkNotNullParameter(callUiInsets, "callUiInsets"); this.q = displayCutoutCompat; this.r = z2; - this.f2202s = callUiInsets; + this.f2203s = callUiInsets; this.t = z3; StoreVoiceParticipants.VoiceUser voiceUser = participantData != null ? participantData.b : null; if (voiceUser != null) { @@ -912,7 +912,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements RendererCommon.ScalingType scalingType = participantData == null ? participantData.d : null; RendererCommon.ScalingType scalingType2 = participantData == null ? participantData.e : null; if (participantData == null) { - z5 = participantData.f2204c; + z5 = participantData.f2205c; num = b2; } else { num = b2; diff --git a/app/src/main/java/com/discord/views/steps/StepsView.java b/app/src/main/java/com/discord/views/steps/StepsView.java index a1496a8e43..2207e27cb5 100644 --- a/app/src/main/java/com/discord/views/steps/StepsView.java +++ b/app/src/main/java/com/discord/views/steps/StepsView.java @@ -88,7 +88,7 @@ public final class StepsView extends RelativeLayout { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2206c; + public final int f2207c; public final Function1 d; public final Function1 e; public final Function1 f; @@ -109,7 +109,7 @@ public final class StepsView extends RelativeLayout { public final boolean r; /* renamed from: s reason: collision with root package name */ - public final boolean f2207s; + public final boolean f2208s; public final boolean t; /* JADX WARNING: Illegal instructions before constructor call */ @@ -137,7 +137,7 @@ public final class StepsView extends RelativeLayout { this.p = null; this.q = function14; this.r = z6; - this.f2207s = z7; + this.f2208s = z7; this.t = z5; } @@ -149,7 +149,7 @@ public final class StepsView extends RelativeLayout { return false; } a aVar = (a) obj; - return m.areEqual(this.j, aVar.j) && this.k == aVar.k && this.l == aVar.l && this.m == aVar.m && m.areEqual(this.n, aVar.n) && m.areEqual(this.o, aVar.o) && m.areEqual(this.p, aVar.p) && m.areEqual(this.q, aVar.q) && this.r == aVar.r && this.f2207s == aVar.f2207s && this.t == aVar.t; + return m.areEqual(this.j, aVar.j) && this.k == aVar.k && this.l == aVar.l && this.m == aVar.m && m.areEqual(this.n, aVar.n) && m.areEqual(this.o, aVar.o) && m.areEqual(this.p, aVar.p) && m.areEqual(this.q, aVar.q) && this.r == aVar.r && this.f2208s == aVar.f2208s && this.t == aVar.t; } public int hashCode() { @@ -176,7 +176,7 @@ public final class StepsView extends RelativeLayout { int i5 = z2 ? 1 : 0; int i6 = z2 ? 1 : 0; int i7 = (i2 + i4) * 31; - boolean z3 = this.f2207s; + boolean z3 = this.f2208s; if (z3) { z3 = true; } @@ -211,7 +211,7 @@ public final class StepsView extends RelativeLayout { P.append(", canNext="); P.append(this.r); P.append(", canCancel="); - P.append(this.f2207s); + P.append(this.f2208s); P.append(", allowScroll="); return c.d.b.a.a.L(P, this.t, ")"); } @@ -243,7 +243,7 @@ public final class StepsView extends RelativeLayout { public b(int i, int i2, int i3, Function1 function1, Function1 function12, Function1 function13, boolean z2, boolean z3, boolean z4, DefaultConstructorMarker defaultConstructorMarker) { this.a = i; this.b = i2; - this.f2206c = i3; + this.f2207c = i3; this.d = function1; this.e = function12; this.f = function13; @@ -302,19 +302,19 @@ public final class StepsView extends RelativeLayout { public final /* synthetic */ Function1 b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ Function0 f2208c; + public final /* synthetic */ Function0 f2209c; public e(StepsView stepsView, Function1 function1, Function0 function0) { this.a = stepsView; this.b = function1; - this.f2208c = function0; + this.f2209c = function0; } @Override // androidx.viewpager2.widget.ViewPager2.OnPageChangeCallback public void onPageSelected(int i) { this.b.invoke(Integer.valueOf(i)); StepsView stepsView = this.a; - Function0 function0 = this.f2208c; + Function0 function0 = this.f2209c; int i2 = StepsView.i; stepsView.c(i, function0); } @@ -454,7 +454,7 @@ public final class StepsView extends RelativeLayout { TextView textView = this.j.f187c; m.checkNotNullExpressionValue(textView, "binding.stepsCancel"); textView.setText(getContext().getString(((b) list.get(i2)).b)); - this.j.e.setText(getContext().getString(((b) list.get(i2)).f2206c)); + this.j.e.setText(getContext().getString(((b) list.get(i2)).f2207c)); MaterialButton materialButton = this.j.f; m.checkNotNullExpressionValue(materialButton, "binding.stepsNext"); materialButton.setText(getContext().getString(((b) list.get(i2)).a)); diff --git a/app/src/main/java/com/discord/views/user/UserAvatarPresenceView.java b/app/src/main/java/com/discord/views/user/UserAvatarPresenceView.java index 0aa26a0046..aff0cc8e36 100644 --- a/app/src/main/java/com/discord/views/user/UserAvatarPresenceView.java +++ b/app/src/main/java/com/discord/views/user/UserAvatarPresenceView.java @@ -46,7 +46,7 @@ public final class UserAvatarPresenceView extends RelativeLayout { public final Presence b; /* renamed from: c reason: collision with root package name */ - public final StreamContext f2209c; + public final StreamContext f2210c; public final boolean d; public final GuildMember e; @@ -54,7 +54,7 @@ public final class UserAvatarPresenceView extends RelativeLayout { m.checkNotNullParameter(user, "user"); this.a = user; this.b = presence; - this.f2209c = streamContext; + this.f2210c = streamContext; this.d = z2; this.e = guildMember; } @@ -64,7 +64,7 @@ public final class UserAvatarPresenceView extends RelativeLayout { m.checkNotNullParameter(user, "user"); this.a = user; this.b = presence; - this.f2209c = streamContext; + this.f2210c = streamContext; this.d = z2; this.e = null; } @@ -77,7 +77,7 @@ public final class UserAvatarPresenceView extends RelativeLayout { return false; } a aVar = (a) obj; - return m.areEqual(this.a, aVar.a) && m.areEqual(this.b, aVar.b) && m.areEqual(this.f2209c, aVar.f2209c) && this.d == aVar.d && m.areEqual(this.e, aVar.e); + return m.areEqual(this.a, aVar.a) && m.areEqual(this.b, aVar.b) && m.areEqual(this.f2210c, aVar.f2210c) && this.d == aVar.d && m.areEqual(this.e, aVar.e); } public int hashCode() { @@ -86,7 +86,7 @@ public final class UserAvatarPresenceView extends RelativeLayout { int hashCode = (user != null ? user.hashCode() : 0) * 31; Presence presence = this.b; int hashCode2 = (hashCode + (presence != null ? presence.hashCode() : 0)) * 31; - StreamContext streamContext = this.f2209c; + StreamContext streamContext = this.f2210c; int hashCode3 = (hashCode2 + (streamContext != null ? streamContext.hashCode() : 0)) * 31; boolean z2 = this.d; if (z2) { @@ -109,7 +109,7 @@ public final class UserAvatarPresenceView extends RelativeLayout { P.append(", presence="); P.append(this.b); P.append(", streamContext="); - P.append(this.f2209c); + P.append(this.f2210c); P.append(", showPresence="); P.append(this.d); P.append(", guildMember="); diff --git a/app/src/main/java/com/discord/views/user/UserAvatarPresenceViewController.java b/app/src/main/java/com/discord/views/user/UserAvatarPresenceViewController.java index 068db612cc..63c9b7cd04 100644 --- a/app/src/main/java/com/discord/views/user/UserAvatarPresenceViewController.java +++ b/app/src/main/java/com/discord/views/user/UserAvatarPresenceViewController.java @@ -20,7 +20,7 @@ public final class UserAvatarPresenceViewController extends RxViewController observeState() { Observable F = this.b.observeUser(this.a).x(ObservableExtensionsKt$filterNull$1.INSTANCE).F(ObservableExtensionsKt$filterNull$2.INSTANCE); m.checkNotNullExpressionValue(F, "filter { it != null }.map { it!! }"); - Observable i = Observable.i(F, ModelRichPresence.Companion.get(this.a, this.f2210c), this.d.getForUser(this.a, false), a.a); + Observable i = Observable.i(F, ModelRichPresence.Companion.get(this.a, this.f2211c), this.d.getForUser(this.a, false), a.a); m.checkNotNullExpressionValue(i, "Observable.combineLatest…nce = true,\n )\n }"); return i; } diff --git a/app/src/main/java/com/discord/widgets/auth/WidgetAuthMfa$onViewBound$1.java b/app/src/main/java/com/discord/widgets/auth/WidgetAuthMfa$onViewBound$1.java index f5beb80af5..bcd4278f99 100644 --- a/app/src/main/java/com/discord/widgets/auth/WidgetAuthMfa$onViewBound$1.java +++ b/app/src/main/java/com/discord/widgets/auth/WidgetAuthMfa$onViewBound$1.java @@ -16,10 +16,10 @@ public final class WidgetAuthMfa$onViewBound$1 implements Action2 { - public final /* synthetic */ String $phone; - public final /* synthetic */ WidgetAuthRegisterIdentity this$0; +public final class WidgetAuthRegisterIdentity$handleNext$1 extends o implements Function1 { + public static final WidgetAuthRegisterIdentity$handleNext$1 INSTANCE = new WidgetAuthRegisterIdentity$handleNext$1(); - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public WidgetAuthRegisterIdentity$handleNext$1(WidgetAuthRegisterIdentity widgetAuthRegisterIdentity, String str) { + public WidgetAuthRegisterIdentity$handleNext$1() { super(1); - this.this$0 = widgetAuthRegisterIdentity; - this.$phone = str; } - /* 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 /* bridge */ /* synthetic */ Unit invoke(Void r1) { - invoke(r1); - return Unit.a; - } - - public final void invoke(Void r13) { - RegistrationFlowRepo.trackTransition$default(RegistrationFlowRepo.Companion.getINSTANCE(), "Account Identity", "success", null, 4, null); - WidgetAuthPhoneVerify.Companion.launch(this.this$0.requireContext(), WidgetAuthRegisterIdentity.access$getPhoneVerifyLauncher$p(this.this$0), WidgetAuthRegisterIdentity.access$getBinding$p(this.this$0).d.getTextOrEmpty(), b.h(this.this$0.requireContext(), R.string.sms_confirmation_title, new Object[0], null, 4), b.h(this.this$0.requireContext(), R.string.sms_confirmation_description, new Object[]{this.$phone}, null, 4)); + public final TrackNetworkMetadataReceiver invoke(Void r1) { + return new TrackNetworkActionUserRegisterPhone(); } } diff --git a/app/src/main/java/com/discord/widgets/auth/WidgetAuthRegisterIdentity$handleNext$2.java b/app/src/main/java/com/discord/widgets/auth/WidgetAuthRegisterIdentity$handleNext$2.java index e5d8d29a76..830618efce 100644 --- a/app/src/main/java/com/discord/widgets/auth/WidgetAuthRegisterIdentity$handleNext$2.java +++ b/app/src/main/java/com/discord/widgets/auth/WidgetAuthRegisterIdentity$handleNext$2.java @@ -1,29 +1,33 @@ package com.discord.widgets.auth; +import c.a.k.b; +import com.discord.R; import com.discord.utilities.auth.RegistrationFlowRepo; -import com.discord.utilities.error.Error; -import d0.z.d.m; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: WidgetAuthRegisterIdentity.kt */ -public final class WidgetAuthRegisterIdentity$handleNext$2 extends o implements Function1 { - public static final WidgetAuthRegisterIdentity$handleNext$2 INSTANCE = new WidgetAuthRegisterIdentity$handleNext$2(); +public final class WidgetAuthRegisterIdentity$handleNext$2 extends o implements Function1 { + public final /* synthetic */ String $phone; + public final /* synthetic */ WidgetAuthRegisterIdentity this$0; - public WidgetAuthRegisterIdentity$handleNext$2() { + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public WidgetAuthRegisterIdentity$handleNext$2(WidgetAuthRegisterIdentity widgetAuthRegisterIdentity, String str) { super(1); + this.this$0 = widgetAuthRegisterIdentity; + this.$phone = str; } /* 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 /* bridge */ /* synthetic */ Unit invoke(Error error) { - invoke(error); + public /* bridge */ /* synthetic */ Unit invoke(Void r1) { + invoke(r1); return Unit.a; } - public final void invoke(Error error) { - m.checkNotNullParameter(error, "it"); - RegistrationFlowRepo.Companion.getINSTANCE().trackTransition("Account Identity", "response_error", d0.t.m.listOf("phone")); + public final void invoke(Void r13) { + RegistrationFlowRepo.trackTransition$default(RegistrationFlowRepo.Companion.getINSTANCE(), "Account Identity", "success", null, 4, null); + WidgetAuthPhoneVerify.Companion.launch(this.this$0.requireContext(), WidgetAuthRegisterIdentity.access$getPhoneVerifyLauncher$p(this.this$0), WidgetAuthRegisterIdentity.access$getBinding$p(this.this$0).d.getTextOrEmpty(), b.h(this.this$0.requireContext(), R.string.sms_confirmation_title, new Object[0], null, 4), b.h(this.this$0.requireContext(), R.string.sms_confirmation_description, new Object[]{this.$phone}, null, 4)); } } diff --git a/app/src/main/java/com/discord/widgets/auth/WidgetAuthRegisterIdentity$handleNext$3.java b/app/src/main/java/com/discord/widgets/auth/WidgetAuthRegisterIdentity$handleNext$3.java new file mode 100644 index 0000000000..9825cddcac --- /dev/null +++ b/app/src/main/java/com/discord/widgets/auth/WidgetAuthRegisterIdentity$handleNext$3.java @@ -0,0 +1,29 @@ +package com.discord.widgets.auth; + +import com.discord.utilities.auth.RegistrationFlowRepo; +import com.discord.utilities.error.Error; +import d0.z.d.m; +import d0.z.d.o; +import kotlin.Unit; +import kotlin.jvm.functions.Function1; +/* compiled from: WidgetAuthRegisterIdentity.kt */ +public final class WidgetAuthRegisterIdentity$handleNext$3 extends o implements Function1 { + public static final WidgetAuthRegisterIdentity$handleNext$3 INSTANCE = new WidgetAuthRegisterIdentity$handleNext$3(); + + public WidgetAuthRegisterIdentity$handleNext$3() { + super(1); + } + + /* 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 /* bridge */ /* synthetic */ Unit invoke(Error error) { + invoke(error); + return Unit.a; + } + + public final void invoke(Error error) { + m.checkNotNullParameter(error, "it"); + RegistrationFlowRepo.Companion.getINSTANCE().trackTransition("Account Identity", "response_error", d0.t.m.listOf("phone")); + } +} diff --git a/app/src/main/java/com/discord/widgets/auth/WidgetAuthRegisterIdentity.java b/app/src/main/java/com/discord/widgets/auth/WidgetAuthRegisterIdentity.java index b1f2450ff6..4ff1fc411c 100644 --- a/app/src/main/java/com/discord/widgets/auth/WidgetAuthRegisterIdentity.java +++ b/app/src/main/java/com/discord/widgets/auth/WidgetAuthRegisterIdentity.java @@ -19,6 +19,7 @@ import com.discord.stores.StorePhone; import com.discord.stores.StoreStream; import com.discord.stores.updates.ObservationDeck; import com.discord.stores.updates.ObservationDeckProvider; +import com.discord.stores.utilities.RestCallStateKt; import com.discord.utilities.auth.RegistrationFlowRepo; import com.discord.utilities.rest.RestAPI; import com.discord.utilities.rx.ObservableExtensionsKt; @@ -165,7 +166,7 @@ public final class WidgetAuthRegisterIdentity extends AppFragment { } else if (!this.shouldValidateInputs || ValidationManager.validate$default(getPhoneValidationManager(), false, 1, null)) { String textOrEmpty = getBinding().d.getTextOrEmpty(); RegistrationFlowRepo.Companion.getINSTANCE().setPhone(textOrEmpty); - ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.withDimmer$default(ObservableExtensionsKt.ui$default(ObservableExtensionsKt.restSubscribeOn$default(RestAPI.Companion.getApi().postAuthRegisterPhone(new RestAPIParams.AuthRegisterPhone(textOrEmpty)), false, 1, null), this, null, 2, null), getBinding().h, 0, 2, null), WidgetAuthRegisterIdentity.class, getContext(), (Function1) null, WidgetAuthRegisterIdentity$handleNext$2.INSTANCE, (Function0) null, (Function0) null, new WidgetAuthRegisterIdentity$handleNext$1(this, textOrEmpty), 52, (Object) null); + ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.withDimmer$default(ObservableExtensionsKt.ui$default(RestCallStateKt.logNetworkAction(ObservableExtensionsKt.restSubscribeOn$default(RestAPI.Companion.getApi().postAuthRegisterPhone(new RestAPIParams.AuthRegisterPhone(textOrEmpty)), false, 1, null), WidgetAuthRegisterIdentity$handleNext$1.INSTANCE), this, null, 2, null), getBinding().h, 0, 2, null), WidgetAuthRegisterIdentity.class, getContext(), (Function1) null, WidgetAuthRegisterIdentity$handleNext$3.INSTANCE, (Function0) null, (Function0) null, new WidgetAuthRegisterIdentity$handleNext$2(this, textOrEmpty), 52, (Object) null); } else { RegistrationFlowRepo.trackTransition$default(RegistrationFlowRepo.Companion.getINSTANCE(), "Account Identity", "input_error", null, 4, null); } diff --git a/app/src/main/java/com/discord/widgets/auth/WidgetOauth2Authorize.java b/app/src/main/java/com/discord/widgets/auth/WidgetOauth2Authorize.java index 9672ef718c..6d77d07b81 100644 --- a/app/src/main/java/com/discord/widgets/auth/WidgetOauth2Authorize.java +++ b/app/src/main/java/com/discord/widgets/auth/WidgetOauth2Authorize.java @@ -584,7 +584,7 @@ public class WidgetOauth2Authorize extends AppFragment { TextView textView2 = getBinding().k; d0.z.d.m.checkNotNullExpressionValue(textView2, "binding.oauthAuthorizePermissionsLabelTv"); b.n(textView2, R.string.oauth2_scopes_label, new Object[]{application.g()}, null, 4); - SimpleDraweeView simpleDraweeView2 = getBinding().f1917c; + SimpleDraweeView simpleDraweeView2 = getBinding().f1918c; d0.z.d.m.checkNotNullExpressionValue(simpleDraweeView2, "binding.oauthAuthorizeApplicationIcon"); String e = application.e(); MGImages.setImage$default(simpleDraweeView2, e != null ? IconUtils.getApplicationIcon$default(application.f(), e, 0, 4, null) : null, 0, 0, false, null, null, 124, null); diff --git a/app/src/main/java/com/discord/widgets/auth/WidgetRemoteAuth.java b/app/src/main/java/com/discord/widgets/auth/WidgetRemoteAuth.java index 29f8e587f9..bf554fd4ba 100644 --- a/app/src/main/java/com/discord/widgets/auth/WidgetRemoteAuth.java +++ b/app/src/main/java/com/discord/widgets/auth/WidgetRemoteAuth.java @@ -81,7 +81,7 @@ public final class WidgetRemoteAuth extends AppFragment { AppViewFlipper appViewFlipper2 = getBinding().e; m.checkNotNullExpressionValue(appViewFlipper2, "binding.remoteAuthViewFlipper"); appViewFlipper2.setDisplayedChild(1); - getBinding().f1928c.b.setOnClickListener(new WidgetRemoteAuth$configureUI$1(this)); + getBinding().f1929c.b.setOnClickListener(new WidgetRemoteAuth$configureUI$1(this)); } else if (m.areEqual(viewState, WidgetRemoteAuthViewModel.ViewState.Succeeded.INSTANCE)) { AppViewFlipper appViewFlipper3 = getBinding().e; m.checkNotNullExpressionValue(appViewFlipper3, "binding.remoteAuthViewFlipper"); diff --git a/app/src/main/java/com/discord/widgets/botuikit/views/select/SelectComponentBottomSheet.java b/app/src/main/java/com/discord/widgets/botuikit/views/select/SelectComponentBottomSheet.java index b06aca2aaa..740dd892df 100644 --- a/app/src/main/java/com/discord/widgets/botuikit/views/select/SelectComponentBottomSheet.java +++ b/app/src/main/java/com/discord/widgets/botuikit/views/select/SelectComponentBottomSheet.java @@ -157,7 +157,7 @@ public final class SelectComponentBottomSheet extends AppBottomSheet { m.checkNotNullParameter(view, "view"); super.onViewCreated(view, bundle); setBottomSheetCollapsedStateDisabled(); - MaxHeightRecyclerView maxHeightRecyclerView = getBinding().f1935c; + MaxHeightRecyclerView maxHeightRecyclerView = getBinding().f1936c; m.checkNotNullExpressionValue(maxHeightRecyclerView, "binding.widgetSheetComponentBottomSheetRecycler"); maxHeightRecyclerView.setAdapter(this.adapter); } diff --git a/app/src/main/java/com/discord/widgets/botuikit/views/select/SelectComponentBottomSheetItemViewHolder.java b/app/src/main/java/com/discord/widgets/botuikit/views/select/SelectComponentBottomSheetItemViewHolder.java index 374d1085e8..429491b6cd 100644 --- a/app/src/main/java/com/discord/widgets/botuikit/views/select/SelectComponentBottomSheetItemViewHolder.java +++ b/app/src/main/java/com/discord/widgets/botuikit/views/select/SelectComponentBottomSheetItemViewHolder.java @@ -76,7 +76,7 @@ public final class SelectComponentBottomSheetItemViewHolder extends RecyclerView View view = this.binding.d; m.checkNotNullExpressionValue(view, "binding.selectComponentSheetItemDividerIcon"); view.setVisibility(z3 && !z5 ? 0 : 8); - View view2 = this.binding.f1936c; + View view2 = this.binding.f1937c; m.checkNotNullExpressionValue(view2, "binding.selectComponentSheetItemDivider"); if (z3 || z5) { z8 = false; diff --git a/app/src/main/java/com/discord/widgets/bugreports/WidgetBugReport.java b/app/src/main/java/com/discord/widgets/bugreports/WidgetBugReport.java index 637cd0e445..a5aed3814e 100644 --- a/app/src/main/java/com/discord/widgets/bugreports/WidgetBugReport.java +++ b/app/src/main/java/com/discord/widgets/bugreports/WidgetBugReport.java @@ -163,7 +163,7 @@ public final class WidgetBugReport extends AppFragment { RequestBody.Companion companion = RequestBody.Companion; String type = requireContext().getContentResolver().getType(screenshotUri); if (type != null) { - MediaType.a aVar = MediaType.f2942c; + MediaType.a aVar = MediaType.f2943c; mediaType = MediaType.a.a(type); } requestBody = RequestBody.Companion.d(companion, readBytes, mediaType, 0, 0, 6); diff --git a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$10.java b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$10.java index 83e203897f..db9fccfc12 100644 --- a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$10.java +++ b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$10.java @@ -1,22 +1,22 @@ package com.discord.widgets.channels.list; -import android.view.View; -import androidx.fragment.app.FragmentManager; -import com.discord.widgets.user.search.WidgetGlobalSearchDialog; -import d0.z.d.m; +import d0.z.d.o; +import kotlin.jvm.functions.Function0; /* compiled from: WidgetChannelsList.kt */ -public final class WidgetChannelsList$onViewBound$10 implements View.OnClickListener { +public final class WidgetChannelsList$onViewBound$10 extends o implements Function0 { public final /* synthetic */ WidgetChannelsList this$0; + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public WidgetChannelsList$onViewBound$10(WidgetChannelsList widgetChannelsList) { + super(0); this.this$0 = widgetChannelsList; } - @Override // android.view.View.OnClickListener - public final void onClick(View view) { - WidgetGlobalSearchDialog.Companion companion = WidgetGlobalSearchDialog.Companion; - FragmentManager parentFragmentManager = this.this$0.getParentFragmentManager(); - m.checkNotNullExpressionValue(parentFragmentManager, "parentFragmentManager"); - companion.show(parentFragmentManager, "@"); + /* Return type fixed from 'int' to match base method */ + /* JADX WARNING: Unknown variable types count: 1 */ + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public final Integer mo1invoke() { + return WidgetChannelsList.access$getAdapter$p(this.this$0).getItemCount(); } } diff --git a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$11.java b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$11.java index f9e0c02162..9f6093f86e 100644 --- a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$11.java +++ b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$11.java @@ -1,22 +1,35 @@ package com.discord.widgets.channels.list; +import com.discord.widgets.channels.list.items.ChannelListItem; +import d0.z.d.m; import d0.z.d.o; -import kotlin.jvm.functions.Function0; +import java.util.List; +import kotlin.Unit; +import kotlin.jvm.functions.Function2; /* compiled from: WidgetChannelsList.kt */ -public final class WidgetChannelsList$onViewBound$11 extends o implements Function0 { +public final class WidgetChannelsList$onViewBound$11 extends o implements Function2, List, Unit> { public final /* synthetic */ WidgetChannelsList this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public WidgetChannelsList$onViewBound$11(WidgetChannelsList widgetChannelsList) { - super(0); + super(2); this.this$0 = widgetChannelsList; } - /* Return type fixed from 'int' to match base method */ - /* JADX WARNING: Unknown variable types count: 1 */ - @Override // kotlin.jvm.functions.Function0 - /* renamed from: invoke */ - public final Integer mo1invoke() { - return WidgetChannelsList.access$getAdapter$p(this.this$0).getItemCount(); + /* 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, java.lang.Object] */ + @Override // kotlin.jvm.functions.Function2 + public /* bridge */ /* synthetic */ Unit invoke(List list, List list2) { + invoke(list, list2); + return Unit.a; + } + + public final void invoke(List list, List list2) { + m.checkNotNullParameter(list, ""); + m.checkNotNullParameter(list2, "newData"); + WidgetChannelListUnreads access$getChannelListUnreads$p = WidgetChannelsList.access$getChannelListUnreads$p(this.this$0); + if (access$getChannelListUnreads$p != null) { + access$getChannelListUnreads$p.onDatasetChanged(list2); + } } } diff --git a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$12.java b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$12.java index e81d8ca814..89b4046e75 100644 --- a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$12.java +++ b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$12.java @@ -1,35 +1,16 @@ package com.discord.widgets.channels.list; -import com.discord.widgets.channels.list.items.ChannelListItem; -import d0.z.d.m; -import d0.z.d.o; -import java.util.List; -import kotlin.Unit; -import kotlin.jvm.functions.Function2; +import android.view.View; /* compiled from: WidgetChannelsList.kt */ -public final class WidgetChannelsList$onViewBound$12 extends o implements Function2, List, Unit> { +public final class WidgetChannelsList$onViewBound$12 implements View.OnClickListener { public final /* synthetic */ WidgetChannelsList this$0; - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public WidgetChannelsList$onViewBound$12(WidgetChannelsList widgetChannelsList) { - super(2); this.this$0 = widgetChannelsList; } - /* 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, java.lang.Object] */ - @Override // kotlin.jvm.functions.Function2 - public /* bridge */ /* synthetic */ Unit invoke(List list, List list2) { - invoke(list, list2); - return Unit.a; - } - - public final void invoke(List list, List list2) { - m.checkNotNullParameter(list, ""); - m.checkNotNullParameter(list2, "newData"); - WidgetChannelListUnreads access$getChannelListUnreads$p = WidgetChannelsList.access$getChannelListUnreads$p(this.this$0); - if (access$getChannelListUnreads$p != null) { - access$getChannelListUnreads$p.onDatasetChanged(list2); - } + @Override // android.view.View.OnClickListener + public final void onClick(View view) { + WidgetChannelsList.access$ackPremiumGuildHint(this.this$0); } } diff --git a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$13.java b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$13.java index e30b639a09..8805a04eca 100644 --- a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$13.java +++ b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$13.java @@ -1,6 +1,11 @@ package com.discord.widgets.channels.list; import android.view.View; +import androidx.fragment.app.FragmentManager; +import com.discord.widgets.channels.WidgetGroupInviteFriends; +import com.discord.widgets.channels.invite.GroupInviteFriendsSheet; +import com.discord.widgets.channels.invite.GroupInviteFriendsSheetFeatureFlag; +import d0.z.d.m; /* compiled from: WidgetChannelsList.kt */ public final class WidgetChannelsList$onViewBound$13 implements View.OnClickListener { public final /* synthetic */ WidgetChannelsList this$0; @@ -11,6 +16,13 @@ public final class WidgetChannelsList$onViewBound$13 implements View.OnClickList @Override // android.view.View.OnClickListener public final void onClick(View view) { - WidgetChannelsList.access$ackPremiumGuildHint(this.this$0); + if (GroupInviteFriendsSheetFeatureFlag.Companion.getINSTANCE().isEnabled()) { + GroupInviteFriendsSheet.Companion companion = GroupInviteFriendsSheet.Companion; + FragmentManager parentFragmentManager = this.this$0.getParentFragmentManager(); + m.checkNotNullExpressionValue(parentFragmentManager, "parentFragmentManager"); + GroupInviteFriendsSheet.Companion.show$default(companion, parentFragmentManager, 0, WidgetChannelsList.ANALYTICS_SOURCE, 2, null); + return; + } + WidgetGroupInviteFriends.Companion.launch(this.this$0.requireContext(), WidgetChannelsList.ANALYTICS_SOURCE); } } diff --git a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$14.java b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$14.java deleted file mode 100644 index 924f1dbe0c..0000000000 --- a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$14.java +++ /dev/null @@ -1,28 +0,0 @@ -package com.discord.widgets.channels.list; - -import android.view.View; -import androidx.fragment.app.FragmentManager; -import com.discord.widgets.channels.WidgetGroupInviteFriends; -import com.discord.widgets.channels.invite.GroupInviteFriendsSheet; -import com.discord.widgets.channels.invite.GroupInviteFriendsSheetFeatureFlag; -import d0.z.d.m; -/* compiled from: WidgetChannelsList.kt */ -public final class WidgetChannelsList$onViewBound$14 implements View.OnClickListener { - public final /* synthetic */ WidgetChannelsList this$0; - - public WidgetChannelsList$onViewBound$14(WidgetChannelsList widgetChannelsList) { - this.this$0 = widgetChannelsList; - } - - @Override // android.view.View.OnClickListener - public final void onClick(View view) { - if (GroupInviteFriendsSheetFeatureFlag.Companion.getINSTANCE().isEnabled()) { - GroupInviteFriendsSheet.Companion companion = GroupInviteFriendsSheet.Companion; - FragmentManager parentFragmentManager = this.this$0.getParentFragmentManager(); - m.checkNotNullExpressionValue(parentFragmentManager, "parentFragmentManager"); - GroupInviteFriendsSheet.Companion.show$default(companion, parentFragmentManager, 0, WidgetChannelsList.ANALYTICS_SOURCE, 2, null); - return; - } - WidgetGroupInviteFriends.Companion.launch(this.this$0.requireContext(), WidgetChannelsList.ANALYTICS_SOURCE); - } -} diff --git a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$3.java b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$3.java index b31ce4cbd0..3c927a73e8 100644 --- a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$3.java +++ b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$3.java @@ -1,76 +1,21 @@ package com.discord.widgets.channels.list; import android.content.Context; -import android.view.View; -import androidx.core.view.PointerIconCompat; import androidx.fragment.app.FragmentManager; -import com.airbnb.lottie.parser.AnimatableValueParser; import com.discord.api.channel.Channel; -import com.discord.stores.StoreStream; -import com.discord.utilities.guilds.MemberVerificationUtils; -import com.discord.utilities.user.UserUtils; -import com.discord.widgets.stage.StageChannelJoinHelper; -import com.discord.widgets.user.calls.PrivateCallLauncher; -import com.discord.widgets.voice.fullscreen.WidgetGuildCallOnboardingSheet; -import com.discord.widgets.voice.sheet.WidgetVoiceBottomSheet; +import com.discord.widgets.voice.VoiceUtils; import d0.z.d.m; import d0.z.d.o; import kotlin.Unit; -import kotlin.jvm.functions.Function0; import kotlin.jvm.functions.Function1; /* compiled from: WidgetChannelsList.kt */ public final class WidgetChannelsList$onViewBound$3 extends o implements Function1 { - public final /* synthetic */ View $view; public final /* synthetic */ WidgetChannelsList this$0; - /* compiled from: WidgetChannelsList.kt */ - /* renamed from: com.discord.widgets.channels.list.WidgetChannelsList$onViewBound$3$1 reason: invalid class name */ - public static final class AnonymousClass1 extends o implements Function0 { - public final /* synthetic */ Channel $channel; - public final /* synthetic */ boolean $hasUserSeenVoiceChannelOnboarding; - public final /* synthetic */ boolean $isNewUser; - public final /* synthetic */ WidgetChannelsList$onViewBound$3 this$0; - - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public AnonymousClass1(WidgetChannelsList$onViewBound$3 widgetChannelsList$onViewBound$3, Channel channel, boolean z2, boolean z3) { - super(0); - this.this$0 = widgetChannelsList$onViewBound$3; - this.$channel = channel; - this.$hasUserSeenVoiceChannelOnboarding = z2; - this.$isNewUser = z3; - } - - @Override // kotlin.jvm.functions.Function0 - /* renamed from: invoke */ - public final void mo1invoke() { - if (AnimatableValueParser.t1(this.$channel)) { - WidgetChannelsList widgetChannelsList = this.this$0.this$0; - Context requireContext = widgetChannelsList.requireContext(); - FragmentManager childFragmentManager = this.this$0.this$0.getChildFragmentManager(); - m.checkNotNullExpressionValue(childFragmentManager, "childFragmentManager"); - new PrivateCallLauncher(widgetChannelsList, widgetChannelsList, requireContext, childFragmentManager).launchVoiceCall(this.$channel.h()); - } else if (AnimatableValueParser.x1(this.$channel)) { - StageChannelJoinHelper stageChannelJoinHelper = StageChannelJoinHelper.INSTANCE; - Context requireContext2 = this.this$0.this$0.requireContext(); - FragmentManager parentFragmentManager = this.this$0.this$0.getParentFragmentManager(); - m.checkNotNullExpressionValue(parentFragmentManager, "parentFragmentManager"); - StageChannelJoinHelper.connectToStage$default(stageChannelJoinHelper, requireContext2, parentFragmentManager, this.$channel.h(), false, false, null, null, null, null, null, PointerIconCompat.TYPE_TOP_RIGHT_DIAGONAL_DOUBLE_ARROW, null); - } else if (this.$hasUserSeenVoiceChannelOnboarding || !this.$isNewUser) { - WidgetVoiceBottomSheet.Companion companion = WidgetVoiceBottomSheet.Companion; - FragmentManager parentFragmentManager2 = this.this$0.this$0.getParentFragmentManager(); - m.checkNotNullExpressionValue(parentFragmentManager2, "parentFragmentManager"); - companion.show(parentFragmentManager2, this.$channel.h(), true, WidgetVoiceBottomSheet.FeatureContext.HOME); - } else { - WidgetGuildCallOnboardingSheet.Companion.show(this.this$0.this$0, this.$channel.h()); - } - } - } - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public WidgetChannelsList$onViewBound$3(WidgetChannelsList widgetChannelsList, View view) { + public WidgetChannelsList$onViewBound$3(WidgetChannelsList widgetChannelsList) { super(1); this.this$0 = widgetChannelsList; - this.$view = view; } /* Return type fixed from 'java.lang.Object' to match base method */ @@ -83,15 +28,10 @@ public final class WidgetChannelsList$onViewBound$3 extends o implements Functio public final void invoke(Channel channel) { m.checkNotNullParameter(channel, "channel"); - boolean isNewUser$default = UserUtils.isNewUser$default(UserUtils.INSTANCE, StoreStream.Companion.getUsers().getMe(), null, 1, null); - WidgetGuildCallOnboardingSheet.Companion companion = WidgetGuildCallOnboardingSheet.Companion; - Context context = this.$view.getContext(); - m.checkNotNullExpressionValue(context, "view.context"); - boolean hasUserSeenVoiceChannelOnboarding = companion.hasUserSeenVoiceChannelOnboarding(context); - MemberVerificationUtils memberVerificationUtils = MemberVerificationUtils.INSTANCE; - Context requireContext = this.this$0.requireContext(); + WidgetChannelsList widgetChannelsList = this.this$0; + Context requireContext = widgetChannelsList.requireContext(); FragmentManager parentFragmentManager = this.this$0.getParentFragmentManager(); m.checkNotNullExpressionValue(parentFragmentManager, "parentFragmentManager"); - MemberVerificationUtils.maybeShowVerificationGate$default(memberVerificationUtils, requireContext, parentFragmentManager, channel.f(), "Guild Voice", null, null, new AnonymousClass1(this, channel, hasUserSeenVoiceChannelOnboarding, isNewUser$default), 48, null); + VoiceUtils.handleCallChannel(channel, widgetChannelsList, widgetChannelsList, requireContext, parentFragmentManager, this.this$0); } } diff --git a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$4.java b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$4.java index a08d7f36f4..891fc3a684 100644 --- a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$4.java +++ b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$4.java @@ -1,84 +1,55 @@ package com.discord.widgets.channels.list; -import android.content.Context; -import androidx.core.view.PointerIconCompat; -import androidx.fragment.app.FragmentManager; +import android.view.accessibility.AccessibilityEvent; +import android.view.accessibility.AccessibilityManager; import c.d.b.a.a; import com.airbnb.lottie.parser.AnimatableValueParser; +import com.discord.R; import com.discord.api.channel.Channel; -import com.discord.api.stageinstance.StageInstance; import com.discord.stores.StoreStream; -import com.discord.utilities.guilds.MemberVerificationUtils; -import com.discord.utilities.permissions.PermissionUtils; -import com.discord.widgets.stage.StageChannelJoinHelper; -import com.discord.widgets.stage.start.StageEventsCreationGuildsFeatureFlag; -import com.discord.widgets.stage.start.WidgetModeratorStartStage; import d0.z.d.m; import d0.z.d.o; import kotlin.Unit; -import kotlin.jvm.functions.Function0; -import kotlin.jvm.functions.Function1; +import kotlin.jvm.functions.Function2; /* compiled from: WidgetChannelsList.kt */ -public final class WidgetChannelsList$onViewBound$4 extends o implements Function1 { +public final class WidgetChannelsList$onViewBound$4 extends o implements Function2 { public final /* synthetic */ WidgetChannelsList this$0; - /* compiled from: WidgetChannelsList.kt */ - /* renamed from: com.discord.widgets.channels.list.WidgetChannelsList$onViewBound$4$2 reason: invalid class name */ - public static final class AnonymousClass2 extends o implements Function0 { - public final /* synthetic */ Channel $channel; - public final /* synthetic */ WidgetChannelsList$onViewBound$4 this$0; - - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public AnonymousClass2(WidgetChannelsList$onViewBound$4 widgetChannelsList$onViewBound$4, Channel channel) { - super(0); - this.this$0 = widgetChannelsList$onViewBound$4; - this.$channel = channel; - } - - @Override // kotlin.jvm.functions.Function0 - /* renamed from: invoke */ - public final void mo1invoke() { - StageChannelJoinHelper stageChannelJoinHelper = StageChannelJoinHelper.INSTANCE; - Context requireContext = this.this$0.this$0.requireContext(); - FragmentManager parentFragmentManager = this.this$0.this$0.getParentFragmentManager(); - m.checkNotNullExpressionValue(parentFragmentManager, "parentFragmentManager"); - StageChannelJoinHelper.connectToStage$default(stageChannelJoinHelper, requireContext, parentFragmentManager, this.$channel.h(), false, false, null, null, null, null, null, PointerIconCompat.TYPE_TOP_RIGHT_DIAGONAL_DOUBLE_ARROW, null); - } - } - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public WidgetChannelsList$onViewBound$4(WidgetChannelsList widgetChannelsList) { - super(1); + super(2); this.this$0 = widgetChannelsList; } /* 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 /* bridge */ /* synthetic */ Unit invoke(Channel channel) { - invoke(channel); + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */ + @Override // kotlin.jvm.functions.Function2 + public /* bridge */ /* synthetic */ Unit invoke(Channel channel, Boolean bool) { + invoke(channel, bool.booleanValue()); return Unit.a; } - public final void invoke(Channel channel) { + /* JADX DEBUG: Can't convert new array creation: APUT found in different block: 0x003b: APUT + (r4v1 java.lang.Object[]) + (0 ??[int, short, byte, char]) + (wrap: java.lang.String : 0x0037: INVOKE (r6v2 java.lang.String) = (r6v1 com.discord.widgets.channels.list.WidgetChannelsList), (r7v0 int) type: VIRTUAL call: androidx.fragment.app.Fragment.getString(int):java.lang.String) + */ + public final void invoke(Channel channel, boolean z2) { m.checkNotNullParameter(channel, "channel"); - StoreStream.Companion companion = StoreStream.Companion; - StageInstance stageInstanceForChannel = companion.getStageInstances().getStageInstanceForChannel(channel.h()); - Long l = (Long) a.c(channel, companion.getPermissions().getPermissionsByChannel()); - if (stageInstanceForChannel != null && AnimatableValueParser.v1(stageInstanceForChannel)) { - StageChannelJoinHelper stageChannelJoinHelper = StageChannelJoinHelper.INSTANCE; - Context requireContext = this.this$0.requireContext(); - FragmentManager parentFragmentManager = this.this$0.getParentFragmentManager(); - m.checkNotNullExpressionValue(parentFragmentManager, "parentFragmentManager"); - StageChannelJoinHelper.connectToStage$default(stageChannelJoinHelper, requireContext, parentFragmentManager, channel.h(), false, false, null, null, null, null, null, PointerIconCompat.TYPE_TOP_RIGHT_DIAGONAL_DOUBLE_ARROW, null); - } else if (stageInstanceForChannel != null || l == null || !PermissionUtils.can(20971536, Long.valueOf(l.longValue())) || !StageEventsCreationGuildsFeatureFlag.Companion.getINSTANCE().canGuildCreateStageEvents(channel.f())) { - MemberVerificationUtils memberVerificationUtils = MemberVerificationUtils.INSTANCE; - Context requireContext2 = this.this$0.requireContext(); - FragmentManager parentFragmentManager2 = this.this$0.getParentFragmentManager(); - m.checkNotNullExpressionValue(parentFragmentManager2, "parentFragmentManager"); - MemberVerificationUtils.maybeShowVerificationGate$default(memberVerificationUtils, requireContext2, parentFragmentManager2, channel.f(), "Guild Voice", null, null, new AnonymousClass2(this, channel), 48, null); - } else { - WidgetModeratorStartStage.Companion.launch(this.this$0.requireContext(), channel.h(), channel.f()); + Object systemService = WidgetChannelsList.access$getAdapter$p(this.this$0).getContext().getSystemService("accessibility"); + if (systemService instanceof AccessibilityManager) { + AccessibilityEvent obtain = AccessibilityEvent.obtain(); + m.checkNotNullExpressionValue(obtain, "event"); + obtain.setEventType(16384); + Object[] objArr = new Object[2]; + objArr[0] = this.this$0.getString(z2 ? R.string.expanded : R.string.collapsed); + objArr[1] = AnimatableValueParser.y0(channel); + obtain.getText().add(a.M(objArr, 2, "%s %s", "java.lang.String.format(format, *args)")); + try { + ((AccessibilityManager) systemService).sendAccessibilityEvent(obtain); + } catch (IllegalStateException unused) { + } } + StoreStream.Companion.getStoreChannelCategories().setCollapsedCategory(channel.f(), channel.h(), !z2); } } diff --git a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$6$$special$$inlined$let$lambda$1.java b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$5$$special$$inlined$let$lambda$1.java similarity index 88% rename from app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$6$$special$$inlined$let$lambda$1.java rename to app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$5$$special$$inlined$let$lambda$1.java index 130543fb53..2435717f30 100644 --- a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$6$$special$$inlined$let$lambda$1.java +++ b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$5$$special$$inlined$let$lambda$1.java @@ -13,16 +13,16 @@ import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: WidgetChannelsList.kt */ -public final class WidgetChannelsList$onViewBound$6$$special$$inlined$let$lambda$1 extends o implements Function1 { +public final class WidgetChannelsList$onViewBound$5$$special$$inlined$let$lambda$1 extends o implements Function1 { public final /* synthetic */ View $it$inlined; public final /* synthetic */ long $selectedGuildId; - public final /* synthetic */ WidgetChannelsList$onViewBound$6 this$0; + public final /* synthetic */ WidgetChannelsList$onViewBound$5 this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public WidgetChannelsList$onViewBound$6$$special$$inlined$let$lambda$1(long j, WidgetChannelsList$onViewBound$6 widgetChannelsList$onViewBound$6, View view) { + public WidgetChannelsList$onViewBound$5$$special$$inlined$let$lambda$1(long j, WidgetChannelsList$onViewBound$5 widgetChannelsList$onViewBound$5, View view) { super(1); this.$selectedGuildId = j; - this.this$0 = widgetChannelsList$onViewBound$6; + this.this$0 = widgetChannelsList$onViewBound$5; this.$it$inlined = view; } diff --git a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$5.java b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$5.java index c9da50a7a0..dc6900b537 100644 --- a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$5.java +++ b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$5.java @@ -1,55 +1,36 @@ package com.discord.widgets.channels.list; -import android.view.accessibility.AccessibilityEvent; -import android.view.accessibility.AccessibilityManager; -import c.d.b.a.a; -import com.airbnb.lottie.parser.AnimatableValueParser; -import com.discord.R; -import com.discord.api.channel.Channel; +import android.view.View; import com.discord.stores.StoreStream; +import com.discord.utilities.rx.ObservableExtensionsKt; import d0.z.d.m; import d0.z.d.o; import kotlin.Unit; -import kotlin.jvm.functions.Function2; +import kotlin.jvm.functions.Function1; /* compiled from: WidgetChannelsList.kt */ -public final class WidgetChannelsList$onViewBound$5 extends o implements Function2 { +public final class WidgetChannelsList$onViewBound$5 extends o implements Function1 { public final /* synthetic */ WidgetChannelsList this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public WidgetChannelsList$onViewBound$5(WidgetChannelsList widgetChannelsList) { - super(2); + super(1); this.this$0 = widgetChannelsList; } /* 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, java.lang.Object] */ - @Override // kotlin.jvm.functions.Function2 - public /* bridge */ /* synthetic */ Unit invoke(Channel channel, Boolean bool) { - invoke(channel, bool.booleanValue()); + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ + @Override // kotlin.jvm.functions.Function1 + public /* bridge */ /* synthetic */ Unit invoke(View view) { + invoke(view); return Unit.a; } - /* JADX DEBUG: Can't convert new array creation: APUT found in different block: 0x003b: APUT - (r4v1 java.lang.Object[]) - (0 ??[int, short, byte, char]) - (wrap: java.lang.String : 0x0037: INVOKE (r6v2 java.lang.String) = (r6v1 com.discord.widgets.channels.list.WidgetChannelsList), (r7v0 int) type: VIRTUAL call: androidx.fragment.app.Fragment.getString(int):java.lang.String) - */ - public final void invoke(Channel channel, boolean z2) { - m.checkNotNullParameter(channel, "channel"); - Object systemService = WidgetChannelsList.access$getAdapter$p(this.this$0).getContext().getSystemService("accessibility"); - if (systemService instanceof AccessibilityManager) { - AccessibilityEvent obtain = AccessibilityEvent.obtain(); - m.checkNotNullExpressionValue(obtain, "event"); - obtain.setEventType(16384); - Object[] objArr = new Object[2]; - objArr[0] = this.this$0.getString(z2 ? R.string.expanded : R.string.collapsed); - objArr[1] = AnimatableValueParser.y0(channel); - obtain.getText().add(a.M(objArr, 2, "%s %s", "java.lang.String.format(format, *args)")); - try { - ((AccessibilityManager) systemService).sendAccessibilityEvent(obtain); - } catch (IllegalStateException unused) { - } + public final void invoke(View view) { + m.checkNotNullParameter(view, "it"); + Long access$getSelectedGuildId$p = WidgetChannelsList.access$getSelectedGuildId$p(this.this$0); + if (access$getSelectedGuildId$p != null) { + long longValue = access$getSelectedGuildId$p.longValue(); + ObservableExtensionsKt.ui$default(StoreStream.Companion.getInviteSettings().generateInviteDefaultChannel(longValue), this.this$0, null, 2, null).k(c.a.d.o.a.g(this.this$0.getContext(), new WidgetChannelsList$onViewBound$5$$special$$inlined$let$lambda$1(longValue, this, view), null)); } - StoreStream.Companion.getStoreChannelCategories().setCollapsedCategory(channel.f(), channel.h(), !z2); } } diff --git a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$6.java b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$6.java index 79504bf48e..4e3ab964d1 100644 --- a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$6.java +++ b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$6.java @@ -1,36 +1,40 @@ package com.discord.widgets.channels.list; -import android.view.View; -import com.discord.stores.StoreStream; -import com.discord.utilities.rx.ObservableExtensionsKt; +import androidx.fragment.app.FragmentManager; +import com.airbnb.lottie.parser.AnimatableValueParser; +import com.discord.api.channel.Channel; +import com.discord.models.user.User; +import com.discord.widgets.user.usersheet.WidgetUserSheet; import d0.z.d.m; import d0.z.d.o; import kotlin.Unit; -import kotlin.jvm.functions.Function1; +import kotlin.jvm.functions.Function2; /* compiled from: WidgetChannelsList.kt */ -public final class WidgetChannelsList$onViewBound$6 extends o implements Function1 { +public final class WidgetChannelsList$onViewBound$6 extends o implements Function2 { public final /* synthetic */ WidgetChannelsList this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public WidgetChannelsList$onViewBound$6(WidgetChannelsList widgetChannelsList) { - super(1); + super(2); this.this$0 = widgetChannelsList; } /* 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 /* bridge */ /* synthetic */ Unit invoke(View view) { - invoke(view); + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */ + @Override // kotlin.jvm.functions.Function2 + public /* bridge */ /* synthetic */ Unit invoke(User user, Channel channel) { + invoke(user, channel); return Unit.a; } - public final void invoke(View view) { - m.checkNotNullParameter(view, "it"); - Long access$getSelectedGuildId$p = WidgetChannelsList.access$getSelectedGuildId$p(this.this$0); - if (access$getSelectedGuildId$p != null) { - long longValue = access$getSelectedGuildId$p.longValue(); - ObservableExtensionsKt.ui$default(StoreStream.Companion.getInviteSettings().generateInviteDefaultChannel(longValue), this.this$0, null, 2, null).k(c.a.d.o.a.g(this.this$0.getContext(), new WidgetChannelsList$onViewBound$6$$special$$inlined$let$lambda$1(longValue, this, view), null)); - } + public final void invoke(User user, Channel channel) { + m.checkNotNullParameter(user, "user"); + m.checkNotNullParameter(channel, "channel"); + WidgetUserSheet.Companion companion = WidgetUserSheet.Companion; + long id2 = user.getId(); + Long valueOf = Long.valueOf(channel.h()); + FragmentManager parentFragmentManager = this.this$0.getParentFragmentManager(); + m.checkNotNullExpressionValue(parentFragmentManager, "parentFragmentManager"); + WidgetUserSheet.Companion.show$default(companion, id2, valueOf, parentFragmentManager, Long.valueOf(channel.f()), Boolean.valueOf(AnimatableValueParser.D1(channel)), null, null, 96, null); } } diff --git a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$7.java b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$7.java index cde574a940..8e059cdb12 100644 --- a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$7.java +++ b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$7.java @@ -1,40 +1,35 @@ package com.discord.widgets.channels.list; import androidx.fragment.app.FragmentManager; -import com.airbnb.lottie.parser.AnimatableValueParser; import com.discord.api.channel.Channel; -import com.discord.models.user.User; -import com.discord.widgets.user.usersheet.WidgetUserSheet; +import com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventListBottomSheet; import d0.z.d.m; import d0.z.d.o; import kotlin.Unit; -import kotlin.jvm.functions.Function2; +import kotlin.jvm.functions.Function1; /* compiled from: WidgetChannelsList.kt */ -public final class WidgetChannelsList$onViewBound$7 extends o implements Function2 { +public final class WidgetChannelsList$onViewBound$7 extends o implements Function1 { public final /* synthetic */ WidgetChannelsList this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public WidgetChannelsList$onViewBound$7(WidgetChannelsList widgetChannelsList) { - super(2); + super(1); this.this$0 = widgetChannelsList; } /* 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, java.lang.Object] */ - @Override // kotlin.jvm.functions.Function2 - public /* bridge */ /* synthetic */ Unit invoke(User user, Channel channel) { - invoke(user, channel); + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ + @Override // kotlin.jvm.functions.Function1 + public /* bridge */ /* synthetic */ Unit invoke(Channel channel) { + invoke(channel); return Unit.a; } - public final void invoke(User user, Channel channel) { - m.checkNotNullParameter(user, "user"); + public final void invoke(Channel channel) { m.checkNotNullParameter(channel, "channel"); - WidgetUserSheet.Companion companion = WidgetUserSheet.Companion; - long id2 = user.getId(); - Long valueOf = Long.valueOf(channel.h()); + WidgetGuildScheduledEventListBottomSheet.Companion companion = WidgetGuildScheduledEventListBottomSheet.Companion; FragmentManager parentFragmentManager = this.this$0.getParentFragmentManager(); m.checkNotNullExpressionValue(parentFragmentManager, "parentFragmentManager"); - WidgetUserSheet.Companion.show$default(companion, id2, valueOf, parentFragmentManager, Long.valueOf(channel.f()), Boolean.valueOf(AnimatableValueParser.D1(channel)), null, null, 96, null); + WidgetGuildScheduledEventListBottomSheet.Companion.show$default(companion, parentFragmentManager, channel.f(), null, 4, null); } } diff --git a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$8.java b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$8.java index 02ee9e7c0a..1db1108f87 100644 --- a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$8.java +++ b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$8.java @@ -1,35 +1,23 @@ package com.discord.widgets.channels.list; -import androidx.fragment.app.FragmentManager; -import com.discord.api.channel.Channel; -import com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventListBottomSheet; -import d0.z.d.m; +import c.a.d.j; +import com.discord.widgets.hubs.WidgetHubAddServer; import d0.z.d.o; import kotlin.Unit; -import kotlin.jvm.functions.Function1; +import kotlin.jvm.functions.Function0; /* compiled from: WidgetChannelsList.kt */ -public final class WidgetChannelsList$onViewBound$8 extends o implements Function1 { +public final class WidgetChannelsList$onViewBound$8 extends o implements Function0 { public final /* synthetic */ WidgetChannelsList this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public WidgetChannelsList$onViewBound$8(WidgetChannelsList widgetChannelsList) { - super(1); + super(0); this.this$0 = widgetChannelsList; } - /* 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 /* bridge */ /* synthetic */ Unit invoke(Channel channel) { - invoke(channel); - return Unit.a; - } - - public final void invoke(Channel channel) { - m.checkNotNullParameter(channel, "channel"); - WidgetGuildScheduledEventListBottomSheet.Companion companion = WidgetGuildScheduledEventListBottomSheet.Companion; - FragmentManager parentFragmentManager = this.this$0.getParentFragmentManager(); - m.checkNotNullExpressionValue(parentFragmentManager, "parentFragmentManager"); - WidgetGuildScheduledEventListBottomSheet.Companion.show$default(companion, parentFragmentManager, channel.f(), null, 4, null); + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public final void mo1invoke() { + j.g.f(this.this$0.requireContext(), WidgetChannelsList.access$getActivityResult$p(this.this$0), WidgetHubAddServer.class, null); } } diff --git a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$9.java b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$9.java index d9eb6518e2..1b23de4a1d 100644 --- a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$9.java +++ b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$onViewBound$9.java @@ -1,23 +1,22 @@ package com.discord.widgets.channels.list; -import c.a.d.j; -import com.discord.widgets.hubs.WidgetHubAddServer; -import d0.z.d.o; -import kotlin.Unit; -import kotlin.jvm.functions.Function0; +import android.view.View; +import androidx.fragment.app.FragmentManager; +import com.discord.widgets.user.search.WidgetGlobalSearchDialog; +import d0.z.d.m; /* compiled from: WidgetChannelsList.kt */ -public final class WidgetChannelsList$onViewBound$9 extends o implements Function0 { +public final class WidgetChannelsList$onViewBound$9 implements View.OnClickListener { public final /* synthetic */ WidgetChannelsList this$0; - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public WidgetChannelsList$onViewBound$9(WidgetChannelsList widgetChannelsList) { - super(0); this.this$0 = widgetChannelsList; } - @Override // kotlin.jvm.functions.Function0 - /* renamed from: invoke */ - public final void mo1invoke() { - j.g.f(this.this$0.requireContext(), WidgetChannelsList.access$getActivityResult$p(this.this$0), WidgetHubAddServer.class, null); + @Override // android.view.View.OnClickListener + public final void onClick(View view) { + WidgetGlobalSearchDialog.Companion companion = WidgetGlobalSearchDialog.Companion; + FragmentManager parentFragmentManager = this.this$0.getParentFragmentManager(); + m.checkNotNullExpressionValue(parentFragmentManager, "parentFragmentManager"); + companion.show(parentFragmentManager, "@"); } } diff --git a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList.java b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList.java index 7c1ab056c2..8ef03bbafb 100644 --- a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList.java +++ b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList.java @@ -353,38 +353,33 @@ public final class WidgetChannelsList extends AppFragment { if (widgetChannelsListAdapter3 == null) { m.throwUninitializedPropertyAccessException("adapter"); } - widgetChannelsListAdapter3.setOnCallChannel(new WidgetChannelsList$onViewBound$3(this, view)); + widgetChannelsListAdapter3.setOnCallChannel(new WidgetChannelsList$onViewBound$3(this)); WidgetChannelsListAdapter widgetChannelsListAdapter4 = this.adapter; if (widgetChannelsListAdapter4 == null) { m.throwUninitializedPropertyAccessException("adapter"); } - widgetChannelsListAdapter4.setOnJoinStageChannel(new WidgetChannelsList$onViewBound$4(this)); + widgetChannelsListAdapter4.setOnCollapseCategory(new WidgetChannelsList$onViewBound$4(this)); WidgetChannelsListAdapter widgetChannelsListAdapter5 = this.adapter; if (widgetChannelsListAdapter5 == null) { m.throwUninitializedPropertyAccessException("adapter"); } - widgetChannelsListAdapter5.setOnCollapseCategory(new WidgetChannelsList$onViewBound$5(this)); + widgetChannelsListAdapter5.setOnSelectInvite(new WidgetChannelsList$onViewBound$5(this)); WidgetChannelsListAdapter widgetChannelsListAdapter6 = this.adapter; if (widgetChannelsListAdapter6 == null) { m.throwUninitializedPropertyAccessException("adapter"); } - widgetChannelsListAdapter6.setOnSelectInvite(new WidgetChannelsList$onViewBound$6(this)); + widgetChannelsListAdapter6.setOnSelectUserOptions(new WidgetChannelsList$onViewBound$6(this)); WidgetChannelsListAdapter widgetChannelsListAdapter7 = this.adapter; if (widgetChannelsListAdapter7 == null) { m.throwUninitializedPropertyAccessException("adapter"); } - widgetChannelsListAdapter7.setOnSelectUserOptions(new WidgetChannelsList$onViewBound$7(this)); + widgetChannelsListAdapter7.setOnViewGuildScheduledEvents(new WidgetChannelsList$onViewBound$7(this)); WidgetChannelsListAdapter widgetChannelsListAdapter8 = this.adapter; if (widgetChannelsListAdapter8 == null) { m.throwUninitializedPropertyAccessException("adapter"); } - widgetChannelsListAdapter8.setOnViewGuildScheduledEvents(new WidgetChannelsList$onViewBound$8(this)); - WidgetChannelsListAdapter widgetChannelsListAdapter9 = this.adapter; - if (widgetChannelsListAdapter9 == null) { - m.throwUninitializedPropertyAccessException("adapter"); - } - widgetChannelsListAdapter9.setOnAddServer(new WidgetChannelsList$onViewBound$9(this)); - getBinding().k.setOnClickListener(new WidgetChannelsList$onViewBound$10(this)); + widgetChannelsListAdapter8.setOnAddServer(new WidgetChannelsList$onViewBound$8(this)); + getBinding().k.setOnClickListener(new WidgetChannelsList$onViewBound$9(this)); getBinding().f1748c.setHasFixedSize(false); RecyclerView recyclerView2 = getBinding().f1748c; m.checkNotNullExpressionValue(recyclerView2, "binding.channelsList"); @@ -393,14 +388,14 @@ public final class WidgetChannelsList extends AppFragment { m.checkNotNullExpressionValue(viewStub, "binding.channelsListUnreadsStub"); RecyclerView recyclerView3 = getBinding().f1748c; m.checkNotNullExpressionValue(recyclerView3, "binding.channelsList"); - this.channelListUnreads = new WidgetChannelListUnreads(viewStub, recyclerView3, getBinding().b, new WidgetChannelsList$onViewBound$11(this), 0, 0, false, 112, null); - WidgetChannelsListAdapter widgetChannelsListAdapter10 = this.adapter; - if (widgetChannelsListAdapter10 == null) { + this.channelListUnreads = new WidgetChannelListUnreads(viewStub, recyclerView3, getBinding().b, new WidgetChannelsList$onViewBound$10(this), 0, 0, false, 112, null); + WidgetChannelsListAdapter widgetChannelsListAdapter9 = this.adapter; + if (widgetChannelsListAdapter9 == null) { m.throwUninitializedPropertyAccessException("adapter"); } - widgetChannelsListAdapter10.setOnUpdated(new WidgetChannelsList$onViewBound$12(this)); - getBinding().i.setOnClickListener(new WidgetChannelsList$onViewBound$13(this)); - getBinding().l.setOnClickListener(new WidgetChannelsList$onViewBound$14(this)); + widgetChannelsListAdapter9.setOnUpdated(new WidgetChannelsList$onViewBound$11(this)); + getBinding().i.setOnClickListener(new WidgetChannelsList$onViewBound$12(this)); + getBinding().l.setOnClickListener(new WidgetChannelsList$onViewBound$13(this)); ViewCompat.setAccessibilityHeading(getBinding().g, true); ViewCompat.setAccessibilityHeading(getBinding().f, true); } diff --git a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsListAdapter$ItemChannelStageVoice$onConfigure$1.java b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsListAdapter$ItemChannelStageVoice$onConfigure$1.java index 563302383c..b5981d2194 100644 --- a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsListAdapter$ItemChannelStageVoice$onConfigure$1.java +++ b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsListAdapter$ItemChannelStageVoice$onConfigure$1.java @@ -16,6 +16,6 @@ public final class WidgetChannelsListAdapter$ItemChannelStageVoice$onConfigure$1 @Override // android.view.View.OnClickListener public final void onClick(View view) { - WidgetChannelsListAdapter.ItemChannelStageVoice.access$getAdapter$p(this.this$0).getOnJoinStageChannel().invoke(((ChannelListItemStageVoiceChannel) this.$data).getChannel()); + WidgetChannelsListAdapter.ItemChannelStageVoice.access$getAdapter$p(this.this$0).getOnCallChannel().invoke(((ChannelListItemStageVoiceChannel) this.$data).getChannel()); } } diff --git a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsListAdapter$ItemVoiceUser$onConfigure$2.java b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsListAdapter$ItemVoiceUser$onConfigure$2.java index 977c2e9ce1..249befab05 100644 --- a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsListAdapter$ItemVoiceUser$onConfigure$2.java +++ b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsListAdapter$ItemVoiceUser$onConfigure$2.java @@ -1,7 +1,6 @@ package com.discord.widgets.channels.list; import android.view.View; -import com.airbnb.lottie.parser.AnimatableValueParser; import com.discord.widgets.channels.list.WidgetChannelsListAdapter; import com.discord.widgets.channels.list.items.ChannelListItem; import com.discord.widgets.channels.list.items.ChannelListItemVoiceUser; @@ -17,10 +16,6 @@ public final class WidgetChannelsListAdapter$ItemVoiceUser$onConfigure$2 impleme @Override // android.view.View.OnClickListener public final void onClick(View view) { - if (AnimatableValueParser.x1(((ChannelListItemVoiceUser) this.$data).getChannel())) { - WidgetChannelsListAdapter.ItemVoiceUser.access$getAdapter$p(this.this$0).getOnJoinStageChannel().invoke(((ChannelListItemVoiceUser) this.$data).getChannel()); - } else { - WidgetChannelsListAdapter.ItemVoiceUser.access$getAdapter$p(this.this$0).getOnCallChannel().invoke(((ChannelListItemVoiceUser) this.$data).getChannel()); - } + WidgetChannelsListAdapter.ItemVoiceUser.access$getAdapter$p(this.this$0).getOnCallChannel().invoke(((ChannelListItemVoiceUser) this.$data).getChannel()); } } diff --git a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsListAdapter.java b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsListAdapter.java index 70f08a7c9c..b3795a8de3 100644 --- a/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsListAdapter.java +++ b/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsListAdapter.java @@ -1162,6 +1162,9 @@ public final class WidgetChannelsListAdapter extends MGRecyclerAdapterSimple guildRoles; /* renamed from: me reason: collision with root package name */ - private final MeUser f2212me; + private final MeUser f2213me; private final List memberItems; private final long myPermissions; private final List roleItems; @@ -117,7 +117,7 @@ public final class WidgetChannelSettingsPermissionsAdvanced extends AppFragment m.checkNotNullParameter(channel, "channel"); m.checkNotNullParameter(map, "guildRoles"); m.checkNotNullParameter(list, "memberItems"); - this.f2212me = meUser; + this.f2213me = meUser; this.guild = guild; this.channel = channel; this.myPermissions = j; @@ -145,7 +145,7 @@ public final class WidgetChannelSettingsPermissionsAdvanced extends AppFragment /* JADX WARN: Multi-variable type inference failed */ public static /* synthetic */ Model copy$default(Model model, MeUser meUser, Guild guild, Channel channel, long j, Map map, List list, int i, Object obj) { if ((i & 1) != 0) { - meUser = model.f2212me; + meUser = model.f2213me; } if ((i & 2) != 0) { guild = model.guild; @@ -166,7 +166,7 @@ public final class WidgetChannelSettingsPermissionsAdvanced extends AppFragment } public final MeUser component1() { - return this.f2212me; + return this.f2213me; } public final Guild component2() { @@ -206,7 +206,7 @@ public final class WidgetChannelSettingsPermissionsAdvanced extends AppFragment return false; } Model model = (Model) obj; - return m.areEqual(this.f2212me, model.f2212me) && m.areEqual(this.guild, model.guild) && m.areEqual(this.channel, model.channel) && this.myPermissions == model.myPermissions && m.areEqual(this.guildRoles, model.guildRoles) && m.areEqual(this.memberItems, model.memberItems); + return m.areEqual(this.f2213me, model.f2213me) && m.areEqual(this.guild, model.guild) && m.areEqual(this.channel, model.channel) && this.myPermissions == model.myPermissions && m.areEqual(this.guildRoles, model.guildRoles) && m.areEqual(this.memberItems, model.memberItems); } public final boolean getCanAddRole() { @@ -230,7 +230,7 @@ public final class WidgetChannelSettingsPermissionsAdvanced extends AppFragment } public final MeUser getMe() { - return this.f2212me; + return this.f2213me; } public final List getMemberItems() { @@ -246,7 +246,7 @@ public final class WidgetChannelSettingsPermissionsAdvanced extends AppFragment } public int hashCode() { - MeUser meUser = this.f2212me; + MeUser meUser = this.f2213me; int i = 0; int hashCode = (meUser != null ? meUser.hashCode() : 0) * 31; Guild guild = this.guild; @@ -264,7 +264,7 @@ public final class WidgetChannelSettingsPermissionsAdvanced extends AppFragment public String toString() { StringBuilder P = a.P("Model(me="); - P.append(this.f2212me); + P.append(this.f2213me); P.append(", guild="); P.append(this.guild); P.append(", channel="); diff --git a/app/src/main/java/com/discord/widgets/channels/permissions/WidgetChannelSettingsPermissionsOverview.java b/app/src/main/java/com/discord/widgets/channels/permissions/WidgetChannelSettingsPermissionsOverview.java index 3a88142661..0549ca028c 100644 --- a/app/src/main/java/com/discord/widgets/channels/permissions/WidgetChannelSettingsPermissionsOverview.java +++ b/app/src/main/java/com/discord/widgets/channels/permissions/WidgetChannelSettingsPermissionsOverview.java @@ -74,7 +74,7 @@ public final class WidgetChannelSettingsPermissionsOverview extends AppFragment private final Map guildRoles; /* renamed from: me reason: collision with root package name */ - private final MeUser f2213me; + private final MeUser f2214me; private final long myPermissions; /* compiled from: WidgetChannelSettingsPermissionsOverview.kt */ @@ -102,7 +102,7 @@ public final class WidgetChannelSettingsPermissionsOverview extends AppFragment m.checkNotNullParameter(guild, "guild"); m.checkNotNullParameter(channel, "channel"); m.checkNotNullParameter(map, "guildRoles"); - this.f2213me = meUser; + this.f2214me = meUser; this.guild = guild; this.channel = channel; this.myPermissions = j; @@ -114,7 +114,7 @@ public final class WidgetChannelSettingsPermissionsOverview extends AppFragment /* JADX WARN: Multi-variable type inference failed */ public static /* synthetic */ Model copy$default(Model model, MeUser meUser, Guild guild, Channel channel, long j, Map map, int i, Object obj) { if ((i & 1) != 0) { - meUser = model.f2213me; + meUser = model.f2214me; } if ((i & 2) != 0) { guild = model.guild; @@ -132,7 +132,7 @@ public final class WidgetChannelSettingsPermissionsOverview extends AppFragment } public final MeUser component1() { - return this.f2213me; + return this.f2214me; } public final Guild component2() { @@ -167,7 +167,7 @@ public final class WidgetChannelSettingsPermissionsOverview extends AppFragment return false; } Model model = (Model) obj; - return m.areEqual(this.f2213me, model.f2213me) && m.areEqual(this.guild, model.guild) && m.areEqual(this.channel, model.channel) && this.myPermissions == model.myPermissions && m.areEqual(this.guildRoles, model.guildRoles); + return m.areEqual(this.f2214me, model.f2214me) && m.areEqual(this.guild, model.guild) && m.areEqual(this.channel, model.channel) && this.myPermissions == model.myPermissions && m.areEqual(this.guildRoles, model.guildRoles); } public final boolean getCanManage() { @@ -187,7 +187,7 @@ public final class WidgetChannelSettingsPermissionsOverview extends AppFragment } public final MeUser getMe() { - return this.f2213me; + return this.f2214me; } public final long getMyPermissions() { @@ -195,7 +195,7 @@ public final class WidgetChannelSettingsPermissionsOverview extends AppFragment } public int hashCode() { - MeUser meUser = this.f2213me; + MeUser meUser = this.f2214me; int i = 0; int hashCode = (meUser != null ? meUser.hashCode() : 0) * 31; Guild guild = this.guild; @@ -211,7 +211,7 @@ public final class WidgetChannelSettingsPermissionsOverview extends AppFragment public String toString() { StringBuilder P = a.P("Model(me="); - P.append(this.f2213me); + P.append(this.f2214me); P.append(", guild="); P.append(this.guild); P.append(", channel="); diff --git a/app/src/main/java/com/discord/widgets/channels/permissions/WidgetStageChannelModeratorPermissions.java b/app/src/main/java/com/discord/widgets/channels/permissions/WidgetStageChannelModeratorPermissions.java index f9462d6246..cbdb185a3e 100644 --- a/app/src/main/java/com/discord/widgets/channels/permissions/WidgetStageChannelModeratorPermissions.java +++ b/app/src/main/java/com/discord/widgets/channels/permissions/WidgetStageChannelModeratorPermissions.java @@ -58,7 +58,7 @@ public final class WidgetStageChannelModeratorPermissions extends AppFragment { ViewExtensions.setEnabledAlpha$default(addPermissionOwnerView, valid.getCanEditModerators(), 0.0f, 2, null); getViewBinding().b.setOnClickListener(new WidgetStageChannelModeratorPermissions$configureUI$1(this, viewState)); getViewBinding().d.setData(valid.getRoleItems(), new WidgetStageChannelModeratorPermissions$configureUI$2(this)); - getViewBinding().f2034c.setData(valid.getMemberItems(), new WidgetStageChannelModeratorPermissions$configureUI$3(this)); + getViewBinding().f2035c.setData(valid.getMemberItems(), new WidgetStageChannelModeratorPermissions$configureUI$3(this)); } } diff --git a/app/src/main/java/com/discord/widgets/channels/settings/WidgetTextChannelSettings$configureUI$1.java b/app/src/main/java/com/discord/widgets/channels/settings/WidgetTextChannelSettings$configureUI$1.java index e5e92df5df..510a2adf71 100644 --- a/app/src/main/java/com/discord/widgets/channels/settings/WidgetTextChannelSettings$configureUI$1.java +++ b/app/src/main/java/com/discord/widgets/channels/settings/WidgetTextChannelSettings$configureUI$1.java @@ -21,7 +21,7 @@ public final class WidgetTextChannelSettings$configureUI$1 implements Ac public final void call(MenuItem menuItem, Context context) { m.checkNotNullExpressionValue(menuItem, "menuItem"); switch (menuItem.getItemId()) { - case R.id.menu_channel_settings_delete /* 2131364167 */: + case R.id.menu_channel_settings_delete /* 2131364173 */: if (this.$this_configureUI.isPublicGuildRulesChannel() || this.$this_configureUI.isPublicGuildUpdatesChannel()) { WidgetTextChannelSettings.access$cannotDeleteWarn(this.this$0, this.$this_configureUI.isPublicGuildRulesChannel()); return; @@ -29,7 +29,7 @@ public final class WidgetTextChannelSettings$configureUI$1 implements Ac WidgetTextChannelSettings.access$confirmDelete(this.this$0, this.$this_configureUI.getChannel()); return; } - case R.id.menu_channel_settings_reset /* 2131364168 */: + case R.id.menu_channel_settings_reset /* 2131364174 */: StoreUserGuildSettings userGuildSettings = StoreStream.Companion.getUserGuildSettings(); m.checkNotNullExpressionValue(context, "context"); userGuildSettings.setChannelNotificationsDefault(context, this.$this_configureUI.getChannel()); diff --git a/app/src/main/java/com/discord/widgets/channels/settings/WidgetTextChannelSettings$configureUI$3.java b/app/src/main/java/com/discord/widgets/channels/settings/WidgetTextChannelSettings$configureUI$3.java index d8e48d1c15..087e8decd7 100644 --- a/app/src/main/java/com/discord/widgets/channels/settings/WidgetTextChannelSettings$configureUI$3.java +++ b/app/src/main/java/com/discord/widgets/channels/settings/WidgetTextChannelSettings$configureUI$3.java @@ -22,7 +22,7 @@ public final class WidgetTextChannelSettings$configureUI$3 implements View.OnCli WidgetTextChannelSettings widgetTextChannelSettings = this.this$0; long h = this.$this_configureUI.getChannel().h(); StatefulViews access$getState$p = WidgetTextChannelSettings.access$getState$p(this.this$0); - TextInputLayout textInputLayout = WidgetTextChannelSettings.access$getBinding$p(this.this$0).f2050c; + TextInputLayout textInputLayout = WidgetTextChannelSettings.access$getBinding$p(this.this$0).f2051c; m.checkNotNullExpressionValue(textInputLayout, "binding.channelSettingsEditName"); String str = (String) access$getState$p.getIfChanged(textInputLayout.getId()); StatefulViews access$getState$p2 = WidgetTextChannelSettings.access$getState$p(this.this$0); diff --git a/app/src/main/java/com/discord/widgets/channels/settings/WidgetTextChannelSettings.java b/app/src/main/java/com/discord/widgets/channels/settings/WidgetTextChannelSettings.java index 1cb2f56a19..d0e6ba0c1e 100644 --- a/app/src/main/java/com/discord/widgets/channels/settings/WidgetTextChannelSettings.java +++ b/app/src/main/java/com/discord/widgets/channels/settings/WidgetTextChannelSettings.java @@ -402,13 +402,13 @@ public final class WidgetTextChannelSettings extends AppFragment { AnalyticsTracker.INSTANCE.premiumGuildUpsellViewed(threadTypeForGuild, model.getGuild().getId(), Long.valueOf(model.getChannel().h()), new Traits.Location(Traits.Location.Page.CHANNEL_SETTINGS, null, null, null, null, 30, null)); this.hasFiredAnalytics = true; } - TextInputLayout textInputLayout = getBinding().f2050c; + TextInputLayout textInputLayout = getBinding().f2051c; m.checkNotNullExpressionValue(textInputLayout, "binding.channelSettingsEditName"); StatefulViews statefulViews = this.state; - TextInputLayout textInputLayout2 = getBinding().f2050c; + TextInputLayout textInputLayout2 = getBinding().f2051c; m.checkNotNullExpressionValue(textInputLayout2, "binding.channelSettingsEditName"); ViewExtensions.setText(textInputLayout, (CharSequence) statefulViews.get(textInputLayout2.getId(), AnimatableValueParser.y0(model.getChannel()))); - getBinding().f2050c.setHint(AnimatableValueParser.A1(model.getChannel()) ? R.string.form_label_channel_name : R.string.category_name); + getBinding().f2051c.setHint(AnimatableValueParser.A1(model.getChannel()) ? R.string.form_label_channel_name : R.string.category_name); TextInputLayout textInputLayout3 = getBinding().d; m.checkNotNullExpressionValue(textInputLayout3, "binding.channelSettingsEditTopic"); StatefulViews statefulViews2 = this.state; @@ -607,7 +607,7 @@ public final class WidgetTextChannelSettings extends AppFragment { statefulViews.addOptionalFields(textInputLayout); StatefulViews statefulViews2 = this.state; FloatingActionButton floatingActionButton = getBinding().k; - TextInputLayout textInputLayout2 = getBinding().f2050c; + TextInputLayout textInputLayout2 = getBinding().f2051c; m.checkNotNullExpressionValue(textInputLayout2, "binding.channelSettingsEditName"); TextInputLayout textInputLayout3 = getBinding().d; m.checkNotNullExpressionValue(textInputLayout3, "binding.channelSettingsEditTopic"); diff --git a/app/src/main/java/com/discord/widgets/channels/settings/WidgetThreadNotificationSettings.java b/app/src/main/java/com/discord/widgets/channels/settings/WidgetThreadNotificationSettings.java index f69f5eae66..19e8483e85 100644 --- a/app/src/main/java/com/discord/widgets/channels/settings/WidgetThreadNotificationSettings.java +++ b/app/src/main/java/com/discord/widgets/channels/settings/WidgetThreadNotificationSettings.java @@ -163,7 +163,7 @@ public final class WidgetThreadNotificationSettings extends AppFragment { private final void configureUI(Model model) { setActionBarSubtitle(AnimatableValueParser.A0(model.getChannel(), requireContext(), false, 2)); - CheckedSetting checkedSetting = getBinding().f2056c; + CheckedSetting checkedSetting = getBinding().f2057c; m.checkNotNullExpressionValue(checkedSetting, "binding.threadSettingsNotificationsFrequency0"); configureNotificationRadio(model, checkedSetting, 2); CheckedSetting checkedSetting2 = getBinding().d; @@ -186,7 +186,7 @@ public final class WidgetThreadNotificationSettings extends AppFragment { int i = 0; AppFragment.setActionBarDisplayHomeAsUpEnabled$default(this, false, 1, null); setActionBarTitle(R.string.notification_settings); - this.notificationSettingsRadioManager = new RadioManager(n.listOf((Object[]) new CheckedSetting[]{getBinding().f2056c, getBinding().d, getBinding().e})); + this.notificationSettingsRadioManager = new RadioManager(n.listOf((Object[]) new CheckedSetting[]{getBinding().f2057c, getBinding().d, getBinding().e})); LinearLayout linearLayout = getBinding().b; m.checkNotNullExpressionValue(linearLayout, "binding.threadNotificationSettingsSystem"); if (!getMostRecentIntent().getBooleanExtra(INTENT_SHOW_SYSTEM_SETTINGS, false)) { diff --git a/app/src/main/java/com/discord/widgets/channels/settings/WidgetThreadSettings.java b/app/src/main/java/com/discord/widgets/channels/settings/WidgetThreadSettings.java index 8648734923..1264327bee 100644 --- a/app/src/main/java/com/discord/widgets/channels/settings/WidgetThreadSettings.java +++ b/app/src/main/java/com/discord/widgets/channels/settings/WidgetThreadSettings.java @@ -145,10 +145,10 @@ public final class WidgetThreadSettings extends AppFragment { m.checkNotNullExpressionValue(textView2, "binding.channelSettingsPinnedMessages"); textView2.setEnabled(valid.isPinsEnabled()); getBinding().b.setOnClickListener(new WidgetThreadSettings$configureUI$3(viewState)); - View view = getBinding().f2057c; + View view = getBinding().f2058c; m.checkNotNullExpressionValue(view, "binding.channelSettingsP…edMessagesDisabledOverlay"); view.setVisibility(true ^ valid.isPinsEnabled() ? 0 : 8); - getBinding().f2057c.setOnClickListener(WidgetThreadSettings$configureUI$4.INSTANCE); + getBinding().f2058c.setOnClickListener(WidgetThreadSettings$configureUI$4.INSTANCE); FloatingActionButton floatingActionButton = getBinding().f; m.checkNotNullExpressionValue(floatingActionButton, "binding.threadSettingsSave"); if (!valid.getHasUnsavedChanges()) { diff --git a/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowser$updateMenu$1.java b/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowser$updateMenu$1.java index 2225260a8f..5f3d11befe 100644 --- a/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowser$updateMenu$1.java +++ b/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowser$updateMenu$1.java @@ -19,11 +19,11 @@ public final class WidgetThreadBrowser$updateMenu$1 implements Action2"); SimplePager.Adapter.Item[] itemArr = (SimplePager.Adapter.Item[]) array; simplePager2.setAdapter(new SimplePager.Adapter(parentFragmentManager, (SimplePager.Adapter.Item[]) Arrays.copyOf(itemArr, itemArr.length))); - getBinding().f2054c.addOnPageChangeListener(new WidgetThreadBrowser$initializeAdapter$3(this)); + getBinding().f2055c.addOnPageChangeListener(new WidgetThreadBrowser$initializeAdapter$3(this)); TabLayout tabLayout = getBinding().b; m.checkNotNullExpressionValue(tabLayout, "binding.actionBarTabs"); if (!browser.getCanViewArchivedThreads()) { @@ -184,7 +184,7 @@ public final class WidgetThreadBrowser extends AppFragment { P.append(browser.getChannelName()); setActionBarSubtitle(P.toString()); } - SimplePager simplePager = getBinding().f2054c; + SimplePager simplePager = getBinding().f2055c; m.checkNotNullExpressionValue(simplePager, "binding.threadBrowserViewPager"); updateMenu(simplePager.getCurrentItem(), Boolean.valueOf(browser.getCanCreateThread())); } diff --git a/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowserActive.java b/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowserActive.java index 7bde54e777..d893db7af0 100644 --- a/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowserActive.java +++ b/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowserActive.java @@ -130,7 +130,7 @@ public final class WidgetThreadBrowserActive extends AppFragment { m.checkNotNullParameter(view, "view"); super.onViewBound(view); MGRecyclerAdapter.Companion companion = MGRecyclerAdapter.Companion; - RecyclerView recyclerView = getBinding().f2052c; + RecyclerView recyclerView = getBinding().f2053c; m.checkNotNullExpressionValue(recyclerView, "binding.recyclerView"); this.adapter = (WidgetThreadBrowserAdapter) companion.configure(new WidgetThreadBrowserAdapter(recyclerView, new WidgetThreadBrowserActive$onViewBound$1(getBrowserViewModel()), new WidgetThreadBrowserActive$onViewBound$2(this))); getBinding().b.f142c.setOnClickListener(new WidgetThreadBrowserActive$onViewBound$3(this)); diff --git a/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowserArchived.java b/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowserArchived.java index 22f859d005..78b1cc8968 100644 --- a/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowserArchived.java +++ b/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowserArchived.java @@ -133,10 +133,10 @@ public final class WidgetThreadBrowserArchived extends AppFragment { m.checkNotNullParameter(view, "view"); super.onViewBound(view); MGRecyclerAdapter.Companion companion = MGRecyclerAdapter.Companion; - RecyclerView recyclerView = getBinding().f2053c; + RecyclerView recyclerView = getBinding().f2054c; m.checkNotNullExpressionValue(recyclerView, "binding.recyclerView"); this.adapter = (WidgetThreadBrowserAdapter) companion.configure(new WidgetThreadBrowserAdapter(recyclerView, new WidgetThreadBrowserArchived$onViewBound$1(getBrowserViewModel()), new WidgetThreadBrowserArchived$onViewBound$2(this))); - getBinding().f2053c.addOnScrollListener(new WidgetThreadBrowserArchived$onViewBound$3(this)); + getBinding().f2054c.addOnScrollListener(new WidgetThreadBrowserArchived$onViewBound$3(this)); getBinding().b.f142c.setOnClickListener(new WidgetThreadBrowserArchived$onViewBound$4(this)); getBinding().e.setOnClickListener(new WidgetThreadBrowserArchived$onViewBound$5(this)); } diff --git a/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowserFilterSheet.java b/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowserFilterSheet.java index b3fdd26258..7d6b04e466 100644 --- a/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowserFilterSheet.java +++ b/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowserFilterSheet.java @@ -87,7 +87,7 @@ public final class WidgetThreadBrowserFilterSheet extends AppBottomSheet { CheckedSetting checkedSetting2 = getBinding().d; m.checkNotNullExpressionValue(checkedSetting2, "binding.threadBrowserVisibilityPrivate"); checkedSetting2.setChecked(viewMode.getVisibility() == WidgetThreadBrowserArchivedViewModel.VisibilityMode.PrivateThreads); - CardView cardView = getBinding().f2055c; + CardView cardView = getBinding().f2056c; m.checkNotNullExpressionValue(cardView, "binding.threadBrowserModeratorViewCard"); cardView.setVisibility(viewState.isModerator() ? 0 : 8); if (viewMode.getVisibility() == visibilityMode) { diff --git a/app/src/main/java/com/discord/widgets/chat/WidgetUrlActions.java b/app/src/main/java/com/discord/widgets/chat/WidgetUrlActions.java index 4f73a82cc5..5df8ad3ce9 100644 --- a/app/src/main/java/com/discord/widgets/chat/WidgetUrlActions.java +++ b/app/src/main/java/com/discord/widgets/chat/WidgetUrlActions.java @@ -117,7 +117,7 @@ public final class WidgetUrlActions extends AppBottomSheet { m.checkNotNullExpressionValue(textView, "binding.dialogUrlActionsUrl"); ViewExtensions.setTextAndVisibilityBy(textView, getUrl()); getBinding().b.setOnClickListener(new WidgetUrlActions$onViewCreated$1(this)); - getBinding().f2063c.setOnClickListener(new WidgetUrlActions$onViewCreated$2(this)); + getBinding().f2064c.setOnClickListener(new WidgetUrlActions$onViewCreated$2(this)); getBinding().d.setOnClickListener(new WidgetUrlActions$onViewCreated$3(this)); } } diff --git a/app/src/main/java/com/discord/widgets/chat/input/AppFlexInputViewModel.java b/app/src/main/java/com/discord/widgets/chat/input/AppFlexInputViewModel.java index c58d802010..93ceaa0212 100644 --- a/app/src/main/java/com/discord/widgets/chat/input/AppFlexInputViewModel.java +++ b/app/src/main/java/com/discord/widgets/chat/input/AppFlexInputViewModel.java @@ -529,7 +529,7 @@ public final class AppFlexInputViewModel extends AppViewModel im public void onSendButtonClicked(FlexInputListener flexInputListener) { FlexInputState viewState = getViewState(); if (viewState != null && flexInputListener != null) { - flexInputListener.onSend(viewState.a, viewState.f2477c, new AppFlexInputViewModel$onSendButtonClicked$1(this)); + flexInputListener.onSend(viewState.a, viewState.f2478c, new AppFlexInputViewModel$onSendButtonClicked$1(this)); } } diff --git a/app/src/main/java/com/discord/widgets/chat/input/ChatInputViewModel.java b/app/src/main/java/com/discord/widgets/chat/input/ChatInputViewModel.java index 2dce90fcc1..1ec920f148 100644 --- a/app/src/main/java/com/discord/widgets/chat/input/ChatInputViewModel.java +++ b/app/src/main/java/com/discord/widgets/chat/input/ChatInputViewModel.java @@ -721,7 +721,7 @@ public final class ChatInputViewModel extends AppViewModel { private final boolean isOnCooldown; /* renamed from: me reason: collision with root package name */ - private final MeUser f2214me; + private final MeUser f2215me; private final GuildMember meGuildMember; private final PendingReply pendingReply; private final Integer relationshipType; @@ -828,7 +828,7 @@ public final class ChatInputViewModel extends AppViewModel { m.checkNotNullParameter(guildVerificationLevel, "verificationLevelTriggered"); m.checkNotNullParameter(threadDraftState, "threadDraftState"); this.channel = channel; - this.f2214me = meUser; + this.f2215me = meUser; this.editingMessage = editingMessage; this.relationshipType = num; this.channelPermissions = l; @@ -844,7 +844,7 @@ public final class ChatInputViewModel extends AppViewModel { } public static /* synthetic */ Loaded copy$default(Loaded loaded, Channel channel, MeUser meUser, StoreChat.EditingMessage editingMessage, Integer num, Long l, GuildVerificationLevel guildVerificationLevel, boolean z2, boolean z3, Guild guild, PendingReply pendingReply, StoreChannelsSelected.ResolvedSelectedChannel.ThreadDraft threadDraft, GuildMember guildMember, GuildJoinRequest guildJoinRequest, StoreThreadDraft.ThreadDraftState threadDraftState, int i, Object obj) { - return loaded.copy((i & 1) != 0 ? loaded.channel : channel, (i & 2) != 0 ? loaded.f2214me : meUser, (i & 4) != 0 ? loaded.editingMessage : editingMessage, (i & 8) != 0 ? loaded.relationshipType : num, (i & 16) != 0 ? loaded.channelPermissions : l, (i & 32) != 0 ? loaded.verificationLevelTriggered : guildVerificationLevel, (i & 64) != 0 ? loaded.isLurking : z2, (i & 128) != 0 ? loaded.isOnCooldown : z3, (i & 256) != 0 ? loaded.guild : guild, (i & 512) != 0 ? loaded.pendingReply : pendingReply, (i & 1024) != 0 ? loaded.selectedThreadDraft : threadDraft, (i & 2048) != 0 ? loaded.meGuildMember : guildMember, (i & 4096) != 0 ? loaded.guildJoinRequest : guildJoinRequest, (i & 8192) != 0 ? loaded.threadDraftState : threadDraftState); + return loaded.copy((i & 1) != 0 ? loaded.channel : channel, (i & 2) != 0 ? loaded.f2215me : meUser, (i & 4) != 0 ? loaded.editingMessage : editingMessage, (i & 8) != 0 ? loaded.relationshipType : num, (i & 16) != 0 ? loaded.channelPermissions : l, (i & 32) != 0 ? loaded.verificationLevelTriggered : guildVerificationLevel, (i & 64) != 0 ? loaded.isLurking : z2, (i & 128) != 0 ? loaded.isOnCooldown : z3, (i & 256) != 0 ? loaded.guild : guild, (i & 512) != 0 ? loaded.pendingReply : pendingReply, (i & 1024) != 0 ? loaded.selectedThreadDraft : threadDraft, (i & 2048) != 0 ? loaded.meGuildMember : guildMember, (i & 4096) != 0 ? loaded.guildJoinRequest : guildJoinRequest, (i & 8192) != 0 ? loaded.threadDraftState : threadDraftState); } public final Channel component1() { @@ -872,7 +872,7 @@ public final class ChatInputViewModel extends AppViewModel { } public final MeUser component2() { - return this.f2214me; + return this.f2215me; } public final StoreChat.EditingMessage component3() { @@ -919,7 +919,7 @@ public final class ChatInputViewModel extends AppViewModel { return false; } Loaded loaded = (Loaded) obj; - return m.areEqual(this.channel, loaded.channel) && m.areEqual(this.f2214me, loaded.f2214me) && m.areEqual(this.editingMessage, loaded.editingMessage) && m.areEqual(this.relationshipType, loaded.relationshipType) && m.areEqual(this.channelPermissions, loaded.channelPermissions) && m.areEqual(this.verificationLevelTriggered, loaded.verificationLevelTriggered) && this.isLurking == loaded.isLurking && this.isOnCooldown == loaded.isOnCooldown && m.areEqual(this.guild, loaded.guild) && m.areEqual(this.pendingReply, loaded.pendingReply) && m.areEqual(this.selectedThreadDraft, loaded.selectedThreadDraft) && m.areEqual(this.meGuildMember, loaded.meGuildMember) && m.areEqual(this.guildJoinRequest, loaded.guildJoinRequest) && m.areEqual(this.threadDraftState, loaded.threadDraftState); + return m.areEqual(this.channel, loaded.channel) && m.areEqual(this.f2215me, loaded.f2215me) && m.areEqual(this.editingMessage, loaded.editingMessage) && m.areEqual(this.relationshipType, loaded.relationshipType) && m.areEqual(this.channelPermissions, loaded.channelPermissions) && m.areEqual(this.verificationLevelTriggered, loaded.verificationLevelTriggered) && this.isLurking == loaded.isLurking && this.isOnCooldown == loaded.isOnCooldown && m.areEqual(this.guild, loaded.guild) && m.areEqual(this.pendingReply, loaded.pendingReply) && m.areEqual(this.selectedThreadDraft, loaded.selectedThreadDraft) && m.areEqual(this.meGuildMember, loaded.meGuildMember) && m.areEqual(this.guildJoinRequest, loaded.guildJoinRequest) && m.areEqual(this.threadDraftState, loaded.threadDraftState); } public final Channel getChannel() { @@ -943,7 +943,7 @@ public final class ChatInputViewModel extends AppViewModel { } public final MeUser getMe() { - return this.f2214me; + return this.f2215me; } public final GuildMember getMeGuildMember() { @@ -974,7 +974,7 @@ public final class ChatInputViewModel extends AppViewModel { Channel channel = this.channel; int i = 0; int hashCode = (channel != null ? channel.hashCode() : 0) * 31; - MeUser meUser = this.f2214me; + MeUser meUser = this.f2215me; int hashCode2 = (hashCode + (meUser != null ? meUser.hashCode() : 0)) * 31; StoreChat.EditingMessage editingMessage = this.editingMessage; int hashCode3 = (hashCode2 + (editingMessage != null ? editingMessage.hashCode() : 0)) * 31; @@ -1027,7 +1027,7 @@ public final class ChatInputViewModel extends AppViewModel { StringBuilder P = a.P("Loaded(channel="); P.append(this.channel); P.append(", me="); - P.append(this.f2214me); + P.append(this.f2215me); P.append(", editingMessage="); P.append(this.editingMessage); P.append(", relationshipType="); @@ -1095,7 +1095,7 @@ public final class ChatInputViewModel extends AppViewModel { private final int maxFileSizeMB; /* renamed from: me reason: collision with root package name */ - private final MeUser f2215me; + private final MeUser f2216me; private final PendingReplyState pendingReplyState; private final StoreChannelsSelected.ResolvedSelectedChannel.ThreadDraft selectedThreadDraft; private final boolean shouldBadgeChatInput; @@ -1273,7 +1273,7 @@ public final class ChatInputViewModel extends AppViewModel { m.checkNotNullParameter(threadDraftState, "threadDraftState"); this.channel = channel; this.channelId = j; - this.f2215me = meUser; + this.f2216me = meUser; this.editingMessage = editingMessage; this.ableToSendMessage = z2; this.verificationLevelTriggered = guildVerificationLevel; @@ -1297,7 +1297,7 @@ public final class ChatInputViewModel extends AppViewModel { } public static /* synthetic */ Loaded copy$default(Loaded loaded, Channel channel, long j, MeUser meUser, StoreChat.EditingMessage editingMessage, boolean z2, GuildVerificationLevel guildVerificationLevel, boolean z3, boolean z4, boolean z5, int i, boolean z6, PendingReplyState pendingReplyState, boolean z7, boolean z8, boolean z9, boolean z10, boolean z11, boolean z12, StoreChannelsSelected.ResolvedSelectedChannel.ThreadDraft threadDraft, boolean z13, ApplicationStatus applicationStatus, StoreThreadDraft.ThreadDraftState threadDraftState, boolean z14, int i2, Object obj) { - return loaded.copy((i2 & 1) != 0 ? loaded.channel : channel, (i2 & 2) != 0 ? loaded.channelId : j, (i2 & 4) != 0 ? loaded.f2215me : meUser, (i2 & 8) != 0 ? loaded.editingMessage : editingMessage, (i2 & 16) != 0 ? loaded.ableToSendMessage : z2, (i2 & 32) != 0 ? loaded.verificationLevelTriggered : guildVerificationLevel, (i2 & 64) != 0 ? loaded.isLurking : z3, (i2 & 128) != 0 ? loaded.isSystemDM : z4, (i2 & 256) != 0 ? loaded.isOnCooldown : z5, (i2 & 512) != 0 ? loaded.maxFileSizeMB : i, (i2 & 1024) != 0 ? loaded.shouldShowFollow : z6, (i2 & 2048) != 0 ? loaded.pendingReplyState : pendingReplyState, (i2 & 4096) != 0 ? loaded.shouldBadgeChatInput : z7, (i2 & 8192) != 0 ? loaded.isBlocked : z8, (i2 & 16384) != 0 ? loaded.isInputShowing : z9, (i2 & 32768) != 0 ? loaded.isVerificationLevelTriggered : z10, (i2 & 65536) != 0 ? loaded.isEditing : z11, (i2 & 131072) != 0 ? loaded.isReplying : z12, (i2 & 262144) != 0 ? loaded.selectedThreadDraft : threadDraft, (i2 & 524288) != 0 ? loaded.shouldShowVerificationGate : z13, (i2 & 1048576) != 0 ? loaded.joinRequestStatus : applicationStatus, (i2 & 2097152) != 0 ? loaded.threadDraftState : threadDraftState, (i2 & 4194304) != 0 ? loaded.showCreateThreadOption : z14); + return loaded.copy((i2 & 1) != 0 ? loaded.channel : channel, (i2 & 2) != 0 ? loaded.channelId : j, (i2 & 4) != 0 ? loaded.f2216me : meUser, (i2 & 8) != 0 ? loaded.editingMessage : editingMessage, (i2 & 16) != 0 ? loaded.ableToSendMessage : z2, (i2 & 32) != 0 ? loaded.verificationLevelTriggered : guildVerificationLevel, (i2 & 64) != 0 ? loaded.isLurking : z3, (i2 & 128) != 0 ? loaded.isSystemDM : z4, (i2 & 256) != 0 ? loaded.isOnCooldown : z5, (i2 & 512) != 0 ? loaded.maxFileSizeMB : i, (i2 & 1024) != 0 ? loaded.shouldShowFollow : z6, (i2 & 2048) != 0 ? loaded.pendingReplyState : pendingReplyState, (i2 & 4096) != 0 ? loaded.shouldBadgeChatInput : z7, (i2 & 8192) != 0 ? loaded.isBlocked : z8, (i2 & 16384) != 0 ? loaded.isInputShowing : z9, (i2 & 32768) != 0 ? loaded.isVerificationLevelTriggered : z10, (i2 & 65536) != 0 ? loaded.isEditing : z11, (i2 & 131072) != 0 ? loaded.isReplying : z12, (i2 & 262144) != 0 ? loaded.selectedThreadDraft : threadDraft, (i2 & 524288) != 0 ? loaded.shouldShowVerificationGate : z13, (i2 & 1048576) != 0 ? loaded.joinRequestStatus : applicationStatus, (i2 & 2097152) != 0 ? loaded.threadDraftState : threadDraftState, (i2 & 4194304) != 0 ? loaded.showCreateThreadOption : z14); } public final Channel component1() { @@ -1365,7 +1365,7 @@ public final class ChatInputViewModel extends AppViewModel { } public final MeUser component3() { - return this.f2215me; + return this.f2216me; } public final StoreChat.EditingMessage component4() { @@ -1408,7 +1408,7 @@ public final class ChatInputViewModel extends AppViewModel { return false; } Loaded loaded = (Loaded) obj; - return m.areEqual(this.channel, loaded.channel) && this.channelId == loaded.channelId && m.areEqual(this.f2215me, loaded.f2215me) && m.areEqual(this.editingMessage, loaded.editingMessage) && this.ableToSendMessage == loaded.ableToSendMessage && m.areEqual(this.verificationLevelTriggered, loaded.verificationLevelTriggered) && this.isLurking == loaded.isLurking && this.isSystemDM == loaded.isSystemDM && this.isOnCooldown == loaded.isOnCooldown && this.maxFileSizeMB == loaded.maxFileSizeMB && this.shouldShowFollow == loaded.shouldShowFollow && m.areEqual(this.pendingReplyState, loaded.pendingReplyState) && this.shouldBadgeChatInput == loaded.shouldBadgeChatInput && this.isBlocked == loaded.isBlocked && this.isInputShowing == loaded.isInputShowing && this.isVerificationLevelTriggered == loaded.isVerificationLevelTriggered && this.isEditing == loaded.isEditing && this.isReplying == loaded.isReplying && m.areEqual(this.selectedThreadDraft, loaded.selectedThreadDraft) && this.shouldShowVerificationGate == loaded.shouldShowVerificationGate && m.areEqual(this.joinRequestStatus, loaded.joinRequestStatus) && m.areEqual(this.threadDraftState, loaded.threadDraftState) && this.showCreateThreadOption == loaded.showCreateThreadOption; + return m.areEqual(this.channel, loaded.channel) && this.channelId == loaded.channelId && m.areEqual(this.f2216me, loaded.f2216me) && m.areEqual(this.editingMessage, loaded.editingMessage) && this.ableToSendMessage == loaded.ableToSendMessage && m.areEqual(this.verificationLevelTriggered, loaded.verificationLevelTriggered) && this.isLurking == loaded.isLurking && this.isSystemDM == loaded.isSystemDM && this.isOnCooldown == loaded.isOnCooldown && this.maxFileSizeMB == loaded.maxFileSizeMB && this.shouldShowFollow == loaded.shouldShowFollow && m.areEqual(this.pendingReplyState, loaded.pendingReplyState) && this.shouldBadgeChatInput == loaded.shouldBadgeChatInput && this.isBlocked == loaded.isBlocked && this.isInputShowing == loaded.isInputShowing && this.isVerificationLevelTriggered == loaded.isVerificationLevelTriggered && this.isEditing == loaded.isEditing && this.isReplying == loaded.isReplying && m.areEqual(this.selectedThreadDraft, loaded.selectedThreadDraft) && this.shouldShowVerificationGate == loaded.shouldShowVerificationGate && m.areEqual(this.joinRequestStatus, loaded.joinRequestStatus) && m.areEqual(this.threadDraftState, loaded.threadDraftState) && this.showCreateThreadOption == loaded.showCreateThreadOption; } public final boolean getAbleToSendMessage() { @@ -1436,7 +1436,7 @@ public final class ChatInputViewModel extends AppViewModel { } public final MeUser getMe() { - return this.f2215me; + return this.f2216me; } public final PendingReplyState getPendingReplyState() { @@ -1475,7 +1475,7 @@ public final class ChatInputViewModel extends AppViewModel { Channel channel = this.channel; int i = 0; int a = (b.a(this.channelId) + ((channel != null ? channel.hashCode() : 0) * 31)) * 31; - MeUser meUser = this.f2215me; + MeUser meUser = this.f2216me; int hashCode = (a + (meUser != null ? meUser.hashCode() : 0)) * 31; StoreChat.EditingMessage editingMessage = this.editingMessage; int hashCode2 = (hashCode + (editingMessage != null ? editingMessage.hashCode() : 0)) * 31; @@ -1634,7 +1634,7 @@ public final class ChatInputViewModel extends AppViewModel { P.append(", channelId="); P.append(this.channelId); P.append(", me="); - P.append(this.f2215me); + P.append(this.f2216me); P.append(", editingMessage="); P.append(this.editingMessage); P.append(", ableToSendMessage="); diff --git a/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputAttachments$createPreviewAdapter$1.java b/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputAttachments$createPreviewAdapter$1.java index 3e37936798..351c95afdd 100644 --- a/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputAttachments$createPreviewAdapter$1.java +++ b/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputAttachments$createPreviewAdapter$1.java @@ -50,9 +50,9 @@ public final class WidgetChatInputAttachments$createPreviewAdapter$1 extends o i public void registerSelectionCoordinatorInternal(SelectionCoordinator selectionCoordinator) { m.checkNotNullParameter(selectionCoordinator, "selectionCoordinator"); super.registerSelectionCoordinatorInternal(selectionCoordinator); - WidgetChatInputAttachments$createPreviewAdapter$1$1$registerSelectionCoordinatorInternal$1 widgetChatInputAttachments$createPreviewAdapter$1$1$registerSelectionCoordinatorInternal$1 = new WidgetChatInputAttachments$createPreviewAdapter$1$1$registerSelectionCoordinatorInternal$1(this, selectionCoordinator.f2476c); + WidgetChatInputAttachments$createPreviewAdapter$1$1$registerSelectionCoordinatorInternal$1 widgetChatInputAttachments$createPreviewAdapter$1$1$registerSelectionCoordinatorInternal$1 = new WidgetChatInputAttachments$createPreviewAdapter$1$1$registerSelectionCoordinatorInternal$1(this, selectionCoordinator.f2477c); m.checkNotNullParameter(widgetChatInputAttachments$createPreviewAdapter$1$1$registerSelectionCoordinatorInternal$1, ""); - selectionCoordinator.f2476c = widgetChatInputAttachments$createPreviewAdapter$1$1$registerSelectionCoordinatorInternal$1; + selectionCoordinator.f2477c = widgetChatInputAttachments$createPreviewAdapter$1$1$registerSelectionCoordinatorInternal$1; } } diff --git a/app/src/main/java/com/discord/widgets/chat/input/sticker/WidgetStickerPackStoreSheet.java b/app/src/main/java/com/discord/widgets/chat/input/sticker/WidgetStickerPackStoreSheet.java index 0625b7f5fd..14a8773be4 100644 --- a/app/src/main/java/com/discord/widgets/chat/input/sticker/WidgetStickerPackStoreSheet.java +++ b/app/src/main/java/com/discord/widgets/chat/input/sticker/WidgetStickerPackStoreSheet.java @@ -191,7 +191,7 @@ public final class WidgetStickerPackStoreSheet extends AppBottomSheet { RelativeLayout relativeLayout = getBinding().b; m.checkNotNullExpressionValue(relativeLayout, "binding.stickerPackStoreSheetContainer"); relativeLayout.setPadding(relativeLayout.getPaddingLeft(), relativeLayout.getPaddingTop(), relativeLayout.getPaddingRight(), getAdditionalBottomPaddingPx()); - RecyclerView recyclerView = getBinding().f2045c; + RecyclerView recyclerView = getBinding().f2046c; m.checkNotNullExpressionValue(recyclerView, "binding.stickerPackStoreSheetRecycler"); this.adapter = new WidgetStickerAdapter(recyclerView, new WidgetStickerPackStoreSheet$onViewCreated$1(this), new WidgetStickerPackStoreSheet$onViewCreated$2(this), null, this, true, 8, null); getViewModel().fetchStickersData(); diff --git a/app/src/main/java/com/discord/widgets/chat/input/sticker/WidgetStickerPicker.java b/app/src/main/java/com/discord/widgets/chat/input/sticker/WidgetStickerPicker.java index b4f4519e67..7096807ce5 100644 --- a/app/src/main/java/com/discord/widgets/chat/input/sticker/WidgetStickerPicker.java +++ b/app/src/main/java/com/discord/widgets/chat/input/sticker/WidgetStickerPicker.java @@ -234,7 +234,7 @@ public final class WidgetStickerPicker extends AppFragment implements c { TextView textView2 = getBinding().i; m.checkNotNullExpressionValue(textView2, "binding.chatInputStickerPickerEmptySubtitle"); textView2.setText(getString(R.string.no_sticker_search_results)); - LinkifiedTextView linkifiedTextView = getBinding().f2046c; + LinkifiedTextView linkifiedTextView = getBinding().f2047c; m.checkNotNullExpressionValue(linkifiedTextView, "binding.chatInputStickerPickerEmptyLink"); linkifiedTextView.setVisibility(8); showCategoryBottomBar(true); @@ -595,7 +595,7 @@ public final class WidgetStickerPicker extends AppFragment implements c { setWindowInsetsListeners(); } initializeSearchBar(); - Toolbar toolbar = getBinding().f2047s; + Toolbar toolbar = getBinding().f2048s; m.checkNotNullExpressionValue(toolbar, "binding.stickerToolbar"); ViewGroup.LayoutParams layoutParams = toolbar.getLayoutParams(); Objects.requireNonNull(layoutParams, "null cannot be cast to non-null type com.google.android.material.appbar.AppBarLayout.LayoutParams"); diff --git a/app/src/main/java/com/discord/widgets/chat/list/actions/WidgetChatListActions.java b/app/src/main/java/com/discord/widgets/chat/list/actions/WidgetChatListActions.java index 2a620b12a2..ff69bcbe96 100644 --- a/app/src/main/java/com/discord/widgets/chat/list/actions/WidgetChatListActions.java +++ b/app/src/main/java/com/discord/widgets/chat/list/actions/WidgetChatListActions.java @@ -104,7 +104,7 @@ public final class WidgetChatListActions extends AppBottomSheet { private final ManageMessageContext manageMessageContext; /* renamed from: me reason: collision with root package name */ - private final MeUser f2216me; + private final MeUser f2217me; private final Message message; private final String messageAuthorName; private final CharSequence messageContent; @@ -175,11 +175,11 @@ public final class WidgetChatListActions extends AppBottomSheet { this.recentEmojis = list; this.channel = channel; this.permissions = l; - this.f2216me = meUser; + this.f2217me = meUser; } public static /* synthetic */ Model copy$default(Model model, Message message, Guild guild, String str, CharSequence charSequence, ManageMessageContext manageMessageContext, int i, boolean z2, List list, Channel channel, Long l, MeUser meUser, int i2, Object obj) { - return model.copy((i2 & 1) != 0 ? model.message : message, (i2 & 2) != 0 ? model.guild : guild, (i2 & 4) != 0 ? model.messageAuthorName : str, (i2 & 8) != 0 ? model.messageContent : charSequence, (i2 & 16) != 0 ? model.manageMessageContext : manageMessageContext, (i2 & 32) != 0 ? model.type : i, (i2 & 64) != 0 ? model.isDeveloper : z2, (i2 & 128) != 0 ? model.recentEmojis : list, (i2 & 256) != 0 ? model.channel : channel, (i2 & 512) != 0 ? model.permissions : l, (i2 & 1024) != 0 ? model.f2216me : meUser); + return model.copy((i2 & 1) != 0 ? model.message : message, (i2 & 2) != 0 ? model.guild : guild, (i2 & 4) != 0 ? model.messageAuthorName : str, (i2 & 8) != 0 ? model.messageContent : charSequence, (i2 & 16) != 0 ? model.manageMessageContext : manageMessageContext, (i2 & 32) != 0 ? model.type : i, (i2 & 64) != 0 ? model.isDeveloper : z2, (i2 & 128) != 0 ? model.recentEmojis : list, (i2 & 256) != 0 ? model.channel : channel, (i2 & 512) != 0 ? model.permissions : l, (i2 & 1024) != 0 ? model.f2217me : meUser); } public final Message component1() { @@ -191,7 +191,7 @@ public final class WidgetChatListActions extends AppBottomSheet { } public final MeUser component11() { - return this.f2216me; + return this.f2217me; } public final Guild component2() { @@ -243,7 +243,7 @@ public final class WidgetChatListActions extends AppBottomSheet { return false; } Model model = (Model) obj; - return m.areEqual(this.message, model.message) && m.areEqual(this.guild, model.guild) && m.areEqual(this.messageAuthorName, model.messageAuthorName) && m.areEqual(this.messageContent, model.messageContent) && m.areEqual(this.manageMessageContext, model.manageMessageContext) && this.type == model.type && this.isDeveloper == model.isDeveloper && m.areEqual(this.recentEmojis, model.recentEmojis) && m.areEqual(this.channel, model.channel) && m.areEqual(this.permissions, model.permissions) && m.areEqual(this.f2216me, model.f2216me); + return m.areEqual(this.message, model.message) && m.areEqual(this.guild, model.guild) && m.areEqual(this.messageAuthorName, model.messageAuthorName) && m.areEqual(this.messageContent, model.messageContent) && m.areEqual(this.manageMessageContext, model.manageMessageContext) && this.type == model.type && this.isDeveloper == model.isDeveloper && m.areEqual(this.recentEmojis, model.recentEmojis) && m.areEqual(this.channel, model.channel) && m.areEqual(this.permissions, model.permissions) && m.areEqual(this.f2217me, model.f2217me); } public final Channel getChannel() { @@ -259,7 +259,7 @@ public final class WidgetChatListActions extends AppBottomSheet { } public final MeUser getMe() { - return this.f2216me; + return this.f2217me; } public final Message getMessage() { @@ -312,7 +312,7 @@ public final class WidgetChatListActions extends AppBottomSheet { int hashCode7 = (hashCode6 + (channel != null ? channel.hashCode() : 0)) * 31; Long l = this.permissions; int hashCode8 = (hashCode7 + (l != null ? l.hashCode() : 0)) * 31; - MeUser meUser = this.f2216me; + MeUser meUser = this.f2217me; if (meUser != null) { i = meUser.hashCode(); } @@ -345,7 +345,7 @@ public final class WidgetChatListActions extends AppBottomSheet { P.append(", permissions="); P.append(this.permissions); P.append(", me="); - P.append(this.f2216me); + P.append(this.f2217me); P.append(")"); return P.toString(); } diff --git a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemEmbed.java b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemEmbed.java index 73bea788d1..30a10cc383 100644 --- a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemEmbed.java +++ b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemEmbed.java @@ -851,7 +851,7 @@ public final class WidgetChatListAdapterItemEmbed extends WidgetChatListItem imp boolean shouldRenderMedia = shouldRenderMedia(); Integer num2 = previewImage.b; boolean z2 = true; - boolean z3 = num2 != null && d0.a0.a.getSign(num2.intValue()) == 1 && (num = previewImage.f2089c) != null && d0.a0.a.getSign(num.intValue()) == 1; + boolean z3 = num2 != null && d0.a0.a.getSign(num2.intValue()) == 1 && (num = previewImage.f2090c) != null && d0.a0.a.getSign(num.intValue()) == 1; if (!shouldRenderMedia || !z3) { CardView cardView2 = this.binding.f1774s; m.checkNotNullExpressionValue(cardView2, "binding.embedImageContainer"); @@ -863,7 +863,7 @@ public final class WidgetChatListAdapterItemEmbed extends WidgetChatListItem imp int i3 = i2 / 2; Integer num3 = previewImage.b; int intValue = num3 != null ? num3.intValue() : 0; - Integer num4 = previewImage.f2089c; + Integer num4 = previewImage.f2090c; configureEmbedImage(simpleDraweeView, i2, intValue, num4 != null ? num4.intValue() : 0, previewImage.a, i3); CardView cardView3 = this.binding.f1774s; m.checkNotNullExpressionValue(cardView3, "binding.embedImageContainer"); @@ -1042,14 +1042,14 @@ public final class WidgetChatListAdapterItemEmbed extends WidgetChatListItem imp if (renderableEmbedMedia != null) { Integer num = renderableEmbedMedia.b; if ((num != null ? num.intValue() : 0) <= 0) { - Integer num2 = renderableEmbedMedia.f2089c; + Integer num2 = renderableEmbedMedia.f2090c; if ((num2 != null ? num2.intValue() : 0) <= 0) { z3 = false; if (!z3) { EmbedResourceUtils embedResourceUtils = EmbedResourceUtils.INSTANCE; Integer num3 = renderableEmbedMedia.b; int intValue = num3 != null ? num3.intValue() : 0; - Integer num4 = renderableEmbedMedia.f2089c; + Integer num4 = renderableEmbedMedia.f2090c; int intValue2 = num4 != null ? num4.intValue() : 0; int i = this.maxEmbedImageWidth; int i2 = MAX_IMAGE_VIEW_HEIGHT_PX; diff --git a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemEphemeralMessage$onConfigure$2.java b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemEphemeralMessage$onConfigure$2.java index ba4c3565e6..99f74efa2b 100644 --- a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemEphemeralMessage$onConfigure$2.java +++ b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemEphemeralMessage$onConfigure$2.java @@ -70,7 +70,7 @@ public final class WidgetChatListAdapterItemEphemeralMessage$onConfigure$2 exten AnonymousClass1 r1 = new AnonymousClass1(this); Objects.requireNonNull(hook); m.checkNotNullParameter(r1, "onClick"); - hook.f2091c = new Hook.a(valueOf, r1); + hook.f2092c = new Hook.a(valueOf, r1); } } diff --git a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$4.java b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$4.java index 6e3c188c6e..67e3ec4bd3 100644 --- a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$4.java +++ b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemGuildScheduledEventInvite$configureUI$4.java @@ -23,6 +23,6 @@ public final class WidgetChatListAdapterItemGuildScheduledEventInvite$configureU @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { - ChannelInviteLaunchUtils.INSTANCE.inviteToChannel(ViewKt.findFragment(WidgetChatListAdapterItemGuildScheduledEventInvite.access$getAdapter$p(this.this$0).getRecycler()), this.$model.getChannel(), GuildScheduledEventUtilities.ANALYTICS_SOURCE, Long.valueOf(this.$model.getGuildScheduledEvent().g()), !this.$model.isInGuild() ? ModelInvite.getInviteStoreKey(this.$model.getInvite().getCode(), Long.valueOf(this.$model.getGuildScheduledEvent().g())) : null); + ChannelInviteLaunchUtils.INSTANCE.inviteToChannel(ViewKt.findFragment(WidgetChatListAdapterItemGuildScheduledEventInvite.access$getAdapter$p(this.this$0).getRecycler()), this.$model.getChannel(), GuildScheduledEventUtilities.ANALYTICS_SOURCE, Long.valueOf(this.$model.getGuildScheduledEvent().g()), !this.$model.isInGuild() ? ModelInvite.getInviteStoreKey(this.$model.getInvite().code, Long.valueOf(this.$model.getGuildScheduledEvent().g())) : null); } } diff --git a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemInvite$configureResolvedUI$4.java b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemInvite$configureResolvedUI$4.java index 086277fb88..bd6ff95e95 100644 --- a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemInvite$configureResolvedUI$4.java +++ b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemInvite$configureResolvedUI$4.java @@ -32,7 +32,7 @@ public final class WidgetChatListAdapterItemInvite$configureResolvedUI$4 extends public final void invoke(View view) { m.checkNotNullParameter(view, "it"); - WidgetChatListAdapterItemInvite.access$launchHubsEmail(this.this$0.this$0, new HubEmailArgs(false, null, 0, 7, null)); + WidgetChatListAdapterItemInvite.access$launchHubsEmail(this.this$0.this$0, new HubEmailArgs(null, 0, null, 7, null)); } } diff --git a/app/src/main/java/com/discord/widgets/chat/list/sheet/WidgetApplicationCommandBottomSheetViewModel.java b/app/src/main/java/com/discord/widgets/chat/list/sheet/WidgetApplicationCommandBottomSheetViewModel.java index 05ec42aaee..75feaef192 100644 --- a/app/src/main/java/com/discord/widgets/chat/list/sheet/WidgetApplicationCommandBottomSheetViewModel.java +++ b/app/src/main/java/com/discord/widgets/chat/list/sheet/WidgetApplicationCommandBottomSheetViewModel.java @@ -523,7 +523,7 @@ public final class WidgetApplicationCommandBottomSheetViewModel extends AppViewM private final Map guildRoles; /* renamed from: id reason: collision with root package name */ - private final long f2217id; + private final long f2218id; private final GuildMember interactionUser; private final User user; private final Map usernamesOrNicks; @@ -534,7 +534,7 @@ public final class WidgetApplicationCommandBottomSheetViewModel extends AppViewM m.checkNotNullParameter(applicationCommandData, "applicationCommandData"); m.checkNotNullParameter(map4, "usernamesOrNicks"); m.checkNotNullParameter(map5, "commandValues"); - this.f2217id = j; + this.f2218id = j; this.user = user; this.interactionUser = guildMember; this.application = application; @@ -581,7 +581,7 @@ public final class WidgetApplicationCommandBottomSheetViewModel extends AppViewM } public final long getId() { - return this.f2217id; + return this.f2218id; } public final GuildMember getInteractionUser() { diff --git a/app/src/main/java/com/discord/widgets/chat/managereactions/ManageReactionsEmojisAdapter.java b/app/src/main/java/com/discord/widgets/chat/managereactions/ManageReactionsEmojisAdapter.java index 9ae9591c15..192a5fbb86 100644 --- a/app/src/main/java/com/discord/widgets/chat/managereactions/ManageReactionsEmojisAdapter.java +++ b/app/src/main/java/com/discord/widgets/chat/managereactions/ManageReactionsEmojisAdapter.java @@ -175,7 +175,7 @@ public final class ManageReactionsEmojisAdapter extends MGRecyclerAdapterSimple< m.checkNotNullParameter(reactionEmojiItem, "data"); super.onConfigure(i, (int) reactionEmojiItem); EmojiNode.Companion companion = EmojiNode.Companion; - SimpleDraweeSpanTextView simpleDraweeSpanTextView = this.binding.f1900c; + SimpleDraweeSpanTextView simpleDraweeSpanTextView = this.binding.f1901c; m.checkNotNullExpressionValue(simpleDraweeSpanTextView, "binding.manageReactionsEmojiEmojiTextview"); companion.renderEmoji(simpleDraweeSpanTextView, reactionEmojiItem.getReaction().b(), true, emojiSizePx); TextView textView = this.binding.b; diff --git a/app/src/main/java/com/discord/widgets/chat/managereactions/ManageReactionsResultsAdapter.java b/app/src/main/java/com/discord/widgets/chat/managereactions/ManageReactionsResultsAdapter.java index 9d3d948073..304b093772 100644 --- a/app/src/main/java/com/discord/widgets/chat/managereactions/ManageReactionsResultsAdapter.java +++ b/app/src/main/java/com/discord/widgets/chat/managereactions/ManageReactionsResultsAdapter.java @@ -314,7 +314,7 @@ public final class ManageReactionsResultsAdapter extends MGRecyclerAdapterSimple str = reactionUserItem.getUser().getUsername(); } textView.setText(str); - SimpleDraweeView simpleDraweeView = this.binding.f1901c; + SimpleDraweeView simpleDraweeView = this.binding.f1902c; m.checkNotNullExpressionValue(simpleDraweeView, "binding.manageReactionsResultUserAvatar"); IconUtils.setIcon$default(simpleDraweeView, reactionUserItem.getUser(), R.dimen.avatar_size_standard, null, null, reactionUserItem.getGuildMember(), 24, null); ImageView imageView = this.binding.b; diff --git a/app/src/main/java/com/discord/widgets/chat/managereactions/WidgetManageReactions.java b/app/src/main/java/com/discord/widgets/chat/managereactions/WidgetManageReactions.java index cf3f09fbbc..72cd6ca3ca 100644 --- a/app/src/main/java/com/discord/widgets/chat/managereactions/WidgetManageReactions.java +++ b/app/src/main/java/com/discord/widgets/chat/managereactions/WidgetManageReactions.java @@ -119,7 +119,7 @@ public final class WidgetManageReactions extends AppFragment { RecyclerView recyclerView = getBinding().b; m.checkNotNullExpressionValue(recyclerView, "binding.manageReactionsEmojisRecycler"); this.emojisAdapter = (ManageReactionsEmojisAdapter) companion.configure(new ManageReactionsEmojisAdapter(recyclerView)); - RecyclerView recyclerView2 = getBinding().f1899c; + RecyclerView recyclerView2 = getBinding().f1900c; m.checkNotNullExpressionValue(recyclerView2, "binding.manageReactionsResultsRecycler"); this.resultsAdapter = (ManageReactionsResultsAdapter) companion.configure(new ManageReactionsResultsAdapter(recyclerView2)); ManageReactionsEmojisAdapter manageReactionsEmojisAdapter = this.emojisAdapter; diff --git a/app/src/main/java/com/discord/widgets/contact_sync/WidgetContactSyncViewModel$onBulkAddFriends$1.java b/app/src/main/java/com/discord/widgets/contact_sync/WidgetContactSyncViewModel$onBulkAddFriends$1.java index 1dbd9b561d..a6201bdaed 100644 --- a/app/src/main/java/com/discord/widgets/contact_sync/WidgetContactSyncViewModel$onBulkAddFriends$1.java +++ b/app/src/main/java/com/discord/widgets/contact_sync/WidgetContactSyncViewModel$onBulkAddFriends$1.java @@ -1,30 +1,19 @@ package com.discord.widgets.contact_sync; +import com.discord.analytics.generated.events.network_action.TrackNetworkActionUserBulkRelationshipsUpdate; +import com.discord.analytics.generated.traits.TrackNetworkMetadataReceiver; import com.discord.api.friendsuggestions.BulkAddFriendsResponse; -import d0.z.d.m; import d0.z.d.o; -import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: WidgetContactSyncViewModel.kt */ -public final class WidgetContactSyncViewModel$onBulkAddFriends$1 extends o implements Function1 { - public final /* synthetic */ WidgetContactSyncViewModel this$0; +public final class WidgetContactSyncViewModel$onBulkAddFriends$1 extends o implements Function1 { + public static final WidgetContactSyncViewModel$onBulkAddFriends$1 INSTANCE = new WidgetContactSyncViewModel$onBulkAddFriends$1(); - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public WidgetContactSyncViewModel$onBulkAddFriends$1(WidgetContactSyncViewModel widgetContactSyncViewModel) { + public WidgetContactSyncViewModel$onBulkAddFriends$1() { super(1); - this.this$0 = widgetContactSyncViewModel; } - /* 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 /* bridge */ /* synthetic */ Unit invoke(BulkAddFriendsResponse bulkAddFriendsResponse) { - invoke(bulkAddFriendsResponse); - return Unit.a; - } - - public final void invoke(BulkAddFriendsResponse bulkAddFriendsResponse) { - m.checkNotNullParameter(bulkAddFriendsResponse, "it"); - WidgetContactSyncViewModel.access$handleFriendsAdded(this.this$0, bulkAddFriendsResponse); + public final TrackNetworkMetadataReceiver invoke(BulkAddFriendsResponse bulkAddFriendsResponse) { + return new TrackNetworkActionUserBulkRelationshipsUpdate(); } } diff --git a/app/src/main/java/com/discord/widgets/contact_sync/WidgetContactSyncViewModel$onBulkAddFriends$2.java b/app/src/main/java/com/discord/widgets/contact_sync/WidgetContactSyncViewModel$onBulkAddFriends$2.java index 6ae12d71fc..e37b68573f 100644 --- a/app/src/main/java/com/discord/widgets/contact_sync/WidgetContactSyncViewModel$onBulkAddFriends$2.java +++ b/app/src/main/java/com/discord/widgets/contact_sync/WidgetContactSyncViewModel$onBulkAddFriends$2.java @@ -1,12 +1,12 @@ package com.discord.widgets.contact_sync; -import com.discord.utilities.error.Error; +import com.discord.api.friendsuggestions.BulkAddFriendsResponse; import d0.z.d.m; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: WidgetContactSyncViewModel.kt */ -public final class WidgetContactSyncViewModel$onBulkAddFriends$2 extends o implements Function1 { +public final class WidgetContactSyncViewModel$onBulkAddFriends$2 extends o implements Function1 { public final /* synthetic */ WidgetContactSyncViewModel this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -18,13 +18,13 @@ public final class WidgetContactSyncViewModel$onBulkAddFriends$2 extends o imple /* 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 /* bridge */ /* synthetic */ Unit invoke(Error error) { - invoke(error); + public /* bridge */ /* synthetic */ Unit invoke(BulkAddFriendsResponse bulkAddFriendsResponse) { + invoke(bulkAddFriendsResponse); return Unit.a; } - public final void invoke(Error error) { - m.checkNotNullParameter(error, "it"); - WidgetContactSyncViewModel.access$handleFriendsAddedError(this.this$0, error); + public final void invoke(BulkAddFriendsResponse bulkAddFriendsResponse) { + m.checkNotNullParameter(bulkAddFriendsResponse, "it"); + WidgetContactSyncViewModel.access$handleFriendsAdded(this.this$0, bulkAddFriendsResponse); } } diff --git a/app/src/main/java/com/discord/widgets/contact_sync/WidgetContactSyncViewModel$onBulkAddFriends$3.java b/app/src/main/java/com/discord/widgets/contact_sync/WidgetContactSyncViewModel$onBulkAddFriends$3.java new file mode 100644 index 0000000000..7751e939fd --- /dev/null +++ b/app/src/main/java/com/discord/widgets/contact_sync/WidgetContactSyncViewModel$onBulkAddFriends$3.java @@ -0,0 +1,30 @@ +package com.discord.widgets.contact_sync; + +import com.discord.utilities.error.Error; +import d0.z.d.m; +import d0.z.d.o; +import kotlin.Unit; +import kotlin.jvm.functions.Function1; +/* compiled from: WidgetContactSyncViewModel.kt */ +public final class WidgetContactSyncViewModel$onBulkAddFriends$3 extends o implements Function1 { + public final /* synthetic */ WidgetContactSyncViewModel this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public WidgetContactSyncViewModel$onBulkAddFriends$3(WidgetContactSyncViewModel widgetContactSyncViewModel) { + super(1); + this.this$0 = widgetContactSyncViewModel; + } + + /* 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 /* bridge */ /* synthetic */ Unit invoke(Error error) { + invoke(error); + return Unit.a; + } + + public final void invoke(Error error) { + m.checkNotNullParameter(error, "it"); + WidgetContactSyncViewModel.access$handleFriendsAddedError(this.this$0, error); + } +} diff --git a/app/src/main/java/com/discord/widgets/contact_sync/WidgetContactSyncViewModel$onNameSubmitted$1.java b/app/src/main/java/com/discord/widgets/contact_sync/WidgetContactSyncViewModel$onNameSubmitted$1.java index ee91f8dd6b..02044df7ee 100644 --- a/app/src/main/java/com/discord/widgets/contact_sync/WidgetContactSyncViewModel$onNameSubmitted$1.java +++ b/app/src/main/java/com/discord/widgets/contact_sync/WidgetContactSyncViewModel$onNameSubmitted$1.java @@ -1,30 +1,21 @@ package com.discord.widgets.contact_sync; +import com.discord.analytics.generated.events.network_action.TrackNetworkActionUserConnectionsUpdate; +import com.discord.analytics.generated.traits.TrackNetworkMetadataReceiver; import com.discord.models.domain.ModelConnectedAccount; -import d0.z.d.m; import d0.z.d.o; -import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: WidgetContactSyncViewModel.kt */ -public final class WidgetContactSyncViewModel$onNameSubmitted$1 extends o implements Function1 { - public final /* synthetic */ WidgetContactSyncViewModel this$0; +public final class WidgetContactSyncViewModel$onNameSubmitted$1 extends o implements Function1 { + public final /* synthetic */ String $submittingName; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public WidgetContactSyncViewModel$onNameSubmitted$1(WidgetContactSyncViewModel widgetContactSyncViewModel) { + public WidgetContactSyncViewModel$onNameSubmitted$1(String str) { super(1); - this.this$0 = widgetContactSyncViewModel; + this.$submittingName = str; } - /* 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 /* bridge */ /* synthetic */ Unit invoke(ModelConnectedAccount modelConnectedAccount) { - invoke(modelConnectedAccount); - return Unit.a; - } - - public final void invoke(ModelConnectedAccount modelConnectedAccount) { - m.checkNotNullParameter(modelConnectedAccount, "it"); - WidgetContactSyncViewModel.access$handleContactsEnabled(this.this$0); + public final TrackNetworkMetadataReceiver invoke(ModelConnectedAccount modelConnectedAccount) { + return new TrackNetworkActionUserConnectionsUpdate(this.$submittingName, Boolean.TRUE); } } diff --git a/app/src/main/java/com/discord/widgets/contact_sync/WidgetContactSyncViewModel$onNameSubmitted$2.java b/app/src/main/java/com/discord/widgets/contact_sync/WidgetContactSyncViewModel$onNameSubmitted$2.java index d5395d0623..0fb5c3792b 100644 --- a/app/src/main/java/com/discord/widgets/contact_sync/WidgetContactSyncViewModel$onNameSubmitted$2.java +++ b/app/src/main/java/com/discord/widgets/contact_sync/WidgetContactSyncViewModel$onNameSubmitted$2.java @@ -1,12 +1,12 @@ package com.discord.widgets.contact_sync; -import com.discord.utilities.error.Error; +import com.discord.models.domain.ModelConnectedAccount; import d0.z.d.m; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: WidgetContactSyncViewModel.kt */ -public final class WidgetContactSyncViewModel$onNameSubmitted$2 extends o implements Function1 { +public final class WidgetContactSyncViewModel$onNameSubmitted$2 extends o implements Function1 { public final /* synthetic */ WidgetContactSyncViewModel this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -18,13 +18,13 @@ public final class WidgetContactSyncViewModel$onNameSubmitted$2 extends o implem /* 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 /* bridge */ /* synthetic */ Unit invoke(Error error) { - invoke(error); + public /* bridge */ /* synthetic */ Unit invoke(ModelConnectedAccount modelConnectedAccount) { + invoke(modelConnectedAccount); return Unit.a; } - public final void invoke(Error error) { - m.checkNotNullParameter(error, "it"); - WidgetContactSyncViewModel.access$handleContactsEnableError(this.this$0, error); + public final void invoke(ModelConnectedAccount modelConnectedAccount) { + m.checkNotNullParameter(modelConnectedAccount, "it"); + WidgetContactSyncViewModel.access$handleContactsEnabled(this.this$0); } } diff --git a/app/src/main/java/com/discord/widgets/contact_sync/WidgetContactSyncViewModel$onNameSubmitted$3.java b/app/src/main/java/com/discord/widgets/contact_sync/WidgetContactSyncViewModel$onNameSubmitted$3.java index 01355579da..0bfbda5094 100644 --- a/app/src/main/java/com/discord/widgets/contact_sync/WidgetContactSyncViewModel$onNameSubmitted$3.java +++ b/app/src/main/java/com/discord/widgets/contact_sync/WidgetContactSyncViewModel$onNameSubmitted$3.java @@ -1,12 +1,12 @@ package com.discord.widgets.contact_sync; -import com.discord.models.domain.ModelConnectedAccount; +import com.discord.utilities.error.Error; import d0.z.d.m; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: WidgetContactSyncViewModel.kt */ -public final class WidgetContactSyncViewModel$onNameSubmitted$3 extends o implements Function1 { +public final class WidgetContactSyncViewModel$onNameSubmitted$3 extends o implements Function1 { public final /* synthetic */ WidgetContactSyncViewModel this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -18,13 +18,13 @@ public final class WidgetContactSyncViewModel$onNameSubmitted$3 extends o implem /* 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 /* bridge */ /* synthetic */ Unit invoke(ModelConnectedAccount modelConnectedAccount) { - invoke(modelConnectedAccount); + public /* bridge */ /* synthetic */ Unit invoke(Error error) { + invoke(error); return Unit.a; } - public final void invoke(ModelConnectedAccount modelConnectedAccount) { - m.checkNotNullParameter(modelConnectedAccount, "it"); - WidgetContactSyncViewModel.access$handleContactsEnabled(this.this$0); + public final void invoke(Error error) { + m.checkNotNullParameter(error, "it"); + WidgetContactSyncViewModel.access$handleContactsEnableError(this.this$0, error); } } diff --git a/app/src/main/java/com/discord/widgets/contact_sync/WidgetContactSyncViewModel$onNameSubmitted$4.java b/app/src/main/java/com/discord/widgets/contact_sync/WidgetContactSyncViewModel$onNameSubmitted$4.java index e7ffa36723..7b81113dbf 100644 --- a/app/src/main/java/com/discord/widgets/contact_sync/WidgetContactSyncViewModel$onNameSubmitted$4.java +++ b/app/src/main/java/com/discord/widgets/contact_sync/WidgetContactSyncViewModel$onNameSubmitted$4.java @@ -1,12 +1,12 @@ package com.discord.widgets.contact_sync; -import com.discord.utilities.error.Error; +import com.discord.models.domain.ModelConnectedAccount; import d0.z.d.m; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: WidgetContactSyncViewModel.kt */ -public final class WidgetContactSyncViewModel$onNameSubmitted$4 extends o implements Function1 { +public final class WidgetContactSyncViewModel$onNameSubmitted$4 extends o implements Function1 { public final /* synthetic */ WidgetContactSyncViewModel this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -18,13 +18,13 @@ public final class WidgetContactSyncViewModel$onNameSubmitted$4 extends o implem /* 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 /* bridge */ /* synthetic */ Unit invoke(Error error) { - invoke(error); + public /* bridge */ /* synthetic */ Unit invoke(ModelConnectedAccount modelConnectedAccount) { + invoke(modelConnectedAccount); return Unit.a; } - public final void invoke(Error error) { - m.checkNotNullParameter(error, "it"); - WidgetContactSyncViewModel.access$handleContactsEnableError(this.this$0, error); + public final void invoke(ModelConnectedAccount modelConnectedAccount) { + m.checkNotNullParameter(modelConnectedAccount, "it"); + WidgetContactSyncViewModel.access$handleContactsEnabled(this.this$0); } } diff --git a/app/src/main/java/com/discord/widgets/contact_sync/WidgetContactSyncViewModel$onNameSubmitted$5.java b/app/src/main/java/com/discord/widgets/contact_sync/WidgetContactSyncViewModel$onNameSubmitted$5.java index c21eabf6e3..a121983c73 100644 --- a/app/src/main/java/com/discord/widgets/contact_sync/WidgetContactSyncViewModel$onNameSubmitted$5.java +++ b/app/src/main/java/com/discord/widgets/contact_sync/WidgetContactSyncViewModel$onNameSubmitted$5.java @@ -1,27 +1,30 @@ package com.discord.widgets.contact_sync; -import com.discord.models.domain.ModelUserSettings; +import com.discord.utilities.error.Error; import d0.z.d.m; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: WidgetContactSyncViewModel.kt */ -public final class WidgetContactSyncViewModel$onNameSubmitted$5 extends o implements Function1 { - public static final WidgetContactSyncViewModel$onNameSubmitted$5 INSTANCE = new WidgetContactSyncViewModel$onNameSubmitted$5(); +public final class WidgetContactSyncViewModel$onNameSubmitted$5 extends o implements Function1 { + public final /* synthetic */ WidgetContactSyncViewModel this$0; - public WidgetContactSyncViewModel$onNameSubmitted$5() { + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public WidgetContactSyncViewModel$onNameSubmitted$5(WidgetContactSyncViewModel widgetContactSyncViewModel) { super(1); + this.this$0 = widgetContactSyncViewModel; } /* 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 /* bridge */ /* synthetic */ Unit invoke(ModelUserSettings modelUserSettings) { - invoke(modelUserSettings); + public /* bridge */ /* synthetic */ Unit invoke(Error error) { + invoke(error); return Unit.a; } - public final void invoke(ModelUserSettings modelUserSettings) { - m.checkNotNullParameter(modelUserSettings, "it"); + public final void invoke(Error error) { + m.checkNotNullParameter(error, "it"); + WidgetContactSyncViewModel.access$handleContactsEnableError(this.this$0, error); } } diff --git a/app/src/main/java/com/discord/widgets/contact_sync/WidgetContactSyncViewModel$onNameSubmitted$6.java b/app/src/main/java/com/discord/widgets/contact_sync/WidgetContactSyncViewModel$onNameSubmitted$6.java index 873cfd7d1f..9137af8ae9 100644 --- a/app/src/main/java/com/discord/widgets/contact_sync/WidgetContactSyncViewModel$onNameSubmitted$6.java +++ b/app/src/main/java/com/discord/widgets/contact_sync/WidgetContactSyncViewModel$onNameSubmitted$6.java @@ -1,30 +1,27 @@ package com.discord.widgets.contact_sync; -import com.discord.utilities.error.Error; +import com.discord.models.domain.ModelUserSettings; import d0.z.d.m; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: WidgetContactSyncViewModel.kt */ -public final class WidgetContactSyncViewModel$onNameSubmitted$6 extends o implements Function1 { - public final /* synthetic */ WidgetContactSyncViewModel this$0; +public final class WidgetContactSyncViewModel$onNameSubmitted$6 extends o implements Function1 { + public static final WidgetContactSyncViewModel$onNameSubmitted$6 INSTANCE = new WidgetContactSyncViewModel$onNameSubmitted$6(); - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public WidgetContactSyncViewModel$onNameSubmitted$6(WidgetContactSyncViewModel widgetContactSyncViewModel) { + public WidgetContactSyncViewModel$onNameSubmitted$6() { super(1); - this.this$0 = widgetContactSyncViewModel; } /* 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 /* bridge */ /* synthetic */ Unit invoke(Error error) { - invoke(error); + public /* bridge */ /* synthetic */ Unit invoke(ModelUserSettings modelUserSettings) { + invoke(modelUserSettings); return Unit.a; } - public final void invoke(Error error) { - m.checkNotNullParameter(error, "it"); - WidgetContactSyncViewModel.access$handleContactsEnableError(this.this$0, error); + public final void invoke(ModelUserSettings modelUserSettings) { + m.checkNotNullParameter(modelUserSettings, "it"); } } diff --git a/app/src/main/java/com/discord/widgets/contact_sync/WidgetContactSyncViewModel$onNameSubmitted$7.java b/app/src/main/java/com/discord/widgets/contact_sync/WidgetContactSyncViewModel$onNameSubmitted$7.java new file mode 100644 index 0000000000..6539e54d59 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/contact_sync/WidgetContactSyncViewModel$onNameSubmitted$7.java @@ -0,0 +1,30 @@ +package com.discord.widgets.contact_sync; + +import com.discord.utilities.error.Error; +import d0.z.d.m; +import d0.z.d.o; +import kotlin.Unit; +import kotlin.jvm.functions.Function1; +/* compiled from: WidgetContactSyncViewModel.kt */ +public final class WidgetContactSyncViewModel$onNameSubmitted$7 extends o implements Function1 { + public final /* synthetic */ WidgetContactSyncViewModel this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public WidgetContactSyncViewModel$onNameSubmitted$7(WidgetContactSyncViewModel widgetContactSyncViewModel) { + super(1); + this.this$0 = widgetContactSyncViewModel; + } + + /* 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 /* bridge */ /* synthetic */ Unit invoke(Error error) { + invoke(error); + return Unit.a; + } + + public final void invoke(Error error) { + m.checkNotNullParameter(error, "it"); + WidgetContactSyncViewModel.access$handleContactsEnableError(this.this$0, error); + } +} diff --git a/app/src/main/java/com/discord/widgets/contact_sync/WidgetContactSyncViewModel.java b/app/src/main/java/com/discord/widgets/contact_sync/WidgetContactSyncViewModel.java index a99ce95d69..eaeb1a4934 100644 --- a/app/src/main/java/com/discord/widgets/contact_sync/WidgetContactSyncViewModel.java +++ b/app/src/main/java/com/discord/widgets/contact_sync/WidgetContactSyncViewModel.java @@ -19,6 +19,7 @@ import com.discord.stores.StoreUser; import com.discord.stores.StoreUserConnections; import com.discord.stores.updates.ObservationDeck; import com.discord.stores.updates.ObservationDeckProvider; +import com.discord.stores.utilities.RestCallStateKt; import com.discord.utilities.analytics.AnalyticsTracker; import com.discord.utilities.error.Error; import com.discord.utilities.mg_recycler.MGRecyclerAdapterSimple; @@ -1223,7 +1224,7 @@ public final class WidgetContactSyncViewModel extends AppViewModel { return; } updateViewState(ViewState.copy$default(viewState, false, null, null, null, null, null, null, true, false, null, false, false, null, null, null, null, 65407, null)); - ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui$default(ObservableExtensionsKt.restSubscribeOn$default(this.restAPI.bulkAddRelationships(new RestAPIParams.UserBulkRelationship(selectedFriendIds, bulkAddToken)), false, 1, null), this, null, 2, null), WidgetContactSyncViewModel.class, (Context) null, (Function1) null, new WidgetContactSyncViewModel$onBulkAddFriends$2(this), (Function0) null, (Function0) null, new WidgetContactSyncViewModel$onBulkAddFriends$1(this), 54, (Object) null); + ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui$default(RestCallStateKt.logNetworkAction(ObservableExtensionsKt.restSubscribeOn$default(this.restAPI.bulkAddRelationships(new RestAPIParams.UserBulkRelationship(selectedFriendIds, bulkAddToken)), false, 1, null), WidgetContactSyncViewModel$onBulkAddFriends$1.INSTANCE), this, null, 2, null), WidgetContactSyncViewModel.class, (Context) null, (Function1) null, new WidgetContactSyncViewModel$onBulkAddFriends$3(this), (Function0) null, (Function0) null, new WidgetContactSyncViewModel$onBulkAddFriends$2(this), 54, (Object) null); } } @@ -1283,16 +1284,16 @@ public final class WidgetContactSyncViewModel extends AppViewModel { String type2 = existingConnection.getType(); m.checkNotNullExpressionValue(type2, "connection.type"); mGRecyclerAdapterSimple = null; - ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui$default(ObservableExtensionsKt.restSubscribeOn$default(restAPI.updateConnection(type, id2, new RestAPIParams.ConnectedAccount(true, id3, obj, isRevoked, isShowActivity, type2, existingConnection.isVerified(), existingConnection.getVisibility())), false, 1, null), this, null, 2, null), WidgetContactSyncViewModel.class, (Context) null, (Function1) null, new WidgetContactSyncViewModel$onNameSubmitted$2(this), (Function0) null, (Function0) null, new WidgetContactSyncViewModel$onNameSubmitted$1(this), 54, (Object) null); + ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui$default(RestCallStateKt.logNetworkAction(ObservableExtensionsKt.restSubscribeOn$default(restAPI.updateConnection(type, id2, new RestAPIParams.ConnectedAccount(true, id3, obj, isRevoked, isShowActivity, type2, existingConnection.isVerified(), existingConnection.getVisibility())), false, 1, null), new WidgetContactSyncViewModel$onNameSubmitted$1(obj)), this, null, 2, null), WidgetContactSyncViewModel.class, (Context) null, (Function1) null, new WidgetContactSyncViewModel$onNameSubmitted$3(this), (Function0) null, (Function0) null, new WidgetContactSyncViewModel$onNameSubmitted$2(this), 54, (Object) null); } else { mGRecyclerAdapterSimple = null; - ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui$default(ObservableExtensionsKt.restSubscribeOn$default(this.restAPI.createConnectionContacts(new RestAPIParams.ConnectedAccountContacts(obj, true)), false, 1, null), this, null, 2, null), WidgetContactSyncViewModel.class, (Context) null, (Function1) null, new WidgetContactSyncViewModel$onNameSubmitted$4(this), (Function0) null, (Function0) null, new WidgetContactSyncViewModel$onNameSubmitted$3(this), 54, (Object) null); + ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui$default(ObservableExtensionsKt.restSubscribeOn$default(this.restAPI.createConnectionContacts(new RestAPIParams.ConnectedAccountContacts(obj, true)), false, 1, null), this, null, 2, null), WidgetContactSyncViewModel.class, (Context) null, (Function1) null, new WidgetContactSyncViewModel$onNameSubmitted$5(this), (Function0) null, (Function0) null, new WidgetContactSyncViewModel$onNameSubmitted$4(this), 54, (Object) null); } int i = viewState.getAllowPhone() ? 2 : 0; if (viewState.getAllowEmail()) { i |= 4; } - ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui$default(ObservableExtensionsKt.restSubscribeOn$default(this.restAPI.updateUserSettings(RestAPIParams.UserSettings.Companion.createWithFriendDiscoveryFlags(Integer.valueOf(i))), false, 1, mGRecyclerAdapterSimple), this, mGRecyclerAdapterSimple, 2, mGRecyclerAdapterSimple), WidgetContactSyncViewModel.class, (Context) null, (Function1) null, new WidgetContactSyncViewModel$onNameSubmitted$6(this), (Function0) null, (Function0) null, WidgetContactSyncViewModel$onNameSubmitted$5.INSTANCE, 54, (Object) null); + ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui$default(ObservableExtensionsKt.restSubscribeOn$default(this.restAPI.updateUserSettings(RestAPIParams.UserSettings.Companion.createWithFriendDiscoveryFlags(Integer.valueOf(i))), false, 1, mGRecyclerAdapterSimple), this, mGRecyclerAdapterSimple, 2, mGRecyclerAdapterSimple), WidgetContactSyncViewModel.class, (Context) null, (Function1) null, new WidgetContactSyncViewModel$onNameSubmitted$7(this), (Function0) null, (Function0) null, WidgetContactSyncViewModel$onNameSubmitted$6.INSTANCE, 54, (Object) null); } } diff --git a/app/src/main/java/com/discord/widgets/friends/WidgetFriendsList$configureToolbar$1.java b/app/src/main/java/com/discord/widgets/friends/WidgetFriendsList$configureToolbar$1.java index f8dd14bb34..6e41f28e2d 100644 --- a/app/src/main/java/com/discord/widgets/friends/WidgetFriendsList$configureToolbar$1.java +++ b/app/src/main/java/com/discord/widgets/friends/WidgetFriendsList$configureToolbar$1.java @@ -27,19 +27,19 @@ public final class WidgetFriendsList$configureToolbar$1 implements Actio public final void call(MenuItem menuItem, Context context) { m.checkNotNullExpressionValue(menuItem, "menuItem"); switch (menuItem.getItemId()) { - case R.id.menu_friends_add_friend /* 2131364187 */: + case R.id.menu_friends_add_friend /* 2131364193 */: WidgetFriendsAdd.Companion companion = WidgetFriendsAdd.Companion; m.checkNotNullExpressionValue(context, "context"); WidgetFriendsAdd.Companion.show$default(companion, context, null, "Friends", 2, null); return; - case R.id.menu_friends_contact_sync /* 2131364188 */: + case R.id.menu_friends_contact_sync /* 2131364194 */: ContactSyncAnalytics.Companion.trackStart$default(ContactSyncAnalytics.Companion, false, g0.mapOf(o.to("location_page", "Friends List Icon")), 1, null); AnalyticsTracker.INSTANCE.openModal("Contact Sync", new Traits.Location("Friends List Icon", null, null, null, null, 30, null)); WidgetContactSync.Companion companion2 = WidgetContactSync.Companion; m.checkNotNullExpressionValue(context, "context"); WidgetContactSync.Companion.launch$default(companion2, context, null, false, false, false, 30, null); return; - case R.id.menu_friends_start_group /* 2131364189 */: + case R.id.menu_friends_start_group /* 2131364195 */: if (GroupInviteFriendsSheetFeatureFlag.Companion.getINSTANCE().isEnabled()) { GroupInviteFriendsSheet.Companion companion3 = GroupInviteFriendsSheet.Companion; FragmentManager parentFragmentManager = this.this$0.getParentFragmentManager(); diff --git a/app/src/main/java/com/discord/widgets/guild_role_subscriptions/WidgetPriceTierPickerBottomSheet.java b/app/src/main/java/com/discord/widgets/guild_role_subscriptions/WidgetPriceTierPickerBottomSheet.java index 072b378cc4..f21c962d69 100644 --- a/app/src/main/java/com/discord/widgets/guild_role_subscriptions/WidgetPriceTierPickerBottomSheet.java +++ b/app/src/main/java/com/discord/widgets/guild_role_subscriptions/WidgetPriceTierPickerBottomSheet.java @@ -135,7 +135,7 @@ public final class WidgetPriceTierPickerBottomSheet extends AppBottomSheet { m.checkNotNullParameter(view, "view"); super.onViewCreated(view, bundle); this.adapter = new PriceTierPickerAdapter(this.itemClickListener); - RecyclerView recyclerView = getBinding().f1924c; + RecyclerView recyclerView = getBinding().f1925c; m.checkNotNullExpressionValue(recyclerView, "binding.priceTierPickerRecycler"); PriceTierPickerAdapter priceTierPickerAdapter = this.adapter; if (priceTierPickerAdapter == null) { @@ -145,6 +145,6 @@ public final class WidgetPriceTierPickerBottomSheet extends AppBottomSheet { int dimensionPixelSize = getResources().getDimensionPixelSize(R.dimen.guild_role_subscription_setup_default_padding); Context requireContext = requireContext(); m.checkNotNullExpressionValue(requireContext, "requireContext()"); - getBinding().f1924c.addItemDecoration(new f(requireContext, 1, 0, dimensionPixelSize, dimensionPixelSize, 4)); + getBinding().f1925c.addItemDecoration(new f(requireContext, 1, 0, dimensionPixelSize, dimensionPixelSize, 4)); } } diff --git a/app/src/main/java/com/discord/widgets/guilds/WidgetGuildFolderSettings.java b/app/src/main/java/com/discord/widgets/guilds/WidgetGuildFolderSettings.java index 84a05436b4..761f0d54bc 100644 --- a/app/src/main/java/com/discord/widgets/guilds/WidgetGuildFolderSettings.java +++ b/app/src/main/java/com/discord/widgets/guilds/WidgetGuildFolderSettings.java @@ -222,15 +222,15 @@ public final class WidgetGuildFolderSettings extends AppFragment { int intValue = rgbColorToARGB != null ? rgbColorToARGB.intValue() : ColorCompat.getThemedColor(getContext(), (int) R.attr.color_brand); ColorPickerDialog.k kVar = new ColorPickerDialog.k(); kVar.h = intValue; - kVar.f2459s = ColorCompat.getThemedColor(getContext(), (int) R.attr.colorBackgroundPrimary); + kVar.f2460s = ColorCompat.getThemedColor(getContext(), (int) R.attr.colorBackgroundPrimary); kVar.i = false; kVar.g = getColorsToDisplay(intValue); kVar.a = R.string.guild_folder_color; kVar.r = ColorCompat.getThemedColor(getContext(), (int) R.attr.colorHeaderPrimary); FontUtils fontUtils = FontUtils.INSTANCE; - kVar.f2460x = fontUtils.getThemedFontResId(getContext(), R.attr.font_display_bold); + kVar.f2461x = fontUtils.getThemedFontResId(getContext(), R.attr.font_display_bold); kVar.o = ColorCompat.getThemedColor(getContext(), (int) R.attr.colorBackgroundAccent); - kVar.f2458c = R.string.color_picker_custom; + kVar.f2459c = R.string.color_picker_custom; kVar.v = ColorCompat.getColor(getContext(), (int) R.color.white); kVar.b = R.string.color_picker_presets; kVar.p = ColorCompat.getThemedColor(getContext(), (int) R.attr.color_brand); @@ -238,11 +238,11 @@ public final class WidgetGuildFolderSettings extends AppFragment { kVar.l = true; kVar.e = R.string.reset; kVar.w = ColorCompat.getColor(getContext(), (int) R.color.white); - kVar.f2461y = fontUtils.getThemedFontResId(getContext(), R.attr.font_primary_semibold); + kVar.f2462y = fontUtils.getThemedFontResId(getContext(), R.attr.font_primary_semibold); kVar.q = ColorCompat.getThemedColor(getContext(), (int) R.attr.colorBackgroundModifierAccent); kVar.t = ColorCompat.getThemedColor(getContext(), (int) R.attr.colorTextMuted); kVar.u = R.drawable.drawable_cpv_edit_text_background; - kVar.f2462z = fontUtils.getThemedFontResId(getContext(), R.attr.font_primary_normal); + kVar.f2463z = fontUtils.getThemedFontResId(getContext(), R.attr.font_primary_normal); ColorPickerDialog a = kVar.a(); a.j = new WidgetGuildFolderSettings$launchColorPicker$1(this); AppFragment.hideKeyboard$default(this, null, 1, null); diff --git a/app/src/main/java/com/discord/widgets/guilds/WidgetGuildSelector.java b/app/src/main/java/com/discord/widgets/guilds/WidgetGuildSelector.java index 8e0a19b1dd..a9083c2847 100644 --- a/app/src/main/java/com/discord/widgets/guilds/WidgetGuildSelector.java +++ b/app/src/main/java/com/discord/widgets/guilds/WidgetGuildSelector.java @@ -130,13 +130,13 @@ public final class WidgetGuildSelector extends AppBottomSheet { z2 = true; } } - SimpleDraweeView simpleDraweeView = this.binding.f1875c; + SimpleDraweeView simpleDraweeView = this.binding.f1876c; m.checkNotNullExpressionValue(simpleDraweeView, "binding.itemIcon"); Guild guild4 = item.getGuild(); View view = this.itemView; m.checkNotNullExpressionValue(view, "itemView"); Integer valueOf = Integer.valueOf(ColorCompat.getThemedColor(view, (int) R.attr.colorBackgroundPrimary)); - SimpleDraweeView simpleDraweeView2 = this.binding.f1875c; + SimpleDraweeView simpleDraweeView2 = this.binding.f1876c; m.checkNotNullExpressionValue(simpleDraweeView2, "binding.itemIcon"); SimpleDraweeViewExtensionsKt.setGuildIcon$default(simpleDraweeView, false, guild4, (float) simpleDraweeView2.getResources().getDimensionPixelSize(R.dimen.guild_icon_radius), null, valueOf, null, null, true, null, 360, null); FrameLayout frameLayout = this.binding.b; diff --git a/app/src/main/java/com/discord/widgets/guilds/create/ChannelTemplate.java b/app/src/main/java/com/discord/widgets/guilds/create/ChannelTemplate.java index 72e97ff82c..d218caa41e 100644 --- a/app/src/main/java/com/discord/widgets/guilds/create/ChannelTemplate.java +++ b/app/src/main/java/com/discord/widgets/guilds/create/ChannelTemplate.java @@ -7,7 +7,7 @@ import kotlin.jvm.internal.DefaultConstructorMarker; public abstract class ChannelTemplate { /* renamed from: id reason: collision with root package name */ - private final Long f2218id; + private final Long f2219id; private final String name; /* compiled from: StockGuildTemplate.kt */ @@ -29,7 +29,7 @@ public abstract class ChannelTemplate { } private ChannelTemplate(Long l, String str) { - this.f2218id = l; + this.f2219id = l; this.name = str; } @@ -38,7 +38,7 @@ public abstract class ChannelTemplate { } public final Long getId() { - return this.f2218id; + return this.f2219id; } public final String getName() { diff --git a/app/src/main/java/com/discord/widgets/guilds/invite/GuildInvite.java b/app/src/main/java/com/discord/widgets/guilds/invite/GuildInvite.java index ec913d5cdd..3cec6c1fff 100644 --- a/app/src/main/java/com/discord/widgets/guilds/invite/GuildInvite.java +++ b/app/src/main/java/com/discord/widgets/guilds/invite/GuildInvite.java @@ -45,8 +45,8 @@ public final class GuildInvite implements Serializable { } else { z2 = true; } - String code = modelInvite.getCode(); - m.checkNotNullExpressionValue(code, "invite.code"); + String str = modelInvite.code; + m.checkNotNullExpressionValue(str, "invite.code"); Guild guild = modelInvite.getGuild(); Long valueOf = guild != null ? Long.valueOf(guild.p()) : null; Channel channel2 = modelInvite.getChannel(); @@ -63,7 +63,7 @@ public final class GuildInvite implements Serializable { } else if (z2) { throw new NoWhenBranchMatchedException(); } - return new GuildInvite(code, valueOf, valueOf2, valueOf3, isStatic, expirationTime, l); + return new GuildInvite(str, valueOf, valueOf2, valueOf3, isStatic, expirationTime, l); } } diff --git a/app/src/main/java/com/discord/widgets/guilds/invite/GuildInviteShareSheetViewModel.java b/app/src/main/java/com/discord/widgets/guilds/invite/GuildInviteShareSheetViewModel.java index 6d4e4596ce..75fdc44f02 100644 --- a/app/src/main/java/com/discord/widgets/guilds/invite/GuildInviteShareSheetViewModel.java +++ b/app/src/main/java/com/discord/widgets/guilds/invite/GuildInviteShareSheetViewModel.java @@ -161,7 +161,7 @@ public final class GuildInviteShareSheetViewModel extends AppViewModel inviteSuggestions; /* renamed from: me reason: collision with root package name */ - private final MeUser f2219me; + private final MeUser f2220me; /* JADX DEBUG: Multi-variable search result rejected for r7v0, resolved type: java.util.List */ /* JADX WARN: Multi-variable type inference failed */ @@ -177,7 +177,7 @@ public final class GuildInviteShareSheetViewModel extends AppViewModel component4() { @@ -258,7 +258,7 @@ public final class GuildInviteShareSheetViewModel extends AppViewModel getDms() { @@ -286,7 +286,7 @@ public final class GuildInviteShareSheetViewModel extends AppViewModel map = this.invitableChannels; int hashCode2 = (hashCode + (map != null ? map.hashCode() : 0)) * 31; - MeUser meUser = this.f2219me; + MeUser meUser = this.f2220me; int hashCode3 = (hashCode2 + (meUser != null ? meUser.hashCode() : 0)) * 31; List list = this.dms; int hashCode4 = (hashCode3 + (list != null ? list.hashCode() : 0)) * 31; @@ -316,7 +316,7 @@ public final class GuildInviteShareSheetViewModel extends AppViewModel, Object> { public final /* synthetic */ AppFragment $fragment; public final /* synthetic */ ModelInvite $invite; @@ -72,16 +73,16 @@ public final class InviteJoinHelper$joinViaInvite$4 extends k implements Functio return ((InviteJoinHelper$joinViaInvite$4) create(coroutineScope, continuation)).invokeSuspend(Unit.a); } - /* JADX WARNING: Removed duplicated region for block: B:110:0x02a1 */ - /* JADX WARNING: Removed duplicated region for block: B:111:0x02ad */ - /* JADX WARNING: Removed duplicated region for block: B:121:0x02fe */ - /* JADX WARNING: Removed duplicated region for block: B:124:0x030f A[RETURN] */ - /* JADX WARNING: Removed duplicated region for block: B:67:0x0182 */ - /* JADX WARNING: Removed duplicated region for block: B:71:0x01ae A[RETURN] */ - /* JADX WARNING: Removed duplicated region for block: B:74:0x01c0 A[RETURN] */ - /* JADX WARNING: Removed duplicated region for block: B:75:0x01c1 */ - /* JADX WARNING: Removed duplicated region for block: B:78:0x01d7 */ - /* JADX WARNING: Removed duplicated region for block: B:88:0x021d */ + /* JADX WARNING: Removed duplicated region for block: B:110:0x02a3 */ + /* JADX WARNING: Removed duplicated region for block: B:111:0x02af */ + /* JADX WARNING: Removed duplicated region for block: B:121:0x0300 */ + /* JADX WARNING: Removed duplicated region for block: B:124:0x0311 A[RETURN] */ + /* JADX WARNING: Removed duplicated region for block: B:67:0x0184 */ + /* JADX WARNING: Removed duplicated region for block: B:71:0x01b0 A[RETURN] */ + /* JADX WARNING: Removed duplicated region for block: B:74:0x01c2 A[RETURN] */ + /* JADX WARNING: Removed duplicated region for block: B:75:0x01c3 */ + /* JADX WARNING: Removed duplicated region for block: B:78:0x01d9 */ + /* JADX WARNING: Removed duplicated region for block: B:88:0x021f */ /* JADX WARNING: Unknown variable types count: 2 */ @Override // d0.w.i.a.a public final Object invokeSuspend(Object obj) { @@ -236,12 +237,13 @@ public final class InviteJoinHelper$joinViaInvite$4 extends k implements Functio return Unit.a; } else { Context context2 = ref$ObjectRef2.element; + HubEmailEntryPoint hubEmailEntryPoint = HubEmailEntryPoint.Invite; Guild guild6 = this.$invite.getGuild(); String v = guild6 != null ? guild6.v() : null; if (v == null) { v = ""; } - j.d(context2, WidgetHubEmailFlow.class, new HubEmailArgs(true, v, this.$invite.getApproximateMemberCount())); + j.d(context2, WidgetHubEmailFlow.class, new HubEmailArgs(v, this.$invite.getApproximateMemberCount(), hubEmailEntryPoint)); } modelInvite = null; function2 = this.$onInviteFlowFinished; diff --git a/app/src/main/java/com/discord/widgets/guilds/invite/WidgetInviteModel.java b/app/src/main/java/com/discord/widgets/guilds/invite/WidgetInviteModel.java index c3f75c5a24..eee5a8ec69 100644 --- a/app/src/main/java/com/discord/widgets/guilds/invite/WidgetInviteModel.java +++ b/app/src/main/java/com/discord/widgets/guilds/invite/WidgetInviteModel.java @@ -28,7 +28,7 @@ public final class WidgetInviteModel { private final boolean isValidInvite; /* renamed from: me reason: collision with root package name */ - private final MeUser f2220me; + private final MeUser f2221me; private final ModelInvite.Settings settings; private final Channel targetChannel; @@ -103,7 +103,7 @@ public final class WidgetInviteModel { this.isGeneratingInvite = z2; this.isValidInvite = z3; this.invitableChannels = list; - this.f2220me = meUser; + this.f2221me = meUser; this.dms = list2; this.isInviteFromStore = z4; } @@ -114,7 +114,7 @@ public final class WidgetInviteModel { } public static /* synthetic */ WidgetInviteModel copy$default(WidgetInviteModel widgetInviteModel, Channel channel, ModelInvite.Settings settings, ModelInvite modelInvite, boolean z2, boolean z3, List list, MeUser meUser, List list2, boolean z4, int i, Object obj) { - return widgetInviteModel.copy((i & 1) != 0 ? widgetInviteModel.targetChannel : channel, (i & 2) != 0 ? widgetInviteModel.settings : settings, (i & 4) != 0 ? widgetInviteModel.invite : modelInvite, (i & 8) != 0 ? widgetInviteModel.isGeneratingInvite : z2, (i & 16) != 0 ? widgetInviteModel.isValidInvite : z3, (i & 32) != 0 ? widgetInviteModel.invitableChannels : list, (i & 64) != 0 ? widgetInviteModel.f2220me : meUser, (i & 128) != 0 ? widgetInviteModel.dms : list2, (i & 256) != 0 ? widgetInviteModel.isInviteFromStore : z4); + return widgetInviteModel.copy((i & 1) != 0 ? widgetInviteModel.targetChannel : channel, (i & 2) != 0 ? widgetInviteModel.settings : settings, (i & 4) != 0 ? widgetInviteModel.invite : modelInvite, (i & 8) != 0 ? widgetInviteModel.isGeneratingInvite : z2, (i & 16) != 0 ? widgetInviteModel.isValidInvite : z3, (i & 32) != 0 ? widgetInviteModel.invitableChannels : list, (i & 64) != 0 ? widgetInviteModel.f2221me : meUser, (i & 128) != 0 ? widgetInviteModel.dms : list2, (i & 256) != 0 ? widgetInviteModel.isInviteFromStore : z4); } public final Channel component1() { @@ -142,7 +142,7 @@ public final class WidgetInviteModel { } public final MeUser component7() { - return this.f2220me; + return this.f2221me; } public final List component8() { @@ -168,7 +168,7 @@ public final class WidgetInviteModel { return false; } WidgetInviteModel widgetInviteModel = (WidgetInviteModel) obj; - return m.areEqual(this.targetChannel, widgetInviteModel.targetChannel) && m.areEqual(this.settings, widgetInviteModel.settings) && m.areEqual(this.invite, widgetInviteModel.invite) && this.isGeneratingInvite == widgetInviteModel.isGeneratingInvite && this.isValidInvite == widgetInviteModel.isValidInvite && m.areEqual(this.invitableChannels, widgetInviteModel.invitableChannels) && m.areEqual(this.f2220me, widgetInviteModel.f2220me) && m.areEqual(this.dms, widgetInviteModel.dms) && this.isInviteFromStore == widgetInviteModel.isInviteFromStore; + return m.areEqual(this.targetChannel, widgetInviteModel.targetChannel) && m.areEqual(this.settings, widgetInviteModel.settings) && m.areEqual(this.invite, widgetInviteModel.invite) && this.isGeneratingInvite == widgetInviteModel.isGeneratingInvite && this.isValidInvite == widgetInviteModel.isValidInvite && m.areEqual(this.invitableChannels, widgetInviteModel.invitableChannels) && m.areEqual(this.f2221me, widgetInviteModel.f2221me) && m.areEqual(this.dms, widgetInviteModel.dms) && this.isInviteFromStore == widgetInviteModel.isInviteFromStore; } public final List getDms() { @@ -184,7 +184,7 @@ public final class WidgetInviteModel { } public final MeUser getMe() { - return this.f2220me; + return this.f2221me; } public final ModelInvite.Settings getSettings() { @@ -222,7 +222,7 @@ public final class WidgetInviteModel { int i10 = (i6 + i7) * 31; List list = this.invitableChannels; int hashCode4 = (i10 + (list != null ? list.hashCode() : 0)) * 31; - MeUser meUser = this.f2220me; + MeUser meUser = this.f2221me; int hashCode5 = (hashCode4 + (meUser != null ? meUser.hashCode() : 0)) * 31; List list2 = this.dms; if (list2 != null) { @@ -262,7 +262,7 @@ public final class WidgetInviteModel { P.append(", invitableChannels="); P.append(this.invitableChannels); P.append(", me="); - P.append(this.f2220me); + P.append(this.f2221me); P.append(", dms="); P.append(this.dms); P.append(", isInviteFromStore="); diff --git a/app/src/main/java/com/discord/widgets/guilds/join/ChannelViewHolder.java b/app/src/main/java/com/discord/widgets/guilds/join/ChannelViewHolder.java index fecd771d6b..e1002e7878 100644 --- a/app/src/main/java/com/discord/widgets/guilds/join/ChannelViewHolder.java +++ b/app/src/main/java/com/discord/widgets/guilds/join/ChannelViewHolder.java @@ -39,7 +39,7 @@ public final class ChannelViewHolder extends BaseChannelViewHolder { Long c2 = welcomeChannel.c(); String str = null; String imageUri = c2 != null ? ModelEmojiCustom.getImageUri(c2.longValue(), false, mediaProxySize) : null; - TextView textView = this.binding.f1878c; + TextView textView = this.binding.f1879c; m.checkNotNullExpressionValue(textView, "binding.guildWelcomeChannelDescription"); textView.setText(channelData.getWelcomeChannel().b()); TextView textView2 = this.binding.e; diff --git a/app/src/main/java/com/discord/widgets/guilds/join/WidgetGuildWelcomeSheet.java b/app/src/main/java/com/discord/widgets/guilds/join/WidgetGuildWelcomeSheet.java index dd1ea1c0ce..f3098848b0 100644 --- a/app/src/main/java/com/discord/widgets/guilds/join/WidgetGuildWelcomeSheet.java +++ b/app/src/main/java/com/discord/widgets/guilds/join/WidgetGuildWelcomeSheet.java @@ -101,12 +101,12 @@ public final class WidgetGuildWelcomeSheet extends AppBottomSheet { m.checkNotNullExpressionValue(textView, "binding.guildWelcomeSheetName"); b.n(textView, R.string.welcome_screen_title, new Object[]{str}, null, 4); if (str2 != null) { - TextView textView2 = getBinding().f1879c; + TextView textView2 = getBinding().f1880c; m.checkNotNullExpressionValue(textView2, "binding.guildWelcomeSheetDescription"); ViewExtensions.setTextAndVisibilityBy(textView2, str2); return; } - TextView textView3 = getBinding().f1879c; + TextView textView3 = getBinding().f1880c; m.checkNotNullExpressionValue(textView3, "binding.guildWelcomeSheetDescription"); textView3.setVisibility(8); } diff --git a/app/src/main/java/com/discord/widgets/guilds/list/GuildListViewHolder.java b/app/src/main/java/com/discord/widgets/guilds/list/GuildListViewHolder.java index 68697e6e0b..10a80be764 100644 --- a/app/src/main/java/com/discord/widgets/guilds/list/GuildListViewHolder.java +++ b/app/src/main/java/com/discord/widgets/guilds/list/GuildListViewHolder.java @@ -336,16 +336,16 @@ public abstract class GuildListViewHolder extends RecyclerView.ViewHolder { imageView.setVisibility(friendsItem.isSelected() ? 0 : 8); this.binding.a.setOnClickListener(new GuildListViewHolder$FriendsViewHolder$configure$1(this, friendsItem)); if (friendsItem.isSelected()) { - this.binding.f1885c.setBackgroundResource(R.drawable.drawable_squircle_brand_500); - FrameLayout frameLayout = this.binding.f1885c; + this.binding.f1886c.setBackgroundResource(R.drawable.drawable_squircle_brand_500); + FrameLayout frameLayout = this.binding.f1886c; m.checkNotNullExpressionValue(frameLayout, "binding.guildsItemProfileAvatarWrap"); frameLayout.setBackgroundTintList(null); } else { - this.binding.f1885c.setBackgroundResource(R.drawable.drawable_circle_black); - FrameLayout frameLayout2 = this.binding.f1885c; + this.binding.f1886c.setBackgroundResource(R.drawable.drawable_circle_black); + FrameLayout frameLayout2 = this.binding.f1886c; m.checkNotNullExpressionValue(frameLayout2, "binding.guildsItemProfileAvatarWrap"); int themedColor = ColorCompat.getThemedColor(frameLayout2, (int) R.attr.colorBackgroundSecondary); - FrameLayout frameLayout3 = this.binding.f1885c; + FrameLayout frameLayout3 = this.binding.f1886c; m.checkNotNullExpressionValue(frameLayout3, "binding.guildsItemProfileAvatarWrap"); frameLayout3.setBackgroundTintList(ColorStateList.valueOf(themedColor)); } @@ -695,10 +695,10 @@ public abstract class GuildListViewHolder extends RecyclerView.ViewHolder { imageView.setVisibility(guildItem.isConnectedToVoice() || guildItem.getHasActiveStageChannel() ? 0 : 8); imageView.setActivated(guildItem.isConnectedToVoice()); imageView.setImageResource((!guildItem.isConnectedToVoice() || guildItem.isConnectedToStageChannel()) ? R.drawable.ic_channel_stage_24dp_white : R.drawable.ic_volume_up_white_24dp); - ImageView imageView2 = this.bindingGuild.f1883c; + ImageView imageView2 = this.bindingGuild.f1884c; m.checkNotNullExpressionValue(imageView2, "bindingGuild.guildsItemApplicationStream"); imageView2.setVisibility(!guildItem.isConnectedToVoice() && guildItem.getHasOngoingApplicationStream() ? 0 : 8); - ImageView imageView3 = this.binding.f1884c; + ImageView imageView3 = this.binding.f1885c; m.checkNotNullExpressionValue(imageView3, "binding.guildsItemUnread"); imageView3.setVisibility(guildItem.isUnread() ? 0 : 8); ImageView imageView4 = this.binding.b; @@ -787,7 +787,7 @@ public abstract class GuildListViewHolder extends RecyclerView.ViewHolder { public final void configure(GuildListItem.PrivateChannelItem privateChannelItem) { m.checkNotNullParameter(privateChannelItem, "data"); int mentionCount = privateChannelItem.getMentionCount(); - TextView textView = this.binding.f1881c; + TextView textView = this.binding.f1882c; m.checkNotNullExpressionValue(textView, "binding.guildsItemDmCount"); configureMentionsCount(textView, mentionCount); String i18nPluralString = mentionCount > 0 ? StringResourceUtilsKt.getI18nPluralString(a.x(this.itemView, "itemView", "itemView.context"), R.plurals.dm_tooltip_a11y_label_mentions, mentionCount, Integer.valueOf(mentionCount)) : ""; diff --git a/app/src/main/java/com/discord/widgets/guilds/list/WidgetGuildsList$configureBottomNavSpace$1.java b/app/src/main/java/com/discord/widgets/guilds/list/WidgetGuildsList$configureBottomNavSpace$1.java index ab4d522d75..e85a435c8f 100644 --- a/app/src/main/java/com/discord/widgets/guilds/list/WidgetGuildsList$configureBottomNavSpace$1.java +++ b/app/src/main/java/com/discord/widgets/guilds/list/WidgetGuildsList$configureBottomNavSpace$1.java @@ -27,13 +27,13 @@ public final class WidgetGuildsList$configureBottomNavSpace$1 extends o implemen public final void invoke(int i) { WidgetGuildsList.access$getAdapter$p(this.this$0).handleBottomNavHeight(i); - ViewStub viewStub = WidgetGuildsList.access$getBinding$p(this.this$0).f1880c; + ViewStub viewStub = WidgetGuildsList.access$getBinding$p(this.this$0).f1881c; m.checkNotNullExpressionValue(viewStub, "binding.guildListUnreadsStub"); ViewGroup.LayoutParams layoutParams = viewStub.getLayoutParams(); Objects.requireNonNull(layoutParams, "null cannot be cast to non-null type android.view.ViewGroup.MarginLayoutParams"); ViewGroup.MarginLayoutParams marginLayoutParams = (ViewGroup.MarginLayoutParams) layoutParams; marginLayoutParams.setMargins(marginLayoutParams.leftMargin, marginLayoutParams.topMargin, marginLayoutParams.rightMargin, i); - ViewStub viewStub2 = WidgetGuildsList.access$getBinding$p(this.this$0).f1880c; + ViewStub viewStub2 = WidgetGuildsList.access$getBinding$p(this.this$0).f1881c; m.checkNotNullExpressionValue(viewStub2, "binding.guildListUnreadsStub"); viewStub2.setLayoutParams(marginLayoutParams); } diff --git a/app/src/main/java/com/discord/widgets/guilds/list/WidgetGuildsList.java b/app/src/main/java/com/discord/widgets/guilds/list/WidgetGuildsList.java index 6d1b22ee20..c5ddddae9c 100644 --- a/app/src/main/java/com/discord/widgets/guilds/list/WidgetGuildsList.java +++ b/app/src/main/java/com/discord/widgets/guilds/list/WidgetGuildsList.java @@ -394,7 +394,7 @@ public final class WidgetGuildsList extends AppFragment implements WidgetGuildLi } private final void showHubVerification() { - j.d(requireContext(), WidgetHubEmailFlow.class, new HubEmailArgs(false, null, 0, 7, null)); + j.d(requireContext(), WidgetHubEmailFlow.class, new HubEmailArgs(null, 0, null, 7, null)); } private final void showUnavailableGuildsToast(int i) { @@ -487,7 +487,7 @@ public final class WidgetGuildsList extends AppFragment implements WidgetGuildLi m.checkNotNullParameter(view, "view"); super.onViewBound(view); setupRecycler(); - ViewStub viewStub = getBinding().f1880c; + ViewStub viewStub = getBinding().f1881c; m.checkNotNullExpressionValue(viewStub, "binding.guildListUnreadsStub"); RecyclerView recyclerView = getBinding().b; m.checkNotNullExpressionValue(recyclerView, "binding.guildList"); diff --git a/app/src/main/java/com/discord/widgets/guilds/profile/WidgetGuildIdentityMarketingSheet.java b/app/src/main/java/com/discord/widgets/guilds/profile/WidgetGuildIdentityMarketingSheet.java index c997bea7dd..b52409c1f3 100644 --- a/app/src/main/java/com/discord/widgets/guilds/profile/WidgetGuildIdentityMarketingSheet.java +++ b/app/src/main/java/com/discord/widgets/guilds/profile/WidgetGuildIdentityMarketingSheet.java @@ -61,7 +61,7 @@ public final class WidgetGuildIdentityMarketingSheet extends AppBottomSheet { WeakReference weakReference2 = TooltipManager.a.a; tooltipManager = weakReference2 != null ? weakReference2.get() : tooltipManager; if (tooltipManager == null) { - tooltipManager = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2187c.getValue(), 0, aVar, 4); + tooltipManager = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2188c.getValue(), 0, aVar, 4); TooltipManager.a.a = new WeakReference<>(tooltipManager); } this.tooltipManager = tooltipManager; diff --git a/app/src/main/java/com/discord/widgets/guilds/profile/WidgetGuildProfileSheetViewModel.java b/app/src/main/java/com/discord/widgets/guilds/profile/WidgetGuildProfileSheetViewModel.java index 6f37ce2764..38f78bdf95 100644 --- a/app/src/main/java/com/discord/widgets/guilds/profile/WidgetGuildProfileSheetViewModel.java +++ b/app/src/main/java/com/discord/widgets/guilds/profile/WidgetGuildProfileSheetViewModel.java @@ -700,7 +700,7 @@ public final class WidgetGuildProfileSheetViewModel extends AppViewModel restrictedGuildIds; /* JADX DEBUG: Multi-variable search result rejected for r9v0, resolved type: java.util.List */ @@ -713,7 +713,7 @@ public final class WidgetGuildProfileSheetViewModel extends AppViewModel getRestrictedGuildIds() { @@ -830,7 +830,7 @@ public final class WidgetGuildProfileSheetViewModel extends AppViewModel function0, Function0 function02) { + ImageView imageView = this.binding.f1632c; int i = 8; - imageView.setVisibility(visibilityInfo.isRsvpVisible() ? 0 : 8); + imageView.setVisibility(visibilityInfo.getPrimaryInteractionButtonVisible() ? 0 : 8); imageView.setImageResource(visibilityInfo.isEventActive() ? R.drawable.bg_guild_scheduled_event_list_item_interested_button_active : z2 ? R.drawable.bg_guild_scheduled_event_list_item_interested_button_interested : R.drawable.bg_guild_scheduled_event_list_item_interested_button_default); - imageView.setOnClickListener(new GuildScheduledEventBottomButtonView$configure$$inlined$apply$lambda$1(visibilityInfo, z2, function0)); + imageView.setOnClickListener(new GuildScheduledEventBottomButtonView$configureInterestedButton$$inlined$apply$lambda$1(visibilityInfo, z2, function02, function0)); imageView.setEnabled(!visibilityInfo.isEventComplete()); - TextView textView = this.binding.f1632c; - textView.setVisibility(z3 ? 0 : 8); + TextView textView = this.binding.d; + if (visibilityInfo.getPrimaryInteractionButtonVisible()) { + i = 0; + } + textView.setVisibility(i); int color = (!z2 || visibilityInfo.isEventActive() || visibilityInfo.isEventComplete()) ? visibilityInfo.isEventComplete() ? ColorCompat.getColor(textView.getContext(), (int) R.color.white_alpha_40) : ColorCompat.getColor(textView.getContext(), (int) R.color.white) : ColorCompat.getThemedColor(textView.getContext(), (int) R.attr.colorControlBrandForegroundNew); int i2 = (visibilityInfo.isEventActive() || visibilityInfo.isEventComplete()) ? 0 : z2 ? R.drawable.ic_check_brand_16dp : R.drawable.ic_bell_16dp; int i3 = visibilityInfo.isEventActive() ? R.string.stage_channel_join_button : visibilityInfo.isEventComplete() ? R.string.guild_event_invite_completed : R.string.stage_instance_interested_label; @@ -254,18 +251,72 @@ public final class GuildScheduledEventBottomButtonView extends ConstraintLayout Context context = textView.getContext(); m.checkNotNullExpressionValue(context, "context"); textView.setText(b.h(context, i3, new Object[0], null, 4)); - TextView textView2 = this.binding.f; - m.checkNotNullExpressionValue(textView2, "binding.startEventButtonText"); - textView2.setVisibility(visibilityInfo.isStartEventVisible() ? 0 : 8); - ImageView imageView2 = this.binding.e; - imageView2.setVisibility(visibilityInfo.isStartEventVisible() ? 0 : 8); - imageView2.setOnClickListener(new GuildScheduledEventBottomButtonView$configure$$inlined$apply$lambda$2(visibilityInfo, function02)); - ImageView imageView3 = this.binding.d; - if (visibilityInfo.isExtraVisible()) { + } + + private final void configureShareButton(VisibilityInfo visibilityInfo, Function0 function0) { + ImageView imageView = this.binding.e; + m.checkNotNullExpressionValue(imageView, "this"); + imageView.setVisibility(visibilityInfo.isShareVisible() ? 0 : 8); + imageView.setOnClickListener(new GuildScheduledEventBottomButtonView$configureShareButton$$inlined$apply$lambda$1(visibilityInfo, function0)); + } + + private final void configureStartEventButton(VisibilityInfo visibilityInfo, Function0 function0) { + TextView textView = this.binding.g; + m.checkNotNullExpressionValue(textView, "binding.startEventButtonText"); + int i = 0; + textView.setVisibility(visibilityInfo.isStartEventVisible() ? 0 : 8); + ImageView imageView = this.binding.f; + if (!visibilityInfo.isStartEventVisible()) { + i = 8; + } + imageView.setVisibility(i); + imageView.setOnClickListener(new GuildScheduledEventBottomButtonView$configureStartEventButton$$inlined$apply$lambda$1(visibilityInfo, function0)); + } + + public final void configure(GuildScheduledEvent guildScheduledEvent, boolean z2, boolean z3, boolean z4, boolean z5, Function0 function0, Function0 function02, Function0 function03, Function0 function04) { + m.checkNotNullParameter(guildScheduledEvent, "guildScheduledEvent"); + m.checkNotNullParameter(function0, "onRsvpButtonClicked"); + m.checkNotNullParameter(function02, "onStartEventButtonClicked"); + m.checkNotNullParameter(function03, "onShareButtonClicked"); + m.checkNotNullParameter(function04, "onJoinButtonClicked"); + VisibilityInfo visibilityInfo = new VisibilityInfo(guildScheduledEvent, z3, z4, z5); + configureStartEventButton(visibilityInfo, function02); + configureInterestedButton(visibilityInfo, z2, function0, function04); + configureShareButton(visibilityInfo, function03); + } + + public final void configureForDetails(GuildScheduledEvent guildScheduledEvent, boolean z2, boolean z3, boolean z4, boolean z5, Function0 function0, Function0 function02, Function0 function03, Function0 function04, Function0 function05) { + m.checkNotNullParameter(guildScheduledEvent, "guildScheduledEvent"); + m.checkNotNullParameter(function0, "onStartEventButtonClicked"); + m.checkNotNullParameter(function02, "onRsvpButtonClicked"); + m.checkNotNullParameter(function03, "onShareButtonClicked"); + m.checkNotNullParameter(function05, "onJoinButtonClicked"); + boolean z6 = true; + VisibilityInfo visibilityInfo = new VisibilityInfo(guildScheduledEvent, true, z3, z4); + configureStartEventButton(visibilityInfo, function0); + int i = 8; + if (visibilityInfo.isStartEventVisible()) { + ImageView imageView = this.binding.f1632c; + m.checkNotNullExpressionValue(imageView, "binding.interestedButton"); + imageView.setVisibility(8); + TextView textView = this.binding.d; + m.checkNotNullExpressionValue(textView, "binding.interestedButtonText"); + textView.setVisibility(8); + } else { + configureInterestedButton(visibilityInfo, z2, function02, function05); + } + configureShareButton(visibilityInfo, function03); + ImageView imageView2 = this.binding.b; + if (function04 == null || (!z4 && !z5)) { + z6 = false; + } + if (z6) { i = 0; } - imageView3.setVisibility(i); - imageView3.setOnClickListener(new GuildScheduledEventBottomButtonView$configure$$inlined$apply$lambda$3(visibilityInfo, function03)); + imageView2.setVisibility(i); + if (function04 != null) { + imageView2.setOnClickListener(new GuildScheduledEventBottomButtonView$configureForDetails$$inlined$apply$lambda$1(function04, z4, z5)); + } } public final GuildScheduledEventBottomButtonViewBinding getBinding() { diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventDetailsViewModel$Companion$observeStores$1.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventDetailsViewModel$Companion$observeStores$1.java index 86bd7bab58..3eb59e15d8 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventDetailsViewModel$Companion$observeStores$1.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventDetailsViewModel$Companion$observeStores$1.java @@ -2,9 +2,13 @@ package com.discord.widgets.guildscheduledevent; import com.discord.api.channel.Channel; import com.discord.api.guildscheduledevent.GuildScheduledEvent; +import com.discord.models.guild.Guild; import com.discord.stores.StoreChannels; import com.discord.stores.StoreGuildScheduledEvents; import com.discord.stores.StoreGuilds; +import com.discord.stores.StorePermissions; +import com.discord.stores.StoreUserSettings; +import com.discord.utilities.guildscheduledevent.GuildScheduledEventUtilities; import com.discord.widgets.guildscheduledevent.GuildScheduledEventDetailsViewModel; import d0.z.d.o; import kotlin.jvm.functions.Function0; @@ -14,14 +18,18 @@ public final class GuildScheduledEventDetailsViewModel$Companion$observeStores$1 public final /* synthetic */ long $guildScheduledEventId; public final /* synthetic */ StoreGuildScheduledEvents $guildScheduledEventsStore; public final /* synthetic */ StoreGuilds $guildsStore; + public final /* synthetic */ StorePermissions $permissionsStore; + public final /* synthetic */ StoreUserSettings $userSettingsStore; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public GuildScheduledEventDetailsViewModel$Companion$observeStores$1(StoreGuildScheduledEvents storeGuildScheduledEvents, long j, StoreChannels storeChannels, StoreGuilds storeGuilds) { + public GuildScheduledEventDetailsViewModel$Companion$observeStores$1(StoreGuildScheduledEvents storeGuildScheduledEvents, long j, StoreChannels storeChannels, StoreGuilds storeGuilds, StorePermissions storePermissions, StoreUserSettings storeUserSettings) { super(0); this.$guildScheduledEventsStore = storeGuildScheduledEvents; this.$guildScheduledEventId = j; this.$channelsStore = storeChannels; this.$guildsStore = storeGuilds; + this.$permissionsStore = storePermissions; + this.$userSettingsStore = storeUserSettings; } @Override // kotlin.jvm.functions.Function0 @@ -30,7 +38,7 @@ public final class GuildScheduledEventDetailsViewModel$Companion$observeStores$1 Channel channel; GuildScheduledEvent findEventFromStore$default = StoreGuildScheduledEvents.findEventFromStore$default(this.$guildScheduledEventsStore, this.$guildScheduledEventId, null, 2, null); if (findEventFromStore$default == null) { - return new GuildScheduledEventDetailsViewModel.StoreState(null, null, null, false, 15, null); + return new GuildScheduledEventDetailsViewModel.StoreState(null, null, null, false, false, false, false, 127, null); } Long b = findEventFromStore$default.b(); if (b != null) { @@ -38,6 +46,9 @@ public final class GuildScheduledEventDetailsViewModel$Companion$observeStores$1 } else { channel = null; } - return new GuildScheduledEventDetailsViewModel.StoreState(findEventFromStore$default, channel, this.$guildsStore.getGuild(findEventFromStore$default.f()), this.$guildScheduledEventsStore.isRsvpedToEvent(this.$guildScheduledEventId)); + Guild guild = this.$guildsStore.getGuild(findEventFromStore$default.f()); + boolean isRsvpedToEvent = this.$guildScheduledEventsStore.isRsvpedToEvent(this.$guildScheduledEventId); + GuildScheduledEventUtilities.Companion companion = GuildScheduledEventUtilities.Companion; + return new GuildScheduledEventDetailsViewModel.StoreState(findEventFromStore$default, channel, guild, isRsvpedToEvent, GuildScheduledEventUtilities.Companion.canShareEvent$default(companion, findEventFromStore$default.b(), this.$channelsStore, this.$guildsStore, null, 8, null), companion.canStartEvent(findEventFromStore$default.f(), findEventFromStore$default.b(), this.$channelsStore, this.$permissionsStore), this.$userSettingsStore.getIsDeveloperMode()); } } diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventDetailsViewModel$endEventClicked$$inlined$let$lambda$1.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventDetailsViewModel$endEventClicked$$inlined$let$lambda$1.java new file mode 100644 index 0000000000..4ba06012e8 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventDetailsViewModel$endEventClicked$$inlined$let$lambda$1.java @@ -0,0 +1,35 @@ +package com.discord.widgets.guildscheduledevent; + +import android.content.Context; +import d0.z.d.m; +import d0.z.d.o; +import kotlin.Unit; +import kotlin.jvm.functions.Function0; +import kotlin.jvm.functions.Function1; +/* compiled from: GuildScheduledEventDetailsViewModel.kt */ +public final class GuildScheduledEventDetailsViewModel$endEventClicked$$inlined$let$lambda$1 extends o implements Function1 { + public final /* synthetic */ Context $context$inlined; + public final /* synthetic */ Function0 $onSuccess$inlined; + public final /* synthetic */ GuildScheduledEventDetailsViewModel this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public GuildScheduledEventDetailsViewModel$endEventClicked$$inlined$let$lambda$1(GuildScheduledEventDetailsViewModel guildScheduledEventDetailsViewModel, Context context, Function0 function0) { + super(1); + this.this$0 = guildScheduledEventDetailsViewModel; + this.$context$inlined = context; + this.$onSuccess$inlined = function0; + } + + /* 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 /* bridge */ /* synthetic */ Unit invoke(Unit unit) { + invoke(unit); + return Unit.a; + } + + public final void invoke(Unit unit) { + m.checkNotNullParameter(unit, "it"); + this.$onSuccess$inlined.mo1invoke(); + } +} diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventDetailsViewModel$onDeleteButtonClicked$$inlined$let$lambda$1.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventDetailsViewModel$onDeleteButtonClicked$$inlined$let$lambda$1.java new file mode 100644 index 0000000000..b4766453eb --- /dev/null +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventDetailsViewModel$onDeleteButtonClicked$$inlined$let$lambda$1.java @@ -0,0 +1,33 @@ +package com.discord.widgets.guildscheduledevent; + +import android.content.Context; +import d0.z.d.o; +import kotlin.Unit; +import kotlin.jvm.functions.Function0; +import kotlin.jvm.functions.Function1; +/* compiled from: GuildScheduledEventDetailsViewModel.kt */ +public final class GuildScheduledEventDetailsViewModel$onDeleteButtonClicked$$inlined$let$lambda$1 extends o implements Function1 { + public final /* synthetic */ Context $context$inlined; + public final /* synthetic */ Function0 $onSuccess$inlined; + public final /* synthetic */ GuildScheduledEventDetailsViewModel this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public GuildScheduledEventDetailsViewModel$onDeleteButtonClicked$$inlined$let$lambda$1(GuildScheduledEventDetailsViewModel guildScheduledEventDetailsViewModel, Context context, Function0 function0) { + super(1); + this.this$0 = guildScheduledEventDetailsViewModel; + this.$context$inlined = context; + this.$onSuccess$inlined = function0; + } + + /* 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 /* bridge */ /* synthetic */ Unit invoke(Void r1) { + invoke(r1); + return Unit.a; + } + + public final void invoke(Void r1) { + this.$onSuccess$inlined.mo1invoke(); + } +} diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventDetailsViewModel.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventDetailsViewModel.java index 9df6a86ecc..6aba7ef58c 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventDetailsViewModel.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventDetailsViewModel.java @@ -9,9 +9,12 @@ import com.discord.models.guild.Guild; import com.discord.stores.StoreChannels; import com.discord.stores.StoreGuildScheduledEvents; import com.discord.stores.StoreGuilds; +import com.discord.stores.StorePermissions; import com.discord.stores.StoreStream; +import com.discord.stores.StoreUserSettings; import com.discord.stores.updates.ObservationDeck; import com.discord.stores.updates.ObservationDeckProvider; +import com.discord.utilities.rest.RestAPI; import com.discord.utilities.rx.ObservableExtensionsKt; import d0.z.d.k; import d0.z.d.m; @@ -56,39 +59,45 @@ public final class GuildScheduledEventDetailsViewModel extends AppViewModel observeStores(long j, ObservationDeck observationDeck, StoreGuildScheduledEvents storeGuildScheduledEvents, StoreGuilds storeGuilds, StoreChannels storeChannels) { - return ObservationDeck.connectRx$default(observationDeck, new ObservationDeck.UpdateSource[]{storeGuildScheduledEvents, storeGuilds, storeChannels}, false, null, null, new GuildScheduledEventDetailsViewModel$Companion$observeStores$1(storeGuildScheduledEvents, j, storeChannels, storeGuilds), 14, null); + private final Observable observeStores(long j, ObservationDeck observationDeck, StoreGuildScheduledEvents storeGuildScheduledEvents, StoreGuilds storeGuilds, StoreChannels storeChannels, StorePermissions storePermissions, StoreUserSettings storeUserSettings) { + return ObservationDeck.connectRx$default(observationDeck, new ObservationDeck.UpdateSource[]{storeGuildScheduledEvents, storeGuilds, storeChannels, storePermissions}, false, null, null, new GuildScheduledEventDetailsViewModel$Companion$observeStores$1(storeGuildScheduledEvents, j, storeChannels, storeGuilds, storePermissions, storeUserSettings), 14, null); } } /* compiled from: GuildScheduledEventDetailsViewModel.kt */ public static final class StoreState { + private final boolean canShare; + private final boolean canStartEvent; private final Channel channel; private final Guild guild; private final GuildScheduledEvent guildScheduledEvent; + private final boolean isDeveloperMode; private final boolean isRsvped; public StoreState() { - this(null, null, null, false, 15, null); + this(null, null, null, false, false, false, false, 127, null); } - public StoreState(GuildScheduledEvent guildScheduledEvent, Channel channel, Guild guild, boolean z2) { + public StoreState(GuildScheduledEvent guildScheduledEvent, Channel channel, Guild guild, boolean z2, boolean z3, boolean z4, boolean z5) { this.guildScheduledEvent = guildScheduledEvent; this.channel = channel; this.guild = guild; this.isRsvped = z2; + this.canShare = z3; + this.canStartEvent = z4; + this.isDeveloperMode = z5; } /* JADX INFO: this call moved to the top of the method (can break code semantics) */ - public /* synthetic */ StoreState(GuildScheduledEvent guildScheduledEvent, Channel channel, Guild guild, boolean z2, int i, DefaultConstructorMarker defaultConstructorMarker) { - this((i & 1) != 0 ? null : guildScheduledEvent, (i & 2) != 0 ? null : channel, (i & 4) != 0 ? null : guild, (i & 8) != 0 ? false : z2); + public /* synthetic */ StoreState(GuildScheduledEvent guildScheduledEvent, Channel channel, Guild guild, boolean z2, boolean z3, boolean z4, boolean z5, int i, DefaultConstructorMarker defaultConstructorMarker) { + this((i & 1) != 0 ? null : guildScheduledEvent, (i & 2) != 0 ? null : channel, (i & 4) == 0 ? guild : null, (i & 8) != 0 ? false : z2, (i & 16) != 0 ? false : z3, (i & 32) != 0 ? false : z4, (i & 64) != 0 ? false : z5); } - public static /* synthetic */ StoreState copy$default(StoreState storeState, GuildScheduledEvent guildScheduledEvent, Channel channel, Guild guild, boolean z2, int i, Object obj) { + public static /* synthetic */ StoreState copy$default(StoreState storeState, GuildScheduledEvent guildScheduledEvent, Channel channel, Guild guild, boolean z2, boolean z3, boolean z4, boolean z5, int i, Object obj) { if ((i & 1) != 0) { guildScheduledEvent = storeState.guildScheduledEvent; } @@ -101,7 +110,16 @@ public final class GuildScheduledEventDetailsViewModel extends AppViewModel observable) { + public GuildScheduledEventDetailsViewModel(long j, ObservationDeck observationDeck, StoreGuildScheduledEvents storeGuildScheduledEvents, StoreGuilds storeGuilds, StoreChannels storeChannels, StorePermissions storePermissions, StoreUserSettings storeUserSettings, Observable observable) { super(null, 1, null); m.checkNotNullParameter(observationDeck, "observationDeck"); m.checkNotNullParameter(storeGuildScheduledEvents, "guildScheduledEventsStore"); m.checkNotNullParameter(storeGuilds, "guildsStore"); m.checkNotNullParameter(storeChannels, "channelsStore"); + m.checkNotNullParameter(storePermissions, "permissionsStore"); + m.checkNotNullParameter(storeUserSettings, "userSettingsStore"); m.checkNotNullParameter(observable, "storeStateObservable"); this.guildScheduledEventId = j; this.guildScheduledEventsStore = storeGuildScheduledEvents; @@ -334,12 +473,14 @@ public final class GuildScheduledEventDetailsViewModel extends AppViewModel function0) { + m.checkNotNullParameter(context, "context"); + m.checkNotNullParameter(function0, "onSuccess"); + ViewState viewState = getViewState(); + if (!(viewState instanceof ViewState.Initialized)) { + viewState = null; + } + ViewState.Initialized initialized = (ViewState.Initialized) viewState; + if (initialized != null) { + ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.restSubscribeOn$default(GuildScheduledEventAPI.INSTANCE.endEvent(initialized.getGuildScheduledEvent().g()), false, 1, null), GuildScheduledEventDetailsViewModel.class, context, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new GuildScheduledEventDetailsViewModel$endEventClicked$$inlined$let$lambda$1(this, context, function0), 60, (Object) null); + } + } + + public final void onDeleteButtonClicked(Context context, Function0 function0) { + m.checkNotNullParameter(context, "context"); + m.checkNotNullParameter(function0, "onSuccess"); + ViewState viewState = getViewState(); + if (!(viewState instanceof ViewState.Initialized)) { + viewState = null; + } + ViewState.Initialized initialized = (ViewState.Initialized) viewState; + if (initialized != null) { + ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.restSubscribeOn$default(RestAPI.Companion.getApi().deleteGuildScheduledEvent(initialized.getGuildScheduledEvent().g()), false, 1, null), GuildScheduledEventDetailsViewModel.class, context, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new GuildScheduledEventDetailsViewModel$onDeleteButtonClicked$$inlined$let$lambda$1(this, context, function0), 60, (Object) null); + } + } + public final void onRsvpButtonClicked() { ViewState viewState = getViewState(); if (!(viewState instanceof ViewState.Initialized)) { diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventItemView$configureInVoiceChannel$3.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventItemView$configureInVoiceChannel$3.java new file mode 100644 index 0000000000..5ae8cccb5b --- /dev/null +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventItemView$configureInVoiceChannel$3.java @@ -0,0 +1,18 @@ +package com.discord.widgets.guildscheduledevent; + +import d0.z.d.o; +import kotlin.Unit; +import kotlin.jvm.functions.Function0; +/* compiled from: GuildScheduledEventItemView.kt */ +public final class GuildScheduledEventItemView$configureInVoiceChannel$3 extends o implements Function0 { + public static final GuildScheduledEventItemView$configureInVoiceChannel$3 INSTANCE = new GuildScheduledEventItemView$configureInVoiceChannel$3(); + + public GuildScheduledEventItemView$configureInVoiceChannel$3() { + super(0); + } + + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public final void mo1invoke() { + } +} diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventItemView$configureInternal$4.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventItemView$configureInternal$4.java index 95f41fe3cb..b53a5ed9d4 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventItemView$configureInternal$4.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventItemView$configureInternal$4.java @@ -1,17 +1,18 @@ package com.discord.widgets.guildscheduledevent; -import android.view.View; +import d0.z.d.o; +import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: GuildScheduledEventItemView.kt */ -public final class GuildScheduledEventItemView$configureInternal$4 implements View.OnClickListener { - public final /* synthetic */ Function0 $onCardClicked; +public final class GuildScheduledEventItemView$configureInternal$4 extends o implements Function0 { + public static final GuildScheduledEventItemView$configureInternal$4 INSTANCE = new GuildScheduledEventItemView$configureInternal$4(); - public GuildScheduledEventItemView$configureInternal$4(Function0 function0) { - this.$onCardClicked = function0; + public GuildScheduledEventItemView$configureInternal$4() { + super(0); } - @Override // android.view.View.OnClickListener - public final void onClick(View view) { - this.$onCardClicked.mo1invoke(); + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public final void mo1invoke() { } } diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventItemView$configureInternal$5.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventItemView$configureInternal$5.java new file mode 100644 index 0000000000..20c634b4c4 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventItemView$configureInternal$5.java @@ -0,0 +1,17 @@ +package com.discord.widgets.guildscheduledevent; + +import android.view.View; +import kotlin.jvm.functions.Function0; +/* compiled from: GuildScheduledEventItemView.kt */ +public final class GuildScheduledEventItemView$configureInternal$5 implements View.OnClickListener { + public final /* synthetic */ Function0 $onCardClicked; + + public GuildScheduledEventItemView$configureInternal$5(Function0 function0) { + this.$onCardClicked = function0; + } + + @Override // android.view.View.OnClickListener + public final void onClick(View view) { + this.$onCardClicked.mo1invoke(); + } +} diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventItemView.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventItemView.java index 0f68dc31c9..62c687ffba 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventItemView.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventItemView.java @@ -131,11 +131,11 @@ public final class GuildScheduledEventItemView extends ConstraintLayout { guildScheduledEventItemView.configureInChatList(guildScheduledEvent, channel, guild, z2, z3, function0, (i & 64) != 0 ? GuildScheduledEventItemView$configureInChatList$1.INSTANCE : function02, (i & 128) != 0 ? GuildScheduledEventItemView$configureInChatList$2.INSTANCE : function03, function04); } - private final void configureInternal(GuildScheduledEvent guildScheduledEvent, GuildScheduledEventLocationInfo guildScheduledEventLocationInfo, Guild guild, boolean z2, boolean z3, boolean z4, boolean z5, Function0 function0, Function0 function02, Function0 function03, Function0 function04) { + private final void configureInternal(GuildScheduledEvent guildScheduledEvent, GuildScheduledEventLocationInfo guildScheduledEventLocationInfo, Guild guild, boolean z2, boolean z3, boolean z4, boolean z5, Function0 function0, Function0 function02, Function0 function03, Function0 function04, Function0 function05) { GuildScheduledEventBottomButtonView guildScheduledEventBottomButtonView = this.binding.b; m.checkNotNullExpressionValue(guildScheduledEventBottomButtonView, "binding.guildScheduledEventListItemButtomView"); guildScheduledEventBottomButtonView.setVisibility(new GuildScheduledEventBottomButtonView.VisibilityInfo(guildScheduledEvent, z3, z5, z4).isAnyButtonVisible() ? 0 : 8); - this.binding.b.configure(guildScheduledEvent, z2, z3, z5, z4, function02, function03, function04); + this.binding.b.configure(guildScheduledEvent, z2, z3, z5, z4, function02, function03, function04, function05); TextView textView = this.binding.j; m.checkNotNullExpressionValue(textView, "binding.guildScheduledEventListItemRsvpText"); Integer l = guildScheduledEvent.l(); @@ -147,12 +147,12 @@ public final class GuildScheduledEventItemView extends ConstraintLayout { configureDescription(guildScheduledEvent.c()); configureLocation(guildScheduledEventLocationInfo, guild); if (function0 != null) { - this.binding.a.setOnClickListener(new GuildScheduledEventItemView$configureInternal$4(function0)); + this.binding.a.setOnClickListener(new GuildScheduledEventItemView$configureInternal$5(function0)); } } - public static /* synthetic */ void configureInternal$default(GuildScheduledEventItemView guildScheduledEventItemView, GuildScheduledEvent guildScheduledEvent, GuildScheduledEventLocationInfo guildScheduledEventLocationInfo, Guild guild, boolean z2, boolean z3, boolean z4, boolean z5, Function0 function0, Function0 function02, Function0 function03, Function0 function04, int i, Object obj) { - guildScheduledEventItemView.configureInternal(guildScheduledEvent, guildScheduledEventLocationInfo, guild, z2, z3, z4, z5, function0, (i & 256) != 0 ? GuildScheduledEventItemView$configureInternal$1.INSTANCE : function02, (i & 512) != 0 ? GuildScheduledEventItemView$configureInternal$2.INSTANCE : function03, (i & 1024) != 0 ? GuildScheduledEventItemView$configureInternal$3.INSTANCE : function04); + public static /* synthetic */ void configureInternal$default(GuildScheduledEventItemView guildScheduledEventItemView, GuildScheduledEvent guildScheduledEvent, GuildScheduledEventLocationInfo guildScheduledEventLocationInfo, Guild guild, boolean z2, boolean z3, boolean z4, boolean z5, Function0 function0, Function0 function02, Function0 function03, Function0 function04, Function0 function05, int i, Object obj) { + guildScheduledEventItemView.configureInternal(guildScheduledEvent, guildScheduledEventLocationInfo, guild, z2, z3, z4, z5, function0, (i & 256) != 0 ? GuildScheduledEventItemView$configureInternal$1.INSTANCE : function02, (i & 512) != 0 ? GuildScheduledEventItemView$configureInternal$2.INSTANCE : function03, (i & 1024) != 0 ? GuildScheduledEventItemView$configureInternal$3.INSTANCE : function04, (i & 2048) != 0 ? GuildScheduledEventItemView$configureInternal$4.INSTANCE : function05); } private final void configureLocation(GuildScheduledEventLocationInfo guildScheduledEventLocationInfo, Guild guild) { @@ -264,7 +264,7 @@ public final class GuildScheduledEventItemView extends ConstraintLayout { m.checkNotNullParameter(function02, "rsvpButtonClickListener"); m.checkNotNullParameter(function03, "joinServerButtonClickListener"); m.checkNotNullParameter(function04, "shareButtonClickListener"); - configureInternal(guildScheduledEvent, GuildScheduledEventLocationInfo.Companion.buildLocationInfo(guildScheduledEvent, channel), guild, z3, true, false, true, function0, function02, function03, function04); + configureInternal$default(this, guildScheduledEvent, GuildScheduledEventLocationInfo.Companion.buildLocationInfo(guildScheduledEvent, channel), guild, z3, true, false, true, function0, function02, function03, function04, null, 2048, null); ConstraintLayout constraintLayout = this.binding.a; m.checkNotNullExpressionValue(constraintLayout, "binding.root"); constraintLayout.setBackground(ContextCompat.getDrawable(getContext(), R.drawable.bg_guild_scheduled_event_list_item_secondary)); @@ -272,22 +272,22 @@ public final class GuildScheduledEventItemView extends ConstraintLayout { m.checkNotNullExpressionValue(textView, "binding.guildScheduledEventListItemRsvpText"); textView.setBackgroundTintList(ColorCompat.INSTANCE.createDefaultColorStateList(ColorCompat.getThemedColor(getContext(), (int) R.attr.colorBackgroundTertiary))); GuildScheduledEventBottomButtonViewBinding binding = this.binding.b.getBinding(); - TextView textView2 = binding.f; + TextView textView2 = binding.g; m.checkNotNullExpressionValue(textView2, "buttonBinding.startEventButtonText"); Context context = getContext(); m.checkNotNullExpressionValue(context, "context"); int i = 0; textView2.setText(b.h(context, R.string.guild_event_invite_embed_join_server_button_label, new Object[0], null, 4)); - TextView textView3 = binding.f; + TextView textView3 = binding.g; m.checkNotNullExpressionValue(textView3, "buttonBinding.startEventButtonText"); textView3.setVisibility(z2 ^ true ? 0 : 8); - ImageView imageView = binding.e; + ImageView imageView = binding.f; m.checkNotNullExpressionValue(imageView, "buttonBinding.startEventButton"); imageView.setVisibility(z2 ^ true ? 0 : 8); - ImageView imageView2 = binding.b; + ImageView imageView2 = binding.f1632c; m.checkNotNullExpressionValue(imageView2, "buttonBinding.interestedButton"); imageView2.setVisibility(z2 ? 0 : 8); - TextView textView4 = binding.f1632c; + TextView textView4 = binding.d; m.checkNotNullExpressionValue(textView4, "buttonBinding.interestedButtonText"); if (!z2) { i = 8; @@ -295,20 +295,21 @@ public final class GuildScheduledEventItemView extends ConstraintLayout { textView4.setVisibility(i); } - public final void configureInEventList(GuildScheduledEventListItem.Event event, Function0 function0, Function0 function02, Function0 function03, Function0 function04) { + public final void configureInEventList(GuildScheduledEventListItem.Event event, Function0 function0, Function0 function02, Function0 function03, Function0 function04, Function0 function05) { m.checkNotNullParameter(event, "item"); m.checkNotNullParameter(function0, "cardClickListener"); m.checkNotNullParameter(function02, "rsvpButtonClickListener"); m.checkNotNullParameter(function03, "eventStartButtonClickListener"); m.checkNotNullParameter(function04, "shareButtonClickListener"); - configureInternal(event.getEvent(), GuildScheduledEventLocationInfo.Companion.buildLocationInfo(event.getEvent(), event.getChannel()), null, event.isRsvped(), true, event.getCanStartEvent(), event.getCanShare(), function0, function02, function03, function04); + m.checkNotNullParameter(function05, "joinButtonClickListener"); + configureInternal(event.getEvent(), GuildScheduledEventLocationInfo.Companion.buildLocationInfo(event.getEvent(), event.getChannel()), null, event.isRsvped(), true, event.getCanStartEvent(), event.getCanShare(), function0, function02, function03, function04, function05); } public final void configureInVoiceChannel(GuildScheduledEvent guildScheduledEvent, boolean z2, boolean z3, Function0 function0, Function0 function02) { m.checkNotNullParameter(guildScheduledEvent, "guildScheduledEvent"); m.checkNotNullParameter(function0, "onCardClicked"); m.checkNotNullParameter(function02, "onStartEventButtonClicked"); - configureInternal(guildScheduledEvent, null, null, false, false, z2, false, function0, GuildScheduledEventItemView$configureInVoiceChannel$1.INSTANCE, function02, GuildScheduledEventItemView$configureInVoiceChannel$2.INSTANCE); + configureInternal(guildScheduledEvent, null, null, false, false, z2, false, function0, GuildScheduledEventItemView$configureInVoiceChannel$1.INSTANCE, function02, GuildScheduledEventItemView$configureInVoiceChannel$2.INSTANCE, GuildScheduledEventItemView$configureInVoiceChannel$3.INSTANCE); ConstraintLayout constraintLayout = this.binding.a; m.checkNotNullExpressionValue(constraintLayout, "binding.root"); constraintLayout.setBackground(ContextCompat.getDrawable(getContext(), R.drawable.bg_guild_scheduled_event_list_item_secondary)); diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListAdapter$EventViewHolder$onConfigure$5.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListAdapter$EventViewHolder$onConfigure$5.java new file mode 100644 index 0000000000..51cc598522 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListAdapter$EventViewHolder$onConfigure$5.java @@ -0,0 +1,25 @@ +package com.discord.widgets.guildscheduledevent; + +import com.discord.widgets.guildscheduledevent.GuildScheduledEventListAdapter; +import com.discord.widgets.guildscheduledevent.GuildScheduledEventListItem; +import d0.z.d.o; +import kotlin.Unit; +import kotlin.jvm.functions.Function0; +/* compiled from: GuildScheduledEventListAdapter.kt */ +public final class GuildScheduledEventListAdapter$EventViewHolder$onConfigure$5 extends o implements Function0 { + public final /* synthetic */ GuildScheduledEventListItem.Event $item; + public final /* synthetic */ GuildScheduledEventListAdapter.EventViewHolder this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public GuildScheduledEventListAdapter$EventViewHolder$onConfigure$5(GuildScheduledEventListAdapter.EventViewHolder eventViewHolder, GuildScheduledEventListItem.Event event) { + super(0); + this.this$0 = eventViewHolder; + this.$item = event; + } + + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public final void mo1invoke() { + GuildScheduledEventListAdapter.EventViewHolder.access$getAdapter$p(this.this$0).getOnJoinClicked().invoke(this.$item); + } +} diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListAdapter.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListAdapter.java index 546c7f5d2c..dbaefa87ae 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListAdapter.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListAdapter.java @@ -16,6 +16,7 @@ import kotlin.jvm.functions.Function1; public final class GuildScheduledEventListAdapter extends MGRecyclerAdapterSimple { private final Function1 onCardClicked; private final Function1 onEventStartClicked; + private final Function1 onJoinClicked; private final Function1 onRsvpClicked; /* compiled from: GuildScheduledEventListAdapter.kt */ @@ -44,24 +45,27 @@ public final class GuildScheduledEventListAdapter extends MGRecyclerAdapterSimpl m.checkNotNullParameter(guildScheduledEventListItem, "data"); super.onConfigure(i, (int) guildScheduledEventListItem); GuildScheduledEventListItem.Event event = (GuildScheduledEventListItem.Event) guildScheduledEventListItem; - this.binding.b.configureInEventList(event, new GuildScheduledEventListAdapter$EventViewHolder$onConfigure$1(this, event), new GuildScheduledEventListAdapter$EventViewHolder$onConfigure$2(this, event), new GuildScheduledEventListAdapter$EventViewHolder$onConfigure$3(this, event), new GuildScheduledEventListAdapter$EventViewHolder$onConfigure$4(this, event)); + this.binding.b.configureInEventList(event, new GuildScheduledEventListAdapter$EventViewHolder$onConfigure$1(this, event), new GuildScheduledEventListAdapter$EventViewHolder$onConfigure$2(this, event), new GuildScheduledEventListAdapter$EventViewHolder$onConfigure$3(this, event), new GuildScheduledEventListAdapter$EventViewHolder$onConfigure$4(this, event), new GuildScheduledEventListAdapter$EventViewHolder$onConfigure$5(this, event)); } } /* JADX DEBUG: Multi-variable search result rejected for r5v0, resolved type: kotlin.jvm.functions.Function1 */ /* JADX DEBUG: Multi-variable search result rejected for r6v0, resolved type: kotlin.jvm.functions.Function1 */ /* JADX DEBUG: Multi-variable search result rejected for r7v0, resolved type: kotlin.jvm.functions.Function1 */ + /* JADX DEBUG: Multi-variable search result rejected for r8v0, resolved type: kotlin.jvm.functions.Function1 */ /* JADX WARN: Multi-variable type inference failed */ /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public GuildScheduledEventListAdapter(RecyclerView recyclerView, Function1 function1, Function1 function12, Function1 function13) { + public GuildScheduledEventListAdapter(RecyclerView recyclerView, Function1 function1, Function1 function12, Function1 function13, Function1 function14) { super(recyclerView, false, 2, null); m.checkNotNullParameter(recyclerView, "recyclerView"); m.checkNotNullParameter(function1, "onRsvpClicked"); m.checkNotNullParameter(function12, "onEventStartClicked"); m.checkNotNullParameter(function13, "onCardClicked"); + m.checkNotNullParameter(function14, "onJoinClicked"); this.onRsvpClicked = function1; this.onEventStartClicked = function12; this.onCardClicked = function13; + this.onJoinClicked = function14; } public final Function1 getOnCardClicked() { @@ -72,6 +76,10 @@ public final class GuildScheduledEventListAdapter extends MGRecyclerAdapterSimpl return this.onEventStartClicked; } + public final Function1 getOnJoinClicked() { + return this.onJoinClicked; + } + public final Function1 getOnRsvpClicked() { return this.onRsvpClicked; } diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListViewModel.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListViewModel.java index ed160e67c9..920bee6adf 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListViewModel.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventListViewModel.java @@ -337,7 +337,7 @@ public final class GuildScheduledEventListViewModel extends AppViewModel { - public final /* synthetic */ GuildScheduledEventDetailsViewModel.ViewState $viewState; public final /* synthetic */ WidgetGuildScheduledEventDetailsBottomSheet this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public WidgetGuildScheduledEventDetailsBottomSheet$configureUi$3(WidgetGuildScheduledEventDetailsBottomSheet widgetGuildScheduledEventDetailsBottomSheet, GuildScheduledEventDetailsViewModel.ViewState viewState) { + public WidgetGuildScheduledEventDetailsBottomSheet$configureUi$3(WidgetGuildScheduledEventDetailsBottomSheet widgetGuildScheduledEventDetailsBottomSheet) { super(0); this.this$0 = widgetGuildScheduledEventDetailsBottomSheet; - this.$viewState = viewState; } @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { - ChannelInviteLaunchUtils.inviteToChannel$default(ChannelInviteLaunchUtils.INSTANCE, this.this$0, ((GuildScheduledEventDetailsViewModel.ViewState.Initialized) this.$viewState).getChannel(), GuildScheduledEventUtilities.ANALYTICS_SOURCE, Long.valueOf(((GuildScheduledEventDetailsViewModel.ViewState.Initialized) this.$viewState).getGuildScheduledEvent().g()), null, 16, null); + WidgetGuildScheduledEventDetailsBottomSheet.access$getViewModel$p(this.this$0).onRsvpButtonClicked(); } } diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsBottomSheet$configureUi$4.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsBottomSheet$configureUi$4.java new file mode 100644 index 0000000000..2a2d0a9d77 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsBottomSheet$configureUi$4.java @@ -0,0 +1,66 @@ +package com.discord.widgets.guildscheduledevent; + +import android.content.Context; +import com.discord.api.channel.Channel; +import com.discord.stores.StoreStream; +import com.discord.utilities.channel.ChannelInviteLaunchUtils; +import com.discord.utilities.guildscheduledevent.GuildScheduledEventUtilities; +import com.discord.utilities.rx.ObservableExtensionsKt; +import com.discord.widgets.guildscheduledevent.GuildScheduledEventDetailsViewModel; +import d0.z.d.m; +import d0.z.d.o; +import kotlin.Unit; +import kotlin.jvm.functions.Function0; +import kotlin.jvm.functions.Function1; +import rx.Observable; +/* compiled from: WidgetGuildScheduledEventDetailsBottomSheet.kt */ +public final class WidgetGuildScheduledEventDetailsBottomSheet$configureUi$4 extends o implements Function0 { + public final /* synthetic */ GuildScheduledEventDetailsViewModel.ViewState $viewState; + public final /* synthetic */ WidgetGuildScheduledEventDetailsBottomSheet this$0; + + /* compiled from: WidgetGuildScheduledEventDetailsBottomSheet.kt */ + /* renamed from: com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventDetailsBottomSheet$configureUi$4$1 reason: invalid class name */ + public static final class AnonymousClass1 extends o implements Function1 { + public final /* synthetic */ WidgetGuildScheduledEventDetailsBottomSheet$configureUi$4 this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public AnonymousClass1(WidgetGuildScheduledEventDetailsBottomSheet$configureUi$4 widgetGuildScheduledEventDetailsBottomSheet$configureUi$4) { + super(1); + this.this$0 = widgetGuildScheduledEventDetailsBottomSheet$configureUi$4; + } + + /* 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 /* bridge */ /* synthetic */ Unit invoke(Channel channel) { + invoke(channel); + return Unit.a; + } + + public final void invoke(Channel channel) { + ChannelInviteLaunchUtils channelInviteLaunchUtils = ChannelInviteLaunchUtils.INSTANCE; + WidgetGuildScheduledEventDetailsBottomSheet$configureUi$4 widgetGuildScheduledEventDetailsBottomSheet$configureUi$4 = this.this$0; + WidgetGuildScheduledEventDetailsBottomSheet widgetGuildScheduledEventDetailsBottomSheet = widgetGuildScheduledEventDetailsBottomSheet$configureUi$4.this$0; + Channel channel2 = ((GuildScheduledEventDetailsViewModel.ViewState.Initialized) widgetGuildScheduledEventDetailsBottomSheet$configureUi$4.$viewState).getChannel(); + if (channel2 != null) { + channel = channel2; + } + ChannelInviteLaunchUtils.inviteToChannel$default(channelInviteLaunchUtils, widgetGuildScheduledEventDetailsBottomSheet, channel, GuildScheduledEventUtilities.ANALYTICS_SOURCE, Long.valueOf(((GuildScheduledEventDetailsViewModel.ViewState.Initialized) this.this$0.$viewState).getGuildScheduledEvent().g()), null, 16, null); + } + } + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public WidgetGuildScheduledEventDetailsBottomSheet$configureUi$4(WidgetGuildScheduledEventDetailsBottomSheet widgetGuildScheduledEventDetailsBottomSheet, GuildScheduledEventDetailsViewModel.ViewState viewState) { + super(0); + this.this$0 = widgetGuildScheduledEventDetailsBottomSheet; + this.$viewState = viewState; + } + + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public final void mo1invoke() { + Observable y2 = StoreStream.Companion.getChannels().observeDefaultChannel(((GuildScheduledEventDetailsViewModel.ViewState.Initialized) this.$viewState).getGuildScheduledEvent().f()).y(); + m.checkNotNullExpressionValue(y2, "StoreStream.getChannels(…d)\n .first()"); + ObservableExtensionsKt.appSubscribe$default(y2, this.this$0.getClass(), (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new AnonymousClass1(this), 62, (Object) null); + } +} diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsBottomSheet$configureUi$5.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsBottomSheet$configureUi$5.java new file mode 100644 index 0000000000..0a14bb919b --- /dev/null +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsBottomSheet$configureUi$5.java @@ -0,0 +1,31 @@ +package com.discord.widgets.guildscheduledevent; + +import androidx.fragment.app.FragmentManager; +import com.discord.widgets.guildscheduledevent.GuildScheduledEventDetailsViewModel; +import com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventDetailsExtrasBottomSheet; +import d0.z.d.m; +import d0.z.d.o; +import kotlin.Unit; +import kotlin.jvm.functions.Function0; +/* compiled from: WidgetGuildScheduledEventDetailsBottomSheet.kt */ +public final class WidgetGuildScheduledEventDetailsBottomSheet$configureUi$5 extends o implements Function0 { + public final /* synthetic */ GuildScheduledEventDetailsViewModel.ViewState $viewState; + public final /* synthetic */ WidgetGuildScheduledEventDetailsBottomSheet this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public WidgetGuildScheduledEventDetailsBottomSheet$configureUi$5(WidgetGuildScheduledEventDetailsBottomSheet widgetGuildScheduledEventDetailsBottomSheet, GuildScheduledEventDetailsViewModel.ViewState viewState) { + super(0); + this.this$0 = widgetGuildScheduledEventDetailsBottomSheet; + this.$viewState = viewState; + } + + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public final void mo1invoke() { + this.this$0.dismiss(); + WidgetGuildScheduledEventDetailsExtrasBottomSheet.Companion companion = WidgetGuildScheduledEventDetailsExtrasBottomSheet.Companion; + FragmentManager parentFragmentManager = this.this$0.getParentFragmentManager(); + m.checkNotNullExpressionValue(parentFragmentManager, "parentFragmentManager"); + companion.show(parentFragmentManager, ((GuildScheduledEventDetailsViewModel.ViewState.Initialized) this.$viewState).getGuildScheduledEvent().g()); + } +} diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsBottomSheet$configureUi$6.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsBottomSheet$configureUi$6.java new file mode 100644 index 0000000000..64f62fbbf4 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsBottomSheet$configureUi$6.java @@ -0,0 +1,41 @@ +package com.discord.widgets.guildscheduledevent; + +import android.content.Context; +import androidx.fragment.app.Fragment; +import androidx.fragment.app.FragmentManager; +import com.discord.api.channel.Channel; +import com.discord.widgets.guildscheduledevent.GuildScheduledEventDetailsViewModel; +import com.discord.widgets.voice.VoiceUtils; +import d0.z.d.m; +import d0.z.d.o; +import kotlin.Unit; +import kotlin.jvm.functions.Function0; +/* compiled from: WidgetGuildScheduledEventDetailsBottomSheet.kt */ +public final class WidgetGuildScheduledEventDetailsBottomSheet$configureUi$6 extends o implements Function0 { + public final /* synthetic */ GuildScheduledEventDetailsViewModel.ViewState $viewState; + public final /* synthetic */ WidgetGuildScheduledEventDetailsBottomSheet this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public WidgetGuildScheduledEventDetailsBottomSheet$configureUi$6(WidgetGuildScheduledEventDetailsBottomSheet widgetGuildScheduledEventDetailsBottomSheet, GuildScheduledEventDetailsViewModel.ViewState viewState) { + super(0); + this.this$0 = widgetGuildScheduledEventDetailsBottomSheet; + this.$viewState = viewState; + } + + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public final void mo1invoke() { + this.this$0.dismiss(); + Channel channel = ((GuildScheduledEventDetailsViewModel.ViewState.Initialized) this.$viewState).getChannel(); + if (channel != null) { + WidgetGuildScheduledEventDetailsBottomSheet widgetGuildScheduledEventDetailsBottomSheet = this.this$0; + Context requireContext = widgetGuildScheduledEventDetailsBottomSheet.requireContext(); + m.checkNotNullExpressionValue(requireContext, "requireContext()"); + FragmentManager parentFragmentManager = this.this$0.getParentFragmentManager(); + m.checkNotNullExpressionValue(parentFragmentManager, "parentFragmentManager"); + Fragment requireParentFragment = this.this$0.requireParentFragment(); + m.checkNotNullExpressionValue(requireParentFragment, "requireParentFragment()"); + VoiceUtils.handleCallChannel(channel, widgetGuildScheduledEventDetailsBottomSheet, widgetGuildScheduledEventDetailsBottomSheet, requireContext, parentFragmentManager, requireParentFragment); + } + } +} diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsBottomSheet$viewModel$2.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsBottomSheet$viewModel$2.java index 2b652f0484..d2fe4e36e1 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsBottomSheet$viewModel$2.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsBottomSheet$viewModel$2.java @@ -17,6 +17,6 @@ public final class WidgetGuildScheduledEventDetailsBottomSheet$viewModel$2 exten @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final AppViewModel mo1invoke() { - return new GuildScheduledEventDetailsViewModel(WidgetGuildScheduledEventDetailsBottomSheet.access$getGuildScheduledEventId$p(this.this$0), null, null, null, null, null, 62, null); + return new GuildScheduledEventDetailsViewModel(WidgetGuildScheduledEventDetailsBottomSheet.access$getGuildScheduledEventId$p(this.this$0), null, null, null, null, null, null, null, 254, null); } } diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsBottomSheet.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsBottomSheet.java index 387a02154d..8fd4c1c16c 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsBottomSheet.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsBottomSheet.java @@ -88,54 +88,54 @@ public final class WidgetGuildScheduledEventDetailsBottomSheet extends AppBottom } private final void configureUi(GuildScheduledEventDetailsViewModel.ViewState viewState) { - if (viewState instanceof GuildScheduledEventDetailsViewModel.ViewState.Initialized) { - GuildScheduledEventDetailsViewModel.ViewState.Initialized initialized = (GuildScheduledEventDetailsViewModel.ViewState.Initialized) viewState; - getBinding().e.configure(initialized.getGuildScheduledEvent()); - TextView textView = getBinding().k; - d0.z.d.m.checkNotNullExpressionValue(textView, "binding.guildScheduledEventDetailsTitleText"); - textView.setText(initialized.getGuildScheduledEvent().h()); - SimpleDraweeView simpleDraweeView = getBinding().g; - d0.z.d.m.checkNotNullExpressionValue(simpleDraweeView, "binding.guildScheduledEventDetailsGuildIcon"); - IconUtils.setIcon$default((ImageView) simpleDraweeView, initialized.getGuild(), 0, (MGImages.ChangeDetector) null, false, 28, (Object) null); - TextView textView2 = getBinding().h; - d0.z.d.m.checkNotNullExpressionValue(textView2, "binding.guildScheduledEventDetailsGuildName"); - textView2.setText(initialized.getGuild().getName()); - ImageView imageView = getBinding().f1871c; - d0.z.d.m.checkNotNullExpressionValue(imageView, "binding.guildScheduledEventDetailsChannelIcon"); - Channel channel = initialized.getChannel(); - CharSequence charSequence = null; - int i = 8; - imageView.setVisibility((channel != null ? channel.m() : null) != null ? 0 : 8); - TextView textView3 = getBinding().d; - d0.z.d.m.checkNotNullExpressionValue(textView3, "binding.guildScheduledEventDetailsChannelName"); - Channel channel2 = initialized.getChannel(); - ViewExtensions.setTextAndVisibilityBy(textView3, channel2 != null ? channel2.m() : null); - ImageView imageView2 = getBinding().j; - d0.z.d.m.checkNotNullExpressionValue(imageView2, "binding.guildScheduledEventDetailsRsvpIcon"); - if (initialized.getGuildScheduledEvent().l() != null) { - i = 0; - } - imageView2.setVisibility(i); - TextView textView4 = getBinding().i; - d0.z.d.m.checkNotNullExpressionValue(textView4, "binding.guildScheduledEventDetailsRsvpCount"); - Integer l = initialized.getGuildScheduledEvent().l(); - if (l != null) { - int intValue = l.intValue(); - Context requireContext = requireContext(); - d0.z.d.m.checkNotNullExpressionValue(requireContext, "requireContext()"); - Context requireContext2 = requireContext(); - d0.z.d.m.checkNotNullExpressionValue(requireContext2, "requireContext()"); - charSequence = b.h(requireContext, R.string.guild_event_interested_count, new Object[]{StringResourceUtilsKt.getI18nPluralString(requireContext2, R.plurals.guild_event_interested_count_count, intValue, Integer.valueOf(intValue))}, null, 4); - } - ViewExtensions.setTextAndVisibilityBy(textView4, charSequence); - getDescriptionParser().configureDescription(initialized.getGuildScheduledEvent().c()); - GuildScheduledEventBottomButtonView guildScheduledEventBottomButtonView = getBinding().b; - d0.z.d.m.checkNotNullExpressionValue(guildScheduledEventBottomButtonView, "binding.guildScheduledEventDetailsButtonView"); - guildScheduledEventBottomButtonView.setVisibility(0); - GuildScheduledEventBottomButtonView.configure$default(getBinding().b, initialized.getGuildScheduledEvent(), initialized.isRsvped(), false, false, false, new WidgetGuildScheduledEventDetailsBottomSheet$configureUi$2(this, viewState), null, new WidgetGuildScheduledEventDetailsBottomSheet$configureUi$3(this, viewState), 76, null); - } else if (viewState instanceof GuildScheduledEventDetailsViewModel.ViewState.Invalid) { + if (!(viewState instanceof GuildScheduledEventDetailsViewModel.ViewState.Initialized)) { dismiss(); + return; } + GuildScheduledEventDetailsViewModel.ViewState.Initialized initialized = (GuildScheduledEventDetailsViewModel.ViewState.Initialized) viewState; + getBinding().e.configure(initialized.getGuildScheduledEvent()); + TextView textView = getBinding().k; + d0.z.d.m.checkNotNullExpressionValue(textView, "binding.guildScheduledEventDetailsTitleText"); + textView.setText(initialized.getGuildScheduledEvent().h()); + SimpleDraweeView simpleDraweeView = getBinding().g; + d0.z.d.m.checkNotNullExpressionValue(simpleDraweeView, "binding.guildScheduledEventDetailsGuildIcon"); + IconUtils.setIcon$default((ImageView) simpleDraweeView, initialized.getGuild(), 0, (MGImages.ChangeDetector) null, false, 28, (Object) null); + TextView textView2 = getBinding().h; + d0.z.d.m.checkNotNullExpressionValue(textView2, "binding.guildScheduledEventDetailsGuildName"); + textView2.setText(initialized.getGuild().getName()); + ImageView imageView = getBinding().f1871c; + d0.z.d.m.checkNotNullExpressionValue(imageView, "binding.guildScheduledEventDetailsChannelIcon"); + Channel channel = initialized.getChannel(); + CharSequence charSequence = null; + int i = 8; + imageView.setVisibility((channel != null ? channel.m() : null) != null ? 0 : 8); + TextView textView3 = getBinding().d; + d0.z.d.m.checkNotNullExpressionValue(textView3, "binding.guildScheduledEventDetailsChannelName"); + Channel channel2 = initialized.getChannel(); + ViewExtensions.setTextAndVisibilityBy(textView3, channel2 != null ? channel2.m() : null); + ImageView imageView2 = getBinding().j; + d0.z.d.m.checkNotNullExpressionValue(imageView2, "binding.guildScheduledEventDetailsRsvpIcon"); + if (initialized.getGuildScheduledEvent().l() != null) { + i = 0; + } + imageView2.setVisibility(i); + TextView textView4 = getBinding().i; + d0.z.d.m.checkNotNullExpressionValue(textView4, "binding.guildScheduledEventDetailsRsvpCount"); + Integer l = initialized.getGuildScheduledEvent().l(); + if (l != null) { + int intValue = l.intValue(); + Context requireContext = requireContext(); + d0.z.d.m.checkNotNullExpressionValue(requireContext, "requireContext()"); + Context requireContext2 = requireContext(); + d0.z.d.m.checkNotNullExpressionValue(requireContext2, "requireContext()"); + charSequence = b.h(requireContext, R.string.guild_event_interested_count, new Object[]{StringResourceUtilsKt.getI18nPluralString(requireContext2, R.plurals.guild_event_interested_count_count, intValue, Integer.valueOf(intValue))}, null, 4); + } + ViewExtensions.setTextAndVisibilityBy(textView4, charSequence); + getDescriptionParser().configureDescription(initialized.getGuildScheduledEvent().c()); + GuildScheduledEventBottomButtonView guildScheduledEventBottomButtonView = getBinding().b; + d0.z.d.m.checkNotNullExpressionValue(guildScheduledEventBottomButtonView, "binding.guildScheduledEventDetailsButtonView"); + guildScheduledEventBottomButtonView.setVisibility(0); + getBinding().b.configureForDetails(initialized.getGuildScheduledEvent(), initialized.isRsvped(), initialized.getCanShare(), initialized.getCanStartEvent(), initialized.isDeveloperMode(), new WidgetGuildScheduledEventDetailsBottomSheet$configureUi$2(this, viewState), new WidgetGuildScheduledEventDetailsBottomSheet$configureUi$3(this), new WidgetGuildScheduledEventDetailsBottomSheet$configureUi$4(this, viewState), new WidgetGuildScheduledEventDetailsBottomSheet$configureUi$5(this, viewState), new WidgetGuildScheduledEventDetailsBottomSheet$configureUi$6(this, viewState)); } private final long getGuildScheduledEventId() { diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet$appViewModels$$inlined$viewModels$1.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet$appViewModels$$inlined$viewModels$1.java new file mode 100644 index 0000000000..e1a1c1c4d9 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet$appViewModels$$inlined$viewModels$1.java @@ -0,0 +1,25 @@ +package com.discord.widgets.guildscheduledevent; + +import androidx.lifecycle.ViewModelStore; +import androidx.lifecycle.ViewModelStoreOwner; +import d0.z.d.m; +import d0.z.d.o; +import kotlin.jvm.functions.Function0; +/* compiled from: FragmentViewModelLazy.kt */ +public final class WidgetGuildScheduledEventDetailsExtrasBottomSheet$appViewModels$$inlined$viewModels$1 extends o implements Function0 { + public final /* synthetic */ Function0 $ownerProducer; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public WidgetGuildScheduledEventDetailsExtrasBottomSheet$appViewModels$$inlined$viewModels$1(Function0 function0) { + super(0); + this.$ownerProducer = function0; + } + + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public final ViewModelStore mo1invoke() { + ViewModelStore viewModelStore = ((ViewModelStoreOwner) this.$ownerProducer.mo1invoke()).getViewModelStore(); + m.checkNotNullExpressionValue(viewModelStore, "ownerProducer().viewModelStore"); + return viewModelStore; + } +} diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet$binding$2.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet$binding$2.java new file mode 100644 index 0000000000..4e4e1c8775 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet$binding$2.java @@ -0,0 +1,48 @@ +package com.discord.widgets.guildscheduledevent; + +import android.view.View; +import android.widget.TextView; +import androidx.core.widget.NestedScrollView; +import com.discord.R; +import com.discord.databinding.WidgetGuildScheduledEventDetailsExtrasBottomSheetBinding; +import d0.z.d.k; +import d0.z.d.m; +import kotlin.jvm.functions.Function1; +/* compiled from: WidgetGuildScheduledEventDetailsExtrasBottomSheet.kt */ +public final /* synthetic */ class WidgetGuildScheduledEventDetailsExtrasBottomSheet$binding$2 extends k implements Function1 { + public static final WidgetGuildScheduledEventDetailsExtrasBottomSheet$binding$2 INSTANCE = new WidgetGuildScheduledEventDetailsExtrasBottomSheet$binding$2(); + + public WidgetGuildScheduledEventDetailsExtrasBottomSheet$binding$2() { + super(1, WidgetGuildScheduledEventDetailsExtrasBottomSheetBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetGuildScheduledEventDetailsExtrasBottomSheetBinding;", 0); + } + + public final WidgetGuildScheduledEventDetailsExtrasBottomSheetBinding invoke(View view) { + m.checkNotNullParameter(view, "p1"); + int i = R.id.cancel_event; + TextView textView = (TextView) view.findViewById(R.id.cancel_event); + if (textView != null) { + i = R.id.copy_id; + TextView textView2 = (TextView) view.findViewById(R.id.copy_id); + if (textView2 != null) { + i = R.id.edit_event; + TextView textView3 = (TextView) view.findViewById(R.id.edit_event); + if (textView3 != null) { + i = R.id.end_event; + TextView textView4 = (TextView) view.findViewById(R.id.end_event); + if (textView4 != null) { + i = R.id.interested_toggle; + TextView textView5 = (TextView) view.findViewById(R.id.interested_toggle); + if (textView5 != null) { + i = R.id.start_event; + TextView textView6 = (TextView) view.findViewById(R.id.start_event); + if (textView6 != null) { + return new WidgetGuildScheduledEventDetailsExtrasBottomSheetBinding((NestedScrollView) view, textView, textView2, textView3, textView4, textView5, textView6); + } + } + } + } + } + } + throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); + } +} diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$$inlined$apply$lambda$1.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$$inlined$apply$lambda$1.java new file mode 100644 index 0000000000..c26d06a4b4 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$$inlined$apply$lambda$1.java @@ -0,0 +1,24 @@ +package com.discord.widgets.guildscheduledevent; + +import android.view.View; +import com.discord.utilities.guildscheduledevent.GuildScheduledEventTiming; +import com.discord.widgets.guildscheduledevent.GuildScheduledEventDetailsViewModel; +/* compiled from: WidgetGuildScheduledEventDetailsExtrasBottomSheet.kt */ +public final class WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$$inlined$apply$lambda$1 implements View.OnClickListener { + public final /* synthetic */ boolean $canManageEvent$inlined; + public final /* synthetic */ GuildScheduledEventTiming $eventTiming$inlined; + public final /* synthetic */ GuildScheduledEventDetailsViewModel.ViewState $viewState$inlined; + public final /* synthetic */ WidgetGuildScheduledEventDetailsExtrasBottomSheet this$0; + + public WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$$inlined$apply$lambda$1(WidgetGuildScheduledEventDetailsExtrasBottomSheet widgetGuildScheduledEventDetailsExtrasBottomSheet, boolean z2, GuildScheduledEventTiming guildScheduledEventTiming, GuildScheduledEventDetailsViewModel.ViewState viewState) { + this.this$0 = widgetGuildScheduledEventDetailsExtrasBottomSheet; + this.$canManageEvent$inlined = z2; + this.$eventTiming$inlined = guildScheduledEventTiming; + this.$viewState$inlined = viewState; + } + + @Override // android.view.View.OnClickListener + public final void onClick(View view) { + WidgetGuildScheduledEventDetailsExtrasBottomSheet.access$getViewModel$p(this.this$0).onRsvpButtonClicked(); + } +} diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$2.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$2.java new file mode 100644 index 0000000000..49b36d44f2 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$2.java @@ -0,0 +1,26 @@ +package com.discord.widgets.guildscheduledevent; + +import android.content.Context; +import android.view.View; +import com.discord.widgets.guildscheduledevent.GuildScheduledEventDetailsViewModel; +import com.discord.widgets.guildscheduledevent.WidgetPreviewGuildScheduledEvent; +import d0.z.d.m; +/* compiled from: WidgetGuildScheduledEventDetailsExtrasBottomSheet.kt */ +public final class WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$2 implements View.OnClickListener { + public final /* synthetic */ GuildScheduledEventDetailsViewModel.ViewState $viewState; + public final /* synthetic */ WidgetGuildScheduledEventDetailsExtrasBottomSheet this$0; + + public WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$2(WidgetGuildScheduledEventDetailsExtrasBottomSheet widgetGuildScheduledEventDetailsExtrasBottomSheet, GuildScheduledEventDetailsViewModel.ViewState viewState) { + this.this$0 = widgetGuildScheduledEventDetailsExtrasBottomSheet; + this.$viewState = viewState; + } + + @Override // android.view.View.OnClickListener + public final void onClick(View view) { + WidgetGuildScheduledEventDetailsExtrasBottomSheet.access$dismissWithActionTaken(this.this$0); + WidgetPreviewGuildScheduledEvent.Companion companion = WidgetPreviewGuildScheduledEvent.Companion; + Context requireContext = this.this$0.requireContext(); + m.checkNotNullExpressionValue(requireContext, "requireContext()"); + WidgetPreviewGuildScheduledEvent.Companion.launch$default(companion, requireContext, GuildScheduledEventModelKt.toModel(((GuildScheduledEventDetailsViewModel.ViewState.Initialized) this.$viewState).getGuildScheduledEvent()), Long.valueOf(((GuildScheduledEventDetailsViewModel.ViewState.Initialized) this.$viewState).getGuildScheduledEvent().g()), null, 8, null); + } +} diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$3.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$3.java new file mode 100644 index 0000000000..a86f1233c4 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$3.java @@ -0,0 +1,16 @@ +package com.discord.widgets.guildscheduledevent; + +import android.view.View; +/* compiled from: WidgetGuildScheduledEventDetailsExtrasBottomSheet.kt */ +public final class WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$3 implements View.OnClickListener { + public final /* synthetic */ WidgetGuildScheduledEventDetailsExtrasBottomSheet this$0; + + public WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$3(WidgetGuildScheduledEventDetailsExtrasBottomSheet widgetGuildScheduledEventDetailsExtrasBottomSheet) { + this.this$0 = widgetGuildScheduledEventDetailsExtrasBottomSheet; + } + + @Override // android.view.View.OnClickListener + public final void onClick(View view) { + WidgetGuildScheduledEventDetailsExtrasBottomSheet.access$dismissWithActionTaken(this.this$0); + } +} diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$4.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$4.java new file mode 100644 index 0000000000..69fc129ce7 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$4.java @@ -0,0 +1,42 @@ +package com.discord.widgets.guildscheduledevent; + +import android.content.Context; +import android.view.View; +import d0.z.d.m; +import d0.z.d.o; +import kotlin.Unit; +import kotlin.jvm.functions.Function0; +/* compiled from: WidgetGuildScheduledEventDetailsExtrasBottomSheet.kt */ +public final class WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$4 implements View.OnClickListener { + public final /* synthetic */ WidgetGuildScheduledEventDetailsExtrasBottomSheet this$0; + + /* compiled from: WidgetGuildScheduledEventDetailsExtrasBottomSheet.kt */ + /* renamed from: com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$4$1 reason: invalid class name */ + public static final class AnonymousClass1 extends o implements Function0 { + public final /* synthetic */ WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$4 this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public AnonymousClass1(WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$4 widgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$4) { + super(0); + this.this$0 = widgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$4; + } + + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public final void mo1invoke() { + WidgetGuildScheduledEventDetailsExtrasBottomSheet.access$dismissWithActionTaken(this.this$0.this$0); + } + } + + public WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$4(WidgetGuildScheduledEventDetailsExtrasBottomSheet widgetGuildScheduledEventDetailsExtrasBottomSheet) { + this.this$0 = widgetGuildScheduledEventDetailsExtrasBottomSheet; + } + + @Override // android.view.View.OnClickListener + public final void onClick(View view) { + GuildScheduledEventDetailsViewModel access$getViewModel$p = WidgetGuildScheduledEventDetailsExtrasBottomSheet.access$getViewModel$p(this.this$0); + Context requireContext = this.this$0.requireContext(); + m.checkNotNullExpressionValue(requireContext, "requireContext()"); + access$getViewModel$p.endEventClicked(requireContext, new AnonymousClass1(this)); + } +} diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$5.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$5.java new file mode 100644 index 0000000000..907ca273a7 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$5.java @@ -0,0 +1,82 @@ +package com.discord.widgets.guildscheduledevent; + +import android.content.Context; +import android.view.View; +import androidx.fragment.app.FragmentManager; +import c.a.k.b; +import com.discord.R; +import com.discord.widgets.guildscheduledevent.GuildScheduledEventDetailsViewModel; +import com.discord.widgets.notice.WidgetNoticeDialog; +import d0.t.g0; +import d0.z.d.m; +import d0.z.d.o; +import kotlin.Unit; +import kotlin.jvm.functions.Function0; +import kotlin.jvm.functions.Function1; +/* compiled from: WidgetGuildScheduledEventDetailsExtrasBottomSheet.kt */ +public final class WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$5 implements View.OnClickListener { + public final /* synthetic */ GuildScheduledEventDetailsViewModel.ViewState $viewState; + public final /* synthetic */ WidgetGuildScheduledEventDetailsExtrasBottomSheet this$0; + + /* compiled from: WidgetGuildScheduledEventDetailsExtrasBottomSheet.kt */ + /* renamed from: com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$5$1 reason: invalid class name */ + public static final class AnonymousClass1 extends o implements Function1 { + public final /* synthetic */ WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$5 this$0; + + /* compiled from: WidgetGuildScheduledEventDetailsExtrasBottomSheet.kt */ + /* renamed from: com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$5$1$1 reason: invalid class name */ + public static final class AnonymousClass1 extends o implements Function0 { + public final /* synthetic */ AnonymousClass1 this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public AnonymousClass1(AnonymousClass1 r1) { + super(0); + this.this$0 = r1; + } + + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public final void mo1invoke() { + this.this$0.this$0.this$0.dismiss(); + } + } + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public AnonymousClass1(WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$5 widgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$5) { + super(1); + this.this$0 = widgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$5; + } + + /* 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 /* bridge */ /* synthetic */ Unit invoke(View view) { + invoke(view); + return Unit.a; + } + + public final void invoke(View view) { + m.checkNotNullParameter(view, "it"); + GuildScheduledEventDetailsViewModel access$getViewModel$p = WidgetGuildScheduledEventDetailsExtrasBottomSheet.access$getViewModel$p(this.this$0.this$0); + Context requireContext = this.this$0.this$0.requireContext(); + m.checkNotNullExpressionValue(requireContext, "requireContext()"); + access$getViewModel$p.onDeleteButtonClicked(requireContext, new AnonymousClass1(this)); + } + } + + public WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$5(WidgetGuildScheduledEventDetailsExtrasBottomSheet widgetGuildScheduledEventDetailsExtrasBottomSheet, GuildScheduledEventDetailsViewModel.ViewState viewState) { + this.this$0 = widgetGuildScheduledEventDetailsExtrasBottomSheet; + this.$viewState = viewState; + } + + @Override // android.view.View.OnClickListener + public final void onClick(View view) { + WidgetNoticeDialog.Companion companion = WidgetNoticeDialog.Companion; + FragmentManager childFragmentManager = this.this$0.getChildFragmentManager(); + m.checkNotNullExpressionValue(childFragmentManager, "childFragmentManager"); + String string = this.this$0.requireContext().getString(R.string.delete_event); + Context requireContext = this.this$0.requireContext(); + m.checkNotNullExpressionValue(requireContext, "requireContext()"); + WidgetNoticeDialog.Companion.show$default(companion, childFragmentManager, string, b.h(requireContext, R.string.delete_stage_event_confirmation_description, new Object[]{((GuildScheduledEventDetailsViewModel.ViewState.Initialized) this.$viewState).getGuildScheduledEvent().h()}, null, 4), this.this$0.requireContext().getString(R.string.delete_event), this.this$0.requireContext().getString(R.string.back), g0.mapOf(d0.o.to(Integer.valueOf((int) R.id.notice_ok), new AnonymousClass1(this))), null, null, null, null, null, null, 0, null, 16320, null); + } +} diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$6.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$6.java new file mode 100644 index 0000000000..a5f2a457f1 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$6.java @@ -0,0 +1,24 @@ +package com.discord.widgets.guildscheduledevent; + +import android.content.Context; +import android.view.View; +import com.discord.widgets.guildscheduledevent.GuildScheduledEventDetailsViewModel; +import d0.z.d.m; +/* compiled from: WidgetGuildScheduledEventDetailsExtrasBottomSheet.kt */ +public final class WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$6 implements View.OnClickListener { + public final /* synthetic */ GuildScheduledEventDetailsViewModel.ViewState $viewState; + public final /* synthetic */ WidgetGuildScheduledEventDetailsExtrasBottomSheet this$0; + + public WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$6(WidgetGuildScheduledEventDetailsExtrasBottomSheet widgetGuildScheduledEventDetailsExtrasBottomSheet, GuildScheduledEventDetailsViewModel.ViewState viewState) { + this.this$0 = widgetGuildScheduledEventDetailsExtrasBottomSheet; + this.$viewState = viewState; + } + + @Override // android.view.View.OnClickListener + public final void onClick(View view) { + WidgetGuildScheduledEventDetailsExtrasBottomSheet.access$dismissWithActionTaken(this.this$0); + Context requireContext = this.this$0.requireContext(); + m.checkNotNullExpressionValue(requireContext, "requireContext()"); + c.a.d.m.c(requireContext, String.valueOf(((GuildScheduledEventDetailsViewModel.ViewState.Initialized) this.$viewState).getGuildScheduledEvent().g()), 0, 4); + } +} diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet$guildScheduledEventId$2.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet$guildScheduledEventId$2.java new file mode 100644 index 0000000000..ba07b04d19 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet$guildScheduledEventId$2.java @@ -0,0 +1,22 @@ +package com.discord.widgets.guildscheduledevent; + +import d0.z.d.o; +import kotlin.jvm.functions.Function0; +/* compiled from: WidgetGuildScheduledEventDetailsExtrasBottomSheet.kt */ +public final class WidgetGuildScheduledEventDetailsExtrasBottomSheet$guildScheduledEventId$2 extends o implements Function0 { + public final /* synthetic */ WidgetGuildScheduledEventDetailsExtrasBottomSheet this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public WidgetGuildScheduledEventDetailsExtrasBottomSheet$guildScheduledEventId$2(WidgetGuildScheduledEventDetailsExtrasBottomSheet widgetGuildScheduledEventDetailsExtrasBottomSheet) { + super(0); + this.this$0 = widgetGuildScheduledEventDetailsExtrasBottomSheet; + } + + /* Return type fixed from 'long' to match base method */ + /* JADX WARNING: Unknown variable types count: 1 */ + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public final Long mo1invoke() { + return this.this$0.requireArguments().getLong("com.discord.intent.extra.EXTRA_GUILD_SCHEDULED_EVENT_ID"); + } +} diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet$onResume$1.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet$onResume$1.java new file mode 100644 index 0000000000..3405ec65a6 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet$onResume$1.java @@ -0,0 +1,26 @@ +package com.discord.widgets.guildscheduledevent; + +import com.discord.widgets.guildscheduledevent.GuildScheduledEventDetailsViewModel; +import d0.z.d.k; +import d0.z.d.m; +import kotlin.Unit; +import kotlin.jvm.functions.Function1; +/* compiled from: WidgetGuildScheduledEventDetailsExtrasBottomSheet.kt */ +public final /* synthetic */ class WidgetGuildScheduledEventDetailsExtrasBottomSheet$onResume$1 extends k implements Function1 { + public WidgetGuildScheduledEventDetailsExtrasBottomSheet$onResume$1(WidgetGuildScheduledEventDetailsExtrasBottomSheet widgetGuildScheduledEventDetailsExtrasBottomSheet) { + super(1, widgetGuildScheduledEventDetailsExtrasBottomSheet, WidgetGuildScheduledEventDetailsExtrasBottomSheet.class, "configureUi", "configureUi(Lcom/discord/widgets/guildscheduledevent/GuildScheduledEventDetailsViewModel$ViewState;)V", 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 /* bridge */ /* synthetic */ Unit invoke(GuildScheduledEventDetailsViewModel.ViewState viewState) { + invoke(viewState); + return Unit.a; + } + + public final void invoke(GuildScheduledEventDetailsViewModel.ViewState viewState) { + m.checkNotNullParameter(viewState, "p1"); + WidgetGuildScheduledEventDetailsExtrasBottomSheet.access$configureUi((WidgetGuildScheduledEventDetailsExtrasBottomSheet) this.receiver, viewState); + } +} diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet$viewModel$2.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet$viewModel$2.java new file mode 100644 index 0000000000..41f1f8e4c5 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet$viewModel$2.java @@ -0,0 +1,22 @@ +package com.discord.widgets.guildscheduledevent; + +import com.discord.app.AppViewModel; +import com.discord.widgets.guildscheduledevent.GuildScheduledEventDetailsViewModel; +import d0.z.d.o; +import kotlin.jvm.functions.Function0; +/* compiled from: WidgetGuildScheduledEventDetailsExtrasBottomSheet.kt */ +public final class WidgetGuildScheduledEventDetailsExtrasBottomSheet$viewModel$2 extends o implements Function0> { + public final /* synthetic */ WidgetGuildScheduledEventDetailsExtrasBottomSheet this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public WidgetGuildScheduledEventDetailsExtrasBottomSheet$viewModel$2(WidgetGuildScheduledEventDetailsExtrasBottomSheet widgetGuildScheduledEventDetailsExtrasBottomSheet) { + super(0); + this.this$0 = widgetGuildScheduledEventDetailsExtrasBottomSheet; + } + + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public final AppViewModel mo1invoke() { + return new GuildScheduledEventDetailsViewModel(WidgetGuildScheduledEventDetailsExtrasBottomSheet.access$getGuildScheduledEventId$p(this.this$0), null, null, null, null, null, null, null, 254, null); + } +} diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet.java new file mode 100644 index 0000000000..a274ba933e --- /dev/null +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsExtrasBottomSheet.java @@ -0,0 +1,174 @@ +package com.discord.widgets.guildscheduledevent; + +import android.content.Context; +import android.content.DialogInterface; +import android.os.Bundle; +import android.widget.TextView; +import androidx.fragment.app.Fragment; +import androidx.fragment.app.FragmentManager; +import androidx.fragment.app.FragmentViewModelLazyKt; +import c.a.d.f0; +import c.a.d.h0; +import c.d.b.a.a; +import com.discord.R; +import com.discord.app.AppBottomSheet; +import com.discord.databinding.WidgetGuildScheduledEventDetailsExtrasBottomSheetBinding; +import com.discord.utilities.guildscheduledevent.GuildScheduledEventTiming; +import com.discord.utilities.guildscheduledevent.GuildScheduledEventUtilitiesKt; +import com.discord.utilities.rx.ObservableExtensionsKt; +import com.discord.utilities.viewbinding.FragmentViewBindingDelegate; +import com.discord.utilities.viewbinding.FragmentViewBindingDelegateKt; +import com.discord.widgets.guildscheduledevent.GuildScheduledEventDetailsViewModel; +import com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventDetailsBottomSheet; +import d0.g; +import d0.z.d.a0; +import d0.z.d.m; +import kotlin.Lazy; +import kotlin.NoWhenBranchMatchedException; +import kotlin.jvm.functions.Function0; +import kotlin.jvm.functions.Function1; +import kotlin.jvm.internal.DefaultConstructorMarker; +import kotlin.reflect.KProperty; +/* compiled from: WidgetGuildScheduledEventDetailsExtrasBottomSheet.kt */ +public final class WidgetGuildScheduledEventDetailsExtrasBottomSheet extends AppBottomSheet { + public static final /* synthetic */ KProperty[] $$delegatedProperties = {a.a0(WidgetGuildScheduledEventDetailsExtrasBottomSheet.class, "binding", "getBinding()Lcom/discord/databinding/WidgetGuildScheduledEventDetailsExtrasBottomSheetBinding;", 0)}; + public static final Companion Companion = new Companion(null); + private boolean actionTaken; + private final FragmentViewBindingDelegate binding$delegate = FragmentViewBindingDelegateKt.viewBinding$default(this, WidgetGuildScheduledEventDetailsExtrasBottomSheet$binding$2.INSTANCE, null, 2, null); + private final Lazy guildScheduledEventId$delegate = g.lazy(new WidgetGuildScheduledEventDetailsExtrasBottomSheet$guildScheduledEventId$2(this)); + private final Lazy viewModel$delegate; + + /* compiled from: WidgetGuildScheduledEventDetailsExtrasBottomSheet.kt */ + public static final class Companion { + private Companion() { + } + + public /* synthetic */ Companion(DefaultConstructorMarker defaultConstructorMarker) { + this(); + } + + public final void show(FragmentManager fragmentManager, long j) { + m.checkNotNullParameter(fragmentManager, "fragmentManager"); + WidgetGuildScheduledEventDetailsExtrasBottomSheet widgetGuildScheduledEventDetailsExtrasBottomSheet = new WidgetGuildScheduledEventDetailsExtrasBottomSheet(); + Bundle bundle = new Bundle(); + bundle.putLong("com.discord.intent.extra.EXTRA_GUILD_SCHEDULED_EVENT_ID", j); + widgetGuildScheduledEventDetailsExtrasBottomSheet.setArguments(bundle); + widgetGuildScheduledEventDetailsExtrasBottomSheet.show(fragmentManager, WidgetGuildScheduledEventDetailsExtrasBottomSheet.class.getName()); + } + } + + public WidgetGuildScheduledEventDetailsExtrasBottomSheet() { + super(false, 1, null); + WidgetGuildScheduledEventDetailsExtrasBottomSheet$viewModel$2 widgetGuildScheduledEventDetailsExtrasBottomSheet$viewModel$2 = new WidgetGuildScheduledEventDetailsExtrasBottomSheet$viewModel$2(this); + f0 f0Var = new f0(this); + this.viewModel$delegate = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(GuildScheduledEventDetailsViewModel.class), new WidgetGuildScheduledEventDetailsExtrasBottomSheet$appViewModels$$inlined$viewModels$1(f0Var), new h0(widgetGuildScheduledEventDetailsExtrasBottomSheet$viewModel$2)); + } + + public static final /* synthetic */ void access$configureUi(WidgetGuildScheduledEventDetailsExtrasBottomSheet widgetGuildScheduledEventDetailsExtrasBottomSheet, GuildScheduledEventDetailsViewModel.ViewState viewState) { + widgetGuildScheduledEventDetailsExtrasBottomSheet.configureUi(viewState); + } + + public static final /* synthetic */ void access$dismissWithActionTaken(WidgetGuildScheduledEventDetailsExtrasBottomSheet widgetGuildScheduledEventDetailsExtrasBottomSheet) { + widgetGuildScheduledEventDetailsExtrasBottomSheet.dismissWithActionTaken(); + } + + public static final /* synthetic */ long access$getGuildScheduledEventId$p(WidgetGuildScheduledEventDetailsExtrasBottomSheet widgetGuildScheduledEventDetailsExtrasBottomSheet) { + return widgetGuildScheduledEventDetailsExtrasBottomSheet.getGuildScheduledEventId(); + } + + public static final /* synthetic */ GuildScheduledEventDetailsViewModel access$getViewModel$p(WidgetGuildScheduledEventDetailsExtrasBottomSheet widgetGuildScheduledEventDetailsExtrasBottomSheet) { + return widgetGuildScheduledEventDetailsExtrasBottomSheet.getViewModel(); + } + + private final void configureUi(GuildScheduledEventDetailsViewModel.ViewState viewState) { + String str; + if (!(viewState instanceof GuildScheduledEventDetailsViewModel.ViewState.Initialized)) { + dismiss(); + return; + } + GuildScheduledEventDetailsViewModel.ViewState.Initialized initialized = (GuildScheduledEventDetailsViewModel.ViewState.Initialized) viewState; + boolean canStartEvent = initialized.getCanStartEvent(); + GuildScheduledEventTiming eventTiming = GuildScheduledEventUtilitiesKt.getEventTiming(initialized.getGuildScheduledEvent()); + TextView textView = getBinding().f; + boolean z2 = true; + int i = 0; + textView.setVisibility(canStartEvent && eventTiming.isStartable() ? 0 : 8); + boolean isRsvped = initialized.isRsvped(); + if (isRsvped) { + str = getString(R.string.event_mark_not_interested); + } else if (!isRsvped) { + str = getString(R.string.event_mark_interested); + } else { + throw new NoWhenBranchMatchedException(); + } + textView.setText(str); + textView.setOnClickListener(new WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$$inlined$apply$lambda$1(this, canStartEvent, eventTiming, viewState)); + TextView textView2 = getBinding().g; + m.checkNotNullExpressionValue(textView2, "binding.startEvent"); + textView2.setVisibility(canStartEvent && eventTiming.isLongStartable() ? 0 : 8); + getBinding().g.setOnClickListener(new WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$2(this, viewState)); + TextView textView3 = getBinding().d; + m.checkNotNullExpressionValue(textView3, "binding.editEvent"); + textView3.setVisibility(8); + getBinding().d.setOnClickListener(new WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$3(this)); + boolean z3 = eventTiming == GuildScheduledEventTiming.LIVE; + TextView textView4 = getBinding().e; + m.checkNotNullExpressionValue(textView4, "binding.endEvent"); + textView4.setVisibility(canStartEvent && z3 ? 0 : 8); + getBinding().e.setOnClickListener(new WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$4(this)); + TextView textView5 = getBinding().b; + m.checkNotNullExpressionValue(textView5, "binding.cancelEvent"); + if (!initialized.getCanStartEvent() || z3) { + z2 = false; + } + textView5.setVisibility(z2 ? 0 : 8); + getBinding().b.setOnClickListener(new WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$5(this, viewState)); + TextView textView6 = getBinding().f1872c; + m.checkNotNullExpressionValue(textView6, "binding.copyId"); + if (!initialized.isDeveloperMode()) { + i = 8; + } + textView6.setVisibility(i); + getBinding().f1872c.setOnClickListener(new WidgetGuildScheduledEventDetailsExtrasBottomSheet$configureUi$6(this, viewState)); + } + + private final void dismissWithActionTaken() { + this.actionTaken = true; + dismiss(); + } + + private final long getGuildScheduledEventId() { + return ((Number) this.guildScheduledEventId$delegate.getValue()).longValue(); + } + + private final GuildScheduledEventDetailsViewModel getViewModel() { + return (GuildScheduledEventDetailsViewModel) this.viewModel$delegate.getValue(); + } + + public final WidgetGuildScheduledEventDetailsExtrasBottomSheetBinding getBinding() { + return (WidgetGuildScheduledEventDetailsExtrasBottomSheetBinding) this.binding$delegate.getValue((Fragment) this, $$delegatedProperties[0]); + } + + @Override // com.discord.app.AppBottomSheet + public int getContentViewResId() { + return R.layout.widget_guild_scheduled_event_details_extras_bottom_sheet; + } + + @Override // androidx.fragment.app.DialogFragment, android.content.DialogInterface.OnDismissListener + public void onDismiss(DialogInterface dialogInterface) { + m.checkNotNullParameter(dialogInterface, "dialog"); + super.onDismiss(dialogInterface); + if (!this.actionTaken) { + WidgetGuildScheduledEventDetailsBottomSheet.Companion companion = WidgetGuildScheduledEventDetailsBottomSheet.Companion; + FragmentManager parentFragmentManager = getParentFragmentManager(); + m.checkNotNullExpressionValue(parentFragmentManager, "parentFragmentManager"); + companion.show(parentFragmentManager, getGuildScheduledEventId()); + } + } + + @Override // com.discord.app.AppBottomSheet, androidx.fragment.app.Fragment + public void onResume() { + super.onResume(); + ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.bindToComponentLifecycle$default(getViewModel().observeViewState(), this, null, 2, null), WidgetGuildScheduledEventDetailsExtrasBottomSheet.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new WidgetGuildScheduledEventDetailsExtrasBottomSheet$onResume$1(this), 62, (Object) null); + } +} diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet$onRsvpClicked$$inlined$let$lambda$1.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet$onRsvpClicked$$inlined$let$lambda$1.java deleted file mode 100644 index 4cb8ef6aba..0000000000 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet$onRsvpClicked$$inlined$let$lambda$1.java +++ /dev/null @@ -1,21 +0,0 @@ -package com.discord.widgets.guildscheduledevent; - -import d0.z.d.o; -import kotlin.Unit; -import kotlin.jvm.functions.Function0; -/* compiled from: WidgetGuildScheduledEventListBottomSheet.kt */ -public final class WidgetGuildScheduledEventListBottomSheet$onRsvpClicked$$inlined$let$lambda$1 extends o implements Function0 { - public final /* synthetic */ WidgetGuildScheduledEventListBottomSheet this$0; - - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public WidgetGuildScheduledEventListBottomSheet$onRsvpClicked$$inlined$let$lambda$1(WidgetGuildScheduledEventListBottomSheet widgetGuildScheduledEventListBottomSheet) { - super(0); - this.this$0 = widgetGuildScheduledEventListBottomSheet; - } - - @Override // kotlin.jvm.functions.Function0 - /* renamed from: invoke */ - public final void mo1invoke() { - this.this$0.dismiss(); - } -} diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet$onViewCreated$4.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet$onViewCreated$4.java new file mode 100644 index 0000000000..d011c92e57 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet$onViewCreated$4.java @@ -0,0 +1,26 @@ +package com.discord.widgets.guildscheduledevent; + +import com.discord.widgets.guildscheduledevent.GuildScheduledEventListItem; +import d0.z.d.k; +import d0.z.d.m; +import kotlin.Unit; +import kotlin.jvm.functions.Function1; +/* compiled from: WidgetGuildScheduledEventListBottomSheet.kt */ +public final /* synthetic */ class WidgetGuildScheduledEventListBottomSheet$onViewCreated$4 extends k implements Function1 { + public WidgetGuildScheduledEventListBottomSheet$onViewCreated$4(WidgetGuildScheduledEventListBottomSheet widgetGuildScheduledEventListBottomSheet) { + super(1, widgetGuildScheduledEventListBottomSheet, WidgetGuildScheduledEventListBottomSheet.class, "onJoinClicked", "onJoinClicked(Lcom/discord/widgets/guildscheduledevent/GuildScheduledEventListItem$Event;)V", 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 /* bridge */ /* synthetic */ Unit invoke(GuildScheduledEventListItem.Event event) { + invoke(event); + return Unit.a; + } + + public final void invoke(GuildScheduledEventListItem.Event event) { + m.checkNotNullParameter(event, "p1"); + WidgetGuildScheduledEventListBottomSheet.access$onJoinClicked((WidgetGuildScheduledEventListBottomSheet) this.receiver, event); + } +} diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet$onViewCreated$5.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet$onViewCreated$6.java similarity index 91% rename from app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet$onViewCreated$5.java rename to app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet$onViewCreated$6.java index 622d697770..f16b3175eb 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet$onViewCreated$5.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet$onViewCreated$6.java @@ -5,10 +5,10 @@ import android.view.View; import com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventLocationSelect; import d0.z.d.m; /* compiled from: WidgetGuildScheduledEventListBottomSheet.kt */ -public final class WidgetGuildScheduledEventListBottomSheet$onViewCreated$5 implements View.OnClickListener { +public final class WidgetGuildScheduledEventListBottomSheet$onViewCreated$6 implements View.OnClickListener { public final /* synthetic */ WidgetGuildScheduledEventListBottomSheet this$0; - public WidgetGuildScheduledEventListBottomSheet$onViewCreated$5(WidgetGuildScheduledEventListBottomSheet widgetGuildScheduledEventListBottomSheet) { + public WidgetGuildScheduledEventListBottomSheet$onViewCreated$6(WidgetGuildScheduledEventListBottomSheet widgetGuildScheduledEventListBottomSheet) { this.this$0 = widgetGuildScheduledEventListBottomSheet; } diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet.java index f62e980c15..9cd55d42ed 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet.java @@ -15,10 +15,8 @@ import androidx.recyclerview.widget.RecyclerView; import c.a.d.f0; import c.a.d.h0; import c.d.b.a.a; -import com.airbnb.lottie.parser.AnimatableValueParser; import com.discord.R; import com.discord.api.channel.Channel; -import com.discord.api.guildscheduledevent.GuildScheduledEventStatus; import com.discord.app.AppBottomSheet; import com.discord.app.AppTransitionActivity; import com.discord.databinding.WidgetGuildScheduledEventListBottomSheetBinding; @@ -32,8 +30,8 @@ import com.discord.widgets.guildscheduledevent.GuildScheduledEventListItem; import com.discord.widgets.guildscheduledevent.GuildScheduledEventListViewModel; import com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventDetailsBottomSheet; import com.discord.widgets.guildscheduledevent.WidgetPreviewGuildScheduledEvent; -import com.discord.widgets.stage.StageChannelJoinHelper; import com.discord.widgets.stage.start.StageEventsGuildsFeatureFlag; +import com.discord.widgets.voice.VoiceUtils; import com.discord.widgets.voice.fullscreen.WidgetCallFullscreen; import d0.g; import d0.z.d.a0; @@ -113,6 +111,10 @@ public final class WidgetGuildScheduledEventListBottomSheet extends AppBottomShe widgetGuildScheduledEventListBottomSheet.onEventStartClicked(event); } + public static final /* synthetic */ void access$onJoinClicked(WidgetGuildScheduledEventListBottomSheet widgetGuildScheduledEventListBottomSheet, GuildScheduledEventListItem.Event event) { + widgetGuildScheduledEventListBottomSheet.onJoinClicked(event); + } + public static final /* synthetic */ void access$onPreviewEventResult(WidgetGuildScheduledEventListBottomSheet widgetGuildScheduledEventListBottomSheet, Intent intent) { widgetGuildScheduledEventListBottomSheet.onPreviewEventResult(intent); } @@ -141,7 +143,7 @@ public final class WidgetGuildScheduledEventListBottomSheet extends AppBottomShe TextView textView2 = getBinding().b; m.checkNotNullExpressionValue(textView2, "binding.createEventButton"); textView2.setVisibility(loaded.getCanCreateEvents() ? 0 : 8); - ConstraintLayout constraintLayout = getBinding().f1872c; + ConstraintLayout constraintLayout = getBinding().f1873c; m.checkNotNullExpressionValue(constraintLayout, "binding.guildScheduledEventListEmptyState"); if (!loaded.getGuildScheduledEvents().isEmpty()) { i = 8; @@ -182,6 +184,18 @@ public final class WidgetGuildScheduledEventListBottomSheet extends AppBottomShe } } + private final void onJoinClicked(GuildScheduledEventListItem.Event event) { + Channel channel = event.getChannel(); + if (channel != null) { + dismiss(); + Context requireContext = requireContext(); + m.checkNotNullExpressionValue(requireContext, "requireContext()"); + FragmentManager parentFragmentManager = getParentFragmentManager(); + m.checkNotNullExpressionValue(parentFragmentManager, "parentFragmentManager"); + VoiceUtils.handleCallChannel(channel, this, this, requireContext, parentFragmentManager, this); + } + } + private final void onPreviewEventResult(Intent intent) { Long longExtraOrNull; if (intent != null && (longExtraOrNull = IntentUtilsKt.getLongExtraOrNull(intent, "com.discord.intent.extra.EXTRA_CHANNEL_ID")) != null) { @@ -195,19 +209,6 @@ public final class WidgetGuildScheduledEventListBottomSheet extends AppBottomShe } private final void onRsvpClicked(GuildScheduledEventListItem.Event event) { - if (event.getEvent().k() == GuildScheduledEventStatus.ACTIVE) { - Channel channel = event.getChannel(); - if (channel != null && AnimatableValueParser.x1(channel)) { - StageChannelJoinHelper stageChannelJoinHelper = StageChannelJoinHelper.INSTANCE; - Context requireContext = requireContext(); - m.checkNotNullExpressionValue(requireContext, "requireContext()"); - FragmentManager parentFragmentManager = getParentFragmentManager(); - m.checkNotNullExpressionValue(parentFragmentManager, "parentFragmentManager"); - StageChannelJoinHelper.connectToStage$default(stageChannelJoinHelper, requireContext, parentFragmentManager, channel.h(), false, false, null, null, null, null, new WidgetGuildScheduledEventListBottomSheet$onRsvpClicked$$inlined$let$lambda$1(this), 504, null); - return; - } - return; - } if (!event.isRsvped()) { c.a.d.m.g(getContext(), R.string.guild_event_interested_notification, 0, null, 12); } @@ -231,7 +232,7 @@ public final class WidgetGuildScheduledEventListBottomSheet extends AppBottomShe super.onViewCreated(view, bundle); RecyclerView recyclerView = getBinding().d; m.checkNotNullExpressionValue(recyclerView, "binding.guildScheduledEventListRecyclerView"); - this.adapter = new GuildScheduledEventListAdapter(recyclerView, new WidgetGuildScheduledEventListBottomSheet$onViewCreated$2(this), new WidgetGuildScheduledEventListBottomSheet$onViewCreated$3(this), new WidgetGuildScheduledEventListBottomSheet$onViewCreated$1(this)); + this.adapter = new GuildScheduledEventListAdapter(recyclerView, new WidgetGuildScheduledEventListBottomSheet$onViewCreated$2(this), new WidgetGuildScheduledEventListBottomSheet$onViewCreated$3(this), new WidgetGuildScheduledEventListBottomSheet$onViewCreated$1(this), new WidgetGuildScheduledEventListBottomSheet$onViewCreated$4(this)); RecyclerView recyclerView2 = getBinding().d; GuildScheduledEventListAdapter guildScheduledEventListAdapter = this.adapter; if (guildScheduledEventListAdapter == null) { @@ -250,6 +251,6 @@ public final class WidgetGuildScheduledEventListBottomSheet extends AppBottomShe } recyclerView2.addItemDecoration(new SpaceBetweenItemDecoration(context, orientation, guildScheduledEventListAdapter2, 0, 0, 24, null)); recyclerView2.setItemAnimator(null); - getBinding().b.setOnClickListener(new WidgetGuildScheduledEventListBottomSheet$onViewCreated$5(this)); + getBinding().b.setOnClickListener(new WidgetGuildScheduledEventListBottomSheet$onViewCreated$6(this)); } } diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventLocationSelect$onResume$1.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventLocationSelect$onResume$1.java index e266c05550..7a1036c1b6 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventLocationSelect$onResume$1.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventLocationSelect$onResume$1.java @@ -1,25 +1,25 @@ package com.discord.widgets.guildscheduledevent; -import com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventLocationSelectViewModal; +import com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventLocationSelectViewModel; import d0.z.d.k; import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: WidgetGuildScheduledEventLocationSelect.kt */ -public final /* synthetic */ class WidgetGuildScheduledEventLocationSelect$onResume$1 extends k implements Function1 { +public final /* synthetic */ class WidgetGuildScheduledEventLocationSelect$onResume$1 extends k implements Function1 { public WidgetGuildScheduledEventLocationSelect$onResume$1(WidgetGuildScheduledEventLocationSelect widgetGuildScheduledEventLocationSelect) { - super(1, widgetGuildScheduledEventLocationSelect, WidgetGuildScheduledEventLocationSelect.class, "configureUI", "configureUI(Lcom/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventLocationSelectViewModal$ViewState;)V", 0); + super(1, widgetGuildScheduledEventLocationSelect, WidgetGuildScheduledEventLocationSelect.class, "configureUI", "configureUI(Lcom/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventLocationSelectViewModel$ViewState;)V", 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 /* bridge */ /* synthetic */ Unit invoke(WidgetGuildScheduledEventLocationSelectViewModal.ViewState viewState) { + public /* bridge */ /* synthetic */ Unit invoke(WidgetGuildScheduledEventLocationSelectViewModel.ViewState viewState) { invoke(viewState); return Unit.a; } - public final void invoke(WidgetGuildScheduledEventLocationSelectViewModal.ViewState viewState) { + public final void invoke(WidgetGuildScheduledEventLocationSelectViewModel.ViewState viewState) { m.checkNotNullParameter(viewState, "p1"); WidgetGuildScheduledEventLocationSelect.access$configureUI((WidgetGuildScheduledEventLocationSelect) this.receiver, viewState); } diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventLocationSelect$onViewBound$3.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventLocationSelect$onViewBound$3.java index 943609e37b..ab65d093c2 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventLocationSelect$onViewBound$3.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventLocationSelect$onViewBound$3.java @@ -2,7 +2,7 @@ package com.discord.widgets.guildscheduledevent; import android.view.View; import com.discord.widgets.channels.WidgetChannelSelector; -import com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventLocationSelectViewModal; +import com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventLocationSelectViewModel; /* compiled from: WidgetGuildScheduledEventLocationSelect.kt */ public final class WidgetGuildScheduledEventLocationSelect$onViewBound$3 implements View.OnClickListener { public final /* synthetic */ WidgetGuildScheduledEventLocationSelect this$0; @@ -13,7 +13,7 @@ public final class WidgetGuildScheduledEventLocationSelect$onViewBound$3 impleme @Override // android.view.View.OnClickListener public final void onClick(View view) { - WidgetGuildScheduledEventLocationSelectViewModal.ViewState.Valid access$getCurrentViewState$p = WidgetGuildScheduledEventLocationSelect.access$getCurrentViewState$p(this.this$0); + WidgetGuildScheduledEventLocationSelectViewModel.ViewState.Valid access$getCurrentViewState$p = WidgetGuildScheduledEventLocationSelect.access$getCurrentViewState$p(this.this$0); if (access$getCurrentViewState$p != null) { int ordinal = access$getCurrentViewState$p.getSelectedLocationOption().ordinal(); if (ordinal == 1) { diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventLocationSelect$viewModel$2.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventLocationSelect$viewModel$2.java index 6250c234fe..9f0854b416 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventLocationSelect$viewModel$2.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventLocationSelect$viewModel$2.java @@ -2,11 +2,11 @@ package com.discord.widgets.guildscheduledevent; import com.discord.app.AppViewModel; import com.discord.utilities.intent.IntentUtilsKt; -import com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventLocationSelectViewModal; +import com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventLocationSelectViewModel; import d0.z.d.o; import kotlin.jvm.functions.Function0; /* compiled from: WidgetGuildScheduledEventLocationSelect.kt */ -public final class WidgetGuildScheduledEventLocationSelect$viewModel$2 extends o implements Function0> { +public final class WidgetGuildScheduledEventLocationSelect$viewModel$2 extends o implements Function0> { public final /* synthetic */ WidgetGuildScheduledEventLocationSelect this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -17,7 +17,7 @@ public final class WidgetGuildScheduledEventLocationSelect$viewModel$2 extends o @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public final AppViewModel mo1invoke() { - return new WidgetGuildScheduledEventLocationSelectViewModal(WidgetGuildScheduledEventLocationSelect.access$getGuildId$p(this.this$0), IntentUtilsKt.getLongExtraOrNull(this.this$0.getMostRecentIntent(), "com.discord.intent.extra.EXTRA_CHANNEL_ID"), null, null, null, null, 60, null); + public final AppViewModel mo1invoke() { + return new WidgetGuildScheduledEventLocationSelectViewModel(WidgetGuildScheduledEventLocationSelect.access$getGuildId$p(this.this$0), IntentUtilsKt.getLongExtraOrNull(this.this$0.getMostRecentIntent(), "com.discord.intent.extra.EXTRA_CHANNEL_ID"), null, null, null, null, 60, null); } } diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventLocationSelect.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventLocationSelect.java index 34be329870..cf3cf8ad57 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventLocationSelect.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventLocationSelect.java @@ -25,7 +25,7 @@ import com.discord.utilities.viewbinding.FragmentViewBindingDelegateKt; import com.discord.views.CheckedSetting; import com.discord.widgets.channels.WidgetChannelSelector; import com.discord.widgets.guildscheduledevent.FreeFormEventsFeatureFlag; -import com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventLocationSelectViewModal; +import com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventLocationSelectViewModel; import com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventSettings; import com.google.android.material.button.MaterialButton; import com.google.android.material.textfield.TextInputEditText; @@ -45,7 +45,7 @@ public final class WidgetGuildScheduledEventLocationSelect extends AppFragment { public static final Companion Companion = new Companion(null); private static final String GUILD_SCHEDULED_EVENT_LOCATION_SELECT_REQUEST_KEY = "GUILD_SCHEDULED_EVENT_LOCATION_SELECT_REQUEST_KEY"; private final FragmentViewBindingDelegate binding$delegate = FragmentViewBindingDelegateKt.viewBinding$default(this, WidgetGuildScheduledEventLocationSelect$binding$2.INSTANCE, null, 2, null); - private WidgetGuildScheduledEventLocationSelectViewModal.ViewState.Valid currentViewState; + private WidgetGuildScheduledEventLocationSelectViewModel.ViewState.Valid currentViewState; private final Lazy guildId$delegate = g.lazy(new WidgetGuildScheduledEventLocationSelect$guildId$2(this)); private final ActivityResultLauncher nextStepLauncher; private final Lazy viewModel$delegate; @@ -110,15 +110,15 @@ public final class WidgetGuildScheduledEventLocationSelect extends AppFragment { super(R.layout.widget_guild_scheduled_event_location_select); WidgetGuildScheduledEventLocationSelect$viewModel$2 widgetGuildScheduledEventLocationSelect$viewModel$2 = new WidgetGuildScheduledEventLocationSelect$viewModel$2(this); f0 f0Var = new f0(this); - this.viewModel$delegate = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(WidgetGuildScheduledEventLocationSelectViewModal.class), new WidgetGuildScheduledEventLocationSelect$appViewModels$$inlined$viewModels$1(f0Var), new h0(widgetGuildScheduledEventLocationSelect$viewModel$2)); + this.viewModel$delegate = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(WidgetGuildScheduledEventLocationSelectViewModel.class), new WidgetGuildScheduledEventLocationSelect$appViewModels$$inlined$viewModels$1(f0Var), new h0(widgetGuildScheduledEventLocationSelect$viewModel$2)); this.nextStepLauncher = WidgetGuildScheduledEventSettings.Companion.registerForResult(this, new WidgetGuildScheduledEventLocationSelect$nextStepLauncher$1(this), new WidgetGuildScheduledEventLocationSelect$nextStepLauncher$2(this)); } - public static final /* synthetic */ void access$configureUI(WidgetGuildScheduledEventLocationSelect widgetGuildScheduledEventLocationSelect, WidgetGuildScheduledEventLocationSelectViewModal.ViewState viewState) { + public static final /* synthetic */ void access$configureUI(WidgetGuildScheduledEventLocationSelect widgetGuildScheduledEventLocationSelect, WidgetGuildScheduledEventLocationSelectViewModel.ViewState viewState) { widgetGuildScheduledEventLocationSelect.configureUI(viewState); } - public static final /* synthetic */ WidgetGuildScheduledEventLocationSelectViewModal.ViewState.Valid access$getCurrentViewState$p(WidgetGuildScheduledEventLocationSelect widgetGuildScheduledEventLocationSelect) { + public static final /* synthetic */ WidgetGuildScheduledEventLocationSelectViewModel.ViewState.Valid access$getCurrentViewState$p(WidgetGuildScheduledEventLocationSelect widgetGuildScheduledEventLocationSelect) { return widgetGuildScheduledEventLocationSelect.currentViewState; } @@ -126,7 +126,7 @@ public final class WidgetGuildScheduledEventLocationSelect extends AppFragment { return widgetGuildScheduledEventLocationSelect.getGuildId(); } - public static final /* synthetic */ WidgetGuildScheduledEventLocationSelectViewModal access$getViewModel$p(WidgetGuildScheduledEventLocationSelect widgetGuildScheduledEventLocationSelect) { + public static final /* synthetic */ WidgetGuildScheduledEventLocationSelectViewModel access$getViewModel$p(WidgetGuildScheduledEventLocationSelect widgetGuildScheduledEventLocationSelect) { return widgetGuildScheduledEventLocationSelect.getViewModel(); } @@ -134,11 +134,11 @@ public final class WidgetGuildScheduledEventLocationSelect extends AppFragment { widgetGuildScheduledEventLocationSelect.navigateNext(); } - public static final /* synthetic */ void access$setCurrentViewState$p(WidgetGuildScheduledEventLocationSelect widgetGuildScheduledEventLocationSelect, WidgetGuildScheduledEventLocationSelectViewModal.ViewState.Valid valid) { + public static final /* synthetic */ void access$setCurrentViewState$p(WidgetGuildScheduledEventLocationSelect widgetGuildScheduledEventLocationSelect, WidgetGuildScheduledEventLocationSelectViewModel.ViewState.Valid valid) { widgetGuildScheduledEventLocationSelect.currentViewState = valid; } - private final void configureLocationOption(WidgetGuildScheduledEventLocationSelectViewModal.ViewState.Valid valid, CheckedSetting checkedSetting, GuildScheduledEventEntityType guildScheduledEventEntityType, CharSequence charSequence) { + private final void configureLocationOption(WidgetGuildScheduledEventLocationSelectViewModel.ViewState.Valid valid, CheckedSetting checkedSetting, GuildScheduledEventEntityType guildScheduledEventEntityType, CharSequence charSequence) { checkedSetting.setChecked(valid.getSelectedLocationOption() == guildScheduledEventEntityType); if (charSequence != null) { checkedSetting.c(charSequence); @@ -147,9 +147,9 @@ public final class WidgetGuildScheduledEventLocationSelect extends AppFragment { } } - private final void configureUI(WidgetGuildScheduledEventLocationSelectViewModal.ViewState viewState) { - if (viewState instanceof WidgetGuildScheduledEventLocationSelectViewModal.ViewState.Valid) { - WidgetGuildScheduledEventLocationSelectViewModal.ViewState.Valid valid = (WidgetGuildScheduledEventLocationSelectViewModal.ViewState.Valid) viewState; + private final void configureUI(WidgetGuildScheduledEventLocationSelectViewModel.ViewState viewState) { + if (viewState instanceof WidgetGuildScheduledEventLocationSelectViewModel.ViewState.Valid) { + WidgetGuildScheduledEventLocationSelectViewModel.ViewState.Valid valid = (WidgetGuildScheduledEventLocationSelectViewModel.ViewState.Valid) viewState; this.currentViewState = valid; CheckedSetting checkedSetting = getBinding().k; m.checkNotNullExpressionValue(checkedSetting, "binding.stageChannelOption"); @@ -179,7 +179,7 @@ public final class WidgetGuildScheduledEventLocationSelect extends AppFragment { TextView textView = getBinding().i; m.checkNotNullExpressionValue(textView, "binding.locationHeader"); ViewExtensions.setTextAndVisibilityBy(textView, getString(R.string.guild_event_location_voice_field_label)); - TextInputLayout textInputLayout = getBinding().f1873c; + TextInputLayout textInputLayout = getBinding().f1874c; m.checkNotNullExpressionValue(textInputLayout, "binding.channelLocationLayout"); textInputLayout.setVisibility(0); TextInputLayout textInputLayout2 = getBinding().g; @@ -189,7 +189,7 @@ public final class WidgetGuildScheduledEventLocationSelect extends AppFragment { TextView textView2 = getBinding().i; m.checkNotNullExpressionValue(textView2, "binding.locationHeader"); textView2.setVisibility(8); - TextInputLayout textInputLayout3 = getBinding().f1873c; + TextInputLayout textInputLayout3 = getBinding().f1874c; m.checkNotNullExpressionValue(textInputLayout3, "binding.channelLocationLayout"); textInputLayout3.setVisibility(8); TextInputLayout textInputLayout4 = getBinding().g; @@ -199,7 +199,7 @@ public final class WidgetGuildScheduledEventLocationSelect extends AppFragment { TextView textView3 = getBinding().i; m.checkNotNullExpressionValue(textView3, "binding.locationHeader"); ViewExtensions.setTextAndVisibilityBy(textView3, getString(R.string.guild_event_location_elsewhere_field_label)); - TextInputLayout textInputLayout5 = getBinding().f1873c; + TextInputLayout textInputLayout5 = getBinding().f1874c; m.checkNotNullExpressionValue(textInputLayout5, "binding.channelLocationLayout"); textInputLayout5.setVisibility(8); TextInputLayout textInputLayout6 = getBinding().g; @@ -251,11 +251,11 @@ public final class WidgetGuildScheduledEventLocationSelect extends AppFragment { return ((Number) this.guildId$delegate.getValue()).longValue(); } - private final WidgetGuildScheduledEventLocationSelectViewModal getViewModel() { - return (WidgetGuildScheduledEventLocationSelectViewModal) this.viewModel$delegate.getValue(); + private final WidgetGuildScheduledEventLocationSelectViewModel getViewModel() { + return (WidgetGuildScheduledEventLocationSelectViewModel) this.viewModel$delegate.getValue(); } - private final boolean isNextEnabled(WidgetGuildScheduledEventLocationSelectViewModal.ViewState.Valid valid) { + private final boolean isNextEnabled(WidgetGuildScheduledEventLocationSelectViewModel.ViewState.Valid valid) { int ordinal = valid.getSelectedLocationOption().ordinal(); if (ordinal == 1 || ordinal == 2) { if (valid.getSelectedChannel() == null) { @@ -268,7 +268,7 @@ public final class WidgetGuildScheduledEventLocationSelect extends AppFragment { } private final void navigateNext() { - WidgetGuildScheduledEventLocationSelectViewModal.ViewState.Valid valid = this.currentViewState; + WidgetGuildScheduledEventLocationSelectViewModel.ViewState.Valid valid = this.currentViewState; if (valid != null) { WidgetGuildScheduledEventSettings.Companion companion = WidgetGuildScheduledEventSettings.Companion; Context requireContext = requireContext(); diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventLocationSelectViewModal$Companion$observeStores$1.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventLocationSelectViewModel$Companion$observeStores$1.java similarity index 79% rename from app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventLocationSelectViewModal$Companion$observeStores$1.java rename to app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventLocationSelectViewModel$Companion$observeStores$1.java index f2ef6c2459..003e64cf31 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventLocationSelectViewModal$Companion$observeStores$1.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventLocationSelectViewModel$Companion$observeStores$1.java @@ -3,18 +3,18 @@ package com.discord.widgets.guildscheduledevent; import com.discord.stores.StoreChannels; import com.discord.stores.StoreGuilds; import com.discord.stores.StorePermissions; -import com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventLocationSelectViewModal; +import com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventLocationSelectViewModel; import d0.z.d.o; import kotlin.jvm.functions.Function0; -/* compiled from: WidgetGuildScheduledEventLocationSelectViewModal.kt */ -public final class WidgetGuildScheduledEventLocationSelectViewModal$Companion$observeStores$1 extends o implements Function0 { +/* compiled from: WidgetGuildScheduledEventLocationSelectViewModel.kt */ +public final class WidgetGuildScheduledEventLocationSelectViewModel$Companion$observeStores$1 extends o implements Function0 { public final /* synthetic */ StoreChannels $channelsStore; public final /* synthetic */ long $guildId; public final /* synthetic */ StoreGuilds $guildsStore; public final /* synthetic */ StorePermissions $permissionsStore; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public WidgetGuildScheduledEventLocationSelectViewModal$Companion$observeStores$1(StoreGuilds storeGuilds, long j, StoreChannels storeChannels, StorePermissions storePermissions) { + public WidgetGuildScheduledEventLocationSelectViewModel$Companion$observeStores$1(StoreGuilds storeGuilds, long j, StoreChannels storeChannels, StorePermissions storePermissions) { super(0); this.$guildsStore = storeGuilds; this.$guildId = j; @@ -24,7 +24,7 @@ public final class WidgetGuildScheduledEventLocationSelectViewModal$Companion$ob @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public final WidgetGuildScheduledEventLocationSelectViewModal.StoreState mo1invoke() { - return new WidgetGuildScheduledEventLocationSelectViewModal.StoreState(this.$guildsStore.getGuild(this.$guildId), this.$channelsStore.getChannelsForGuild(this.$guildId), this.$permissionsStore.getPermissionsByChannel(), this.$permissionsStore.getGuildPermissions().get(Long.valueOf(this.$guildId))); + public final WidgetGuildScheduledEventLocationSelectViewModel.StoreState mo1invoke() { + return new WidgetGuildScheduledEventLocationSelectViewModel.StoreState(this.$guildsStore.getGuild(this.$guildId), this.$channelsStore.getChannelsForGuild(this.$guildId), this.$permissionsStore.getPermissionsByChannel(), this.$permissionsStore.getGuildPermissions().get(Long.valueOf(this.$guildId))); } } diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventLocationSelectViewModal.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventLocationSelectViewModel.java similarity index 80% rename from app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventLocationSelectViewModal.java rename to app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventLocationSelectViewModel.java index e0ef0d1ddf..c25248bd0e 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventLocationSelectViewModal.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventLocationSelectViewModel.java @@ -20,6 +20,7 @@ import com.discord.utilities.rx.ObservableExtensionsKt; import d0.z.d.m; import d0.z.d.o; import java.util.HashSet; +import java.util.Iterator; import java.util.LinkedHashMap; import java.util.Map; import java.util.Set; @@ -28,22 +29,22 @@ import kotlin.jvm.functions.Function0; import kotlin.jvm.functions.Function1; import kotlin.jvm.internal.DefaultConstructorMarker; import rx.Observable; -/* compiled from: WidgetGuildScheduledEventLocationSelectViewModal.kt */ -public final class WidgetGuildScheduledEventLocationSelectViewModal extends AppViewModel { +/* compiled from: WidgetGuildScheduledEventLocationSelectViewModel.kt */ +public final class WidgetGuildScheduledEventLocationSelectViewModel extends AppViewModel { public static final Companion Companion = new Companion(null); private final StoreChannels channelsStore; private StoreState currentStoreState; private final Long initialChannelId; - /* compiled from: WidgetGuildScheduledEventLocationSelectViewModal.kt */ - /* renamed from: com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventLocationSelectViewModal$1 reason: invalid class name */ + /* compiled from: WidgetGuildScheduledEventLocationSelectViewModel.kt */ + /* renamed from: com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventLocationSelectViewModel$1 reason: invalid class name */ public static final class AnonymousClass1 extends o implements Function1 { - public final /* synthetic */ WidgetGuildScheduledEventLocationSelectViewModal this$0; + public final /* synthetic */ WidgetGuildScheduledEventLocationSelectViewModel this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public AnonymousClass1(WidgetGuildScheduledEventLocationSelectViewModal widgetGuildScheduledEventLocationSelectViewModal) { + public AnonymousClass1(WidgetGuildScheduledEventLocationSelectViewModel widgetGuildScheduledEventLocationSelectViewModel) { super(1); - this.this$0 = widgetGuildScheduledEventLocationSelectViewModal; + this.this$0 = widgetGuildScheduledEventLocationSelectViewModel; } /* Return type fixed from 'java.lang.Object' to match base method */ @@ -55,13 +56,13 @@ public final class WidgetGuildScheduledEventLocationSelectViewModal extends AppV } public final void invoke(StoreState storeState) { - WidgetGuildScheduledEventLocationSelectViewModal widgetGuildScheduledEventLocationSelectViewModal = this.this$0; + WidgetGuildScheduledEventLocationSelectViewModel widgetGuildScheduledEventLocationSelectViewModel = this.this$0; m.checkNotNullExpressionValue(storeState, "it"); - WidgetGuildScheduledEventLocationSelectViewModal.access$handleStoreState(widgetGuildScheduledEventLocationSelectViewModal, storeState); + WidgetGuildScheduledEventLocationSelectViewModel.access$handleStoreState(widgetGuildScheduledEventLocationSelectViewModel, storeState); } } - /* compiled from: WidgetGuildScheduledEventLocationSelectViewModal.kt */ + /* compiled from: WidgetGuildScheduledEventLocationSelectViewModel.kt */ public static final class Companion { private Companion() { } @@ -75,11 +76,11 @@ public final class WidgetGuildScheduledEventLocationSelectViewModal extends AppV } private final Observable observeStores(long j, StoreGuilds storeGuilds, StoreChannels storeChannels, StorePermissions storePermissions) { - return ObservationDeck.connectRx$default(ObservationDeckProvider.get(), new ObservationDeck.UpdateSource[]{storeChannels, storePermissions}, false, null, null, new WidgetGuildScheduledEventLocationSelectViewModal$Companion$observeStores$1(storeGuilds, j, storeChannels, storePermissions), 14, null); + return ObservationDeck.connectRx$default(ObservationDeckProvider.get(), new ObservationDeck.UpdateSource[]{storeChannels, storePermissions}, false, null, null, new WidgetGuildScheduledEventLocationSelectViewModel$Companion$observeStores$1(storeGuilds, j, storeChannels, storePermissions), 14, null); } } - /* compiled from: WidgetGuildScheduledEventLocationSelectViewModal.kt */ + /* compiled from: WidgetGuildScheduledEventLocationSelectViewModel.kt */ public static final class StoreState { private final Map channelPermissions; private final Map channels; @@ -95,7 +96,7 @@ public final class WidgetGuildScheduledEventLocationSelectViewModal extends AppV this.guildPermissions = l; } - /* JADX DEBUG: Multi-variable search result rejected for r0v0, resolved type: com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventLocationSelectViewModal$StoreState */ + /* JADX DEBUG: Multi-variable search result rejected for r0v0, resolved type: com.discord.widgets.guildscheduledevent.WidgetGuildScheduledEventLocationSelectViewModel$StoreState */ /* JADX WARN: Multi-variable type inference failed */ public static /* synthetic */ StoreState copy$default(StoreState storeState, Guild guild, Map map, Map map2, Long l, int i, Object obj) { if ((i & 1) != 0) { @@ -189,10 +190,10 @@ public final class WidgetGuildScheduledEventLocationSelectViewModal extends AppV } } - /* compiled from: WidgetGuildScheduledEventLocationSelectViewModal.kt */ + /* compiled from: WidgetGuildScheduledEventLocationSelectViewModel.kt */ public static abstract class ViewState { - /* compiled from: WidgetGuildScheduledEventLocationSelectViewModal.kt */ + /* compiled from: WidgetGuildScheduledEventLocationSelectViewModel.kt */ public static final class Invalid extends ViewState { public static final Invalid INSTANCE = new Invalid(); @@ -201,7 +202,7 @@ public final class WidgetGuildScheduledEventLocationSelectViewModal extends AppV } } - /* compiled from: WidgetGuildScheduledEventLocationSelectViewModal.kt */ + /* compiled from: WidgetGuildScheduledEventLocationSelectViewModel.kt */ public static final class Valid extends ViewState { private final Map availableChannels; private final Set availableStageChannelIds; @@ -380,7 +381,7 @@ public final class WidgetGuildScheduledEventLocationSelectViewModal extends AppV } /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public WidgetGuildScheduledEventLocationSelectViewModal(long j, Long l, StoreChannels storeChannels, StoreGuilds storeGuilds, StorePermissions storePermissions, Observable observable) { + public WidgetGuildScheduledEventLocationSelectViewModel(long j, Long l, StoreChannels storeChannels, StoreGuilds storeGuilds, StorePermissions storePermissions, Observable observable) { super(null, 1, null); m.checkNotNullParameter(storeChannels, "channelsStore"); m.checkNotNullParameter(storeGuilds, "guildsStore"); @@ -390,19 +391,19 @@ public final class WidgetGuildScheduledEventLocationSelectViewModal extends AppV this.channelsStore = storeChannels; Observable W = observable.W(j0.p.a.a()); m.checkNotNullExpressionValue(W, "storeStateObservable\n …Schedulers.computation())"); - ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui$default(W, this, null, 2, null), WidgetGuildScheduledEventLocationSelectViewModal.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new AnonymousClass1(this), 62, (Object) null); + ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui$default(W, this, null, 2, null), WidgetGuildScheduledEventLocationSelectViewModel.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new AnonymousClass1(this), 62, (Object) null); } /* JADX WARNING: Illegal instructions before constructor call */ - public /* synthetic */ WidgetGuildScheduledEventLocationSelectViewModal(long j, Long l, StoreChannels storeChannels, StoreGuilds storeGuilds, StorePermissions storePermissions, Observable observable, int i, DefaultConstructorMarker defaultConstructorMarker) { + public /* synthetic */ WidgetGuildScheduledEventLocationSelectViewModel(long j, Long l, StoreChannels storeChannels, StoreGuilds storeGuilds, StorePermissions storePermissions, Observable observable, int i, DefaultConstructorMarker defaultConstructorMarker) { this(j, l, r5, r6, r7, (i & 32) != 0 ? Companion.access$observeStores(Companion, j, r6, r5, r7) : observable); StoreChannels channels = (i & 4) != 0 ? StoreStream.Companion.getChannels() : storeChannels; StoreGuilds guilds = (i & 8) != 0 ? StoreStream.Companion.getGuilds() : storeGuilds; StorePermissions permissions = (i & 16) != 0 ? StoreStream.Companion.getPermissions() : storePermissions; } - public static final /* synthetic */ void access$handleStoreState(WidgetGuildScheduledEventLocationSelectViewModal widgetGuildScheduledEventLocationSelectViewModal, StoreState storeState) { - widgetGuildScheduledEventLocationSelectViewModal.handleStoreState(storeState); + public static final /* synthetic */ void access$handleStoreState(WidgetGuildScheduledEventLocationSelectViewModel widgetGuildScheduledEventLocationSelectViewModel, StoreState storeState) { + widgetGuildScheduledEventLocationSelectViewModel.handleStoreState(storeState); } private final GuildScheduledEventEntityType getEntityTypeForChannel(Channel channel) { @@ -480,13 +481,91 @@ public final class WidgetGuildScheduledEventLocationSelectViewModal extends AppV } } + /* JADX DEBUG: Multi-variable search result rejected for r3v4, resolved type: java.lang.Object */ + /* JADX DEBUG: Multi-variable search result rejected for r3v6, resolved type: java.lang.Object */ + /* JADX WARN: Multi-variable type inference failed */ + /* JADX WARNING: Removed duplicated region for block: B:21:0x0048 */ + /* JADX WARNING: Removed duplicated region for block: B:31:0x0070 */ public final void selectLocationOption(GuildScheduledEventEntityType guildScheduledEventEntityType) { + Channel channel; + GuildScheduledEventEntityType guildScheduledEventEntityType2; + Channel channel2; + boolean z2; + boolean z3; + Map channels; m.checkNotNullParameter(guildScheduledEventEntityType, "locationOption"); ViewState viewState = getViewState(); if (viewState instanceof ViewState.Valid) { ViewState.Valid valid = (ViewState.Valid) viewState; if (guildScheduledEventEntityType != valid.getSelectedLocationOption()) { - updateViewState(ViewState.Valid.copy$default(valid, guildScheduledEventEntityType, null, "", null, null, null, false, false, 248, null)); + Long l = this.initialChannelId; + Channel channel3 = null; + if (l != null) { + l.longValue(); + StoreState storeState = this.currentStoreState; + if (!(storeState == null || (channels = storeState.getChannels()) == null)) { + channel = channels.get(this.initialChannelId); + guildScheduledEventEntityType2 = GuildScheduledEventEntityType.VOICE; + if (!(guildScheduledEventEntityType == guildScheduledEventEntityType2 && channel != null && channel.A() == 2)) { + if (guildScheduledEventEntityType != guildScheduledEventEntityType2) { + Iterator it = valid.getAvailableChannels().values().iterator(); + while (true) { + if (!it.hasNext()) { + break; + } + Object next = it.next(); + if (((Channel) next).A() == 2) { + z3 = true; + continue; + } else { + z3 = false; + continue; + } + if (z3) { + channel3 = next; + break; + } + } + channel3 = channel3; + } else { + GuildScheduledEventEntityType guildScheduledEventEntityType3 = GuildScheduledEventEntityType.STAGE_INSTANCE; + if (!(guildScheduledEventEntityType == guildScheduledEventEntityType3 && channel != null && channel.A() == 13)) { + if (guildScheduledEventEntityType == guildScheduledEventEntityType3) { + Iterator it2 = valid.getAvailableChannels().values().iterator(); + while (true) { + if (!it2.hasNext()) { + break; + } + Object next2 = it2.next(); + if (((Channel) next2).A() == 13) { + z2 = true; + continue; + } else { + z2 = false; + continue; + } + if (z2) { + channel3 = next2; + break; + } + } + channel3 = channel3; + } + } + } + channel2 = channel3; + updateViewState(ViewState.Valid.copy$default(valid, guildScheduledEventEntityType, channel2, "", null, null, null, false, false, 248, null)); + } + channel2 = channel; + updateViewState(ViewState.Valid.copy$default(valid, guildScheduledEventEntityType, channel2, "", null, null, null, false, false, 248, null)); + } + } + channel = null; + guildScheduledEventEntityType2 = GuildScheduledEventEntityType.VOICE; + if (guildScheduledEventEntityType != guildScheduledEventEntityType2) { + } + channel2 = channel3; + updateViewState(ViewState.Valid.copy$default(valid, guildScheduledEventEntityType, channel2, "", null, null, null, false, false, 248, null)); } } } diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventSettings.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventSettings.java index 9ba366fdce..cc2184b757 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventSettings.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventSettings.java @@ -162,7 +162,7 @@ public final class WidgetGuildScheduledEventSettings extends AppFragment { private final void configureEndDateTime(GuildScheduledEventSettingsViewModel.ViewState.Initialized initialized) { String str; if (initialized.getEventModel().getEntityType() != GuildScheduledEventEntityType.EXTERNAL) { - TextView textView = getBinding().f1874c; + TextView textView = getBinding().f1875c; m.checkNotNullExpressionValue(textView, "binding.endDateHeader"); textView.setVisibility(8); TextView textView2 = getBinding().f; @@ -176,7 +176,7 @@ public final class WidgetGuildScheduledEventSettings extends AppFragment { textInputLayout2.setVisibility(8); return; } - TextView textView3 = getBinding().f1874c; + TextView textView3 = getBinding().f1875c; m.checkNotNullExpressionValue(textView3, "binding.endDateHeader"); textView3.setVisibility(0); TextView textView4 = getBinding().f; diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetPreviewGuildScheduledEvent$onViewBound$2.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetPreviewGuildScheduledEvent$onViewBound$2.java index f6dfbaa96f..3720fb9f54 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetPreviewGuildScheduledEvent$onViewBound$2.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetPreviewGuildScheduledEvent$onViewBound$2.java @@ -43,7 +43,7 @@ public final class WidgetPreviewGuildScheduledEvent$onViewBound$2 implements Vie @Override // android.view.View.OnClickListener public final void onClick(View view) { PreviewGuildScheduledEventViewModel access$getViewModel$p = WidgetPreviewGuildScheduledEvent.access$getViewModel$p(this.this$0); - CheckedSetting checkedSetting = WidgetPreviewGuildScheduledEvent.access$getBinding$p(this.this$0).f1923c; + CheckedSetting checkedSetting = WidgetPreviewGuildScheduledEvent.access$getBinding$p(this.this$0).f1924c; m.checkNotNullExpressionValue(checkedSetting, "checkedSetting"); boolean z2 = true; if (!(checkedSetting.getVisibility() == 0) || !checkedSetting.isChecked()) { diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetPreviewGuildScheduledEvent.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetPreviewGuildScheduledEvent.java index 06c9519ca5..4caca8f3d1 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetPreviewGuildScheduledEvent.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetPreviewGuildScheduledEvent.java @@ -147,7 +147,7 @@ public final class WidgetPreviewGuildScheduledEvent extends AppFragment { TextView textView2 = getBinding().g; m.checkNotNullExpressionValue(textView2, "binding.confirmGuildScheduledEventTitle"); textView2.setText(initialized.getEventAlreadyExists() ? initialized.getEventModel().getName() : b.k(this, R.string.guild_event_preview_title, new Object[0], null, 4)); - CheckedSetting checkedSetting = getBinding().f1923c; + CheckedSetting checkedSetting = getBinding().f1924c; m.checkNotNullExpressionValue(checkedSetting, "binding.confirmGuildScheduledEventNotify"); if (!initialized.getCanNotifyEveryone()) { i = 8; diff --git a/app/src/main/java/com/discord/widgets/home/WidgetHome$configureFirstOpen$2.java b/app/src/main/java/com/discord/widgets/home/WidgetHome$configureFirstOpen$2.java index 835d7c3094..e6143bfa95 100644 --- a/app/src/main/java/com/discord/widgets/home/WidgetHome$configureFirstOpen$2.java +++ b/app/src/main/java/com/discord/widgets/home/WidgetHome$configureFirstOpen$2.java @@ -45,7 +45,7 @@ public final class WidgetHome$configureFirstOpen$2 extends o implements Function @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { - WidgetHome.access$getBinding$p(this.this$0.this$0).f1886c.openStartPanel(); + WidgetHome.access$getBinding$p(this.this$0.this$0).f1887c.openStartPanel(); } } diff --git a/app/src/main/java/com/discord/widgets/home/WidgetHome$configureLeftPanel$1.java b/app/src/main/java/com/discord/widgets/home/WidgetHome$configureLeftPanel$1.java index 0c43667f42..fcc2813925 100644 --- a/app/src/main/java/com/discord/widgets/home/WidgetHome$configureLeftPanel$1.java +++ b/app/src/main/java/com/discord/widgets/home/WidgetHome$configureLeftPanel$1.java @@ -25,7 +25,7 @@ public final class WidgetHome$configureLeftPanel$1 extends o implements Function public final void invoke(OverlappingPanelsLayout.LockState lockState) { m.checkNotNullParameter(lockState, "lockState"); - WidgetHome.access$getBinding$p(this.this$0).f1886c.setStartPanelUseFullPortraitWidth(lockState == OverlappingPanelsLayout.LockState.OPEN); - WidgetHome.access$getBinding$p(this.this$0).f1886c.setStartPanelLockState(lockState); + WidgetHome.access$getBinding$p(this.this$0).f1887c.setStartPanelUseFullPortraitWidth(lockState == OverlappingPanelsLayout.LockState.OPEN); + WidgetHome.access$getBinding$p(this.this$0).f1887c.setStartPanelLockState(lockState); } } diff --git a/app/src/main/java/com/discord/widgets/home/WidgetHome$configureNavigationDrawerAction$1.java b/app/src/main/java/com/discord/widgets/home/WidgetHome$configureNavigationDrawerAction$1.java index 8b0b8bda30..a74d9beb15 100644 --- a/app/src/main/java/com/discord/widgets/home/WidgetHome$configureNavigationDrawerAction$1.java +++ b/app/src/main/java/com/discord/widgets/home/WidgetHome$configureNavigationDrawerAction$1.java @@ -27,6 +27,6 @@ public final class WidgetHome$configureNavigationDrawerAction$1 extends o implem public final void invoke(StoreNavigation.PanelAction panelAction) { m.checkNotNullParameter(panelAction, "it"); - this.$this_configureNavigationDrawerAction.setNavigationPanelAction(panelAction, WidgetHome.access$getBinding$p(this.this$0).f1886c); + this.$this_configureNavigationDrawerAction.setNavigationPanelAction(panelAction, WidgetHome.access$getBinding$p(this.this$0).f1887c); } } diff --git a/app/src/main/java/com/discord/widgets/home/WidgetHome$maybeShowHubEmailUpsell$1.java b/app/src/main/java/com/discord/widgets/home/WidgetHome$maybeShowHubEmailUpsell$1.java index 15ac964e9b..c10f594935 100644 --- a/app/src/main/java/com/discord/widgets/home/WidgetHome$maybeShowHubEmailUpsell$1.java +++ b/app/src/main/java/com/discord/widgets/home/WidgetHome$maybeShowHubEmailUpsell$1.java @@ -25,7 +25,7 @@ public final class WidgetHome$maybeShowHubEmailUpsell$1 extends o implements Fun public final boolean invoke(FragmentActivity fragmentActivity) { m.checkNotNullParameter(fragmentActivity, ActivityChooserModel.ATTRIBUTE_ACTIVITY); - j.d(fragmentActivity, WidgetHubEmailFlow.class, new HubEmailArgs(false, null, 0, 7, null)); + j.d(fragmentActivity, WidgetHubEmailFlow.class, new HubEmailArgs(null, 0, null, 7, null)); return true; } } diff --git a/app/src/main/java/com/discord/widgets/home/WidgetHome$onViewBoundOrOnResume$8.java b/app/src/main/java/com/discord/widgets/home/WidgetHome$onViewBoundOrOnResume$8.java index 796357a02e..94fd3f4052 100644 --- a/app/src/main/java/com/discord/widgets/home/WidgetHome$onViewBoundOrOnResume$8.java +++ b/app/src/main/java/com/discord/widgets/home/WidgetHome$onViewBoundOrOnResume$8.java @@ -8,6 +8,6 @@ public final class WidgetHome$onViewBoundOrOnResume$8 implements b list) { m.checkNotNullParameter(list, "gestureRegions"); - getBinding().f1886c.setChildGestureRegions(list); + getBinding().f1887c.setChildGestureRegions(list); } @Override // com.discord.app.AppFragment, androidx.fragment.app.Fragment @@ -562,7 +562,7 @@ public final class WidgetHome extends AppFragment implements OnTabSelectedListen m.checkNotNullExpressionValue(binding, "binding"); widgetHomeHeaderManager.configure(this, widgetHomeModel$app_productionCanaryRelease, binding); } - if (getBinding().f1886c.getSelectedPanel() == OverlappingPanelsLayout.Panel.CENTER) { + if (getBinding().f1887c.getSelectedPanel() == OverlappingPanelsLayout.Panel.CENTER) { setActionBarTitleAccessibilityViewFocused(); } } diff --git a/app/src/main/java/com/discord/widgets/home/WidgetHomeHeaderManager$getOnSelectedAction$1.java b/app/src/main/java/com/discord/widgets/home/WidgetHomeHeaderManager$getOnSelectedAction$1.java index 886b725122..a41a0a915c 100644 --- a/app/src/main/java/com/discord/widgets/home/WidgetHomeHeaderManager$getOnSelectedAction$1.java +++ b/app/src/main/java/com/discord/widgets/home/WidgetHomeHeaderManager$getOnSelectedAction$1.java @@ -47,25 +47,25 @@ public final class WidgetHomeHeaderManager$getOnSelectedAction$1 implements Acti m.checkNotNullExpressionValue(parentFragmentManager, "appFragment.parentFragmentManager"); PrivateCallLauncher privateCallLauncher = new PrivateCallLauncher(appFragment, appFragment, context, parentFragmentManager); switch (menuItem.getItemId()) { - case R.id.menu_chat_add_friend /* 2131364169 */: + case R.id.menu_chat_add_friend /* 2131364175 */: WidgetFriendsAdd.Companion.show$default(WidgetFriendsAdd.Companion, context, null, "Toolbar", 2, null); break; - case R.id.menu_chat_search /* 2131364170 */: + case R.id.menu_chat_search /* 2131364176 */: launchForSearch(context); break; - case R.id.menu_chat_side_panel /* 2131364171 */: + case R.id.menu_chat_side_panel /* 2131364177 */: this.$panelLayout.openEndPanel(); break; - case R.id.menu_chat_start_call /* 2131364172 */: + case R.id.menu_chat_start_call /* 2131364178 */: privateCallLauncher.launchVoiceCall(this.$this_getOnSelectedAction.getChannelId()); break; - case R.id.menu_chat_start_group /* 2131364173 */: + case R.id.menu_chat_start_group /* 2131364179 */: ChannelInviteLaunchUtils.inviteToChannel$default(ChannelInviteLaunchUtils.INSTANCE, this.$appFragment, this.$this_getOnSelectedAction.getChannel(), "Toolbar", null, null, 24, null); break; - case R.id.menu_chat_start_video_call /* 2131364174 */: + case R.id.menu_chat_start_video_call /* 2131364180 */: privateCallLauncher.launchVideoCall(this.$this_getOnSelectedAction.getChannelId()); break; - case R.id.menu_chat_stop_call /* 2131364175 */: + case R.id.menu_chat_stop_call /* 2131364181 */: StoreStream.Companion.getVoiceChannelSelected().clear(); break; } diff --git a/app/src/main/java/com/discord/widgets/home/WidgetHomePanelNsfw.java b/app/src/main/java/com/discord/widgets/home/WidgetHomePanelNsfw.java index b786de34aa..0ce297d798 100644 --- a/app/src/main/java/com/discord/widgets/home/WidgetHomePanelNsfw.java +++ b/app/src/main/java/com/discord/widgets/home/WidgetHomePanelNsfw.java @@ -172,7 +172,7 @@ public final class WidgetHomePanelNsfw { } if (z4) { WidgetHomePanelCenterNsfwBinding widgetHomePanelCenterNsfwBinding = this.binding; - if (!(widgetHomePanelCenterNsfwBinding == null || (materialButton2 = widgetHomePanelCenterNsfwBinding.f1887c) == null)) { + if (!(widgetHomePanelCenterNsfwBinding == null || (materialButton2 = widgetHomePanelCenterNsfwBinding.f1888c) == null)) { ViewKt.setVisible(materialButton2, false); } WidgetHomePanelCenterNsfwBinding widgetHomePanelCenterNsfwBinding2 = this.binding; @@ -215,7 +215,7 @@ public final class WidgetHomePanelNsfw { materialButton2.setOnClickListener(new WidgetHomePanelNsfw$configureUI$1(this, widgetHomeModel)); } WidgetHomePanelCenterNsfwBinding widgetHomePanelCenterNsfwBinding2 = this.binding; - if (widgetHomePanelCenterNsfwBinding2 != null && (materialButton = widgetHomePanelCenterNsfwBinding2.f1887c) != null) { + if (widgetHomePanelCenterNsfwBinding2 != null && (materialButton = widgetHomePanelCenterNsfwBinding2.f1888c) != null) { materialButton.setOnClickListener(new WidgetHomePanelNsfw$configureUI$2(this, widgetHomeModel)); } } diff --git a/app/src/main/java/com/discord/widgets/home/WidgetHomeViewModel.java b/app/src/main/java/com/discord/widgets/home/WidgetHomeViewModel.java index 62e7b94140..6fe14fc24c 100644 --- a/app/src/main/java/com/discord/widgets/home/WidgetHomeViewModel.java +++ b/app/src/main/java/com/discord/widgets/home/WidgetHomeViewModel.java @@ -374,7 +374,7 @@ public final class WidgetHomeViewModel extends AppViewModel { private final PanelState leftPanelState; /* renamed from: me reason: collision with root package name */ - private final MeUser f2222me; + private final MeUser f2223me; private final PanelState rightPanelState; public StoreState(PanelState panelState, PanelState panelState2, GuildInfo guildInfo, MeUser meUser, boolean z2, boolean z3) { @@ -385,7 +385,7 @@ public final class WidgetHomeViewModel extends AppViewModel { this.leftPanelState = panelState; this.rightPanelState = panelState2; this.guildInfo = guildInfo; - this.f2222me = meUser; + this.f2223me = meUser; this.isThreadPeek = z2; this.isInGuildIdentityExperiment = z3; } @@ -401,7 +401,7 @@ public final class WidgetHomeViewModel extends AppViewModel { guildInfo = storeState.guildInfo; } if ((i & 8) != 0) { - meUser = storeState.f2222me; + meUser = storeState.f2223me; } if ((i & 16) != 0) { z2 = storeState.isThreadPeek; @@ -425,7 +425,7 @@ public final class WidgetHomeViewModel extends AppViewModel { } public final MeUser component4() { - return this.f2222me; + return this.f2223me; } public final boolean component5() { @@ -452,7 +452,7 @@ public final class WidgetHomeViewModel extends AppViewModel { return false; } StoreState storeState = (StoreState) obj; - return m.areEqual(this.leftPanelState, storeState.leftPanelState) && m.areEqual(this.rightPanelState, storeState.rightPanelState) && m.areEqual(this.guildInfo, storeState.guildInfo) && m.areEqual(this.f2222me, storeState.f2222me) && this.isThreadPeek == storeState.isThreadPeek && this.isInGuildIdentityExperiment == storeState.isInGuildIdentityExperiment; + return m.areEqual(this.leftPanelState, storeState.leftPanelState) && m.areEqual(this.rightPanelState, storeState.rightPanelState) && m.areEqual(this.guildInfo, storeState.guildInfo) && m.areEqual(this.f2223me, storeState.f2223me) && this.isThreadPeek == storeState.isThreadPeek && this.isInGuildIdentityExperiment == storeState.isInGuildIdentityExperiment; } public final GuildInfo getGuildInfo() { @@ -464,7 +464,7 @@ public final class WidgetHomeViewModel extends AppViewModel { } public final MeUser getMe() { - return this.f2222me; + return this.f2223me; } public final PanelState getRightPanelState() { @@ -479,7 +479,7 @@ public final class WidgetHomeViewModel extends AppViewModel { int hashCode2 = (hashCode + (panelState2 != null ? panelState2.hashCode() : 0)) * 31; GuildInfo guildInfo = this.guildInfo; int hashCode3 = (hashCode2 + (guildInfo != null ? guildInfo.hashCode() : 0)) * 31; - MeUser meUser = this.f2222me; + MeUser meUser = this.f2223me; if (meUser != null) { i = meUser.hashCode(); } @@ -516,7 +516,7 @@ public final class WidgetHomeViewModel extends AppViewModel { P.append(", guildInfo="); P.append(this.guildInfo); P.append(", me="); - P.append(this.f2222me); + P.append(this.f2223me); P.append(", isThreadPeek="); P.append(this.isThreadPeek); P.append(", isInGuildIdentityExperiment="); @@ -676,7 +676,7 @@ public final class WidgetHomeViewModel extends AppViewModel { WeakReference weakReference2 = TooltipManager.a.a; tooltipManager2 = weakReference2 != null ? weakReference2.get() : tooltipManager2; if (tooltipManager2 == null) { - TooltipManager tooltipManager3 = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2187c.getValue(), 0, aVar, 4); + TooltipManager tooltipManager3 = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2188c.getValue(), 0, aVar, 4); TooltipManager.a.a = new WeakReference<>(tooltipManager3); tooltipManager2 = tooltipManager3; } diff --git a/app/src/main/java/com/discord/widgets/hubs/DomainGuildInfo.java b/app/src/main/java/com/discord/widgets/hubs/DomainGuildInfo.java index 73ebdace6f..0dd3eae428 100644 --- a/app/src/main/java/com/discord/widgets/hubs/DomainGuildInfo.java +++ b/app/src/main/java/com/discord/widgets/hubs/DomainGuildInfo.java @@ -13,7 +13,7 @@ public final class DomainGuildInfo implements Parcelable { private final String icon; /* renamed from: id reason: collision with root package name */ - private final long f2223id; + private final long f2224id; private final String name; /* compiled from: WidgetHubDomains.kt */ @@ -47,7 +47,7 @@ public final class DomainGuildInfo implements Parcelable { public DomainGuildInfo(String str, long j, String str2) { m.checkNotNullParameter(str2, ModelAuditLogEntry.CHANGE_KEY_NAME); this.icon = str; - this.f2223id = j; + this.f2224id = j; this.name = str2; } @@ -61,7 +61,7 @@ public final class DomainGuildInfo implements Parcelable { } public final long getId() { - return this.f2223id; + return this.f2224id; } public final String getName() { @@ -72,7 +72,7 @@ public final class DomainGuildInfo implements Parcelable { public void writeToParcel(Parcel parcel, int i) { m.checkNotNullParameter(parcel, "parcel"); parcel.writeString(this.icon); - parcel.writeLong(this.f2223id); + parcel.writeLong(this.f2224id); parcel.writeString(this.name); } } diff --git a/app/src/main/java/com/discord/widgets/hubs/HubEmailArgs.java b/app/src/main/java/com/discord/widgets/hubs/HubEmailArgs.java index 1d304c9235..fbaaf59df5 100644 --- a/app/src/main/java/com/discord/widgets/hubs/HubEmailArgs.java +++ b/app/src/main/java/com/discord/widgets/hubs/HubEmailArgs.java @@ -8,15 +8,15 @@ import kotlin.jvm.internal.DefaultConstructorMarker; /* compiled from: WidgetHubEmailViewModel.kt */ public final class HubEmailArgs implements Parcelable { public static final Parcelable.Creator CREATOR = new Creator(); + private final HubEmailEntryPoint entryPoint; private final int guildMemberCount; private final String guildName; - private final boolean hasInvitee; public static class Creator implements Parcelable.Creator { @Override // android.os.Parcelable.Creator public final HubEmailArgs createFromParcel(Parcel parcel) { m.checkNotNullParameter(parcel, "in"); - return new HubEmailArgs(parcel.readInt() != 0, parcel.readString(), parcel.readInt()); + return new HubEmailArgs(parcel.readString(), parcel.readInt(), (HubEmailEntryPoint) Enum.valueOf(HubEmailEntryPoint.class, parcel.readString())); } @Override // android.os.Parcelable.Creator @@ -26,49 +26,51 @@ public final class HubEmailArgs implements Parcelable { } public HubEmailArgs() { - this(false, null, 0, 7, null); + this(null, 0, null, 7, null); } - public HubEmailArgs(boolean z2, String str, int i) { + public HubEmailArgs(String str, int i, HubEmailEntryPoint hubEmailEntryPoint) { m.checkNotNullParameter(str, "guildName"); - this.hasInvitee = z2; + m.checkNotNullParameter(hubEmailEntryPoint, "entryPoint"); this.guildName = str; this.guildMemberCount = i; + this.entryPoint = hubEmailEntryPoint; } /* JADX INFO: this call moved to the top of the method (can break code semantics) */ - public /* synthetic */ HubEmailArgs(boolean z2, String str, int i, int i2, DefaultConstructorMarker defaultConstructorMarker) { - this((i2 & 1) != 0 ? false : z2, (i2 & 2) != 0 ? "" : str, (i2 & 4) != 0 ? 0 : i); + public /* synthetic */ HubEmailArgs(String str, int i, HubEmailEntryPoint hubEmailEntryPoint, int i2, DefaultConstructorMarker defaultConstructorMarker) { + this((i2 & 1) != 0 ? "" : str, (i2 & 2) != 0 ? 0 : i, (i2 & 4) != 0 ? HubEmailEntryPoint.Default : hubEmailEntryPoint); } - public static /* synthetic */ HubEmailArgs copy$default(HubEmailArgs hubEmailArgs, boolean z2, String str, int i, int i2, Object obj) { + public static /* synthetic */ HubEmailArgs copy$default(HubEmailArgs hubEmailArgs, String str, int i, HubEmailEntryPoint hubEmailEntryPoint, int i2, Object obj) { if ((i2 & 1) != 0) { - z2 = hubEmailArgs.hasInvitee; - } - if ((i2 & 2) != 0) { str = hubEmailArgs.guildName; } - if ((i2 & 4) != 0) { + if ((i2 & 2) != 0) { i = hubEmailArgs.guildMemberCount; } - return hubEmailArgs.copy(z2, str, i); + if ((i2 & 4) != 0) { + hubEmailEntryPoint = hubEmailArgs.entryPoint; + } + return hubEmailArgs.copy(str, i, hubEmailEntryPoint); } - public final boolean component1() { - return this.hasInvitee; - } - - public final String component2() { + public final String component1() { return this.guildName; } - public final int component3() { + public final int component2() { return this.guildMemberCount; } - public final HubEmailArgs copy(boolean z2, String str, int i) { + public final HubEmailEntryPoint component3() { + return this.entryPoint; + } + + public final HubEmailArgs copy(String str, int i, HubEmailEntryPoint hubEmailEntryPoint) { m.checkNotNullParameter(str, "guildName"); - return new HubEmailArgs(z2, str, i); + m.checkNotNullParameter(hubEmailEntryPoint, "entryPoint"); + return new HubEmailArgs(str, i, hubEmailEntryPoint); } @Override // android.os.Parcelable @@ -85,7 +87,11 @@ public final class HubEmailArgs implements Parcelable { return false; } HubEmailArgs hubEmailArgs = (HubEmailArgs) obj; - return this.hasInvitee == hubEmailArgs.hasInvitee && m.areEqual(this.guildName, hubEmailArgs.guildName) && this.guildMemberCount == hubEmailArgs.guildMemberCount; + return m.areEqual(this.guildName, hubEmailArgs.guildName) && this.guildMemberCount == hubEmailArgs.guildMemberCount && m.areEqual(this.entryPoint, hubEmailArgs.entryPoint); + } + + public final HubEmailEntryPoint getEntryPoint() { + return this.entryPoint; } public final int getGuildMemberCount() { @@ -96,39 +102,35 @@ public final class HubEmailArgs implements Parcelable { return this.guildName; } - public final boolean getHasInvitee() { - return this.hasInvitee; - } - @Override // java.lang.Object public int hashCode() { - boolean z2 = this.hasInvitee; - if (z2) { - z2 = true; - } - int i = z2 ? 1 : 0; - int i2 = z2 ? 1 : 0; - int i3 = z2 ? 1 : 0; - int i4 = i * 31; String str = this.guildName; - return ((i4 + (str != null ? str.hashCode() : 0)) * 31) + this.guildMemberCount; + int i = 0; + int hashCode = (((str != null ? str.hashCode() : 0) * 31) + this.guildMemberCount) * 31; + HubEmailEntryPoint hubEmailEntryPoint = this.entryPoint; + if (hubEmailEntryPoint != null) { + i = hubEmailEntryPoint.hashCode(); + } + return hashCode + i; } @Override // java.lang.Object public String toString() { - StringBuilder P = a.P("HubEmailArgs(hasInvitee="); - P.append(this.hasInvitee); - P.append(", guildName="); + StringBuilder P = a.P("HubEmailArgs(guildName="); P.append(this.guildName); P.append(", guildMemberCount="); - return a.z(P, this.guildMemberCount, ")"); + P.append(this.guildMemberCount); + P.append(", entryPoint="); + P.append(this.entryPoint); + P.append(")"); + return P.toString(); } @Override // android.os.Parcelable public void writeToParcel(Parcel parcel, int i) { m.checkNotNullParameter(parcel, "parcel"); - parcel.writeInt(this.hasInvitee ? 1 : 0); parcel.writeString(this.guildName); parcel.writeInt(this.guildMemberCount); + parcel.writeString(this.entryPoint.name()); } } diff --git a/app/src/main/java/com/discord/widgets/hubs/HubEmailEntryPoint.java b/app/src/main/java/com/discord/widgets/hubs/HubEmailEntryPoint.java new file mode 100644 index 0000000000..be4c59f5e0 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/hubs/HubEmailEntryPoint.java @@ -0,0 +1,7 @@ +package com.discord.widgets.hubs; +/* compiled from: WidgetHubEmailViewModel.kt */ +public enum HubEmailEntryPoint { + Onboarding, + Invite, + Default +} diff --git a/app/src/main/java/com/discord/widgets/hubs/RadioSelectorItem.java b/app/src/main/java/com/discord/widgets/hubs/RadioSelectorItem.java index 09bfb876cb..11cb1a8065 100644 --- a/app/src/main/java/com/discord/widgets/hubs/RadioSelectorItem.java +++ b/app/src/main/java/com/discord/widgets/hubs/RadioSelectorItem.java @@ -10,7 +10,7 @@ public final class RadioSelectorItem implements Parcelable { public static final Parcelable.Creator CREATOR = new Creator(); /* renamed from: id reason: collision with root package name */ - private final int f2224id; + private final int f2225id; private final boolean selected; private final String text; @@ -29,14 +29,14 @@ public final class RadioSelectorItem implements Parcelable { public RadioSelectorItem(int i, String str, boolean z2) { m.checkNotNullParameter(str, NotificationCompat.MessagingStyle.Message.KEY_TEXT); - this.f2224id = i; + this.f2225id = i; this.text = str; this.selected = z2; } public static /* synthetic */ RadioSelectorItem copy$default(RadioSelectorItem radioSelectorItem, int i, String str, boolean z2, int i2, Object obj) { if ((i2 & 1) != 0) { - i = radioSelectorItem.f2224id; + i = radioSelectorItem.f2225id; } if ((i2 & 2) != 0) { str = radioSelectorItem.text; @@ -48,7 +48,7 @@ public final class RadioSelectorItem implements Parcelable { } public final int component1() { - return this.f2224id; + return this.f2225id; } public final String component2() { @@ -78,11 +78,11 @@ public final class RadioSelectorItem implements Parcelable { return false; } RadioSelectorItem radioSelectorItem = (RadioSelectorItem) obj; - return this.f2224id == radioSelectorItem.f2224id && m.areEqual(this.text, radioSelectorItem.text) && this.selected == radioSelectorItem.selected; + return this.f2225id == radioSelectorItem.f2225id && m.areEqual(this.text, radioSelectorItem.text) && this.selected == radioSelectorItem.selected; } public final int getId() { - return this.f2224id; + return this.f2225id; } public final boolean getSelected() { @@ -95,7 +95,7 @@ public final class RadioSelectorItem implements Parcelable { @Override // java.lang.Object public int hashCode() { - int i = this.f2224id * 31; + int i = this.f2225id * 31; String str = this.text; int hashCode = (i + (str != null ? str.hashCode() : 0)) * 31; boolean z2 = this.selected; @@ -111,7 +111,7 @@ public final class RadioSelectorItem implements Parcelable { @Override // java.lang.Object public String toString() { StringBuilder P = a.P("RadioSelectorItem(id="); - P.append(this.f2224id); + P.append(this.f2225id); P.append(", text="); P.append(this.text); P.append(", selected="); @@ -121,7 +121,7 @@ public final class RadioSelectorItem implements Parcelable { @Override // android.os.Parcelable public void writeToParcel(Parcel parcel, int i) { m.checkNotNullParameter(parcel, "parcel"); - parcel.writeInt(this.f2224id); + parcel.writeInt(this.f2225id); parcel.writeString(this.text); parcel.writeInt(this.selected ? 1 : 0); } diff --git a/app/src/main/java/com/discord/widgets/hubs/WidgetHubAddName.java b/app/src/main/java/com/discord/widgets/hubs/WidgetHubAddName.java index 26df70effa..43c3c5cd79 100644 --- a/app/src/main/java/com/discord/widgets/hubs/WidgetHubAddName.java +++ b/app/src/main/java/com/discord/widgets/hubs/WidgetHubAddName.java @@ -59,7 +59,7 @@ public final class WidgetHubAddName extends AppFragment { if (context != null) { m.checkNotNullExpressionValue(context, "context ?: return"); getBinding().f.setIsLoading(addNameState.getChangeNicknameAsync() instanceof Loading); - getBinding().f1888c.setText(addNameState.getNickname()); + getBinding().f1889c.setText(addNameState.getNickname()); TextView textView = getBinding().e; m.checkNotNullExpressionValue(textView, "binding.discordHubAddNameTitle"); Object[] objArr = new Object[1]; @@ -81,7 +81,7 @@ public final class WidgetHubAddName extends AppFragment { private final void maybeUpdateName() { if (ValidationManager.validate$default(getValidationManager(), false, 1, null)) { WidgetHubAddNameViewModel viewModel = getViewModel(); - TextInputEditText textInputEditText = getBinding().f1888c; + TextInputEditText textInputEditText = getBinding().f1889c; m.checkNotNullExpressionValue(textInputEditText, "binding.discordHubAddNameInput"); viewModel.setName(String.valueOf(textInputEditText.getText())); } @@ -104,7 +104,7 @@ public final class WidgetHubAddName extends AppFragment { m.checkNotNullParameter(view, "view"); super.onViewBound(view); getBinding().f.setOnClickListener(new WidgetHubAddName$onViewBound$1(this)); - TextInputEditText textInputEditText = getBinding().f1888c; + TextInputEditText textInputEditText = getBinding().f1889c; m.checkNotNullExpressionValue(textInputEditText, "binding.discordHubAddNameInput"); showKeyboard(textInputEditText); } diff --git a/app/src/main/java/com/discord/widgets/hubs/WidgetHubAddServer.java b/app/src/main/java/com/discord/widgets/hubs/WidgetHubAddServer.java index d93bcaf8df..8899a0807f 100644 --- a/app/src/main/java/com/discord/widgets/hubs/WidgetHubAddServer.java +++ b/app/src/main/java/com/discord/widgets/hubs/WidgetHubAddServer.java @@ -92,7 +92,7 @@ public final class WidgetHubAddServer extends AppFragment { } simpleRecyclerAdapter.setData(list); getBinding().e.setSelectedIndex(hubAddServerState.getSelectedIndex()); - getBinding().f1889c.setTitle(b.k(this, R.string.hub_choose_guild_title, new Object[]{hubAddServerState.getHubName()}, null, 4)); + getBinding().f1890c.setTitle(b.k(this, R.string.hub_choose_guild_title, new Object[]{hubAddServerState.getHubName()}, null, 4)); getBinding().b.setOnClickListener(new WidgetHubAddServer$configureUI$1(this, hubAddServerState)); } diff --git a/app/src/main/java/com/discord/widgets/hubs/WidgetHubAuthentication$configureUi$1$1$2.java b/app/src/main/java/com/discord/widgets/hubs/WidgetHubAuthentication$configureUi$1$1$2.java new file mode 100644 index 0000000000..58a12d933a --- /dev/null +++ b/app/src/main/java/com/discord/widgets/hubs/WidgetHubAuthentication$configureUi$1$1$2.java @@ -0,0 +1,19 @@ +package com.discord.widgets.hubs; + +import com.discord.stores.StoreNux; +import d0.z.d.m; +import d0.z.d.o; +import kotlin.jvm.functions.Function1; +/* compiled from: WidgetHubAuthentication.kt */ +public final class WidgetHubAuthentication$configureUi$1$1$2 extends o implements Function1 { + public static final WidgetHubAuthentication$configureUi$1$1$2 INSTANCE = new WidgetHubAuthentication$configureUi$1$1$2(); + + public WidgetHubAuthentication$configureUi$1$1$2() { + super(1); + } + + public final StoreNux.NuxState invoke(StoreNux.NuxState nuxState) { + m.checkNotNullParameter(nuxState, "it"); + return StoreNux.NuxState.copy$default(nuxState, false, false, false, false, false, null, 62, null); + } +} diff --git a/app/src/main/java/com/discord/widgets/hubs/WidgetHubAuthentication$configureUi$1.java b/app/src/main/java/com/discord/widgets/hubs/WidgetHubAuthentication$configureUi$1.java index f36c242404..f5b0de4176 100644 --- a/app/src/main/java/com/discord/widgets/hubs/WidgetHubAuthentication$configureUi$1.java +++ b/app/src/main/java/com/discord/widgets/hubs/WidgetHubAuthentication$configureUi$1.java @@ -4,6 +4,7 @@ import androidx.fragment.app.FragmentActivity; import com.airbnb.lottie.parser.AnimatableValueParser; import com.discord.R; import com.discord.api.hubs.EmailVerificationCode; +import com.discord.stores.StoreStream; import com.discord.stores.utilities.Success; import d0.z.d.m; import d0.z.d.o; @@ -28,7 +29,6 @@ public final class WidgetHubAuthentication$configureUi$1 extends o implements Fu } public final void invoke(Success success) { - FragmentActivity fragmentActivity; m.checkNotNullParameter(success, "response"); WidgetHubAuthentication widgetHubAuthentication = this.this$0; widgetHubAuthentication.hideKeyboard(widgetHubAuthentication.getView()); @@ -38,16 +38,10 @@ public final class WidgetHubAuthentication$configureUi$1 extends o implements Fu if (activity != null) { activity.setResult(-1, AnimatableValueParser.I2(new AuthenticationResult(invoke.a().p()))); activity.finish(); - fragmentActivity = activity; - } else { - fragmentActivity = null; } - } else { - c.a.d.m.i(this.this$0, R.string.error_generic_title, 0, 4); - fragmentActivity = Unit.a; - } - if (fragmentActivity == null) { - c.a.d.m.i(this.this$0, R.string.error_generic_title, 0, 4); + StoreStream.Companion.getNux().updateNux(WidgetHubAuthentication$configureUi$1$1$2.INSTANCE); + return; } + c.a.d.m.i(this.this$0, R.string.error_generic_title, 0, 4); } } diff --git a/app/src/main/java/com/discord/widgets/hubs/WidgetHubAuthentication.java b/app/src/main/java/com/discord/widgets/hubs/WidgetHubAuthentication.java index 772aba2bde..222125e6ee 100644 --- a/app/src/main/java/com/discord/widgets/hubs/WidgetHubAuthentication.java +++ b/app/src/main/java/com/discord/widgets/hubs/WidgetHubAuthentication.java @@ -71,11 +71,11 @@ public final class WidgetHubAuthentication extends AppFragment { public void onViewBound(View view) { m.checkNotNullParameter(view, "view"); super.onViewBound(view); - getBinding().f1890c.setOnCodeEntered(new WidgetHubAuthentication$onViewBound$1(this)); + getBinding().f1891c.setOnCodeEntered(new WidgetHubAuthentication$onViewBound$1(this)); LinkifiedTextView linkifiedTextView = getBinding().b; m.checkNotNullExpressionValue(linkifiedTextView, "binding.description"); linkifiedTextView.setText(b.e(this, R.string.hub_pin_description, new Object[]{getArgs().getEmail()}, new WidgetHubAuthentication$onViewBound$2(this))); - CodeVerificationView codeVerificationView = getBinding().f1890c; + CodeVerificationView codeVerificationView = getBinding().f1891c; m.checkNotNullExpressionValue(codeVerificationView, "binding.verification"); showKeyboard(codeVerificationView); } diff --git a/app/src/main/java/com/discord/widgets/hubs/WidgetHubAuthenticationViewModel$resendEmail$1.java b/app/src/main/java/com/discord/widgets/hubs/WidgetHubAuthenticationViewModel$resendEmail$1.java index 97d2677233..1b3f5293b6 100644 --- a/app/src/main/java/com/discord/widgets/hubs/WidgetHubAuthenticationViewModel$resendEmail$1.java +++ b/app/src/main/java/com/discord/widgets/hubs/WidgetHubAuthenticationViewModel$resendEmail$1.java @@ -14,9 +14,6 @@ public final class WidgetHubAuthenticationViewModel$resendEmail$1 extends o impl } public final TrackNetworkMetadataReceiver invoke(EmailVerification emailVerification) { - if (emailVerification != null) { - return new TrackNetworkActionHubEmailVerifySend(Boolean.valueOf(emailVerification.b())); - } - return null; + return new TrackNetworkActionHubEmailVerifySend(emailVerification != null ? Boolean.valueOf(emailVerification.b()) : null); } } diff --git a/app/src/main/java/com/discord/widgets/hubs/WidgetHubAuthenticationViewModel.java b/app/src/main/java/com/discord/widgets/hubs/WidgetHubAuthenticationViewModel.java index 4d4ceb3e4e..1578a4142b 100644 --- a/app/src/main/java/com/discord/widgets/hubs/WidgetHubAuthenticationViewModel.java +++ b/app/src/main/java/com/discord/widgets/hubs/WidgetHubAuthenticationViewModel.java @@ -41,11 +41,11 @@ public final class WidgetHubAuthenticationViewModel extends AppViewModel public final void onGuildClicked(long j, String str) { m.checkNotNullParameter(str, NotificationCompat.CATEGORY_EMAIL); - RestCallStateKt.executeRequest(RestCallStateKt.logNetworkAction(ObservableExtensionsKt.ui$default(this.restAPI.verifyEmail(new RestAPIParams.VerifyEmail(str, Long.valueOf(j), this.multiDomainEnabled, false, 8, null)), this, null, 2, null), WidgetHubDomainsViewModel.class, WidgetHubDomainsViewModel$onGuildClicked$1.INSTANCE), new WidgetHubDomainsViewModel$onGuildClicked$2(this, j)); + RestCallStateKt.executeRequest(RestCallStateKt.logNetworkAction(ObservableExtensionsKt.ui$default(this.restAPI.verifyEmail(new RestAPIParams.VerifyEmail(str, Long.valueOf(j), this.multiDomainEnabled, false, 8, null)), this, null, 2, null), WidgetHubDomainsViewModel$onGuildClicked$1.INSTANCE), new WidgetHubDomainsViewModel$onGuildClicked$2(this, j)); } public final void reset() { diff --git a/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailFlow$onViewCreated$2.java b/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailFlow$onViewCreated$2.java index d90a2cb3a4..e6e88d42aa 100644 --- a/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailFlow$onViewCreated$2.java +++ b/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailFlow$onViewCreated$2.java @@ -2,10 +2,32 @@ package com.discord.widgets.hubs; import android.view.View; import androidx.fragment.app.FragmentActivity; +import com.discord.stores.StoreNux; +import com.discord.stores.StoreStream; +import com.discord.widgets.guilds.create.CreateGuildTrigger; +import com.discord.widgets.nux.WidgetGuildTemplates; +import d0.z.d.m; +import d0.z.d.o; +import kotlin.jvm.functions.Function1; /* compiled from: WidgetHubEmailFlow.kt */ public final class WidgetHubEmailFlow$onViewCreated$2 implements View.OnClickListener { public final /* synthetic */ WidgetHubEmailFlow this$0; + /* compiled from: WidgetHubEmailFlow.kt */ + /* renamed from: com.discord.widgets.hubs.WidgetHubEmailFlow$onViewCreated$2$1 reason: invalid class name */ + public static final class AnonymousClass1 extends o implements Function1 { + public static final AnonymousClass1 INSTANCE = new AnonymousClass1(); + + public AnonymousClass1() { + super(1); + } + + public final StoreNux.NuxState invoke(StoreNux.NuxState nuxState) { + m.checkNotNullParameter(nuxState, "it"); + return StoreNux.NuxState.copy$default(nuxState, false, false, false, false, false, null, 62, null); + } + } + public WidgetHubEmailFlow$onViewCreated$2(WidgetHubEmailFlow widgetHubEmailFlow) { this.this$0 = widgetHubEmailFlow; } @@ -14,6 +36,11 @@ public final class WidgetHubEmailFlow$onViewCreated$2 implements View.OnClickLis public final void onClick(View view) { FragmentActivity activity = this.this$0.getActivity(); if (activity != null) { + m.checkNotNullExpressionValue(activity, "activity ?: return@setOnClickListener"); + if (WidgetHubEmailFlow.access$getArgs$p(this.this$0).getEntryPoint() == HubEmailEntryPoint.Onboarding) { + StoreStream.Companion.getNux().updateNux(AnonymousClass1.INSTANCE); + WidgetGuildTemplates.Companion.launch(activity, CreateGuildTrigger.NUF, true); + } activity.finish(); } } diff --git a/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailFlow$validationManager$2.java b/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailFlow$validationManager$2.java index b6235bdd8c..92e2c9247c 100644 --- a/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailFlow$validationManager$2.java +++ b/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailFlow$validationManager$2.java @@ -20,7 +20,7 @@ public final class WidgetHubEmailFlow$validationManager$2 extends o implements F /* renamed from: invoke */ public final ValidationManager mo1invoke() { AuthUtils authUtils = AuthUtils.INSTANCE; - TextInputLayout textInputLayout = WidgetHubEmailFlow.access$getBinding$p(this.this$0).f1894c.d; + TextInputLayout textInputLayout = WidgetHubEmailFlow.access$getBinding$p(this.this$0).f1895c.d; m.checkNotNullExpressionValue(textInputLayout, "binding.discordHubEmailI…scriptionEmailInputLayout"); return authUtils.createEmailValidationManager(textInputLayout); } diff --git a/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailFlow.java b/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailFlow.java index 301e251513..04444d44f6 100644 --- a/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailFlow.java +++ b/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailFlow.java @@ -41,11 +41,14 @@ import d0.z.d.m; import kotlin.Lazy; import kotlin.jvm.functions.Function0; import kotlin.jvm.functions.Function1; +import kotlin.jvm.internal.DefaultConstructorMarker; import kotlin.reflect.KProperty; import rx.Observable; /* compiled from: WidgetHubEmailFlow.kt */ public final class WidgetHubEmailFlow extends AppFragment { public static final /* synthetic */ KProperty[] $$delegatedProperties = {a.a0(WidgetHubEmailFlow.class, "binding", "getBinding()Lcom/discord/databinding/WidgetHubEmailFlowBinding;", 0)}; + public static final Companion Companion = new Companion(null); + private static final String NAME = WidgetHubEmailFlow.class.getName(); private final ActivityResultLauncher activityResultHandler; private final Lazy args$delegate = g.lazy(new WidgetHubEmailFlow$$special$$inlined$args$1(this, "intent_args_key")); private final FragmentViewBindingDelegate binding$delegate = FragmentViewBindingDelegateKt.viewBinding$default(this, WidgetHubEmailFlow$binding$2.INSTANCE, null, 2, null); @@ -53,6 +56,40 @@ public final class WidgetHubEmailFlow extends AppFragment { private final Lazy validationManager$delegate; private final Lazy viewModel$delegate; + /* compiled from: WidgetHubEmailFlow.kt */ + public static final class Companion { + private Companion() { + } + + public /* synthetic */ Companion(DefaultConstructorMarker defaultConstructorMarker) { + this(); + } + + public final String getNAME() { + return WidgetHubEmailFlow.access$getNAME$cp(); + } + } + + public final /* synthetic */ class WhenMappings { + public static final /* synthetic */ int[] $EnumSwitchMapping$0; + public static final /* synthetic */ int[] $EnumSwitchMapping$1; + + static { + HubEmailEntryPoint.values(); + int[] iArr = new int[3]; + $EnumSwitchMapping$0 = iArr; + HubEmailEntryPoint hubEmailEntryPoint = HubEmailEntryPoint.Invite; + iArr[hubEmailEntryPoint.ordinal()] = 1; + HubEmailEntryPoint hubEmailEntryPoint2 = HubEmailEntryPoint.Onboarding; + iArr[hubEmailEntryPoint2.ordinal()] = 2; + HubEmailEntryPoint.values(); + int[] iArr2 = new int[3]; + $EnumSwitchMapping$1 = iArr2; + iArr2[hubEmailEntryPoint.ordinal()] = 1; + iArr2[hubEmailEntryPoint2.ordinal()] = 2; + } + } + public WidgetHubEmailFlow() { super(R.layout.widget_hub_email_flow); ActivityResultLauncher registerForActivityResult = registerForActivityResult(new ActivityResultContracts.StartActivityForResult(), new WidgetHubEmailFlow$activityResultHandler$1(this)); @@ -69,10 +106,18 @@ public final class WidgetHubEmailFlow extends AppFragment { return widgetHubEmailFlow.activityResultHandler; } + public static final /* synthetic */ HubEmailArgs access$getArgs$p(WidgetHubEmailFlow widgetHubEmailFlow) { + return widgetHubEmailFlow.getArgs(); + } + public static final /* synthetic */ WidgetHubEmailFlowBinding access$getBinding$p(WidgetHubEmailFlow widgetHubEmailFlow) { return widgetHubEmailFlow.getBinding(); } + public static final /* synthetic */ String access$getNAME$cp() { + return NAME; + } + public static final /* synthetic */ WidgetHubEmailViewModel access$getViewModel$p(WidgetHubEmailFlow widgetHubEmailFlow) { return widgetHubEmailFlow.getViewModel(); } @@ -94,7 +139,7 @@ public final class WidgetHubEmailFlow extends AppFragment { } private final String getEmail() { - TextInputEditText textInputEditText = getBinding().f1894c.f66c; + TextInputEditText textInputEditText = getBinding().f1895c.f66c; m.checkNotNullExpressionValue(textInputEditText, "binding.discordHubEmailI…aderDescriptionEmailInput"); return String.valueOf(textInputEditText.getText()); } @@ -118,10 +163,10 @@ public final class WidgetHubEmailFlow extends AppFragment { boolean z3 = !(hubEmailState.getVerifyEmailAsync() instanceof Success) && hubEmailState.getWaitlistResult() == null; EmailVerification invoke2 = hubEmailState.getVerifyEmailAsync().invoke(); boolean z4 = (invoke2 != null && !invoke2.b()) || hubEmailState.getWaitlistResult() != null; - TextInputEditText textInputEditText = getBinding().f1894c.f66c; + TextInputEditText textInputEditText = getBinding().f1895c.f66c; m.checkNotNullExpressionValue(textInputEditText, "binding.discordHubEmailI…aderDescriptionEmailInput"); String valueOf = String.valueOf(textInputEditText.getText()); - a5 a5Var = getBinding().f1894c; + a5 a5Var = getBinding().f1895c; m.checkNotNullExpressionValue(a5Var, "binding.discordHubEmailInput"); NestedScrollView nestedScrollView = a5Var.a; m.checkNotNullExpressionValue(nestedScrollView, "binding.discordHubEmailInput.root"); @@ -164,7 +209,7 @@ public final class WidgetHubEmailFlow extends AppFragment { private final void verifyEmail() { int i = 0; boolean validate$default = ValidationManager.validate$default(getValidationManager(), false, 1, null); - TextView textView = getBinding().f1894c.f; + TextView textView = getBinding().f1895c.f; m.checkNotNullExpressionValue(textView, "binding.discordHubEmailInput.discordHubEmailLabel"); if (!validate$default) { i = 8; @@ -197,20 +242,24 @@ public final class WidgetHubEmailFlow extends AppFragment { getBinding().b.d.setOnClickListener(new WidgetHubEmailFlow$onViewCreated$1(this)); getBinding().d.setOnClickListener(new WidgetHubEmailFlow$onViewCreated$2(this)); getBinding().b.b.setOnClickListener(new WidgetHubEmailFlow$onViewCreated$3(this)); - TextView textView = getBinding().f1894c.e; + TextView textView = getBinding().f1895c.e; m.checkNotNullExpressionValue(textView, "binding.discordHubEmailI…iscordHubEmailHeaderTitle"); - if (getArgs().getHasInvitee()) { + int ordinal = getArgs().getEntryPoint().ordinal(); + if (ordinal == 0) { + charSequence = getString(R.string.hub_email_connection_nux_header); + } else if (ordinal != 1) { + charSequence = getString(R.string.hub_waitlist_modal_join_header); + } else { Context context = view.getContext(); m.checkNotNullExpressionValue(context, "view.context"); charSequence = b.k(this, R.string.hub_email_connection_invite_header, new Object[]{StringResourceUtilsKt.getI18nPluralString(context, R.plurals.hub_email_connection_invite_header_count, getArgs().getGuildMemberCount(), Integer.valueOf(getArgs().getGuildMemberCount())), getArgs().getGuildName()}, null, 4); - } else { - charSequence = getString(R.string.hub_waitlist_modal_join_header); } textView.setText(charSequence); - String string = getString(getArgs().getHasInvitee() ? R.string.hub_email_connection_content_description : R.string.hub_waitlist_modal_join_subheader); - m.checkNotNullExpressionValue(string, "getString(\n if (a…subheader\n }\n )"); + int ordinal2 = getArgs().getEntryPoint().ordinal(); + String string = getString(ordinal2 != 0 ? ordinal2 != 1 ? R.string.hub_waitlist_modal_join_subheader : R.string.hub_email_connection_content_description : R.string.hub_email_connection_nux_content_description); + m.checkNotNullExpressionValue(string, "getString(\n when …subheader\n }\n )"); CharSequence e = b.e(this, R.string.learn_more_link, new Object[0], new WidgetHubEmailFlow$onViewCreated$learnMore$1(this)); - LinkifiedTextView linkifiedTextView = getBinding().f1894c.b; + LinkifiedTextView linkifiedTextView = getBinding().f1895c.b; m.checkNotNullExpressionValue(linkifiedTextView, "binding.discordHubEmailI…HubEmailHeaderDescription"); linkifiedTextView.setText(new SpannableStringBuilder(string).append((CharSequence) " ").append(e)); } diff --git a/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailViewModel$submitEmail$1.java b/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailViewModel$submitEmail$1.java index 3cc3922d8f..e1dbe89713 100644 --- a/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailViewModel$submitEmail$1.java +++ b/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailViewModel$submitEmail$1.java @@ -1,6 +1,6 @@ package com.discord.widgets.hubs; -import com.discord.analytics.generated.events.network_action.TrackNetworkActionHubWaitlistSignup; +import com.discord.analytics.generated.events.network_action.TrackNetworkActionHubEmailVerifySend; import com.discord.analytics.generated.traits.TrackNetworkMetadataReceiver; import com.discord.api.hubs.EmailVerification; import d0.z.d.o; @@ -14,10 +14,6 @@ public final class WidgetHubEmailViewModel$submitEmail$1 extends o implements Fu } public final TrackNetworkMetadataReceiver invoke(EmailVerification emailVerification) { - boolean z2 = true; - if (emailVerification == null || !emailVerification.b()) { - z2 = false; - } - return new TrackNetworkActionHubWaitlistSignup(Boolean.valueOf(z2)); + return new TrackNetworkActionHubEmailVerifySend(emailVerification != null ? Boolean.valueOf(emailVerification.b()) : null); } } diff --git a/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailViewModel.java b/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailViewModel.java index 830218dd39..9021347e3a 100644 --- a/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailViewModel.java +++ b/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailViewModel.java @@ -63,6 +63,6 @@ public final class WidgetHubEmailViewModel extends AppViewModel { public final void submitEmail(String str) { m.checkNotNullParameter(str, NotificationCompat.CATEGORY_EMAIL); - RestCallStateKt.executeRequest(RestCallStateKt.logNetworkAction(ObservableExtensionsKt.ui$default(this.restAPI.verifyEmail(new RestAPIParams.VerifyEmail(str, null, this.multiDomainEnabled, false, 10, null)), this, null, 2, null), WidgetHubEmailViewModel.class, WidgetHubEmailViewModel$submitEmail$1.INSTANCE), new WidgetHubEmailViewModel$submitEmail$2(this)); + RestCallStateKt.executeRequest(RestCallStateKt.logNetworkAction(ObservableExtensionsKt.ui$default(this.restAPI.verifyEmail(new RestAPIParams.VerifyEmail(str, null, this.multiDomainEnabled, false, 10, null)), this, null, 2, null), WidgetHubEmailViewModel$submitEmail$1.INSTANCE), new WidgetHubEmailViewModel$submitEmail$2(this)); } } diff --git a/app/src/main/java/com/discord/widgets/hubs/WidgetHubWaitlist.java b/app/src/main/java/com/discord/widgets/hubs/WidgetHubWaitlist.java index 7c45583b72..24ef7fef3a 100644 --- a/app/src/main/java/com/discord/widgets/hubs/WidgetHubWaitlist.java +++ b/app/src/main/java/com/discord/widgets/hubs/WidgetHubWaitlist.java @@ -63,7 +63,7 @@ public final class WidgetHubWaitlist extends AppFragment { private final void maybeSubmitSchoolName() { if (getValidationManager().validate(true)) { WidgetHubWaitlistViewModel viewModel = getViewModel(); - TextInputEditText textInputEditText = getBinding().f1895c; + TextInputEditText textInputEditText = getBinding().f1896c; m.checkNotNullExpressionValue(textInputEditText, "binding.hubWaitlistEditText"); viewModel.joinWaitlist(String.valueOf(textInputEditText.getText())); } @@ -87,7 +87,7 @@ public final class WidgetHubWaitlist extends AppFragment { super.onViewBoundOrOnResume(); ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui(ObservableExtensionsKt.bindToComponentLifecycle$default(getViewModel().observeViewState(), this, null, 2, null)), WidgetHubWaitlist.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new WidgetHubWaitlist$onViewBoundOrOnResume$1(this), 62, (Object) null); getBinding().b.setOnClickListener(new WidgetHubWaitlist$onViewBoundOrOnResume$2(this)); - TextInputEditText textInputEditText = getBinding().f1895c; + TextInputEditText textInputEditText = getBinding().f1896c; m.checkNotNullExpressionValue(textInputEditText, "binding.hubWaitlistEditText"); showKeyboard(textInputEditText); } diff --git a/app/src/main/java/com/discord/widgets/media/WidgetMedia$onViewBoundOrOnResume$1.java b/app/src/main/java/com/discord/widgets/media/WidgetMedia$onViewBoundOrOnResume$1.java index 73b5468143..b27e35ec2e 100644 --- a/app/src/main/java/com/discord/widgets/media/WidgetMedia$onViewBoundOrOnResume$1.java +++ b/app/src/main/java/com/discord/widgets/media/WidgetMedia$onViewBoundOrOnResume$1.java @@ -116,16 +116,16 @@ public final class WidgetMedia$onViewBoundOrOnResume$1 implements Action public final void call(MenuItem menuItem, Context context) { m.checkNotNullExpressionValue(menuItem, "menuItem"); switch (menuItem.getItemId()) { - case R.id.menu_media_browser /* 2131364192 */: + case R.id.menu_media_browser /* 2131364198 */: m.checkNotNullExpressionValue(context, "context"); String uri = this.$sourceUri.toString(); m.checkNotNullExpressionValue(uri, "sourceUri.toString()"); UriHandler.handleOrUntrusted$default(context, uri, null, 4, null); return; - case R.id.menu_media_download /* 2131364193 */: + case R.id.menu_media_download /* 2131364199 */: this.this$0.requestMediaDownload(new AnonymousClass1(this, context)); return; - case R.id.menu_media_share /* 2131364194 */: + case R.id.menu_media_share /* 2131364200 */: m.checkNotNullExpressionValue(context, "context"); String uri2 = this.$sourceUri.toString(); m.checkNotNullExpressionValue(uri2, "sourceUri.toString()"); diff --git a/app/src/main/java/com/discord/widgets/media/WidgetMedia.java b/app/src/main/java/com/discord/widgets/media/WidgetMedia.java index 7c90f0e09c..4b7cbcf0aa 100644 --- a/app/src/main/java/com/discord/widgets/media/WidgetMedia.java +++ b/app/src/main/java/com/discord/widgets/media/WidgetMedia.java @@ -167,7 +167,7 @@ public final class WidgetMedia extends AppFragment { String str3 = previewImage == null ? previewImage.a : null; Integer num2 = previewImage == null ? previewImage.b : null; if (previewImage != null) { - num = previewImage.f2089c; + num = previewImage.f2090c; } launch(context, j, l, str, str3, num2, num, mediaType); } @@ -467,7 +467,7 @@ public final class WidgetMedia extends AppFragment { if (videoSurfaceView != null) { videoSurfaceView.setOnClickListener(new WidgetMedia$onViewBound$1(this)); } - getBinding().f1902c.setOnClickListener(new WidgetMedia$onViewBound$2(this)); + getBinding().f1903c.setOnClickListener(new WidgetMedia$onViewBound$2(this)); AppBarLayout appBarLayout = getBinding().b; m.checkNotNullExpressionValue(appBarLayout, "binding.actionBarToolbarLayout"); ViewExtensions.addOnHeightChangedListener(appBarLayout, new WidgetMedia$onViewBound$3(this)); diff --git a/app/src/main/java/com/discord/widgets/media/WidgetQRScanner.java b/app/src/main/java/com/discord/widgets/media/WidgetQRScanner.java index 148963a760..3c7d297a86 100644 --- a/app/src/main/java/com/discord/widgets/media/WidgetQRScanner.java +++ b/app/src/main/java/com/discord/widgets/media/WidgetQRScanner.java @@ -142,7 +142,7 @@ public final class WidgetQRScanner extends AppFragment implements ZXingScannerVi AppFragment.setActionBarDisplayHomeAsUpEnabled$default(this, false, 1, null); setActionBarTitle(R.string.login_with_qr); boolean booleanExtra = getMostRecentIntent().getBooleanExtra(EXTRA_SHOW_HELP_CHIP, false); - Chip chip = getBinding().f1926c; + Chip chip = getBinding().f1927c; m.checkNotNullExpressionValue(chip, "binding.qrScannerChip"); if (!booleanExtra) { i = 8; diff --git a/app/src/main/java/com/discord/widgets/mobile_reports/WidgetMobileReports.java b/app/src/main/java/com/discord/widgets/mobile_reports/WidgetMobileReports.java index ea2f9cb5e8..9c95ebcd0a 100644 --- a/app/src/main/java/com/discord/widgets/mobile_reports/WidgetMobileReports.java +++ b/app/src/main/java/com/discord/widgets/mobile_reports/WidgetMobileReports.java @@ -85,7 +85,7 @@ public final class WidgetMobileReports extends AppFragment { private final void configureUI(MobileReportsViewModel.ViewState.Menu menu) { setActionBarDisplayHomeAsUpEnabled(!menu.shouldHideBackArrow()); - ProgressBar progressBar = getBinding().f1907c; + ProgressBar progressBar = getBinding().f1908c; m.checkNotNullExpressionValue(progressBar, "binding.mobileReportsProgressBar"); progressBar.setVisibility(8); ReportsMenuNode reportsMenuNode = (ReportsMenuNode) getBinding().b.getChildAt(0); diff --git a/app/src/main/java/com/discord/widgets/notice/NoticePopup$enqueue$notice$1$3$2.java b/app/src/main/java/com/discord/widgets/notice/NoticePopup$enqueue$notice$1$3$2.java index da3d598c42..a24696cba2 100644 --- a/app/src/main/java/com/discord/widgets/notice/NoticePopup$enqueue$notice$1$3$2.java +++ b/app/src/main/java/com/discord/widgets/notice/NoticePopup$enqueue$notice$1$3$2.java @@ -15,23 +15,23 @@ public final class NoticePopup$enqueue$notice$1$3$2 implements Runnable { @Override // java.lang.Runnable public final void run() { - SimpleDraweeSpanTextView simpleDraweeSpanTextView = this.$binding.f1914c; + SimpleDraweeSpanTextView simpleDraweeSpanTextView = this.$binding.f1915c; m.checkNotNullExpressionValue(simpleDraweeSpanTextView, "binding.popupBody"); Layout layout = simpleDraweeSpanTextView.getLayout(); int lineCount = layout != null ? layout.getLineCount() : 0; - SimpleDraweeSpanTextView simpleDraweeSpanTextView2 = this.$binding.f1914c; + SimpleDraweeSpanTextView simpleDraweeSpanTextView2 = this.$binding.f1915c; m.checkNotNullExpressionValue(simpleDraweeSpanTextView2, "binding.popupBody"); if (lineCount > simpleDraweeSpanTextView2.getMaxLines()) { - SimpleDraweeSpanTextView simpleDraweeSpanTextView3 = this.$binding.f1914c; + SimpleDraweeSpanTextView simpleDraweeSpanTextView3 = this.$binding.f1915c; m.checkNotNullExpressionValue(simpleDraweeSpanTextView3, "binding.popupBody"); Layout layout2 = simpleDraweeSpanTextView3.getLayout(); - SimpleDraweeSpanTextView simpleDraweeSpanTextView4 = this.$binding.f1914c; + SimpleDraweeSpanTextView simpleDraweeSpanTextView4 = this.$binding.f1915c; m.checkNotNullExpressionValue(simpleDraweeSpanTextView4, "binding.popupBody"); int lineEnd = layout2.getLineEnd(simpleDraweeSpanTextView4.getMaxLines() - 1); - SimpleDraweeSpanTextView simpleDraweeSpanTextView5 = this.$binding.f1914c; + SimpleDraweeSpanTextView simpleDraweeSpanTextView5 = this.$binding.f1915c; m.checkNotNullExpressionValue(simpleDraweeSpanTextView5, "binding.popupBody"); CharSequence subSequence = simpleDraweeSpanTextView5.getText().subSequence(0, lineEnd - 1); - SimpleDraweeSpanTextView simpleDraweeSpanTextView6 = this.$binding.f1914c; + SimpleDraweeSpanTextView simpleDraweeSpanTextView6 = this.$binding.f1915c; m.checkNotNullExpressionValue(simpleDraweeSpanTextView6, "binding.popupBody"); simpleDraweeSpanTextView6.setText(new SpannableStringBuilder(subSequence).append((CharSequence) "…")); } diff --git a/app/src/main/java/com/discord/widgets/notice/WidgetNoticeDialog.java b/app/src/main/java/com/discord/widgets/notice/WidgetNoticeDialog.java index 056cc92a4a..c3a60affd5 100644 --- a/app/src/main/java/com/discord/widgets/notice/WidgetNoticeDialog.java +++ b/app/src/main/java/com/discord/widgets/notice/WidgetNoticeDialog.java @@ -64,11 +64,11 @@ public final class WidgetNoticeDialog extends AppDialog { private static final String ARG_THEME_ID = "theme_id"; /* renamed from: CANCEL_BUTTON */ - public static final int notice_cancel = 2131364338; + public static final int notice_cancel = 2131364344; public static final Companion Companion = new Companion(null); /* renamed from: OK_BUTTON */ - public static final int notice_ok = 2131364343; + public static final int notice_ok = 2131364349; public static final int ON_SHOW = 0; private final FragmentViewBindingDelegate binding$delegate = FragmentViewBindingDelegateKt.viewBinding$default(this, WidgetNoticeDialog$binding$2.INSTANCE, null, 2, null); private Map> listenerMap; @@ -409,16 +409,16 @@ public final class WidgetNoticeDialog extends AppDialog { LinearLayout linearLayout = getBinding().f; m.checkNotNullExpressionValue(linearLayout, "binding.noticeHeaderContainer"); linearLayout.setVisibility((charSequence2 == null || t.isBlank(charSequence2)) ^ true ? 0 : 8); - LinkifiedTextView linkifiedTextView = getBinding().f1911c; + LinkifiedTextView linkifiedTextView = getBinding().f1912c; m.checkNotNullExpressionValue(linkifiedTextView, "binding.noticeBodyText"); Bundle arguments4 = getArguments(); linkifiedTextView.setText(arguments4 != null ? arguments4.getCharSequence(ARG_BODY_TEXT) : null); if (isCancelable()) { - LinkifiedTextView linkifiedTextView2 = getBinding().f1911c; + LinkifiedTextView linkifiedTextView2 = getBinding().f1912c; m.checkNotNullExpressionValue(linkifiedTextView2, "binding.noticeBodyText"); linkifiedTextView2.setMovementMethod(new ActionLinkMovementMethod(new WidgetNoticeDialog$onViewBound$2(this))); } - LinkifiedTextView linkifiedTextView3 = getBinding().f1911c; + LinkifiedTextView linkifiedTextView3 = getBinding().f1912c; m.checkNotNullExpressionValue(linkifiedTextView3, "binding.noticeBodyText"); Bundle arguments5 = getArguments(); linkifiedTextView3.setTextAlignment(arguments5 != null ? arguments5.getInt(ARG_BODY_TEXT_ALIGNMENT) : 2); diff --git a/app/src/main/java/com/discord/widgets/notice/WidgetNoticeNuxOverlay.java b/app/src/main/java/com/discord/widgets/notice/WidgetNoticeNuxOverlay.java index 505c24ceb6..0153171c9c 100644 --- a/app/src/main/java/com/discord/widgets/notice/WidgetNoticeNuxOverlay.java +++ b/app/src/main/java/com/discord/widgets/notice/WidgetNoticeNuxOverlay.java @@ -47,7 +47,7 @@ public final class WidgetNoticeNuxOverlay extends AppDialog { m.checkNotNullParameter(view, "view"); super.onViewBound(view); StoreStream.Companion.getNotices().markDialogSeen(NOTICE_NAME); - getBinding().f1912c.setOnClickListener(new WidgetNoticeNuxOverlay$onViewBound$1(this)); + getBinding().f1913c.setOnClickListener(new WidgetNoticeNuxOverlay$onViewBound$1(this)); getBinding().b.setOnClickListener(new WidgetNoticeNuxOverlay$onViewBound$2(this)); } } diff --git a/app/src/main/java/com/discord/widgets/notice/WidgetNoticeNuxSamsungLink.java b/app/src/main/java/com/discord/widgets/notice/WidgetNoticeNuxSamsungLink.java index 6ec04cf7ec..6f893c31a1 100644 --- a/app/src/main/java/com/discord/widgets/notice/WidgetNoticeNuxSamsungLink.java +++ b/app/src/main/java/com/discord/widgets/notice/WidgetNoticeNuxSamsungLink.java @@ -89,7 +89,7 @@ public final class WidgetNoticeNuxSamsungLink extends AppDialog { super.onViewBound(view); StoreStream.Companion.getNotices().markDialogSeen(NOTICE_NAME); ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui$default(ObservableExtensionsKt.takeSingleUntilTimeout$default(ObservableExtensionsKt.computationLatest(ObservableExtensionsKt.restSubscribeOn$default(RestAPI.Companion.getApi().getOAuthTokens(), false, 1, null)), 0, false, 1, null), this, null, 2, null), WidgetNoticeNuxSamsungLink.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new WidgetNoticeNuxSamsungLink$onViewBound$1(this), 62, (Object) null); - getBinding().f1913c.setOnClickListener(new WidgetNoticeNuxSamsungLink$onViewBound$2(this)); + getBinding().f1914c.setOnClickListener(new WidgetNoticeNuxSamsungLink$onViewBound$2(this)); getBinding().b.setOnClickListener(new WidgetNoticeNuxSamsungLink$onViewBound$3(this)); } } diff --git a/app/src/main/java/com/discord/widgets/nux/WidgetGuildTemplates.java b/app/src/main/java/com/discord/widgets/nux/WidgetGuildTemplates.java index 3b5eade500..79dafed2a2 100644 --- a/app/src/main/java/com/discord/widgets/nux/WidgetGuildTemplates.java +++ b/app/src/main/java/com/discord/widgets/nux/WidgetGuildTemplates.java @@ -118,7 +118,7 @@ public class WidgetGuildTemplates extends AppFragment { } guildTemplatesAdapter.setItems(arrayList); getBinding().b.setOnClickListener(new WidgetGuildTemplates$onViewBound$3(this)); - LinearLayout linearLayout = getBinding().f1916c; + LinearLayout linearLayout = getBinding().f1917c; m.checkNotNullExpressionValue(linearLayout, "binding.nuxGuildTemplateSectionBottom"); if (!getArgs().getGuildTemplate().getShowInvitePrompt()) { i = 8; diff --git a/app/src/main/java/com/discord/widgets/nux/WidgetNavigationHelp.java b/app/src/main/java/com/discord/widgets/nux/WidgetNavigationHelp.java index 825976f8b2..4078cd2d17 100644 --- a/app/src/main/java/com/discord/widgets/nux/WidgetNavigationHelp.java +++ b/app/src/main/java/com/discord/widgets/nux/WidgetNavigationHelp.java @@ -110,7 +110,7 @@ public final class WidgetNavigationHelp extends AppDialog { ViewPager2 viewPager2 = getBinding().d; m.checkNotNullExpressionValue(viewPager2, "binding.navigationHelpNuxPager"); viewPager2.setAdapter(new NuxPagerAdapter(this)); - TabLayout tabLayout = getBinding().f1910c; + TabLayout tabLayout = getBinding().f1911c; m.checkNotNullExpressionValue(tabLayout, "binding.navigationHelpIndicators"); ViewPager2 viewPager22 = getBinding().d; m.checkNotNullExpressionValue(viewPager22, "binding.navigationHelpNuxPager"); diff --git a/app/src/main/java/com/discord/widgets/nux/WidgetNuxChannelPrompt.java b/app/src/main/java/com/discord/widgets/nux/WidgetNuxChannelPrompt.java index 215d7315b0..145f5df1f8 100644 --- a/app/src/main/java/com/discord/widgets/nux/WidgetNuxChannelPrompt.java +++ b/app/src/main/java/com/discord/widgets/nux/WidgetNuxChannelPrompt.java @@ -108,7 +108,7 @@ public final class WidgetNuxChannelPrompt extends AppFragment { TextView textView = getBinding().d; m.checkNotNullExpressionValue(textView, "binding.nufChannelPromptGuildIconName"); textView.setVisibility(8); - SimpleDraweeView simpleDraweeView = getBinding().f1915c; + SimpleDraweeView simpleDraweeView = getBinding().f1916c; m.checkNotNullExpressionValue(simpleDraweeView, "binding.nufChannelPromptGuildIcon"); IconUtils.setIcon$default(simpleDraweeView, forGuild$default, 0, (Function1) null, (MGImages.ChangeDetector) null, 28, (Object) null); } else { @@ -118,7 +118,7 @@ public final class WidgetNuxChannelPrompt extends AppFragment { TextView textView3 = getBinding().d; m.checkNotNullExpressionValue(textView3, "binding.nufChannelPromptGuildIconName"); textView3.setText(guild.getShortName()); - SimpleDraweeView simpleDraweeView2 = getBinding().f1915c; + SimpleDraweeView simpleDraweeView2 = getBinding().f1916c; m.checkNotNullExpressionValue(simpleDraweeView2, "binding.nufChannelPromptGuildIcon"); IconUtils.setIcon$default(simpleDraweeView2, IconUtils.DEFAULT_ICON, 0, (Function1) null, (MGImages.ChangeDetector) null, 28, (Object) null); } diff --git a/app/src/main/java/com/discord/widgets/phone/PhoneCountryCodeAdapterItem.java b/app/src/main/java/com/discord/widgets/phone/PhoneCountryCodeAdapterItem.java index 7431383b61..6b77b7c4ad 100644 --- a/app/src/main/java/com/discord/widgets/phone/PhoneCountryCodeAdapterItem.java +++ b/app/src/main/java/com/discord/widgets/phone/PhoneCountryCodeAdapterItem.java @@ -39,6 +39,6 @@ public final class PhoneCountryCodeAdapterItem extends RecyclerView.ViewHolder { TextView textView2 = this.binding.b; m.checkNotNullExpressionValue(textView2, "binding.phoneCountryCodeCode"); textView2.setText(phoneCountryCode.getCode()); - this.binding.f1921c.setOnClickListener(new PhoneCountryCodeAdapterItem$bind$1(this, phoneCountryCode)); + this.binding.f1922c.setOnClickListener(new PhoneCountryCodeAdapterItem$bind$1(this, phoneCountryCode)); } } diff --git a/app/src/main/java/com/discord/widgets/phone/WidgetPhoneCountryCodeBottomSheet.java b/app/src/main/java/com/discord/widgets/phone/WidgetPhoneCountryCodeBottomSheet.java index 1cec827505..04e800dd80 100644 --- a/app/src/main/java/com/discord/widgets/phone/WidgetPhoneCountryCodeBottomSheet.java +++ b/app/src/main/java/com/discord/widgets/phone/WidgetPhoneCountryCodeBottomSheet.java @@ -113,7 +113,7 @@ public final class WidgetPhoneCountryCodeBottomSheet extends AppBottomSheet { @Override // com.discord.app.AppBottomSheet, androidx.fragment.app.Fragment public void onResume() { super.onResume(); - TextInputLayout textInputLayout = getBinding().f1920c; + TextInputLayout textInputLayout = getBinding().f1921c; m.checkNotNullExpressionValue(textInputLayout, "binding.phoneCountryCodeSearch"); ViewExtensions.addBindedTextWatcher(textInputLayout, this, new WidgetPhoneCountryCodeBottomSheet$onResume$1(this)); Observable o = this.nameFilterSubject.o(200, TimeUnit.MILLISECONDS); diff --git a/app/src/main/java/com/discord/widgets/quickmentions/WidgetQuickMentionsDialog.java b/app/src/main/java/com/discord/widgets/quickmentions/WidgetQuickMentionsDialog.java index 5b344ae516..0a6abd42ed 100644 --- a/app/src/main/java/com/discord/widgets/quickmentions/WidgetQuickMentionsDialog.java +++ b/app/src/main/java/com/discord/widgets/quickmentions/WidgetQuickMentionsDialog.java @@ -155,7 +155,7 @@ public final class WidgetQuickMentionsDialog extends AppDialog { ViewPager2 viewPager2 = getBinding().b; m.checkNotNullExpressionValue(viewPager2, "binding.tabContents"); viewPager2.setAdapter(tabsAdapter); - TabLayout tabLayout = getBinding().f1927c; + TabLayout tabLayout = getBinding().f1928c; m.checkNotNullExpressionValue(tabLayout, "binding.tabs"); ViewPager2 viewPager22 = getBinding().b; m.checkNotNullExpressionValue(viewPager22, "binding.tabContents"); diff --git a/app/src/main/java/com/discord/widgets/roles/RoleIconView$showRoleIconToast$iconNode$1.java b/app/src/main/java/com/discord/widgets/roles/RoleIconView$showRoleIconToast$1.java similarity index 86% rename from app/src/main/java/com/discord/widgets/roles/RoleIconView$showRoleIconToast$iconNode$1.java rename to app/src/main/java/com/discord/widgets/roles/RoleIconView$showRoleIconToast$1.java index 18b761dd43..7b6ac2299d 100644 --- a/app/src/main/java/com/discord/widgets/roles/RoleIconView$showRoleIconToast$iconNode$1.java +++ b/app/src/main/java/com/discord/widgets/roles/RoleIconView$showRoleIconToast$1.java @@ -7,11 +7,11 @@ import d0.z.d.m; import d0.z.d.o; import kotlin.jvm.functions.Function3; /* compiled from: RoleIconView.kt */ -public final class RoleIconView$showRoleIconToast$iconNode$1 extends o implements Function3 { +public final class RoleIconView$showRoleIconToast$1 extends o implements Function3 { public final /* synthetic */ GuildRole $role; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public RoleIconView$showRoleIconToast$iconNode$1(GuildRole guildRole) { + public RoleIconView$showRoleIconToast$1(GuildRole guildRole) { super(3); this.$role = guildRole; } diff --git a/app/src/main/java/com/discord/widgets/roles/RoleIconView.java b/app/src/main/java/com/discord/widgets/roles/RoleIconView.java index 8786272a66..168f560f67 100644 --- a/app/src/main/java/com/discord/widgets/roles/RoleIconView.java +++ b/app/src/main/java/com/discord/widgets/roles/RoleIconView.java @@ -9,6 +9,7 @@ import com.discord.R; import com.discord.api.guild.GuildFeature; import com.discord.api.role.GuildRole; import com.discord.databinding.RoleIconViewBinding; +import com.discord.models.domain.emoji.ModelEmojiUnicode; import com.discord.stores.StoreStream; import com.discord.utilities.dimen.DimenUtils; import com.discord.utilities.guilds.GuildUtilsKt; @@ -22,6 +23,7 @@ import com.facebook.drawee.view.SimpleDraweeView; import d0.z.d.m; import java.util.Collections; import java.util.Set; +import kotlin.jvm.functions.Function1; /* compiled from: RoleIconView.kt */ public final class RoleIconView extends FrameLayout { private final RoleIconViewBinding binding; @@ -46,36 +48,65 @@ public final class RoleIconView extends FrameLayout { roleIconView.showRoleIconToast(context, guildRole); } - private final void showRoleIconToast(Context context, GuildRole guildRole) { - EmojiNode emojiNode = new EmojiNode(guildRole.g(), new RoleIconView$showRoleIconToast$iconNode$1(guildRole), new EmojiNode.EmojiIdAndType.Unicode(""), DimenUtils.dpToPixels(24), DimenUtils.dpToPixels(24)); - RoleIconView$showRoleIconToast$renderContext$1 roleIconView$showRoleIconToast$renderContext$1 = new RoleIconView$showRoleIconToast$renderContext$1(context); - Set singleton = Collections.singleton(emojiNode); - m.checkNotNullExpressionValue(singleton, "Collections.singleton(iconNode)"); - ToastManager.show$default(new ToastManager(), context, AstRenderer.render(singleton, roleIconView$showRoleIconToast$renderContext$1).append((CharSequence) " ").append(b.h(context, R.string.role_icon_toast_message, new Object[]{guildRole.g()}, null, 4)), 0, 4, (Object) null); - } - - /* JADX WARNING: Code restructure failed: missing block: B:15:0x0036, code lost: - if ((r1.length() == 0) != true) goto L_0x0038; - */ - public final void setRole(GuildRole guildRole, Long l) { - boolean doesGuildHaveEnoughBoostsForFeature = PremiumUtils.INSTANCE.doesGuildHaveEnoughBoostsForFeature(l != null ? StoreStream.Companion.getGuilds().getGuild(l.longValue()) : null, GuildFeature.ROLE_ICONS); - if ((guildRole != null ? guildRole.d() : null) != null) { + private final boolean hasIcon(GuildRole guildRole) { + if (guildRole.d() != null) { String d = guildRole.d(); - if (d != null) { - } - if (doesGuildHaveEnoughBoostsForFeature) { - setVisibility(0); - SimpleDraweeView simpleDraweeView = this.binding.b; - m.checkNotNullExpressionValue(simpleDraweeView, "binding.roleIconIv"); - IconUtils.setIcon$default(simpleDraweeView, guildRole, 0, (MGImages.ChangeDetector) null, 12, (Object) null); - Context context = getContext(); - m.checkNotNullExpressionValue(context, "context"); - setContentDescription(b.h(context, R.string.role_icon_alt_text, new Object[]{guildRole.g()}, null, 4)); - setOnClickListener(new RoleIconView$setRole$1(this, guildRole)); - return; + m.checkNotNull(d); + if (d.length() > 0) { + return true; } } - setVisibility(8); + return false; + } + + private final boolean hasIconOrUnicodeEmoji(GuildRole guildRole) { + return hasIcon(guildRole) || hasUnicodeEmoji(guildRole); + } + + private final boolean hasUnicodeEmoji(GuildRole guildRole) { + if (guildRole.j() != null) { + String j = guildRole.j(); + m.checkNotNull(j); + if (j.length() > 0) { + return true; + } + } + return false; + } + + private final void showRoleIconToast(Context context, GuildRole guildRole) { + ModelEmojiUnicode modelEmojiUnicode; + EmojiNode emojiNode = hasIcon(guildRole) ? new EmojiNode(guildRole.g(), new RoleIconView$showRoleIconToast$1(guildRole), new EmojiNode.EmojiIdAndType.Unicode(""), DimenUtils.dpToPixels(24), DimenUtils.dpToPixels(24)) : (!hasUnicodeEmoji(guildRole) || (modelEmojiUnicode = StoreStream.Companion.getEmojis().getUnicodeEmojisNamesMap().get(guildRole.j())) == null) ? null : EmojiNode.Companion.from(modelEmojiUnicode, DimenUtils.dpToPixels(24)); + if (emojiNode != null) { + RoleIconView$showRoleIconToast$renderContext$1 roleIconView$showRoleIconToast$renderContext$1 = new RoleIconView$showRoleIconToast$renderContext$1(context); + Set singleton = Collections.singleton(emojiNode); + m.checkNotNullExpressionValue(singleton, "Collections.singleton(iconNode)"); + ToastManager.show$default(new ToastManager(), context, AstRenderer.render(singleton, roleIconView$showRoleIconToast$renderContext$1).append((CharSequence) " ").append(b.h(context, R.string.role_icon_toast_message, new Object[]{guildRole.g()}, null, 4)), 0, 4, (Object) null); + } + } + + public final void setRole(GuildRole guildRole, Long l) { + boolean doesGuildHaveEnoughBoostsForFeature = PremiumUtils.INSTANCE.doesGuildHaveEnoughBoostsForFeature(l != null ? StoreStream.Companion.getGuilds().getGuild(l.longValue()) : null, GuildFeature.ROLE_ICONS); + if (guildRole == null || !hasIconOrUnicodeEmoji(guildRole) || !doesGuildHaveEnoughBoostsForFeature) { + setVisibility(8); + return; + } + setVisibility(0); + if (hasIcon(guildRole)) { + SimpleDraweeView simpleDraweeView = this.binding.b; + m.checkNotNullExpressionValue(simpleDraweeView, "binding.roleIconIv"); + IconUtils.setIcon$default(simpleDraweeView, guildRole, 0, (MGImages.ChangeDetector) null, 12, (Object) null); + } else if (hasUnicodeEmoji(guildRole)) { + ModelEmojiUnicode modelEmojiUnicode = StoreStream.Companion.getEmojis().getUnicodeEmojisNamesMap().get(guildRole.j()); + String imageUri = ModelEmojiUnicode.getImageUri(modelEmojiUnicode != null ? modelEmojiUnicode.getCodePoints() : null, getContext()); + SimpleDraweeView simpleDraweeView2 = this.binding.b; + m.checkNotNullExpressionValue(simpleDraweeView2, "binding.roleIconIv"); + IconUtils.setIcon$default(simpleDraweeView2, imageUri, 0, (Function1) null, (MGImages.ChangeDetector) null, 28, (Object) null); + } + Context context = getContext(); + m.checkNotNullExpressionValue(context, "context"); + setContentDescription(b.h(context, R.string.role_icon_alt_text, new Object[]{guildRole.g()}, null, 4)); + setOnClickListener(new RoleIconView$setRole$1(this, guildRole)); } public final void setRole(Long l, Long l2) { diff --git a/app/src/main/java/com/discord/widgets/search/WidgetSearch$configureSearchInput$1.java b/app/src/main/java/com/discord/widgets/search/WidgetSearch$configureSearchInput$1.java index fc026db606..8339736ba1 100644 --- a/app/src/main/java/com/discord/widgets/search/WidgetSearch$configureSearchInput$1.java +++ b/app/src/main/java/com/discord/widgets/search/WidgetSearch$configureSearchInput$1.java @@ -36,7 +36,7 @@ public final class WidgetSearch$configureSearchInput$1 extends o implements Func } AppFragment.hideKeyboard$default(this.this$0, null, 1, null); StoreSearch search = StoreStream.Companion.getSearch(); - TextInputLayout textInputLayout = WidgetSearch.access$getBinding$p(this.this$0).f1930c; + TextInputLayout textInputLayout = WidgetSearch.access$getBinding$p(this.this$0).f1931c; m.checkNotNullExpressionValue(textInputLayout, "binding.widgetSearchInput"); String textOrEmpty = ViewExtensions.getTextOrEmpty(textInputLayout); Context context = textView.getContext(); diff --git a/app/src/main/java/com/discord/widgets/search/WidgetSearch$configureSearchInput$5.java b/app/src/main/java/com/discord/widgets/search/WidgetSearch$configureSearchInput$5.java index 6b07a90cef..2149837c10 100644 --- a/app/src/main/java/com/discord/widgets/search/WidgetSearch$configureSearchInput$5.java +++ b/app/src/main/java/com/discord/widgets/search/WidgetSearch$configureSearchInput$5.java @@ -25,10 +25,10 @@ public final class WidgetSearch$configureSearchInput$5 extends o implements Func } public final void invoke(String str) { - TextInputLayout textInputLayout = WidgetSearch.access$getBinding$p(this.this$0).f1930c; + TextInputLayout textInputLayout = WidgetSearch.access$getBinding$p(this.this$0).f1931c; m.checkNotNullExpressionValue(textInputLayout, "binding.widgetSearchInput"); ViewExtensions.setText(textInputLayout, str); - TextInputLayout textInputLayout2 = WidgetSearch.access$getBinding$p(this.this$0).f1930c; + TextInputLayout textInputLayout2 = WidgetSearch.access$getBinding$p(this.this$0).f1931c; m.checkNotNullExpressionValue(textInputLayout2, "binding.widgetSearchInput"); ViewExtensions.setSelectionEnd(textInputLayout2); } diff --git a/app/src/main/java/com/discord/widgets/search/WidgetSearch.java b/app/src/main/java/com/discord/widgets/search/WidgetSearch.java index 9a2afec3ae..1f7267f280 100644 --- a/app/src/main/java/com/discord/widgets/search/WidgetSearch.java +++ b/app/src/main/java/com/discord/widgets/search/WidgetSearch.java @@ -227,10 +227,10 @@ public final class WidgetSearch extends AppFragment { } private final void configureSearchInput() { - TextInputLayout textInputLayout = getBinding().f1930c; + TextInputLayout textInputLayout = getBinding().f1931c; m.checkNotNullExpressionValue(textInputLayout, "binding.widgetSearchInput"); ViewExtensions.setOnEditorActionListener(textInputLayout, new WidgetSearch$configureSearchInput$1(this)); - TextInputLayout textInputLayout2 = getBinding().f1930c; + TextInputLayout textInputLayout2 = getBinding().f1931c; m.checkNotNullExpressionValue(textInputLayout2, "binding.widgetSearchInput"); ViewExtensions.addBindedTextWatcher(textInputLayout2, this, WidgetSearch$configureSearchInput$2.INSTANCE); Observable F = ObservableExtensionsKt.ui$default(StoreStream.Companion.getSearch().getStoreSearchInput().getForcedInput(), this, null, 2, null).F(new WidgetSearch$configureSearchInput$3(this)).F(WidgetSearch$configureSearchInput$4.INSTANCE); @@ -251,7 +251,7 @@ public final class WidgetSearch extends AppFragment { int i = this.targetType; int i2 = 0; if (i == 0) { - TextInputLayout textInputLayout = getBinding().f1930c; + TextInputLayout textInputLayout = getBinding().f1931c; m.checkNotNullExpressionValue(textInputLayout, "binding.widgetSearchInput"); Object[] objArr = new Object[1]; Guild guild = model.getGuild(); @@ -260,7 +260,7 @@ public final class WidgetSearch extends AppFragment { } else if (i == 1) { Channel channel = model.getChannel(); String z0 = channel != null ? AnimatableValueParser.z0(channel, requireContext(), false) : null; - TextInputLayout textInputLayout2 = getBinding().f1930c; + TextInputLayout textInputLayout2 = getBinding().f1931c; m.checkNotNullExpressionValue(textInputLayout2, "binding.widgetSearchInput"); Channel channel2 = model.getChannel(); Integer valueOf = channel2 != null ? Integer.valueOf(channel2.A()) : null; @@ -303,7 +303,7 @@ public final class WidgetSearch extends AppFragment { private final void sendQuery(Context context) { AppFragment.hideKeyboard$default(this, null, 1, null); StoreSearch search = StoreStream.Companion.getSearch(); - TextInputLayout textInputLayout = getBinding().f1930c; + TextInputLayout textInputLayout = getBinding().f1931c; m.checkNotNullExpressionValue(textInputLayout, "binding.widgetSearchInput"); search.loadInitial(ViewExtensions.getTextOrEmpty(textInputLayout), new ContextSearchStringProvider(context)); } @@ -330,7 +330,7 @@ public final class WidgetSearch extends AppFragment { this.targetId = getMostRecentIntent().getLongExtra(INTENT_EXTRA_TARGET_ID, 0); this.targetType = getMostRecentIntent().getIntExtra(INTENT_EXTRA_TARGET_TYPE, -1); if (!isRecreated()) { - TextInputLayout textInputLayout = getBinding().f1930c; + TextInputLayout textInputLayout = getBinding().f1931c; m.checkNotNullExpressionValue(textInputLayout, "binding.widgetSearchInput"); showKeyboard(textInputLayout); } @@ -348,7 +348,7 @@ public final class WidgetSearch extends AppFragment { ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui$default(Model.Companion.get(this.targetType, this.targetId), this, null, 2, null), WidgetSearch.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new WidgetSearch$onViewBoundOrOnResume$1(this), 62, (Object) null); configureSearchInput(); getBinding().b.setOnClickListener(new WidgetSearch$onViewBoundOrOnResume$2(this)); - getBinding().f1930c.setStartIconOnClickListener(new WidgetSearch$onViewBoundOrOnResume$3(this)); + getBinding().f1931c.setStartIconOnClickListener(new WidgetSearch$onViewBoundOrOnResume$3(this)); } public final void setTargetId(long j) { diff --git a/app/src/main/java/com/discord/widgets/search/suggestions/WidgetSearchSuggestionsAdapter.java b/app/src/main/java/com/discord/widgets/search/suggestions/WidgetSearchSuggestionsAdapter.java index beaf030822..453a63a92f 100644 --- a/app/src/main/java/com/discord/widgets/search/suggestions/WidgetSearchSuggestionsAdapter.java +++ b/app/src/main/java/com/discord/widgets/search/suggestions/WidgetSearchSuggestionsAdapter.java @@ -237,7 +237,7 @@ public final class WidgetSearchSuggestionsAdapter extends MGRecyclerAdapterSimpl FilterType filterType = ((FilterSuggestion) ((SingleTypePayload) mGRecyclerDataPayload).getData()).getFilterType(); int filterText = getFilterText(filterType); int answerText = getAnswerText(filterType); - this.binding.f1934c.setOnClickListener(new WidgetSearchSuggestionsAdapter$FilterViewHolder$onConfigure$1(this, filterType)); + this.binding.f1935c.setOnClickListener(new WidgetSearchSuggestionsAdapter$FilterViewHolder$onConfigure$1(this, filterType)); ImageView imageView = this.binding.e; m.checkNotNullExpressionValue(imageView, "binding.suggestionExampleIcon"); Context context = imageView.getContext(); @@ -349,7 +349,7 @@ public final class WidgetSearchSuggestionsAdapter extends MGRecyclerAdapterSimpl TextView textView = this.binding.d; m.checkNotNullExpressionValue(textView, "binding.searchSuggestionsItemHasText"); textView.setText(hasSuggestion.getHasAnswerOption().getLocalizedInputText(this.searchStringProvider)); - this.binding.f1932c.setImageResource(Companion.access$getIconRes(Companion, hasSuggestion.getHasAnswerOption())); + this.binding.f1933c.setImageResource(Companion.access$getIconRes(Companion, hasSuggestion.getHasAnswerOption())); this.binding.b.setOnClickListener(new WidgetSearchSuggestionsAdapter$HasViewHolder$onConfigure$1(this, hasSuggestion)); } } @@ -490,7 +490,7 @@ public final class WidgetSearchSuggestionsAdapter extends MGRecyclerAdapterSimpl m.checkNotNullParameter(mGRecyclerDataPayload, "data"); super.onConfigure(i, (int) mGRecyclerDataPayload); ChannelSuggestion channelSuggestion = (ChannelSuggestion) ((SingleTypePayload) mGRecyclerDataPayload).getData(); - TextView textView = this.binding.f1931c; + TextView textView = this.binding.f1932c; m.checkNotNullExpressionValue(textView, "binding.searchSuggestionsItemChannelText"); textView.setText(channelSuggestion.getChannelName()); this.binding.b.setOnClickListener(new WidgetSearchSuggestionsAdapter$InChannelViewHolder$onConfigure$1(this, channelSuggestion)); @@ -530,7 +530,7 @@ public final class WidgetSearchSuggestionsAdapter extends MGRecyclerAdapterSimpl m.checkNotNullParameter(mGRecyclerDataPayload, "data"); super.onConfigure(i, (int) mGRecyclerDataPayload); List query = ((RecentQuerySuggestion) ((SingleTypePayload) mGRecyclerDataPayload).getData()).getQuery(); - TextView textView = this.binding.f1933c; + TextView textView = this.binding.f1934c; m.checkNotNullExpressionValue(textView, "binding.searchSuggestionsItemRecentQueryText"); View view = this.itemView; m.checkNotNullExpressionValue(view, "itemView"); diff --git a/app/src/main/java/com/discord/widgets/servers/SettingsChannelListAdapter.java b/app/src/main/java/com/discord/widgets/servers/SettingsChannelListAdapter.java index bf249e5047..76742fcac3 100644 --- a/app/src/main/java/com/discord/widgets/servers/SettingsChannelListAdapter.java +++ b/app/src/main/java/com/discord/widgets/servers/SettingsChannelListAdapter.java @@ -40,7 +40,7 @@ public final class SettingsChannelListAdapter extends CategoricalDragAndDropAdap private final boolean canManageChannelsOfCategory; /* renamed from: id reason: collision with root package name */ - private final long f2225id; + private final long f2226id; private final boolean isDraggable; private final String key; private final String name; @@ -49,7 +49,7 @@ public final class SettingsChannelListAdapter extends CategoricalDragAndDropAdap public CategoryItem(String str, long j, int i, boolean z2, boolean z3, boolean z4) { this.name = str; - this.f2225id = j; + this.f2226id = j; this.pos = i; this.isDraggable = z2; this.canManageCategory = z3; @@ -66,7 +66,7 @@ public final class SettingsChannelListAdapter extends CategoricalDragAndDropAdap str = categoryItem.name; } if ((i2 & 2) != 0) { - j = categoryItem.f2225id; + j = categoryItem.f2226id; } if ((i2 & 4) != 0) { i = categoryItem.pos; @@ -88,7 +88,7 @@ public final class SettingsChannelListAdapter extends CategoricalDragAndDropAdap } public final long component2() { - return this.f2225id; + return this.f2226id; } public final boolean component4() { @@ -115,7 +115,7 @@ public final class SettingsChannelListAdapter extends CategoricalDragAndDropAdap return false; } CategoryItem categoryItem = (CategoryItem) obj; - return m.areEqual(this.name, categoryItem.name) && this.f2225id == categoryItem.f2225id && this.pos == categoryItem.pos && this.isDraggable == categoryItem.isDraggable && this.canManageCategory == categoryItem.canManageCategory && this.canManageChannelsOfCategory == categoryItem.canManageChannelsOfCategory; + return m.areEqual(this.name, categoryItem.name) && this.f2226id == categoryItem.f2226id && this.pos == categoryItem.pos && this.isDraggable == categoryItem.isDraggable && this.canManageCategory == categoryItem.canManageCategory && this.canManageChannelsOfCategory == categoryItem.canManageChannelsOfCategory; } public final boolean getCanManageCategory() { @@ -132,7 +132,7 @@ public final class SettingsChannelListAdapter extends CategoricalDragAndDropAdap } public final long getId() { - return this.f2225id; + return this.f2226id; } @Override // com.discord.utilities.mg_recycler.MGRecyclerDataPayload, com.discord.utilities.recycler.DiffKeyProvider @@ -156,7 +156,7 @@ public final class SettingsChannelListAdapter extends CategoricalDragAndDropAdap public int hashCode() { String str = this.name; - int a = (((b.a(this.f2225id) + ((str != null ? str.hashCode() : 0) * 31)) * 31) + this.pos) * 31; + int a = (((b.a(this.f2226id) + ((str != null ? str.hashCode() : 0) * 31)) * 31) + this.pos) * 31; boolean z2 = this.isDraggable; int i = 1; if (z2) { @@ -189,7 +189,7 @@ public final class SettingsChannelListAdapter extends CategoricalDragAndDropAdap StringBuilder P = a.P("CategoryItem(name="); P.append(this.name); P.append(", id="); - P.append(this.f2225id); + P.append(this.f2226id); P.append(", pos="); P.append(this.pos); P.append(", isDraggable="); diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerDeleteDialog.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerDeleteDialog.java index d51557f728..1c90c22cb8 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerDeleteDialog.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerDeleteDialog.java @@ -60,7 +60,7 @@ public final class WidgetServerDeleteDialog extends AppDialog { private final Guild guild; /* renamed from: me reason: collision with root package name */ - private final MeUser f2226me; + private final MeUser f2227me; /* compiled from: WidgetServerDeleteDialog.kt */ public static final class Companion { @@ -89,7 +89,7 @@ public final class WidgetServerDeleteDialog extends AppDialog { public Model(MeUser meUser, Guild guild) { m.checkNotNullParameter(meUser, "me"); - this.f2226me = meUser; + this.f2227me = meUser; this.guild = guild; } @@ -98,7 +98,7 @@ public final class WidgetServerDeleteDialog extends AppDialog { } public final MeUser getMe() { - return this.f2226me; + return this.f2227me; } } @@ -142,10 +142,10 @@ public final class WidgetServerDeleteDialog extends AppDialog { m.checkNotNullExpressionValue(textView2, "binding.serverSettingsDeleteServerText"); b.n(textView2, R.string.delete_server_body, new Object[]{model.getGuild().getName()}, null, 4); getBinding().b.setOnClickListener(new WidgetServerDeleteDialog$configureUI$1(this)); - MaterialButton materialButton = getBinding().f1939c; + MaterialButton materialButton = getBinding().f1940c; m.checkNotNullExpressionValue(materialButton, "binding.serverSettingsDeleteServerConfirm"); materialButton.setEnabled(model.getGuild().isOwner(model.getMe().getId())); - getBinding().f1939c.setOnClickListener(new WidgetServerDeleteDialog$configureUI$2(this, model)); + getBinding().f1940c.setOnClickListener(new WidgetServerDeleteDialog$configureUI$2(this, model)); } private final WidgetServerDeleteDialogBinding getBinding() { diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerNotifications.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerNotifications.java index 9b767d2a21..4ba632fd91 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerNotifications.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerNotifications.java @@ -328,17 +328,17 @@ public final class WidgetServerNotifications extends AppFragment { super.onViewBound(view); this.notificationSettingsRadioManager = new RadioManager(n.listOf((Object[]) new CheckedSetting[]{getBinding().e, getBinding().f, getBinding().g})); this.overrideAdapter = new NotificationsOverridesAdapter(WidgetServerNotifications$onViewBound$1.INSTANCE); - RecyclerView recyclerView = getBinding().f1941c; + RecyclerView recyclerView = getBinding().f1942c; m.checkNotNullExpressionValue(recyclerView, "binding.guildNotificationsOverrideList"); recyclerView.setNestedScrollingEnabled(false); - RecyclerView recyclerView2 = getBinding().f1941c; + RecyclerView recyclerView2 = getBinding().f1942c; m.checkNotNullExpressionValue(recyclerView2, "binding.guildNotificationsOverrideList"); NotificationsOverridesAdapter notificationsOverridesAdapter = this.overrideAdapter; if (notificationsOverridesAdapter == null) { m.throwUninitializedPropertyAccessException("overrideAdapter"); } recyclerView2.setAdapter(notificationsOverridesAdapter); - createSwipeableItemTouchHelper().attachToRecyclerView(getBinding().f1941c); + createSwipeableItemTouchHelper().attachToRecyclerView(getBinding().f1942c); long longExtra = getMostRecentIntent().getLongExtra("com.discord.intent.extra.EXTRA_GUILD_ID", -1); w1 w1Var = getBinding().b; m.checkNotNullExpressionValue(w1Var, "binding.addOverride"); diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerNotificationsOverrideSelector.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerNotificationsOverrideSelector.java index f3fb0e42fa..41d021e386 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerNotificationsOverrideSelector.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerNotificationsOverrideSelector.java @@ -95,7 +95,7 @@ public final class WidgetServerNotificationsOverrideSelector extends AppFragment AppFragment.setActionBarDisplayHomeAsUpEnabled$default(this, false, 1, null); setActionBarTitle(R.string.notification_overrides); setActionBarSubtitle(R.string.select_channel_or_category); - TextInputLayout textInputLayout = getBinding().f1940c; + TextInputLayout textInputLayout = getBinding().f1941c; m.checkNotNullExpressionValue(textInputLayout, "binding.guildNotificationsChannelSearch"); ViewExtensions.addBindedTextWatcher(textInputLayout, this, new WidgetServerNotificationsOverrideSelector$onViewBound$1(this)); MGRecyclerAdapter.Companion companion = MGRecyclerAdapter.Companion; diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettings.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettings.java index 6c2dc5a522..2b7004b688 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettings.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettings.java @@ -282,7 +282,7 @@ public final class WidgetServerSettings extends AppFragment { private final void configureToolbar(Model model) { Guild guild = model.getGuild(); String forGuild$default = IconUtils.getForGuild$default(guild, null, true, null, 10, null); - TextView textView = getBinding().f1950x; + TextView textView = getBinding().f1951x; m.checkNotNullExpressionValue(textView, "binding.serverSettingsServerName"); textView.setText(guild.getName()); SimpleDraweeView simpleDraweeView = getBinding().v; @@ -344,12 +344,12 @@ public final class WidgetServerSettings extends AppFragment { LinearLayout linearLayout = getBinding().q; m.checkNotNullExpressionValue(linearLayout, "binding.serverSettingsSectionCommunity"); linearLayout.setVisibility(manageGuildContext.getCanManageServer() ? 0 : 8); - TextView textView8 = getBinding().f1948c; + TextView textView8 = getBinding().f1949c; m.checkNotNullExpressionValue(textView8, "binding.serverSettingsCommunityOverviewOption"); Set features = model.getGuild().getFeatures(); GuildFeature guildFeature = GuildFeature.COMMUNITY; textView8.setVisibility(features.contains(guildFeature) ? 0 : 8); - getBinding().f1948c.setOnClickListener(new WidgetServerSettings$configureUI$8(model)); + getBinding().f1949c.setOnClickListener(new WidgetServerSettings$configureUI$8(model)); TextView textView9 = getBinding().e; m.checkNotNullExpressionValue(textView9, "binding.serverSettingsEnableCommunityOption"); textView9.setVisibility(model.getGuild().getFeatures().contains(guildFeature) ^ true ? 0 : 8); @@ -374,7 +374,7 @@ public final class WidgetServerSettings extends AppFragment { } textView13.setVisibility(i); getBinding().d.setOnClickListener(new WidgetServerSettings$configureUI$14(model)); - LinearLayout linearLayout2 = getBinding().f1949s; + LinearLayout linearLayout2 = getBinding().f1950s; m.checkNotNullExpressionValue(linearLayout2, "binding.serverSettingsSectionServerMonetization"); linearLayout2.setVisibility(8); getBinding().f.setOnClickListener(new WidgetServerSettings$configureUI$15(this, model)); diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsBans.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsBans.java index 53e6516535..8e5f5d5b47 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsBans.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsBans.java @@ -112,7 +112,7 @@ public final class WidgetServerSettingsBans extends AppFragment { ModelBan ban = banItem.getBan(); CoreUser coreUser = null; textView.setText((ban == null || (user2 = ban.getUser()) == null) ? null : user2.r()); - SimpleDraweeView simpleDraweeView = this.binding.f1946c; + SimpleDraweeView simpleDraweeView = this.binding.f1947c; m.checkNotNullExpressionValue(simpleDraweeView, "binding.banListItemAvatar"); ModelBan ban2 = banItem.getBan(); if (!(ban2 == null || (user = ban2.getUser()) == null)) { @@ -547,10 +547,10 @@ public final class WidgetServerSettingsBans extends AppFragment { public void onResume() { super.onResume(); BehaviorSubject behaviorSubject = this.filterPublisher; - TextInputLayout textInputLayout = getBinding().f1947c; + TextInputLayout textInputLayout = getBinding().f1948c; m.checkNotNullExpressionValue(textInputLayout, "binding.serverSettingsBansSearch"); behaviorSubject.onNext(ViewExtensions.getTextOrEmpty(textInputLayout)); - TextInputLayout textInputLayout2 = getBinding().f1947c; + TextInputLayout textInputLayout2 = getBinding().f1948c; m.checkNotNullExpressionValue(textInputLayout2, "binding.serverSettingsBansSearch"); ViewExtensions.addBindedTextWatcher(textInputLayout2, this, new WidgetServerSettingsBans$onResume$1(this)); Model.Companion companion = Model.Companion; diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannels$configureFabVisibility$1.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannels$configureFabVisibility$1.java index c60430a246..915524a509 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannels$configureFabVisibility$1.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannels$configureFabVisibility$1.java @@ -41,6 +41,6 @@ public final class WidgetServerSettingsChannels$configureFabVisibility$1 impleme FragmentManager childFragmentManager = this.this$0.getChildFragmentManager(); m.checkNotNullExpressionValue(childFragmentManager, "childFragmentManager"); companion.show(id2, childFragmentManager, new AnonymousClass1(this)); - WidgetServerSettingsChannels.access$getBinding$p(this.this$0).f1951c.hide(); + WidgetServerSettingsChannels.access$getBinding$p(this.this$0).f1952c.hide(); } } diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannels$configureFabVisibility$setFabVisibility$1.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannels$configureFabVisibility$setFabVisibility$1.java index 0b6ed18bd0..a750a653d7 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannels$configureFabVisibility$setFabVisibility$1.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannels$configureFabVisibility$setFabVisibility$1.java @@ -20,9 +20,9 @@ public final class WidgetServerSettingsChannels$configureFabVisibility$setFabVis /* renamed from: invoke */ public final void mo1invoke() { if (!this.$model.isSorting()) { - WidgetServerSettingsChannels.access$getBinding$p(this.this$0).f1951c.show(); + WidgetServerSettingsChannels.access$getBinding$p(this.this$0).f1952c.show(); } else { - WidgetServerSettingsChannels.access$getBinding$p(this.this$0).f1951c.hide(); + WidgetServerSettingsChannels.access$getBinding$p(this.this$0).f1952c.hide(); } } } diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannels$configureUI$1.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannels$configureUI$1.java index 65d68d5c2b..f34c3ae56f 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannels$configureUI$1.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannels$configureUI$1.java @@ -45,13 +45,13 @@ public final class WidgetServerSettingsChannels$configureUI$1 implements public final void call(MenuItem menuItem, Context context) { m.checkNotNullExpressionValue(menuItem, "menuItem"); switch (menuItem.getItemId()) { - case R.id.menu_sort_channel /* 2131364210 */: + case R.id.menu_sort_channel /* 2131364216 */: WidgetServerSettingsChannelsSortActions.Companion companion = WidgetServerSettingsChannelsSortActions.Companion; FragmentManager childFragmentManager = this.this$0.getChildFragmentManager(); m.checkNotNullExpressionValue(childFragmentManager, "childFragmentManager"); companion.show(childFragmentManager, new AnonymousClass1(this)); return; - case R.id.menu_sort_done /* 2131364211 */: + case R.id.menu_sort_done /* 2131364217 */: WidgetServerSettingsChannels.access$getChannelSortTypeSubject$p(this.this$0).onNext(-1); return; default: diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannels.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannels.java index 6433f29ff0..821479d7e0 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannels.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannels.java @@ -262,7 +262,7 @@ public final class WidgetServerSettingsChannels extends AppFragment { private final void configureFabVisibility(Model model) { WidgetServerSettingsChannels$configureFabVisibility$setFabVisibility$1 widgetServerSettingsChannels$configureFabVisibility$setFabVisibility$1 = new WidgetServerSettingsChannels$configureFabVisibility$setFabVisibility$1(this, model); widgetServerSettingsChannels$configureFabVisibility$setFabVisibility$1.mo1invoke(); - getBinding().f1951c.setOnClickListener(new WidgetServerSettingsChannels$configureFabVisibility$1(this, model, widgetServerSettingsChannels$configureFabVisibility$setFabVisibility$1)); + getBinding().f1952c.setOnClickListener(new WidgetServerSettingsChannels$configureFabVisibility$1(this, model, widgetServerSettingsChannels$configureFabVisibility$setFabVisibility$1)); } private final void configureUI(Model model) { diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannelsFabMenuFragment.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannelsFabMenuFragment.java index b788d44644..d3b3539af4 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannelsFabMenuFragment.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannelsFabMenuFragment.java @@ -105,7 +105,7 @@ public final class WidgetServerSettingsChannelsFabMenuFragment extends Fragment Context requireContext = requireContext(); m.checkNotNullExpressionValue(requireContext, "requireContext()"); FloatingButtonMenuInitializer floatingButtonMenuInitializer = new FloatingButtonMenuInitializer(requireContext, h0.mapOf(o.to(Integer.valueOf((int) R.id.fab_menu_add_category), createListener(new WidgetServerSettingsChannelsFabMenuFragment$onResume$2(this, j))), o.to(Integer.valueOf((int) R.id.fab_menu_add_voice), createListener(new WidgetServerSettingsChannelsFabMenuFragment$onResume$3(this, j))), o.to(Integer.valueOf((int) R.id.fab_menu_add_text), createListener(new WidgetServerSettingsChannelsFabMenuFragment$onResume$4(this, j))), o.to(Integer.valueOf((int) R.id.fab_menu_main), createListener(WidgetServerSettingsChannelsFabMenuFragment$onResume$5.INSTANCE)))); - TableLayout tableLayout = getBinding().f1953c; + TableLayout tableLayout = getBinding().f1954c; m.checkNotNullExpressionValue(tableLayout, "binding.fabMenuTable"); FloatingActionButton floatingActionButton = getBinding().b; m.checkNotNullExpressionValue(floatingActionButton, "binding.fabMenuMainFab"); diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannelsSortActions.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannelsSortActions.java index 09974dc98a..d451c871ed 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannelsSortActions.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannelsSortActions.java @@ -47,7 +47,7 @@ public final class WidgetServerSettingsChannelsSortActions extends AppBottomShee private final void configureUI() { getBinding().b.setOnClickListener(new WidgetServerSettingsChannelsSortActions$configureUI$1(this)); getBinding().d.setOnClickListener(new WidgetServerSettingsChannelsSortActions$configureUI$2(this)); - getBinding().f1952c.setOnClickListener(new WidgetServerSettingsChannelsSortActions$configureUI$3(this)); + getBinding().f1953c.setOnClickListener(new WidgetServerSettingsChannelsSortActions$configureUI$3(this)); } private final WidgetServerSettingsChannelsSortActionsBinding getBinding() { diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEditIntegration.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEditIntegration.java index 6fffffda86..3c8008d50a 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEditIntegration.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEditIntegration.java @@ -51,9 +51,9 @@ public final class WidgetServerSettingsEditIntegration extends AppFragment { public static final Companion Companion = new Companion(null); private static final String INTENT_EXTRA_GUILD_ID = "INTENT_EXTRA_GUILD_ID"; private static final String INTENT_EXTRA_INTEGRATION_ID = "INTENT_EXTRA_INTEGRATION_ID"; - private static final int STATE_KEY_ENABLE_TWITCH_EMOTES = 2131363076; - private static final int STATE_KEY_EXPIRE_BEHAVIOR = 2131363079; - private static final int STATE_KEY_GRACE_PERIOD = 2131363080; + private static final int STATE_KEY_ENABLE_TWITCH_EMOTES = 2131363079; + private static final int STATE_KEY_EXPIRE_BEHAVIOR = 2131363082; + private static final int STATE_KEY_GRACE_PERIOD = 2131363083; private static final int[] gracePeriodDays = {1, 3, 7, 14, 30}; private final FragmentViewBindingDelegate binding$delegate = FragmentViewBindingDelegateKt.viewBinding$default(this, WidgetServerSettingsEditIntegration$binding$2.INSTANCE, null, 2, null); private RadioManager expiryBehaviorRadioManager; @@ -301,7 +301,7 @@ public final class WidgetServerSettingsEditIntegration extends AppFragment { m.throwUninitializedPropertyAccessException("gracePeriodRadioManager"); } radioManager2.a(getGracePeriodRadios().get(intValue2)); - LinearLayout linearLayout = getBinding().f1958c; + LinearLayout linearLayout = getBinding().f1959c; m.checkNotNullExpressionValue(linearLayout, "binding.editIntegrationCustomEmotesContainer"); if (!areEqual) { i = 8; diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEditMember.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEditMember.java index 34c3d5755f..5b6c4596ec 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEditMember.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEditMember.java @@ -375,18 +375,18 @@ public final class WidgetServerSettingsEditMember extends AppFragment { getBinding().d.setOnClickListener(null); } if (model.getCanBan()) { - TextView textView4 = getBinding().f1959c; + TextView textView4 = getBinding().f1960c; m.checkNotNullExpressionValue(textView4, "binding.editMemberBanButton"); c.a.k.b.n(textView4, R.string.ban_user_title, new Object[]{nickOrUsername}, null, 4); - TextView textView5 = getBinding().f1959c; + TextView textView5 = getBinding().f1960c; m.checkNotNullExpressionValue(textView5, "binding.editMemberBanButton"); textView5.setVisibility(0); - getBinding().f1959c.setOnClickListener(new WidgetServerSettingsEditMember$configureUI$3(this, nickOrUsername, model)); + getBinding().f1960c.setOnClickListener(new WidgetServerSettingsEditMember$configureUI$3(this, nickOrUsername, model)); } else { - TextView textView6 = getBinding().f1959c; + TextView textView6 = getBinding().f1960c; m.checkNotNullExpressionValue(textView6, "binding.editMemberBanButton"); textView6.setVisibility(8); - getBinding().f1959c.setOnClickListener(null); + getBinding().f1960c.setOnClickListener(null); } if (model.getCanTransferOwnership()) { TextView textView7 = getBinding().i; diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEditRole.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEditRole.java index 2161083655..cc0cfc8a1c 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEditRole.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEditRole.java @@ -571,135 +571,135 @@ public final class WidgetServerSettingsEditRole extends AppFragment { for (CheckedSetting checkedSetting : n.listOf((Object[]) new CheckedSetting[]{getBinding().g, getBinding().h, getBinding().i, getBinding().j, getBinding().m, getBinding().r, getBinding().u, getBinding().v, getBinding().f1819y, getBinding().C, getBinding().f1820z, getBinding().w, getBinding().A, getBinding().B, getBinding().D, getBinding().E, getBinding().H, getBinding().I, getBinding().N, getBinding().O, getBinding().o, getBinding().n, getBinding().P, getBinding().Q, getBinding().R, getBinding().S, getBinding().f, getBinding().T, getBinding().V, getBinding().Z, getBinding().f1815b0, getBinding().Y, getBinding().W, getBinding().X, getBinding().f1814a0, getBinding().G, getBinding().U, getBinding().J, getBinding().f1818x})) { m.checkNotNullExpressionValue(checkedSetting, "setting"); switch (checkedSetting.getId()) { - case R.id.role_settings_add_reactions /* 2131364785 */: + case R.id.role_settings_add_reactions /* 2131364791 */: j = 64; break; - case R.id.role_settings_administrator /* 2131364786 */: + case R.id.role_settings_administrator /* 2131364792 */: j = 8; break; - case R.id.role_settings_attach_files /* 2131364787 */: + case R.id.role_settings_attach_files /* 2131364793 */: j = Permission.ATTACH_FILES; break; - case R.id.role_settings_ban_members /* 2131364788 */: + case R.id.role_settings_ban_members /* 2131364794 */: j = 4; break; - case R.id.role_settings_change_nickname /* 2131364789 */: + case R.id.role_settings_change_nickname /* 2131364795 */: j = Permission.CHANGE_NICKNAME; break; - case R.id.role_settings_color_disabled_overlay /* 2131364790 */: - case R.id.role_settings_color_selector_container /* 2131364791 */: - case R.id.role_settings_current_color_display /* 2131364795 */: - case R.id.role_settings_edit_name_disabled_overlay /* 2131364796 */: - case R.id.role_settings_hoist_checkedsetting /* 2131364798 */: - case R.id.role_settings_icon_container /* 2131364799 */: - case R.id.role_settings_mentionable_checkedsetting /* 2131364811 */: - case R.id.role_settings_overview_scroll /* 2131364812 */: - case R.id.role_settings_role_icon /* 2131364817 */: - case R.id.role_settings_role_icon_divider /* 2131364818 */: - case R.id.role_settings_role_icon_header /* 2131364819 */: + case R.id.role_settings_color_disabled_overlay /* 2131364796 */: + case R.id.role_settings_color_selector_container /* 2131364797 */: + case R.id.role_settings_current_color_display /* 2131364801 */: + case R.id.role_settings_edit_name_disabled_overlay /* 2131364802 */: + case R.id.role_settings_hoist_checkedsetting /* 2131364804 */: + case R.id.role_settings_icon_container /* 2131364805 */: + case R.id.role_settings_mentionable_checkedsetting /* 2131364817 */: + case R.id.role_settings_overview_scroll /* 2131364818 */: + case R.id.role_settings_role_icon /* 2131364823 */: + case R.id.role_settings_role_icon_divider /* 2131364824 */: + case R.id.role_settings_role_icon_header /* 2131364825 */: default: j = 0; break; - case R.id.role_settings_create_instant_invite /* 2131364792 */: + case R.id.role_settings_create_instant_invite /* 2131364798 */: j = 1; break; - case R.id.role_settings_create_private_threads /* 2131364793 */: + case R.id.role_settings_create_private_threads /* 2131364799 */: j = Permission.CREATE_PRIVATE_THREADS; break; - case R.id.role_settings_create_public_threads /* 2131364794 */: + case R.id.role_settings_create_public_threads /* 2131364800 */: j = Permission.CREATE_PUBLIC_THREADS; break; - case R.id.role_settings_embed_links /* 2131364797 */: + case R.id.role_settings_embed_links /* 2131364803 */: j = Permission.EMBED_LINKS; break; - case R.id.role_settings_kick_members /* 2131364800 */: + case R.id.role_settings_kick_members /* 2131364806 */: j = 2; break; - case R.id.role_settings_manage_channels /* 2131364801 */: + case R.id.role_settings_manage_channels /* 2131364807 */: j = 16; break; - case R.id.role_settings_manage_emojis_and_stickers /* 2131364802 */: + case R.id.role_settings_manage_emojis_and_stickers /* 2131364808 */: j = Permission.MANAGE_EMOJIS_AND_STICKERS; break; - case R.id.role_settings_manage_events /* 2131364803 */: + case R.id.role_settings_manage_events /* 2131364809 */: j = Permission.MANAGE_EVENTS; break; - case R.id.role_settings_manage_messages /* 2131364804 */: + case R.id.role_settings_manage_messages /* 2131364810 */: j = Permission.MANAGE_MESSAGES; break; - case R.id.role_settings_manage_nicknames /* 2131364805 */: + case R.id.role_settings_manage_nicknames /* 2131364811 */: j = Permission.MANAGE_NICKNAMES; break; - case R.id.role_settings_manage_roles /* 2131364806 */: + case R.id.role_settings_manage_roles /* 2131364812 */: j = Permission.MANAGE_ROLES; break; - case R.id.role_settings_manage_server /* 2131364807 */: + case R.id.role_settings_manage_server /* 2131364813 */: j = 32; break; - case R.id.role_settings_manage_threads /* 2131364808 */: + case R.id.role_settings_manage_threads /* 2131364814 */: j = Permission.MANAGE_THREADS; break; - case R.id.role_settings_manage_webhooks /* 2131364809 */: + case R.id.role_settings_manage_webhooks /* 2131364815 */: j = Permission.MANAGE_WEBHOOKS; break; - case R.id.role_settings_mention_everyone /* 2131364810 */: + case R.id.role_settings_mention_everyone /* 2131364816 */: j = Permission.MENTION_EVERYONE; break; - case R.id.role_settings_priority_speaker /* 2131364813 */: + case R.id.role_settings_priority_speaker /* 2131364819 */: j = 256; break; - case R.id.role_settings_read_message_history /* 2131364814 */: + case R.id.role_settings_read_message_history /* 2131364820 */: j = Permission.READ_MESSAGE_HISTORY; break; - case R.id.role_settings_read_messages /* 2131364815 */: + case R.id.role_settings_read_messages /* 2131364821 */: j = Permission.VIEW_CHANNEL; break; - case R.id.role_settings_request_to_speak /* 2131364816 */: + case R.id.role_settings_request_to_speak /* 2131364822 */: j = Permission.REQUEST_TO_SPEAK; break; - case R.id.role_settings_send_messages /* 2131364820 */: + case R.id.role_settings_send_messages /* 2131364826 */: j = Permission.SEND_MESSAGES; break; - case R.id.role_settings_send_messages_in_threads /* 2131364821 */: + case R.id.role_settings_send_messages_in_threads /* 2131364827 */: j = Permission.SEND_MESSAGES_IN_THREADS; break; - case R.id.role_settings_send_tts_messages /* 2131364822 */: + case R.id.role_settings_send_tts_messages /* 2131364828 */: j = Permission.SEND_TTS_MESSAGES; break; - case R.id.role_settings_use_application_commands /* 2131364823 */: + case R.id.role_settings_use_application_commands /* 2131364829 */: j = Permission.USE_APPLICATION_COMMANDS; break; - case R.id.role_settings_use_external_emojis /* 2131364824 */: + case R.id.role_settings_use_external_emojis /* 2131364830 */: j = Permission.USE_EXTERNAL_EMOJIS; break; - case R.id.role_settings_use_external_stickers /* 2131364825 */: + case R.id.role_settings_use_external_stickers /* 2131364831 */: j = Permission.USE_EXTERNAL_STICKERS; break; - case R.id.role_settings_view_audit_log /* 2131364826 */: + case R.id.role_settings_view_audit_log /* 2131364832 */: j = 128; break; - case R.id.role_settings_view_guild_analytics /* 2131364827 */: + case R.id.role_settings_view_guild_analytics /* 2131364833 */: j = Permission.VIEW_GUILD_ANALYTICS; break; - case R.id.role_settings_voice_connect /* 2131364828 */: + case R.id.role_settings_voice_connect /* 2131364834 */: j = Permission.CONNECT; break; - case R.id.role_settings_voice_deafen_members /* 2131364829 */: + case R.id.role_settings_voice_deafen_members /* 2131364835 */: j = Permission.DEAFEN_MEMBERS; break; - case R.id.role_settings_voice_move_members /* 2131364830 */: + case R.id.role_settings_voice_move_members /* 2131364836 */: j = Permission.MOVE_MEMBERS; break; - case R.id.role_settings_voice_mute_members /* 2131364831 */: + case R.id.role_settings_voice_mute_members /* 2131364837 */: j = Permission.MUTE_MEMBERS; break; - case R.id.role_settings_voice_speak /* 2131364832 */: + case R.id.role_settings_voice_speak /* 2131364838 */: j = Permission.SPEAK; break; - case R.id.role_settings_voice_use_voice_activity /* 2131364833 */: + case R.id.role_settings_voice_use_voice_activity /* 2131364839 */: j = Permission.USE_VAD; break; - case R.id.role_settings_voice_video /* 2131364834 */: + case R.id.role_settings_voice_video /* 2131364840 */: j = 512; break; } diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEmojis.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEmojis.java index 1366470fa5..6eaccbcb93 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEmojis.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEmojis.java @@ -135,7 +135,7 @@ public final class WidgetServerSettingsEmojis extends AppFragment { public void onConfigure(int i, Item item) { m.checkNotNullParameter(item, "data"); - TextView textView = this.binding.f1962c; + TextView textView = this.binding.f1963c; m.checkNotNullExpressionValue(textView, "binding.widgetServerSett…gsEmojisUploadDescription"); textView.setText(b.h(a.x(this.itemView, "itemView", "itemView.context"), R.string.guild_settings_emoji_upload_to_server_message, new Object[]{String.valueOf(((Item.EmojiHeader) item).getEmojiMax()), String.valueOf(256)}, null, 4)); this.binding.b.setOnClickListener(new WidgetServerSettingsEmojis$Adapter$EmojiHeaderViewHolder$onConfigure$1(this)); @@ -215,7 +215,7 @@ public final class WidgetServerSettingsEmojis extends AppFragment { SimpleDraweeView simpleDraweeView4 = this.binding.b; m.checkNotNullExpressionValue(simpleDraweeView4, "binding.serverSettingsEmojisAvatar"); simpleDraweeView4.setImageAlpha(emojiItem.getEmoji().getAvailable() ? 255 : 100); - this.binding.f1963c.setOnClickListener(new WidgetServerSettingsEmojis$Adapter$EmojiItemViewHolder$onConfigure$1(this, item)); + this.binding.f1964c.setOnClickListener(new WidgetServerSettingsEmojis$Adapter$EmojiItemViewHolder$onConfigure$1(this, item)); } } @@ -931,7 +931,7 @@ public final class WidgetServerSettingsEmojis extends AppFragment { z2 = true; } if (!z2) { - AppViewFlipper appViewFlipper = getBinding().f1960c; + AppViewFlipper appViewFlipper = getBinding().f1961c; m.checkNotNullExpressionValue(appViewFlipper, "binding.widgetServerSettingsEmojisViewFlipper"); appViewFlipper.setDisplayedChild(1); this.uploadEmojiAction = new WidgetServerSettingsEmojis$configureUI$1(this, model); diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEmojisEdit.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEmojisEdit.java index 000bb61f08..653da7c7d5 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEmojisEdit.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEmojisEdit.java @@ -163,12 +163,12 @@ public final class WidgetServerSettingsEmojisEdit extends AppFragment { ViewExtensions.setText(textInputLayout, (CharSequence) statefulViews.get(textInputLayout2.getId(), this.emojiName)); this.state.setupUnsavedChangesConfirmation(this); StatefulViews statefulViews2 = this.state; - FloatingActionButton floatingActionButton = getBinding().f1961c; + FloatingActionButton floatingActionButton = getBinding().f1962c; TextInputLayout textInputLayout3 = getBinding().b; m.checkNotNullExpressionValue(textInputLayout3, "binding.serverSettingsEmojisEditAlias"); statefulViews2.setupTextWatcherWithSaveAction(this, floatingActionButton, textInputLayout3); - this.state.configureSaveActionView(getBinding().f1961c); - getBinding().f1961c.setOnClickListener(new WidgetServerSettingsEmojisEdit$onViewBound$1(this)); + this.state.configureSaveActionView(getBinding().f1962c); + getBinding().f1962c.setOnClickListener(new WidgetServerSettingsEmojisEdit$onViewBound$1(this)); configureToolbar(this.emojiName); configureMenu(); if (!isRecreated()) { diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsInstantInvitesActions.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsInstantInvitesActions.java index 8f9c8b051f..a19418dfa5 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsInstantInvitesActions.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsInstantInvitesActions.java @@ -92,7 +92,7 @@ public final class WidgetServerSettingsInstantInvitesActions extends AppBottomSh m.checkNotNullExpressionValue(textView2, "binding.inviteActionsTitle"); textView2.setText(string); } - getBinding().f1966c.setOnClickListener(new WidgetServerSettingsInstantInvitesActions$onResume$1(this, string)); + getBinding().f1967c.setOnClickListener(new WidgetServerSettingsInstantInvitesActions$onResume$1(this, string)); getBinding().b.setOnClickListener(new WidgetServerSettingsInstantInvitesActions$onResume$2(this, createLinkFromCode)); getBinding().d.setOnClickListener(new WidgetServerSettingsInstantInvitesActions$onResume$3(this, createLinkFromCode)); } diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsIntegrations.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsIntegrations.java index 3a74d254d2..fbeedd4aff 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsIntegrations.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsIntegrations.java @@ -308,7 +308,7 @@ public final class WidgetServerSettingsIntegrations extends AppFragment { if (model != null) { setActionBarTitle(R.string.integrations); setActionBarSubtitle(model.getGuildName()); - AppViewFlipper appViewFlipper = getBinding().f1970c; + AppViewFlipper appViewFlipper = getBinding().f1971c; m.checkNotNullExpressionValue(appViewFlipper, "binding.integrationsViewFlipper"); appViewFlipper.setDisplayedChild(model.getIntegrations().isEmpty() ? 1 : 0); Adapter adapter = this.adapter; diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsIntegrationsListItem.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsIntegrationsListItem.java index 5d967c6550..dc0557b7c2 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsIntegrationsListItem.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsIntegrationsListItem.java @@ -126,7 +126,7 @@ public final class WidgetServerSettingsIntegrationsListItem extends MGRecyclerVi ProgressBar progressBar = this.binding.i; m.checkNotNullExpressionValue(progressBar, "binding.integrationSyncingProgressBar"); progressBar.setVisibility(z2 ? 0 : 8); - View view = this.binding.f1969c; + View view = this.binding.f1970c; m.checkNotNullExpressionValue(view, "binding.integrationHeaderDisabledOverlay"); if (!z2) { i = 8; @@ -157,7 +157,7 @@ public final class WidgetServerSettingsIntegrationsListItem extends MGRecyclerVi User user = integrationItem.getIntegration().getUser(); textView2.setText(user != null ? user.r() : null); this.binding.d.setImageResource(areEqual ? R.drawable.asset_account_sync_twitch : R.drawable.asset_account_sync_youtube); - View view = this.binding.f1969c; + View view = this.binding.f1970c; m.checkNotNullExpressionValue(view, "binding.integrationHeaderDisabledOverlay"); int i2 = 0; if (!(isSyncing || !isEnabled)) { diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsModeration.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsModeration.java index e9d229adb8..62181c683d 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsModeration.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsModeration.java @@ -202,7 +202,7 @@ public final class WidgetServerSettingsModeration extends AppFragment { private final List getExplicitContentViews() { CheckedSetting checkedSetting = getBinding().b; m.checkNotNullExpressionValue(checkedSetting, "binding.serverSettingsModerationExplicit1"); - CheckedSetting checkedSetting2 = getBinding().f1973c; + CheckedSetting checkedSetting2 = getBinding().f1974c; m.checkNotNullExpressionValue(checkedSetting2, "binding.serverSettingsModerationExplicit2"); CheckedSetting checkedSetting3 = getBinding().d; m.checkNotNullExpressionValue(checkedSetting3, "binding.serverSettingsModerationExplicit3"); diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsOverview$configureUI$6.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsOverview$configureUI$6.java index b1636178df..255d039f26 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsOverview$configureUI$6.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsOverview$configureUI$6.java @@ -107,11 +107,11 @@ public final class WidgetServerSettingsOverview$configureUI$6 implements View.On Long valueOf2 = channel2 != null ? Long.valueOf(channel2.h()) : null; Integer num2 = (Integer) WidgetServerSettingsOverview.access$getState$p(this.this$0).get(90001, Integer.valueOf(this.$this_configureUI.getGuild().getDefaultMessageNotifications())); StatefulViews access$getState$p6 = WidgetServerSettingsOverview.access$getState$p(this.this$0); - SimpleDraweeView simpleDraweeView = WidgetServerSettingsOverview.access$getBinding$p(this.this$0).f1975c.d; + SimpleDraweeView simpleDraweeView = WidgetServerSettingsOverview.access$getBinding$p(this.this$0).f1976c.d; m.checkNotNullExpressionValue(simpleDraweeView, "binding.header.serverSettingsOverviewIcon"); String str = (String) access$getState$p6.get(simpleDraweeView.getId(), IconUtils.getForGuild$default(this.$this_configureUI.getGuild(), null, false, null, 14, null)); StatefulViews access$getState$p7 = WidgetServerSettingsOverview.access$getState$p(this.this$0); - TextInputLayout textInputLayout = WidgetServerSettingsOverview.access$getBinding$p(this.this$0).f1975c.f114c; + TextInputLayout textInputLayout = WidgetServerSettingsOverview.access$getBinding$p(this.this$0).f1976c.f114c; m.checkNotNullExpressionValue(textInputLayout, "binding.header.overviewName"); String str2 = (String) access$getState$p7.get(textInputLayout.getId(), this.$this_configureUI.getGuild().getName()); GuildVerificationLevel verificationLevel = this.$this_configureUI.getGuild().getVerificationLevel(); diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsOverview.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsOverview.java index c5d78f2b3c..3eb1b4420e 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsOverview.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsOverview.java @@ -94,7 +94,7 @@ public final class WidgetServerSettingsOverview extends AppFragment { private final List getTimeouts() { TextView textView = getBinding().b; m.checkNotNullExpressionValue(textView, "binding.serverSettingsOverviewAfkTimeout01"); - TextView textView2 = getBinding().f1974c; + TextView textView2 = getBinding().f1975c; m.checkNotNullExpressionValue(textView2, "binding.serverSettingsOverviewAfkTimeout05"); TextView textView3 = getBinding().d; m.checkNotNullExpressionValue(textView3, "binding.serverSettingsOverviewAfkTimeout15"); @@ -428,36 +428,36 @@ public final class WidgetServerSettingsOverview extends AppFragment { } if (z2) { StatefulViews statefulViews = this.state; - SimpleDraweeView simpleDraweeView = getBinding().f1975c.d; + SimpleDraweeView simpleDraweeView = getBinding().f1976c.d; m.checkNotNullExpressionValue(simpleDraweeView, "binding.header.serverSettingsOverviewIcon"); statefulViews.put(simpleDraweeView.getId(), str3 != null ? str3 : ""); } else { StatefulViews statefulViews2 = this.state; - SimpleDraweeView simpleDraweeView2 = getBinding().f1975c.d; + SimpleDraweeView simpleDraweeView2 = getBinding().f1976c.d; m.checkNotNullExpressionValue(simpleDraweeView2, "binding.header.serverSettingsOverviewIcon"); str3 = (String) statefulViews2.get(simpleDraweeView2.getId(), str2); } - getBinding().f1975c.d.setOnClickListener(new WidgetServerSettingsOverview$configureIcon$1(this, str, str2)); - SimpleDraweeView simpleDraweeView3 = getBinding().f1975c.d; + getBinding().f1976c.d.setOnClickListener(new WidgetServerSettingsOverview$configureIcon$1(this, str, str2)); + SimpleDraweeView simpleDraweeView3 = getBinding().f1976c.d; m.checkNotNullExpressionValue(simpleDraweeView3, "binding.header.serverSettingsOverviewIcon"); IconUtils.setIcon$default(simpleDraweeView3, str3, (int) R.dimen.avatar_size_extra_large, (Function1) null, (MGImages.ChangeDetector) null, 24, (Object) null); if (str3 != null && !t.isBlank(str3)) { z3 = false; } - TextView textView = getBinding().f1975c.b; + TextView textView = getBinding().f1976c.b; m.checkNotNullExpressionValue(textView, "binding.header.iconLabel"); textView.setVisibility(z3 ? 0 : 8); - TextView textView2 = getBinding().f1975c.e; + TextView textView2 = getBinding().f1976c.e; m.checkNotNullExpressionValue(textView2, "binding.header.serverSettingsOverviewIconRemove"); textView2.setVisibility(z3 ^ true ? 0 : 8); - getBinding().f1975c.e.setOnClickListener(new WidgetServerSettingsOverview$configureIcon$2(this, str, str2)); - TextView textView3 = getBinding().f1975c.f; + getBinding().f1976c.e.setOnClickListener(new WidgetServerSettingsOverview$configureIcon$2(this, str, str2)); + TextView textView3 = getBinding().f1976c.f; m.checkNotNullExpressionValue(textView3, "binding.header.serverSettingsOverviewIconText"); if (!z3) { i = 8; } textView3.setVisibility(i); - TextView textView4 = getBinding().f1975c.f; + TextView textView4 = getBinding().f1976c.f; m.checkNotNullExpressionValue(textView4, "binding.header.serverSettingsOverviewIconText"); textView4.setText(str); this.state.configureSaveActionView(getBinding().f); @@ -587,10 +587,10 @@ public final class WidgetServerSettingsOverview extends AppFragment { } boolean z2 = false; configureIcon(model.getGuild().getShortName(), IconUtils.getForGuild$default(model.getGuild(), null, true, null, 10, null), null, false); - TextInputLayout textInputLayout = getBinding().f1975c.f114c; + TextInputLayout textInputLayout = getBinding().f1976c.f114c; m.checkNotNullExpressionValue(textInputLayout, "binding.header.overviewName"); StatefulViews statefulViews = this.state; - TextInputLayout textInputLayout2 = getBinding().f1975c.f114c; + TextInputLayout textInputLayout2 = getBinding().f1976c.f114c; m.checkNotNullExpressionValue(textInputLayout2, "binding.header.overviewName"); ViewExtensions.setText(textInputLayout, (CharSequence) statefulViews.get(textInputLayout2.getId(), model.getGuild().getName())); LinkifiedTextView linkifiedTextView = getBinding().e.b; @@ -715,7 +715,7 @@ public final class WidgetServerSettingsOverview extends AppFragment { this.state.setupUnsavedChangesConfirmation(this); StatefulViews statefulViews = this.state; FloatingActionButton floatingActionButton = getBinding().f; - TextInputLayout textInputLayout = getBinding().f1975c.f114c; + TextInputLayout textInputLayout = getBinding().f1976c.f114c; m.checkNotNullExpressionValue(textInputLayout, "binding.header.overviewName"); TextView textView = getBinding().b.d; m.checkNotNullExpressionValue(textView, "binding.afk.afkTimeout"); @@ -726,7 +726,7 @@ public final class WidgetServerSettingsOverview extends AppFragment { TextView textView3 = getBinding().h.b; m.checkNotNullExpressionValue(textView3, "binding.systemChannel.systemChannel"); statefulViews2.addOptionalFields(textView2, textView3); - TextView textView4 = getBinding().f1975c.b; + TextView textView4 = getBinding().f1976c.b; m.checkNotNullExpressionValue(textView4, "binding.header.iconLabel"); b.n(textView4, R.string.minimum_size, new Object[]{"128", "128"}, null, 4); LinkifiedTextView linkifiedTextView = getBinding().j.f; diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsRoles.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsRoles.java index 57153d0d89..3a58b93a04 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsRoles.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsRoles.java @@ -251,12 +251,12 @@ public final class WidgetServerSettingsRoles extends AppFragment { widgetServerSettingsRolesAdapter.configure(model.getRoleItems(), new WidgetServerSettingsRoles$configureUI$1(this, model), new WidgetServerSettingsRoles$configureUI$2(this, model)); } if (!model.getCanManageRoles() || !model.getElevated()) { - getBinding().f1978c.hide(); - getBinding().f1978c.setOnClickListener(null); + getBinding().f1979c.hide(); + getBinding().f1979c.setOnClickListener(null); return; } - getBinding().f1978c.setOnClickListener(new WidgetServerSettingsRoles$configureUI$3(this, model)); - getBinding().f1978c.show(); + getBinding().f1979c.setOnClickListener(new WidgetServerSettingsRoles$configureUI$3(this, model)); + getBinding().f1979c.show(); } private final void createRole(long j, Model model) { diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsRolesAdapter.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsRolesAdapter.java index 4cc8375474..2a4b61adf5 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsRolesAdapter.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsRolesAdapter.java @@ -407,7 +407,7 @@ public final class WidgetServerSettingsRolesAdapter extends DragAndDropAdapter 0) { String u = a.u("https://discord.gg/", str); - TextView textView = getBinding().f1981c; + TextView textView = getBinding().f1982c; m.checkNotNullExpressionValue(textView, "binding.serverSettingsVanityUrlCurrentUrl"); c.a.k.b.n(textView, R.string.vanity_url_help_extended, new Object[]{u}, null, 4); } } - TextView textView2 = getBinding().f1981c; + TextView textView2 = getBinding().f1982c; m.checkNotNullExpressionValue(textView2, "binding.serverSettingsVanityUrlCurrentUrl"); if (str != null) { if (str.length() > 0) { diff --git a/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLog$onViewBound$1.java b/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLog$onViewBound$1.java index 60f643f5ae..d56ac222bb 100644 --- a/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLog$onViewBound$1.java +++ b/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLog$onViewBound$1.java @@ -33,10 +33,10 @@ public final class WidgetServerSettingsAuditLog$onViewBound$1 implements Acti public final boolean onMenuItemClick(MenuItem menuItem) { m.checkNotNullExpressionValue(menuItem, "it"); switch (menuItem.getItemId()) { - case R.id.menu_audit_log_sort_actions /* 2131364159 */: + case R.id.menu_audit_log_sort_actions /* 2131364165 */: WidgetServerSettingsAuditLogFilter.Companion.show(a.x(this.$view, "view", "view.context"), WidgetServerSettingsAuditLog.access$getGuildId$p(this.this$0.this$0.this$0), 1); break; - case R.id.menu_audit_log_sort_users /* 2131364160 */: + case R.id.menu_audit_log_sort_users /* 2131364166 */: WidgetServerSettingsAuditLogFilter.Companion.show(a.x(this.$view, "view", "view.context"), WidgetServerSettingsAuditLog.access$getGuildId$p(this.this$0.this$0.this$0), 0); break; } diff --git a/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLog.java b/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLog.java index 70a651a9e6..ab5ae9fee9 100644 --- a/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLog.java +++ b/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLog.java @@ -373,9 +373,9 @@ public final class WidgetServerSettingsAuditLog extends AppFragment { setActionBarTitle(R.string.guild_settings_label_audit_log); setActionBarSubtitle(getMostRecentIntent().getStringExtra(INTENT_EXTRA_GUILD_NAME)); setActionBarOptionsMenu(R.menu.menu_filter, null, new WidgetServerSettingsAuditLog$onViewBound$1(this)); - getBinding().f1942c.addOnScrollListener(new WidgetServerSettingsAuditLog$onViewBound$2()); + getBinding().f1943c.addOnScrollListener(new WidgetServerSettingsAuditLog$onViewBound$2()); MGRecyclerAdapter.Companion companion = MGRecyclerAdapter.Companion; - RecyclerView recyclerView = getBinding().f1942c; + RecyclerView recyclerView = getBinding().f1943c; m.checkNotNullExpressionValue(recyclerView, "binding.serverSettingsAuditLogsRecycler"); WidgetServerSettingsAuditLogAdapter widgetServerSettingsAuditLogAdapter = (WidgetServerSettingsAuditLogAdapter) companion.configure(new WidgetServerSettingsAuditLogAdapter(recyclerView)); widgetServerSettingsAuditLogAdapter.setOnAuditLogAvatarClicked(new WidgetServerSettingsAuditLog$onViewBound$$inlined$apply$lambda$1(this)); diff --git a/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLogAdapter.java b/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLogAdapter.java index b28a6e033d..1d49f90d12 100644 --- a/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLogAdapter.java +++ b/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLogAdapter.java @@ -192,11 +192,11 @@ public final class WidgetServerSettingsAuditLogAdapter extends MGRecyclerAdapter TextView textView3 = this.binding.e; m.checkNotNullExpressionValue(textView3, "binding.auditLogListitemChangeText"); textView3.setVisibility(auditLogEntryItem.isSelected() && auditLogEntryItem.getHasChangesToRender() ? 0 : 8); - ImageView imageView3 = this.binding.f1945c; + ImageView imageView3 = this.binding.f1946c; m.checkNotNullExpressionValue(imageView3, "binding.auditLogListitemArrow"); imageView3.setVisibility(auditLogEntryItem.getHasChangesToRender() ? 0 : 4); if (!auditLogEntryItem.isSelected() || !auditLogEntryItem.getHasChangesToRender()) { - this.binding.f1945c.setImageResource(R.drawable.ic_chevron_right_grey_12dp); + this.binding.f1946c.setImageResource(R.drawable.ic_chevron_right_grey_12dp); RelativeLayout relativeLayout = this.binding.i; View view2 = this.itemView; m.checkNotNullExpressionValue(view2, "itemView"); @@ -205,7 +205,7 @@ public final class WidgetServerSettingsAuditLogAdapter extends MGRecyclerAdapter TextView textView4 = this.binding.e; m.checkNotNullExpressionValue(textView4, "binding.auditLogListitemChangeText"); textView4.setText(auditLogEntryItem.getChangeText()); - this.binding.f1945c.setImageResource(R.drawable.ic_chevron_down_grey_12dp); + this.binding.f1946c.setImageResource(R.drawable.ic_chevron_down_grey_12dp); RelativeLayout relativeLayout2 = this.binding.i; View view3 = this.itemView; m.checkNotNullExpressionValue(view3, "itemView"); diff --git a/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLogFilterAdapter.java b/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLogFilterAdapter.java index 70f2b9ffaf..6871af34e2 100644 --- a/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLogFilterAdapter.java +++ b/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLogFilterAdapter.java @@ -118,7 +118,7 @@ public final class WidgetServerSettingsAuditLogFilterAdapter extends MGRecyclerA View view = this.itemView; m.checkNotNullExpressionValue(view, "itemView"); imageView.setImageResource(auditLogUtils.getTargetTypeImage(view, auditLogActionFilterItem.getActionId())); - this.binding.f1943c.setImageResource(auditLogUtils.getActionTypeImage(auditLogActionFilterItem.getActionId())); + this.binding.f1944c.setImageResource(auditLogUtils.getActionTypeImage(auditLogActionFilterItem.getActionId())); this.binding.b.setText(auditLogActionFilterItem.getText()); CheckedSetting checkedSetting = this.binding.b; m.checkNotNullExpressionValue(checkedSetting, "binding.auditLogFilterCs"); @@ -180,7 +180,7 @@ public final class WidgetServerSettingsAuditLogFilterAdapter extends MGRecyclerA TextView textView = this.binding.d; m.checkNotNullExpressionValue(textView, "binding.nonMemberText"); textView.setVisibility(z2 ^ true ? 0 : 8); - ImageView imageView = this.binding.f1944c; + ImageView imageView = this.binding.f1945c; m.checkNotNullExpressionValue(imageView, "binding.itemIcon"); if (!(!z2)) { i2 = 8; @@ -213,7 +213,7 @@ public final class WidgetServerSettingsAuditLogFilterAdapter extends MGRecyclerA private final GuildMember guildMember; /* renamed from: id reason: collision with root package name */ - private final long f2227id; + private final long f2228id; private final boolean isChecked; private final String key; private final CharSequence text; @@ -223,7 +223,7 @@ public final class WidgetServerSettingsAuditLogFilterAdapter extends MGRecyclerA public AuditLogUserFilterItem(User user, GuildMember guildMember, long j, CharSequence charSequence, Integer num, boolean z2) { this.user = user; this.guildMember = guildMember; - this.f2227id = j; + this.f2228id = j; this.text = charSequence; this.discriminator = num; this.isChecked = z2; @@ -239,7 +239,7 @@ public final class WidgetServerSettingsAuditLogFilterAdapter extends MGRecyclerA } public final long getId() { - return this.f2227id; + return this.f2228id; } @Override // com.discord.utilities.mg_recycler.MGRecyclerDataPayload, com.discord.utilities.recycler.DiffKeyProvider diff --git a/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityFirstStep$configureUI$1.java b/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityFirstStep$configureUI$1.java index 9aa18834c1..b0762a8a8d 100644 --- a/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityFirstStep$configureUI$1.java +++ b/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityFirstStep$configureUI$1.java @@ -26,7 +26,7 @@ public final class WidgetServerSettingsCommunityFirstStep$configureUI$1 implemen public final WidgetServerSettingsEnableCommunityViewModel.CommunityGuildConfig invoke(WidgetServerSettingsEnableCommunityViewModel.CommunityGuildConfig communityGuildConfig) { m.checkNotNullParameter(communityGuildConfig, "it"); - CheckedSetting checkedSetting = WidgetServerSettingsCommunityFirstStep.access$getBinding$p(this.this$0.this$0).f1955c; + CheckedSetting checkedSetting = WidgetServerSettingsCommunityFirstStep.access$getBinding$p(this.this$0.this$0).f1956c; m.checkNotNullExpressionValue(checkedSetting, "binding.communitySettingsVerifiedEmailedSwitch"); return WidgetServerSettingsEnableCommunityViewModel.CommunityGuildConfig.copy$default(communityGuildConfig, null, null, null, null, false, false, !checkedSetting.isChecked(), false, null, false, null, null, 4031, null); } diff --git a/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityFirstStep.java b/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityFirstStep.java index e5b019ba3d..57ff74ff4f 100644 --- a/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityFirstStep.java +++ b/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityFirstStep.java @@ -75,7 +75,7 @@ public final class WidgetServerSettingsCommunityFirstStep extends AppFragment { } private final void configureUI(WidgetServerSettingsEnableCommunityViewModel.ViewState.Loaded loaded) { - CheckedSetting checkedSetting = getBinding().f1955c; + CheckedSetting checkedSetting = getBinding().f1956c; m.checkNotNullExpressionValue(checkedSetting, "binding.communitySettingsVerifiedEmailedSwitch"); checkedSetting.setChecked(loaded.getCommunityGuildConfig().getVerificationLevel()); CheckedSetting checkedSetting2 = getBinding().b; @@ -87,7 +87,7 @@ public final class WidgetServerSettingsCommunityFirstStep extends AppFragment { if (guild == null || guild.getExplicitContentFilter().compareTo(GuildExplicitContentFilter.NONE) <= 0) { z2 = false; } - getBinding().f1955c.e(new WidgetServerSettingsCommunityFirstStep$configureUI$1(this, loaded, z3)); + getBinding().f1956c.e(new WidgetServerSettingsCommunityFirstStep$configureUI$1(this, loaded, z3)); getBinding().b.e(new WidgetServerSettingsCommunityFirstStep$configureUI$2(this, loaded, z2)); } diff --git a/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityOverview.java b/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityOverview.java index 68be4e1c95..4f37b4377c 100644 --- a/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityOverview.java +++ b/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityOverview.java @@ -99,10 +99,10 @@ public final class WidgetServerSettingsCommunityOverview extends AppFragment { } m.checkNotNullExpressionValue(str, "when (viewState.updatesC…(requireActivity())\n }"); getBinding().b.setSubtitle(string); - getBinding().f1954c.setSubtitle(str); + getBinding().f1955c.setSubtitle(str); getBinding().d.setSubtitle(WidgetSettingsLanguage.Companion.getAsStringInLocale(loaded.getGuild().getPreferredLocale())); getBinding().b.setOnClickListener(new WidgetServerSettingsCommunityOverview$configureValidUI$1(this, loaded)); - getBinding().f1954c.setOnClickListener(new WidgetServerSettingsCommunityOverview$configureValidUI$2(this, loaded)); + getBinding().f1955c.setOnClickListener(new WidgetServerSettingsCommunityOverview$configureValidUI$2(this, loaded)); getBinding().d.setOnClickListener(new WidgetServerSettingsCommunityOverview$configureValidUI$3(this)); getBinding().e.setOnClickListener(new WidgetServerSettingsCommunityOverview$configureValidUI$4(this, loaded)); } diff --git a/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityOverviewViewModel.java b/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityOverviewViewModel.java index bff24fd2b5..a1674b8dd6 100644 --- a/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityOverviewViewModel.java +++ b/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityOverviewViewModel.java @@ -143,7 +143,7 @@ public final class WidgetServerSettingsCommunityOverviewViewModel extends AppVie private final Guild guild; /* renamed from: me reason: collision with root package name */ - private final MeUser f2228me; + private final MeUser f2229me; private final Long permissions; private final Channel rulesChannel; private final Channel updatesChannel; @@ -154,7 +154,7 @@ public final class WidgetServerSettingsCommunityOverviewViewModel extends AppVie m.checkNotNullParameter(guild, "guild"); m.checkNotNullParameter(meUser, "me"); this.guild = guild; - this.f2228me = meUser; + this.f2229me = meUser; this.permissions = l; this.rulesChannel = channel; this.updatesChannel = channel2; @@ -165,7 +165,7 @@ public final class WidgetServerSettingsCommunityOverviewViewModel extends AppVie guild = valid.guild; } if ((i & 2) != 0) { - meUser = valid.f2228me; + meUser = valid.f2229me; } if ((i & 4) != 0) { l = valid.permissions; @@ -184,7 +184,7 @@ public final class WidgetServerSettingsCommunityOverviewViewModel extends AppVie } public final MeUser component2() { - return this.f2228me; + return this.f2229me; } public final Long component3() { @@ -213,7 +213,7 @@ public final class WidgetServerSettingsCommunityOverviewViewModel extends AppVie return false; } Valid valid = (Valid) obj; - return m.areEqual(this.guild, valid.guild) && m.areEqual(this.f2228me, valid.f2228me) && m.areEqual(this.permissions, valid.permissions) && m.areEqual(this.rulesChannel, valid.rulesChannel) && m.areEqual(this.updatesChannel, valid.updatesChannel); + return m.areEqual(this.guild, valid.guild) && m.areEqual(this.f2229me, valid.f2229me) && m.areEqual(this.permissions, valid.permissions) && m.areEqual(this.rulesChannel, valid.rulesChannel) && m.areEqual(this.updatesChannel, valid.updatesChannel); } public final Guild getGuild() { @@ -221,7 +221,7 @@ public final class WidgetServerSettingsCommunityOverviewViewModel extends AppVie } public final MeUser getMe() { - return this.f2228me; + return this.f2229me; } public final Long getPermissions() { @@ -240,7 +240,7 @@ public final class WidgetServerSettingsCommunityOverviewViewModel extends AppVie Guild guild = this.guild; int i = 0; int hashCode = (guild != null ? guild.hashCode() : 0) * 31; - MeUser meUser = this.f2228me; + MeUser meUser = this.f2229me; int hashCode2 = (hashCode + (meUser != null ? meUser.hashCode() : 0)) * 31; Long l = this.permissions; int hashCode3 = (hashCode2 + (l != null ? l.hashCode() : 0)) * 31; @@ -257,7 +257,7 @@ public final class WidgetServerSettingsCommunityOverviewViewModel extends AppVie StringBuilder P = a.P("Valid(guild="); P.append(this.guild); P.append(", me="); - P.append(this.f2228me); + P.append(this.f2229me); P.append(", permissions="); P.append(this.permissions); P.append(", rulesChannel="); diff --git a/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunitySecondStep.java b/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunitySecondStep.java index 3ed1d513a3..87468430f1 100644 --- a/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunitySecondStep.java +++ b/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunitySecondStep.java @@ -67,9 +67,9 @@ public final class WidgetServerSettingsCommunitySecondStep extends AppFragment { String string2 = loaded.getCommunityGuildConfig().getUpdatesChannel() == null ? requireContext().getString(R.string.enable_public_modal_create_channel) : AnimatableValueParser.A0(loaded.getCommunityGuildConfig().getUpdatesChannel(), requireContext(), false, 2); m.checkNotNullExpressionValue(string2, "when (viewState.communit…t(requireContext())\n }"); getBinding().b.setSubtitle(string); - getBinding().f1956c.setSubtitle(string2); + getBinding().f1957c.setSubtitle(string2); getBinding().b.setOnClickListener(new WidgetServerSettingsCommunitySecondStep$configureUI$1(this)); - getBinding().f1956c.setOnClickListener(new WidgetServerSettingsCommunitySecondStep$configureUI$2(this)); + getBinding().f1957c.setOnClickListener(new WidgetServerSettingsCommunitySecondStep$configureUI$2(this)); } public static final void create(Context context) { diff --git a/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityThirdStep.java b/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityThirdStep.java index 03cc243e25..155f3119b1 100644 --- a/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityThirdStep.java +++ b/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityThirdStep.java @@ -157,7 +157,7 @@ public final class WidgetServerSettingsCommunityThirdStep extends AppFragment { CheckedSetting checkedSetting2 = getBinding().d; Context context2 = getContext(); checkedSetting2.setText(context2 != null ? b.b(context2, R.string.enable_community_modal_everyone_role_permission_label_mobile, new Object[0], new WidgetServerSettingsCommunityThirdStep$onViewBoundOrOnResume$3(this)) : null); - LinkifiedTextView linkifiedTextView = getBinding().f1957c; + LinkifiedTextView linkifiedTextView = getBinding().f1958c; m.checkNotNullExpressionValue(linkifiedTextView, "binding.communitySettingGuidelines"); b.n(linkifiedTextView, R.string.community_policy_help, new Object[]{f.a.a(360035969312L, null)}, null, 4); } diff --git a/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsEnableCommunityViewModel.java b/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsEnableCommunityViewModel.java index 0e8e5ea644..4c21b4d252 100644 --- a/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsEnableCommunityViewModel.java +++ b/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsEnableCommunityViewModel.java @@ -380,7 +380,7 @@ public final class WidgetServerSettingsEnableCommunityViewModel extends AppViewM private final Guild guild; /* renamed from: me reason: collision with root package name */ - private final MeUser f2229me; + private final MeUser f2230me; private final Long permissions; private final Map roles; private final Channel rulesChannel; @@ -392,7 +392,7 @@ public final class WidgetServerSettingsEnableCommunityViewModel extends AppViewM m.checkNotNullParameter(guild, "guild"); m.checkNotNullParameter(meUser, "me"); this.guild = guild; - this.f2229me = meUser; + this.f2230me = meUser; this.permissions = l; this.roles = map; this.rulesChannel = channel; @@ -406,7 +406,7 @@ public final class WidgetServerSettingsEnableCommunityViewModel extends AppViewM guild = valid.guild; } if ((i & 2) != 0) { - meUser = valid.f2229me; + meUser = valid.f2230me; } if ((i & 4) != 0) { l = valid.permissions; @@ -428,7 +428,7 @@ public final class WidgetServerSettingsEnableCommunityViewModel extends AppViewM } public final MeUser component2() { - return this.f2229me; + return this.f2230me; } public final Long component3() { @@ -461,7 +461,7 @@ public final class WidgetServerSettingsEnableCommunityViewModel extends AppViewM return false; } Valid valid = (Valid) obj; - return m.areEqual(this.guild, valid.guild) && m.areEqual(this.f2229me, valid.f2229me) && m.areEqual(this.permissions, valid.permissions) && m.areEqual(this.roles, valid.roles) && m.areEqual(this.rulesChannel, valid.rulesChannel) && m.areEqual(this.updatesChannel, valid.updatesChannel); + return m.areEqual(this.guild, valid.guild) && m.areEqual(this.f2230me, valid.f2230me) && m.areEqual(this.permissions, valid.permissions) && m.areEqual(this.roles, valid.roles) && m.areEqual(this.rulesChannel, valid.rulesChannel) && m.areEqual(this.updatesChannel, valid.updatesChannel); } public final Guild getGuild() { @@ -469,7 +469,7 @@ public final class WidgetServerSettingsEnableCommunityViewModel extends AppViewM } public final MeUser getMe() { - return this.f2229me; + return this.f2230me; } public final Long getPermissions() { @@ -492,7 +492,7 @@ public final class WidgetServerSettingsEnableCommunityViewModel extends AppViewM Guild guild = this.guild; int i = 0; int hashCode = (guild != null ? guild.hashCode() : 0) * 31; - MeUser meUser = this.f2229me; + MeUser meUser = this.f2230me; int hashCode2 = (hashCode + (meUser != null ? meUser.hashCode() : 0)) * 31; Long l = this.permissions; int hashCode3 = (hashCode2 + (l != null ? l.hashCode() : 0)) * 31; @@ -511,7 +511,7 @@ public final class WidgetServerSettingsEnableCommunityViewModel extends AppViewM StringBuilder P = a.P("Valid(guild="); P.append(this.guild); P.append(", me="); - P.append(this.f2229me); + P.append(this.f2230me); P.append(", permissions="); P.append(this.permissions); P.append(", roles="); diff --git a/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/WidgetServerSettingsGuildRoleSubscriptions.java b/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/WidgetServerSettingsGuildRoleSubscriptions.java index 52455f97f5..7da5c91994 100644 --- a/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/WidgetServerSettingsGuildRoleSubscriptions.java +++ b/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/WidgetServerSettingsGuildRoleSubscriptions.java @@ -94,9 +94,9 @@ public final class WidgetServerSettingsGuildRoleSubscriptions extends AppFragmen boolean z2 = true; int i = 0; if (!(groupCoverImage == null || t.isBlank(groupCoverImage))) { - getBinding().f1965c.configureUI(loaded.getGroupDescription(), loaded.getGroupCoverImage()); + getBinding().f1966c.configureUI(loaded.getGroupDescription(), loaded.getGroupCoverImage()); } else if (loaded.getGroupCoverImageAssetId() != null) { - getBinding().f1965c.configureUI(loaded.getGroupDescription(), loaded.getGroupCoverImageAssetId().longValue()); + getBinding().f1966c.configureUI(loaded.getGroupDescription(), loaded.getGroupCoverImageAssetId().longValue()); } FloatingActionButton floatingActionButton = getBinding().d; m.checkNotNullExpressionValue(floatingActionButton, "binding.serverSettingsGuildRoleSubscriptionSave"); @@ -177,8 +177,8 @@ public final class WidgetServerSettingsGuildRoleSubscriptions extends AppFragmen getBinding().b.b.setOnClickListener(new WidgetServerSettingsGuildRoleSubscriptions$onViewBound$1(this)); setActionBarDisplayHomeAsUpEnabled(true); setActionBarTitle(R.string.guild_settings_role_subscriptions_title); - getBinding().f1965c.setImageChooserClickListener(new WidgetServerSettingsGuildRoleSubscriptions$onViewBound$2(this)); - getBinding().f1965c.addLifecycleAwareTextWatcherForDescription(this, new WidgetServerSettingsGuildRoleSubscriptions$onViewBound$3(this)); + getBinding().f1966c.setImageChooserClickListener(new WidgetServerSettingsGuildRoleSubscriptions$onViewBound$2(this)); + getBinding().f1966c.addLifecycleAwareTextWatcherForDescription(this, new WidgetServerSettingsGuildRoleSubscriptions$onViewBound$3(this)); getBinding().d.setOnClickListener(new WidgetServerSettingsGuildRoleSubscriptions$onViewBound$4(this)); this.adapter = new ServerSettingsGuildRoleSubscriptionTierAdapter(this, null, 2, null); RecyclerView recyclerView = getBinding().e; diff --git a/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/WidgetServerSettingsGuildRoleSubscriptionEditTier.java b/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/WidgetServerSettingsGuildRoleSubscriptionEditTier.java index 080f46168d..16ebd67f1b 100644 --- a/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/WidgetServerSettingsGuildRoleSubscriptionEditTier.java +++ b/app/src/main/java/com/discord/widgets/servers/guild_role_subscription/edit_tier/WidgetServerSettingsGuildRoleSubscriptionEditTier.java @@ -129,7 +129,7 @@ public final class WidgetServerSettingsGuildRoleSubscriptionEditTier extends App AppViewFlipper appViewFlipper2 = getBinding().g; m.checkNotNullExpressionValue(appViewFlipper2, "binding.serverSettingsGu…iptionEditTierViewFlipper"); appViewFlipper2.setDisplayedChild(1); - Group group = getBinding().f1964c; + Group group = getBinding().f1965c; m.checkNotNullExpressionValue(group, "binding.guildRoleSubscriptionEditTierPublishGroup"); if (!(true ^ loaded.isPublished())) { i = 8; diff --git a/app/src/main/java/com/discord/widgets/servers/member_verification/MemberVerificationPendingDialog.java b/app/src/main/java/com/discord/widgets/servers/member_verification/MemberVerificationPendingDialog.java index e8a70ed2bb..112526521f 100644 --- a/app/src/main/java/com/discord/widgets/servers/member_verification/MemberVerificationPendingDialog.java +++ b/app/src/main/java/com/discord/widgets/servers/member_verification/MemberVerificationPendingDialog.java @@ -112,7 +112,7 @@ public final class MemberVerificationPendingDialog extends AppDialog { } textView.setVisibility(i); int themedColor = loaded.getDialogState().ordinal() != 3 ? ColorCompat.getThemedColor(getContext(), (int) R.attr.color_brand_500) : ColorCompat.getColor(getContext(), (int) R.color.status_red_500); - MaterialButton materialButton = getBinding().f1904c; + MaterialButton materialButton = getBinding().f1905c; m.checkNotNullExpressionValue(materialButton, "binding.memberVerificationPrimaryBtn"); materialButton.setBackgroundTintList(ColorStateList.valueOf(themedColor)); int ordinal = loaded.getDialogState().ordinal(); @@ -124,13 +124,13 @@ public final class MemberVerificationPendingDialog extends AppDialog { TextView textView3 = getBinding().f; m.checkNotNullExpressionValue(textView3, "binding.pendingDialogDesc"); textView3.setText(getString(R.string.member_verification_warning_update_modal_desc)); - MaterialButton materialButton2 = getBinding().f1904c; + MaterialButton materialButton2 = getBinding().f1905c; m.checkNotNullExpressionValue(materialButton2, "binding.memberVerificationPrimaryBtn"); materialButton2.setText(getString(R.string.member_verification_warning_update)); MaterialButton materialButton3 = getBinding().d; m.checkNotNullExpressionValue(materialButton3, "binding.memberVerificationSecondaryBtn"); materialButton3.setText(getString(R.string.cancel)); - getBinding().f1904c.setOnClickListener(new MemberVerificationPendingDialog$configureLoadedUI$8(this)); + getBinding().f1905c.setOnClickListener(new MemberVerificationPendingDialog$configureLoadedUI$8(this)); getBinding().d.setOnClickListener(new MemberVerificationPendingDialog$configureLoadedUI$9(this)); } else if (ordinal == 1) { getBinding().b.setImageResource(R.drawable.ic_member_verification_pending); @@ -140,13 +140,13 @@ public final class MemberVerificationPendingDialog extends AppDialog { TextView textView5 = getBinding().f; m.checkNotNullExpressionValue(textView5, "binding.pendingDialogDesc"); textView5.setText(getString(R.string.member_verification_pending_application_modal_desc)); - MaterialButton materialButton4 = getBinding().f1904c; + MaterialButton materialButton4 = getBinding().f1905c; m.checkNotNullExpressionValue(materialButton4, "binding.memberVerificationPrimaryBtn"); materialButton4.setText(getString(R.string.member_verification_pending_application_modal_confirm)); MaterialButton materialButton5 = getBinding().d; m.checkNotNullExpressionValue(materialButton5, "binding.memberVerificationSecondaryBtn"); materialButton5.setText(getString(R.string.member_verification_pending_application_modal_cancel)); - getBinding().f1904c.setOnClickListener(new MemberVerificationPendingDialog$configureLoadedUI$1(this)); + getBinding().f1905c.setOnClickListener(new MemberVerificationPendingDialog$configureLoadedUI$1(this)); getBinding().d.setOnClickListener(new MemberVerificationPendingDialog$configureLoadedUI$2(this)); getBinding().e.setOnClickListener(new MemberVerificationPendingDialog$configureLoadedUI$3(this)); } else if (ordinal == 2) { @@ -156,13 +156,13 @@ public final class MemberVerificationPendingDialog extends AppDialog { TextView textView7 = getBinding().f; m.checkNotNullExpressionValue(textView7, "binding.pendingDialogDesc"); textView7.setText(getString(R.string.member_verification_pending_application_leave_server_modal_desc)); - MaterialButton materialButton6 = getBinding().f1904c; + MaterialButton materialButton6 = getBinding().f1905c; m.checkNotNullExpressionValue(materialButton6, "binding.memberVerificationPrimaryBtn"); materialButton6.setText(getString(R.string.member_verification_pending_application_modal_cancel)); MaterialButton materialButton7 = getBinding().d; m.checkNotNullExpressionValue(materialButton7, "binding.memberVerificationSecondaryBtn"); materialButton7.setText(getString(R.string.member_verification_pending_application_modal_dismiss)); - getBinding().f1904c.setOnClickListener(new MemberVerificationPendingDialog$configureLoadedUI$4(this)); + getBinding().f1905c.setOnClickListener(new MemberVerificationPendingDialog$configureLoadedUI$4(this)); getBinding().d.setOnClickListener(new MemberVerificationPendingDialog$configureLoadedUI$5(this)); } else if (ordinal == 3) { TextView textView8 = getBinding().g; @@ -171,13 +171,13 @@ public final class MemberVerificationPendingDialog extends AppDialog { TextView textView9 = getBinding().f; m.checkNotNullExpressionValue(textView9, "binding.pendingDialogDesc"); textView9.setText(getString(R.string.member_verification_pending_application_leave_server_modal_desc)); - MaterialButton materialButton8 = getBinding().f1904c; + MaterialButton materialButton8 = getBinding().f1905c; m.checkNotNullExpressionValue(materialButton8, "binding.memberVerificationPrimaryBtn"); materialButton8.setText(getString(R.string.member_verification_pending_application_modal_leave)); MaterialButton materialButton9 = getBinding().d; m.checkNotNullExpressionValue(materialButton9, "binding.memberVerificationSecondaryBtn"); materialButton9.setText(getString(R.string.member_verification_pending_application_modal_dismiss)); - getBinding().f1904c.setOnClickListener(new MemberVerificationPendingDialog$configureLoadedUI$6(this)); + getBinding().f1905c.setOnClickListener(new MemberVerificationPendingDialog$configureLoadedUI$6(this)); getBinding().d.setOnClickListener(new MemberVerificationPendingDialog$configureLoadedUI$7(this)); } } diff --git a/app/src/main/java/com/discord/widgets/servers/member_verification/MemberVerificationRulesAdapter.java b/app/src/main/java/com/discord/widgets/servers/member_verification/MemberVerificationRulesAdapter.java index 0bd9d97740..2822b0434f 100644 --- a/app/src/main/java/com/discord/widgets/servers/member_verification/MemberVerificationRulesAdapter.java +++ b/app/src/main/java/com/discord/widgets/servers/member_verification/MemberVerificationRulesAdapter.java @@ -322,7 +322,7 @@ public final class MemberVerificationRulesAdapter extends MGRecyclerAdapterSimpl int i2 = 0; textView.setText(b.i(resources, R.string.member_verification_rule_index, new Object[]{format}, null, 4)); this.binding.b.setDraweeSpanStringBuilder(AstRenderer.render(memberVerificationItemTerm.getAst(), new MessageRenderContext(a.x(this.itemView, "itemView", "itemView.context"), 0, memberVerificationItemTerm.getAllowAnimatedEmojis(), null, memberVerificationItemTerm.getChannelNames(), memberVerificationItemTerm.getRoles(), 0, null, null, 0, 0, null, null, null, 16328, null))); - View view3 = this.binding.f1905c; + View view3 = this.binding.f1906c; m.checkNotNullExpressionValue(view3, "binding.memberVerificationRuleDivider"); if (!(!memberVerificationItemTerm.isLastItem())) { i2 = 8; diff --git a/app/src/main/java/com/discord/widgets/servers/member_verification/MemberVerificationSuccessDialog.java b/app/src/main/java/com/discord/widgets/servers/member_verification/MemberVerificationSuccessDialog.java index 79b57c0344..fdbb00e678 100644 --- a/app/src/main/java/com/discord/widgets/servers/member_verification/MemberVerificationSuccessDialog.java +++ b/app/src/main/java/com/discord/widgets/servers/member_verification/MemberVerificationSuccessDialog.java @@ -53,7 +53,7 @@ public final class MemberVerificationSuccessDialog extends AppDialog { m.checkNotNullParameter(view, "view"); super.onViewBound(view); String string = getArgumentsOrDefault().getString(INTENT_EXTRA_GUILD_NAME); - TextView textView = getBinding().f1906c; + TextView textView = getBinding().f1907c; m.checkNotNullExpressionValue(textView, "binding.memberVerificationGuildName"); textView.setText(b.k(this, R.string.lurker_mode_popout_success_header, new Object[]{string}, null, 4)); getBinding().b.setOnClickListener(new MemberVerificationSuccessDialog$onViewBound$1(this)); diff --git a/app/src/main/java/com/discord/widgets/servers/member_verification/WidgetMemberVerification.java b/app/src/main/java/com/discord/widgets/servers/member_verification/WidgetMemberVerification.java index 8886930cd8..22b71a3d10 100644 --- a/app/src/main/java/com/discord/widgets/servers/member_verification/WidgetMemberVerification.java +++ b/app/src/main/java/com/discord/widgets/servers/member_verification/WidgetMemberVerification.java @@ -133,7 +133,7 @@ public final class WidgetMemberVerification extends AppFragment { RecyclerView recyclerView = getBinding().g; m.checkNotNullExpressionValue(recyclerView, "binding.memberVerificationRulesRecycler"); recyclerView.setVisibility(loaded.isRulesListVisible() ? 0 : 8); - SimpleDraweeView simpleDraweeView = getBinding().f1903c; + SimpleDraweeView simpleDraweeView = getBinding().f1904c; IconUtils iconUtils = IconUtils.INSTANCE; Guild guild = loaded.getGuild(); Resources resources = getResources(); diff --git a/app/src/main/java/com/discord/widgets/servers/member_verification/WidgetMemberVerificationViewModel.java b/app/src/main/java/com/discord/widgets/servers/member_verification/WidgetMemberVerificationViewModel.java index 891dfab078..531aadc192 100644 --- a/app/src/main/java/com/discord/widgets/servers/member_verification/WidgetMemberVerificationViewModel.java +++ b/app/src/main/java/com/discord/widgets/servers/member_verification/WidgetMemberVerificationViewModel.java @@ -217,7 +217,7 @@ public final class WidgetMemberVerificationViewModel extends AppViewModel roles; @@ -225,7 +225,7 @@ public final class WidgetMemberVerificationViewModel extends AppViewModel implements Action2< public final void call(MenuItem menuItem, Context context) { m.checkNotNullExpressionValue(menuItem, "menuItem"); switch (menuItem.getItemId()) { - case R.id.menu_settings_debugging /* 2131364205 */: + case R.id.menu_settings_debugging /* 2131364211 */: WidgetDebugging.Companion companion = WidgetDebugging.Companion; m.checkNotNullExpressionValue(context, "context"); companion.launch(context); return; - case R.id.menu_settings_log_out /* 2131364206 */: + case R.id.menu_settings_log_out /* 2131364212 */: WidgetSettings widgetSettings = this.this$0; m.checkNotNullExpressionValue(context, "context"); WidgetSettings.access$showLogoutDialog(widgetSettings, context); diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettings$onViewBound$1$9.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettings$onViewBound$1$9.java index b4a38403e0..67c4d2a523 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettings$onViewBound$1$9.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettings$onViewBound$1$9.java @@ -1,19 +1,15 @@ package com.discord.widgets.settings; -import android.content.Context; import android.view.View; +import c.d.b.a.a; +import com.discord.app.AppTransitionActivity; import com.discord.widgets.settings.profile.WidgetSettingsUserProfile; -import d0.z.d.m; /* compiled from: WidgetSettings.kt */ public final class WidgetSettings$onViewBound$1$9 implements View.OnClickListener { public static final WidgetSettings$onViewBound$1$9 INSTANCE = new WidgetSettings$onViewBound$1$9(); @Override // android.view.View.OnClickListener public final void onClick(View view) { - WidgetSettingsUserProfile.Companion companion = WidgetSettingsUserProfile.Companion; - m.checkNotNullExpressionValue(view, "it"); - Context context = view.getContext(); - m.checkNotNullExpressionValue(context, "it.context"); - companion.launch(context); + WidgetSettingsUserProfile.Companion.launch(a.x(view, "it", "it.context"), AppTransitionActivity.Transition.TYPE_SLIDE_HORIZONTAL); } } diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettings.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettings.java index 4007d497c2..b37965d945 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettings.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettings.java @@ -323,22 +323,22 @@ public final class WidgetSettings extends AppFragment implements OnTabSelectedLi TextView textView = binding.f; m.checkNotNullExpressionValue(textView, "appInfoHeader"); String string = getString(R.string.app_information); - textView.setText(string + " - 93.4 - Alpha (93204)"); + textView.setText(string + " - 93.5 - Alpha (93205)"); binding.B.setOnClickListener(new WidgetSettings$onViewBound$$inlined$with$lambda$3(this)); binding.u.setOnClickListener(WidgetSettings$onViewBound$1$5.INSTANCE); binding.q.setOnClickListener(WidgetSettings$onViewBound$1$6.INSTANCE); - binding.f1997s.setOnClickListener(WidgetSettings$onViewBound$1$7.INSTANCE); - binding.f1996c.setOnClickListener(WidgetSettings$onViewBound$1$8.INSTANCE); - binding.f2000z.setOnClickListener(WidgetSettings$onViewBound$1$9.INSTANCE); + binding.f1998s.setOnClickListener(WidgetSettings$onViewBound$1$7.INSTANCE); + binding.f1997c.setOnClickListener(WidgetSettings$onViewBound$1$8.INSTANCE); + binding.f2001z.setOnClickListener(WidgetSettings$onViewBound$1$9.INSTANCE); binding.i.setOnClickListener(WidgetSettings$onViewBound$1$10.INSTANCE); - binding.f1999y.setOnClickListener(WidgetSettings$onViewBound$1$11.INSTANCE); + binding.f2000y.setOnClickListener(WidgetSettings$onViewBound$1$11.INSTANCE); binding.l.setOnClickListener(WidgetSettings$onViewBound$1$12.INSTANCE); binding.h.setOnClickListener(WidgetSettings$onViewBound$1$13.INSTANCE); binding.b.setOnClickListener(WidgetSettings$onViewBound$1$14.INSTANCE); binding.j.setOnClickListener(WidgetSettings$onViewBound$1$15.INSTANCE); binding.p.setOnClickListener(WidgetSettings$onViewBound$1$16.INSTANCE); binding.e.setOnClickListener(WidgetSettings$onViewBound$1$17.INSTANCE); - binding.f1998x.setOnClickListener(new WidgetSettings$onViewBound$$inlined$with$lambda$4(this)); + binding.f1999x.setOnClickListener(new WidgetSettings$onViewBound$$inlined$with$lambda$4(this)); binding.H.setOnClickListener(WidgetSettings$onViewBound$1$19.INSTANCE); binding.L.setOnClickListener(WidgetSettings$onViewBound$1$20.INSTANCE); binding.G.setOnClickListener(WidgetSettings$onViewBound$1$21.INSTANCE); diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAccessibility$configureUI$2.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAccessibility$configureUI$2.java index 8634c6df79..ef6cc56464 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAccessibility$configureUI$2.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAccessibility$configureUI$2.java @@ -13,8 +13,8 @@ public final class WidgetSettingsAccessibility$configureUI$2 implements View.OnC @Override // android.view.View.OnClickListener public final void onClick(View view) { - CheckedSetting checkedSetting = WidgetSettingsAccessibility.access$getBinding$p(this.this$0).f1982c; - CheckedSetting checkedSetting2 = WidgetSettingsAccessibility.access$getBinding$p(this.this$0).f1982c; + CheckedSetting checkedSetting = WidgetSettingsAccessibility.access$getBinding$p(this.this$0).f1983c; + CheckedSetting checkedSetting2 = WidgetSettingsAccessibility.access$getBinding$p(this.this$0).f1983c; m.checkNotNullExpressionValue(checkedSetting2, "binding.settingsAccessib…ityAllowAutoplayGifSwitch"); checkedSetting.g(!checkedSetting2.isChecked(), true); } diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAccessibility.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAccessibility.java index 48d2b17bd1..ed72c0a541 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAccessibility.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAccessibility.java @@ -226,10 +226,10 @@ public final class WidgetSettingsAccessibility extends AppFragment { radioManager2.a(checkedSetting5); } } - CheckedSetting checkedSetting6 = getBinding().f1982c; + CheckedSetting checkedSetting6 = getBinding().f1983c; m.checkNotNullExpressionValue(checkedSetting6, "binding.settingsAccessib…ityAllowAutoplayGifSwitch"); checkedSetting6.setChecked(false); - getBinding().f1982c.b(R.string.accessibility_reduced_motion_settings_override); + getBinding().f1983c.b(R.string.accessibility_reduced_motion_settings_override); return; } CheckedSetting checkedSetting7 = getBinding().b; @@ -247,11 +247,11 @@ public final class WidgetSettingsAccessibility extends AppFragment { CheckedSetting checkedSetting10 = getBinding().k; m.checkNotNullExpressionValue(checkedSetting10, "binding.stickersNeverAnimate"); configureStickerAnimationRadio(currentStickerAnimationSettings3, checkedSetting10, 2); - CheckedSetting checkedSetting11 = getBinding().f1982c; + CheckedSetting checkedSetting11 = getBinding().f1983c; m.checkNotNullExpressionValue(checkedSetting11, "binding.settingsAccessib…ityAllowAutoplayGifSwitch"); checkedSetting11.setChecked(model.getAutoPlayGifs()); getBinding().b.e(new WidgetSettingsAccessibility$configureUI$1(this)); - getBinding().f1982c.e(new WidgetSettingsAccessibility$configureUI$2(this)); + getBinding().f1983c.e(new WidgetSettingsAccessibility$configureUI$2(this)); } private final WidgetSettingsAccessibilityBinding getBinding() { @@ -270,7 +270,7 @@ public final class WidgetSettingsAccessibility extends AppFragment { m.checkNotNullExpressionValue(linkifiedTextView, "binding.settingsAccessib…yReducedMotionDescription"); b.n(linkifiedTextView, R.string.accessibility_prefers_reduced_motion_description, new Object[]{f.a.a(360040613412L, null)}, null, 4); getBinding().b.setOnCheckedListener(new WidgetSettingsAccessibility$onViewBoundOrOnResume$3(this)); - getBinding().f1982c.setOnCheckedListener(WidgetSettingsAccessibility$onViewBoundOrOnResume$4.INSTANCE); + getBinding().f1983c.setOnCheckedListener(WidgetSettingsAccessibility$onViewBoundOrOnResume$4.INSTANCE); this.stickersAnimationRadioManager = new RadioManager(n.listOf((Object[]) new CheckedSetting[]{getBinding().i, getBinding().j, getBinding().k})); for (TextView textView : n.listOf((Object[]) new TextView[]{getBinding().f, getBinding().d, getBinding().h})) { AccessibilityUtils accessibilityUtils = AccessibilityUtils.INSTANCE; diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAppearance.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAppearance.java index a1e4a79692..2fd19343ec 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAppearance.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAppearance.java @@ -299,7 +299,7 @@ public final class WidgetSettingsAppearance extends AppFragment { getBinding().f.setOnSeekBarChangeListener(new WidgetSettingsAppearance$configureUI$4(this)); getBinding().e.setOnClickListener(WidgetSettingsAppearance$configureUI$5.INSTANCE); setupMessage(model); - for (TextView textView : n.listOf((Object[]) new TextView[]{getBinding().k, getBinding().h, getBinding().f1993c})) { + for (TextView textView : n.listOf((Object[]) new TextView[]{getBinding().k, getBinding().h, getBinding().f1994c})) { AccessibilityUtils accessibilityUtils = AccessibilityUtils.INSTANCE; m.checkNotNullExpressionValue(textView, "header"); accessibilityUtils.setViewIsHeading(textView); diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAuthorizedApps.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAuthorizedApps.java index 3951259c01..69898417a2 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAuthorizedApps.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsAuthorizedApps.java @@ -67,7 +67,7 @@ public final class WidgetSettingsAuthorizedApps extends AppFragment { RecyclerView recyclerView = widgetSettingsAuthorizedAppsListItemBinding.i; m.checkNotNullExpressionValue(recyclerView, "binding.oauthApplicationPermissionsRv"); recyclerView.setAdapter(simpleRecyclerAdapter); - for (TextView textView : n.listOf((Object[]) new TextView[]{widgetSettingsAuthorizedAppsListItemBinding.g, widgetSettingsAuthorizedAppsListItemBinding.f1994c, widgetSettingsAuthorizedAppsListItemBinding.h})) { + for (TextView textView : n.listOf((Object[]) new TextView[]{widgetSettingsAuthorizedAppsListItemBinding.g, widgetSettingsAuthorizedAppsListItemBinding.f1995c, widgetSettingsAuthorizedAppsListItemBinding.h})) { AccessibilityUtils accessibilityUtils = AccessibilityUtils.INSTANCE; m.checkNotNullExpressionValue(textView, "header"); accessibilityUtils.setViewIsHeading(textView); @@ -92,7 +92,7 @@ public final class WidgetSettingsAuthorizedApps extends AppFragment { MaterialCardView materialCardView = this.binding.f; m.checkNotNullExpressionValue(materialCardView, "binding.oauthApplicationListItem"); materialCardView.setContentDescription(application.g()); - TextView textView2 = this.binding.f1994c; + TextView textView2 = this.binding.f1995c; m.checkNotNullExpressionValue(textView2, "binding.oauthApplicationDescriptionLabelTv"); String c2 = application.c(); int i = 0; diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsBehavior.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsBehavior.java index 622c8fd3ec..97e157ca86 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsBehavior.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsBehavior.java @@ -78,7 +78,7 @@ public final class WidgetSettingsBehavior extends AppFragment { CheckedSetting checkedSetting3 = getBinding().b; checkedSetting3.setChecked(userSettings.getIsChromeCustomTabsEnabled()); checkedSetting3.setOnCheckedListener(new WidgetSettingsBehavior$onViewBound$$inlined$apply$lambda$3(userSettings)); - for (TextView textView : n.listOf((Object[]) new TextView[]{getBinding().e, getBinding().f1995c})) { + for (TextView textView : n.listOf((Object[]) new TextView[]{getBinding().e, getBinding().f1996c})) { AccessibilityUtils accessibilityUtils = AccessibilityUtils.INSTANCE; m.checkNotNullExpressionValue(textView, "header"); accessibilityUtils.setViewIsHeading(textView); diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsLanguage.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsLanguage.java index 4d1f5e1e94..b6b2fb64e4 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsLanguage.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsLanguage.java @@ -272,7 +272,7 @@ public final class WidgetSettingsLanguage extends AppFragment { m.checkNotNullExpressionValue(textView, "binding.settingsLanguageCurrentText"); Companion companion = Companion; textView.setText(getString(companion.getLocaleResId(str))); - getBinding().f2011c.setImageResource(companion.getLocaleFlagResId(str)); + getBinding().f2012c.setImageResource(companion.getLocaleFlagResId(str)); } private final WidgetSettingsLanguageBinding getBinding() { diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsLanguageSelect.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsLanguageSelect.java index 0dc8a4a805..3b136a03c7 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsLanguageSelect.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsLanguageSelect.java @@ -88,7 +88,7 @@ public final class WidgetSettingsLanguageSelect extends AppDialog { m.checkNotNullParameter(item, "data"); super.onConfigure(i, (int) item); this.binding.a.setOnClickListener(new WidgetSettingsLanguageSelect$Adapter$AdapterItemLocale$onConfigure$1(this, item)); - TextView textView = this.binding.f2012c; + TextView textView = this.binding.f2013c; m.checkNotNullExpressionValue(textView, "binding.settingsLanguageSelectItemName"); View view = this.itemView; m.checkNotNullExpressionValue(view, "itemView"); diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsMedia.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsMedia.java index cc22534b7a..aa2cf9fea5 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsMedia.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsMedia.java @@ -89,8 +89,8 @@ public final class WidgetSettingsMedia extends AppFragment { checkedSetting.setChecked(storeUserSettings.getIsAttachmentMediaInline()); CheckedSetting.i(getBinding().b, b.k(this, R.string.inline_attachment_media_help, new Object[]{PREVIEW_MAX_SIZE_MB}, null, 4), false, 2); getBinding().b.setOnCheckedListener(new WidgetSettingsMedia$onViewBound$1(this)); - getBinding().f2013c.setOnCheckedListener(new WidgetSettingsMedia$onViewBound$2(this)); - CheckedSetting checkedSetting2 = getBinding().f2013c; + getBinding().f2014c.setOnCheckedListener(new WidgetSettingsMedia$onViewBound$2(this)); + CheckedSetting checkedSetting2 = getBinding().f2014c; m.checkNotNullExpressionValue(checkedSetting2, "binding.compressionToggle"); StoreUserSettings storeUserSettings2 = this.userSettings; if (storeUserSettings2 == null) { diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsNotifications$onViewBoundOrOnResume$1.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsNotifications$onViewBoundOrOnResume$1.java index 6aba15c845..33fac63ea4 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsNotifications$onViewBoundOrOnResume$1.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsNotifications$onViewBoundOrOnResume$1.java @@ -36,7 +36,7 @@ public final class WidgetSettingsNotifications$onViewBoundOrOnResume$1 extends o CheckedSetting checkedSetting2 = WidgetSettingsNotifications.access$getBinding$p(this.this$0).b; m.checkNotNullExpressionValue(checkedSetting2, "binding.settingsInappNotifsSwitch"); checkedSetting2.setChecked(settingsV2.isEnabledInApp()); - CheckedSetting checkedSetting3 = WidgetSettingsNotifications.access$getBinding$p(this.this$0).f2015c; + CheckedSetting checkedSetting3 = WidgetSettingsNotifications.access$getBinding$p(this.this$0).f2016c; m.checkNotNullExpressionValue(checkedSetting3, "binding.settingsNotificationsBlink"); checkedSetting3.setChecked(settingsV2.isDisableBlink()); CheckedSetting checkedSetting4 = WidgetSettingsNotifications.access$getBinding$p(this.this$0).f; diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsNotifications.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsNotifications.java index 2bc87f052e..260b0dae0f 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsNotifications.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsNotifications.java @@ -66,7 +66,7 @@ public final class WidgetSettingsNotifications extends AppFragment { StoreNotifications storeNotifications = this.notificationStore; getBinding().d.setOnCheckedListener(new WidgetSettingsNotifications$onViewBound$1$1(storeNotifications)); getBinding().b.setOnCheckedListener(new WidgetSettingsNotifications$onViewBound$1$2(storeNotifications)); - getBinding().f2015c.setOnCheckedListener(new WidgetSettingsNotifications$onViewBound$1$3(storeNotifications)); + getBinding().f2016c.setOnCheckedListener(new WidgetSettingsNotifications$onViewBound$1$3(storeNotifications)); getBinding().f.setOnCheckedListener(new WidgetSettingsNotifications$onViewBound$1$4(storeNotifications)); getBinding().e.setOnCheckedListener(new WidgetSettingsNotifications$onViewBound$1$5(storeNotifications)); } diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsNotificationsOs.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsNotificationsOs.java index cc47852b4a..1335c384d6 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsNotificationsOs.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsNotificationsOs.java @@ -74,6 +74,6 @@ public final class WidgetSettingsNotificationsOs extends AppBottomSheet { super.onViewCreated(view, bundle); getBinding().d.setOnCheckedListener(WidgetSettingsNotificationsOs$onViewCreated$1.INSTANCE); getBinding().b.setOnCheckedListener(WidgetSettingsNotificationsOs$onViewCreated$2.INSTANCE); - getBinding().f2014c.setOnClickListener(new WidgetSettingsNotificationsOs$onViewCreated$3(this)); + getBinding().f2015c.setOnClickListener(new WidgetSettingsNotificationsOs$onViewCreated$3(this)); } } diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configureContactSyncOptions$2.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configureContactSyncOptions$2.java index d9bb4a59d0..3e069abb4d 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configureContactSyncOptions$2.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configureContactSyncOptions$2.java @@ -22,7 +22,7 @@ public final class WidgetSettingsPrivacy$configureContactSyncOptions$2 implement @Override // android.view.View.OnClickListener public final void onClick(View view) { - CheckedSetting checkedSetting = WidgetSettingsPrivacy.access$getBinding$p(this.this$0).f2018c; + CheckedSetting checkedSetting = WidgetSettingsPrivacy.access$getBinding$p(this.this$0).f2019c; m.checkNotNullExpressionValue(checkedSetting, "binding.contactSyncSettingEnabled"); boolean z2 = !checkedSetting.isChecked(); if (this.$model.getContactSyncConnection() != null) { diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configureContactSyncOptions$3.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configureContactSyncOptions$3.java index 93b508c734..4b1d670e98 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configureContactSyncOptions$3.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configureContactSyncOptions$3.java @@ -21,7 +21,7 @@ public final class WidgetSettingsPrivacy$configureContactSyncOptions$3 implement m.checkNotNullExpressionValue(checkedSetting2, "binding.contactSyncSettingEmail"); boolean isChecked = checkedSetting2.isChecked(); AnalyticsTracker analyticsTracker = AnalyticsTracker.INSTANCE; - CheckedSetting checkedSetting3 = WidgetSettingsPrivacy.access$getBinding$p(this.this$0).f2018c; + CheckedSetting checkedSetting3 = WidgetSettingsPrivacy.access$getBinding$p(this.this$0).f2019c; m.checkNotNullExpressionValue(checkedSetting3, "binding.contactSyncSettingEnabled"); boolean isChecked2 = checkedSetting3.isChecked(); CheckedSetting checkedSetting4 = WidgetSettingsPrivacy.access$getBinding$p(this.this$0).b; diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configureContactSyncOptions$4.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configureContactSyncOptions$4.java index 0d759dbce5..e6123487ee 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configureContactSyncOptions$4.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configureContactSyncOptions$4.java @@ -21,7 +21,7 @@ public final class WidgetSettingsPrivacy$configureContactSyncOptions$4 implement m.checkNotNullExpressionValue(checkedSetting2, "binding.contactSyncSettingPhone"); boolean isChecked = checkedSetting2.isChecked(); AnalyticsTracker analyticsTracker = AnalyticsTracker.INSTANCE; - CheckedSetting checkedSetting3 = WidgetSettingsPrivacy.access$getBinding$p(this.this$0).f2018c; + CheckedSetting checkedSetting3 = WidgetSettingsPrivacy.access$getBinding$p(this.this$0).f2019c; m.checkNotNullExpressionValue(checkedSetting3, "binding.contactSyncSettingEnabled"); boolean isChecked2 = checkedSetting3.isChecked(); CheckedSetting checkedSetting4 = WidgetSettingsPrivacy.access$getBinding$p(this.this$0).e; diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configurePrivacyControls$1.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configurePrivacyControls$1.java index 6f2e50d4d6..fe517645a4 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configurePrivacyControls$1.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$configurePrivacyControls$1.java @@ -37,10 +37,10 @@ public final class WidgetSettingsPrivacy$configurePrivacyControls$1 implement @Override // android.view.View.OnClickListener public final void onClick(View view) { this.$dialog.dismiss(); - CheckedSetting checkedSetting = WidgetSettingsPrivacy.access$getBinding$p(this.this$0.this$0.this$0).f2022z; + CheckedSetting checkedSetting = WidgetSettingsPrivacy.access$getBinding$p(this.this$0.this$0.this$0).f2023z; m.checkNotNullExpressionValue(checkedSetting, "binding.settingsPrivacyStatistics"); checkedSetting.setChecked(true); - CheckedSetting checkedSetting2 = WidgetSettingsPrivacy.access$getBinding$p(this.this$0.this$0.this$0).f2022z; + CheckedSetting checkedSetting2 = WidgetSettingsPrivacy.access$getBinding$p(this.this$0.this$0.this$0).f2023z; m.checkNotNullExpressionValue(checkedSetting2, "binding.settingsPrivacyStatistics"); checkedSetting2.setEnabled(true); } @@ -65,7 +65,7 @@ public final class WidgetSettingsPrivacy$configurePrivacyControls$1 implement Boolean bool = r4.$consented; m.checkNotNullExpressionValue(bool, "consented"); boolean booleanValue = bool.booleanValue(); - CheckedSetting checkedSetting = WidgetSettingsPrivacy.access$getBinding$p(this.this$0.this$0.this$0).f2022z; + CheckedSetting checkedSetting = WidgetSettingsPrivacy.access$getBinding$p(this.this$0.this$0.this$0).f2023z; m.checkNotNullExpressionValue(checkedSetting, "binding.settingsPrivacyStatistics"); WidgetSettingsPrivacy.access$toggleConsent(widgetSettingsPrivacy, booleanValue, RestAPIParams.Consents.Type.USAGE_STATS, checkedSetting); } @@ -107,14 +107,14 @@ public final class WidgetSettingsPrivacy$configurePrivacyControls$1 implement } public final void call(Boolean bool) { - CheckedSetting checkedSetting = WidgetSettingsPrivacy.access$getBinding$p(this.this$0).f2022z; + CheckedSetting checkedSetting = WidgetSettingsPrivacy.access$getBinding$p(this.this$0).f2023z; m.checkNotNullExpressionValue(checkedSetting, "binding.settingsPrivacyStatistics"); checkedSetting.setEnabled(false); m.checkNotNullExpressionValue(bool, "consented"); if (bool.booleanValue()) { WidgetSettingsPrivacy widgetSettingsPrivacy = this.this$0; boolean booleanValue = bool.booleanValue(); - CheckedSetting checkedSetting2 = WidgetSettingsPrivacy.access$getBinding$p(this.this$0).f2022z; + CheckedSetting checkedSetting2 = WidgetSettingsPrivacy.access$getBinding$p(this.this$0).f2023z; m.checkNotNullExpressionValue(checkedSetting2, "binding.settingsPrivacyStatistics"); WidgetSettingsPrivacy.access$toggleConsent(widgetSettingsPrivacy, booleanValue, RestAPIParams.Consents.Type.USAGE_STATS, checkedSetting2); return; diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$friendSourceRadios$2.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$friendSourceRadios$2.java index c51a0b5c1c..ac3cb3c0e0 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$friendSourceRadios$2.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$friendSourceRadios$2.java @@ -19,6 +19,6 @@ public final class WidgetSettingsPrivacy$friendSourceRadios$2 extends o implemen @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final List mo1invoke() { - return n.listOf((Object[]) new CheckedSetting[]{WidgetSettingsPrivacy.access$getBinding$p(this.this$0).r, WidgetSettingsPrivacy.access$getBinding$p(this.this$0).f2019s, WidgetSettingsPrivacy.access$getBinding$p(this.this$0).t}); + return n.listOf((Object[]) new CheckedSetting[]{WidgetSettingsPrivacy.access$getBinding$p(this.this$0).r, WidgetSettingsPrivacy.access$getBinding$p(this.this$0).f2020s, WidgetSettingsPrivacy.access$getBinding$p(this.this$0).t}); } } diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$onViewBoundOrOnResume$2.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$onViewBoundOrOnResume$2.java index 3a126ee066..502083fc73 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$onViewBoundOrOnResume$2.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$onViewBoundOrOnResume$2.java @@ -24,7 +24,7 @@ public final class WidgetSettingsPrivacy$onViewBoundOrOnResume$2 extends o imple } public final void invoke(boolean z2) { - CheckedSetting checkedSetting = WidgetSettingsPrivacy.access$getBinding$p(this.this$0).f2021y; + CheckedSetting checkedSetting = WidgetSettingsPrivacy.access$getBinding$p(this.this$0).f2022y; m.checkNotNullExpressionValue(checkedSetting, "binding.settingsPrivacyScreenreaderDetection"); checkedSetting.setChecked(z2); } diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy.java index 066fbdab24..f903f2dcee 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy.java @@ -90,12 +90,12 @@ public final class WidgetSettingsPrivacy extends AppFragment { private final ModelUserSettings.FriendSourceFlags friendSourceFlags; /* renamed from: me reason: collision with root package name */ - private final MeUser f2231me; + private final MeUser f2232me; private final int userDiscoveryFlags; public LocalState(MeUser meUser, int i, boolean z2, ModelUserSettings.FriendSourceFlags friendSourceFlags, ModelConnectedAccount modelConnectedAccount, Experiment experiment, int i2) { m.checkNotNullParameter(meUser, "me"); - this.f2231me = meUser; + this.f2232me = meUser; this.explicitContentFilter = i; this.defaultRestrictedGuilds = z2; this.friendSourceFlags = friendSourceFlags; @@ -106,7 +106,7 @@ public final class WidgetSettingsPrivacy extends AppFragment { public static /* synthetic */ LocalState copy$default(LocalState localState, MeUser meUser, int i, boolean z2, ModelUserSettings.FriendSourceFlags friendSourceFlags, ModelConnectedAccount modelConnectedAccount, Experiment experiment, int i2, int i3, Object obj) { if ((i3 & 1) != 0) { - meUser = localState.f2231me; + meUser = localState.f2232me; } if ((i3 & 2) != 0) { i = localState.explicitContentFilter; @@ -130,7 +130,7 @@ public final class WidgetSettingsPrivacy extends AppFragment { } public final MeUser component1() { - return this.f2231me; + return this.f2232me; } public final int component2() { @@ -170,7 +170,7 @@ public final class WidgetSettingsPrivacy extends AppFragment { return false; } LocalState localState = (LocalState) obj; - return m.areEqual(this.f2231me, localState.f2231me) && this.explicitContentFilter == localState.explicitContentFilter && this.defaultRestrictedGuilds == localState.defaultRestrictedGuilds && m.areEqual(this.friendSourceFlags, localState.friendSourceFlags) && m.areEqual(this.contactSyncConnection, localState.contactSyncConnection) && m.areEqual(this.contactSyncExperiment, localState.contactSyncExperiment) && this.userDiscoveryFlags == localState.userDiscoveryFlags; + return m.areEqual(this.f2232me, localState.f2232me) && this.explicitContentFilter == localState.explicitContentFilter && this.defaultRestrictedGuilds == localState.defaultRestrictedGuilds && m.areEqual(this.friendSourceFlags, localState.friendSourceFlags) && m.areEqual(this.contactSyncConnection, localState.contactSyncConnection) && m.areEqual(this.contactSyncExperiment, localState.contactSyncExperiment) && this.userDiscoveryFlags == localState.userDiscoveryFlags; } public final ModelConnectedAccount getContactSyncConnection() { @@ -194,7 +194,7 @@ public final class WidgetSettingsPrivacy extends AppFragment { } public final MeUser getMe() { - return this.f2231me; + return this.f2232me; } public final int getUserDiscoveryFlags() { @@ -202,7 +202,7 @@ public final class WidgetSettingsPrivacy extends AppFragment { } public int hashCode() { - MeUser meUser = this.f2231me; + MeUser meUser = this.f2232me; int i = 0; int hashCode = (((meUser != null ? meUser.hashCode() : 0) * 31) + this.explicitContentFilter) * 31; boolean z2 = this.defaultRestrictedGuilds; @@ -226,7 +226,7 @@ public final class WidgetSettingsPrivacy extends AppFragment { public String toString() { StringBuilder P = a.P("LocalState(me="); - P.append(this.f2231me); + P.append(this.f2232me); P.append(", explicitContentFilter="); P.append(this.explicitContentFilter); P.append(", defaultRestrictedGuilds="); @@ -253,7 +253,7 @@ public final class WidgetSettingsPrivacy extends AppFragment { private final RestAPI.HarvestState harvestState; /* renamed from: me reason: collision with root package name */ - private final MeUser f2232me; + private final MeUser f2233me; private final boolean showContactSync; private final int userDiscoveryFlags; @@ -293,7 +293,7 @@ public final class WidgetSettingsPrivacy extends AppFragment { public Model(MeUser meUser, int i, boolean z2, ModelUserSettings.FriendSourceFlags friendSourceFlags, int i2, ModelConnectedAccount modelConnectedAccount, boolean z3, Consents consents, RestAPI.HarvestState harvestState) { m.checkNotNullParameter(meUser, "me"); m.checkNotNullParameter(consents, "consents"); - this.f2232me = meUser; + this.f2233me = meUser; this.explicitContentFilter = i; this.defaultRestrictedGuilds = z2; this.friendSourceFlags = friendSourceFlags; @@ -305,11 +305,11 @@ public final class WidgetSettingsPrivacy extends AppFragment { } public static /* synthetic */ Model copy$default(Model model, MeUser meUser, int i, boolean z2, ModelUserSettings.FriendSourceFlags friendSourceFlags, int i2, ModelConnectedAccount modelConnectedAccount, boolean z3, Consents consents, RestAPI.HarvestState harvestState, int i3, Object obj) { - return model.copy((i3 & 1) != 0 ? model.f2232me : meUser, (i3 & 2) != 0 ? model.explicitContentFilter : i, (i3 & 4) != 0 ? model.defaultRestrictedGuilds : z2, (i3 & 8) != 0 ? model.friendSourceFlags : friendSourceFlags, (i3 & 16) != 0 ? model.userDiscoveryFlags : i2, (i3 & 32) != 0 ? model.contactSyncConnection : modelConnectedAccount, (i3 & 64) != 0 ? model.showContactSync : z3, (i3 & 128) != 0 ? model.consents : consents, (i3 & 256) != 0 ? model.harvestState : harvestState); + return model.copy((i3 & 1) != 0 ? model.f2233me : meUser, (i3 & 2) != 0 ? model.explicitContentFilter : i, (i3 & 4) != 0 ? model.defaultRestrictedGuilds : z2, (i3 & 8) != 0 ? model.friendSourceFlags : friendSourceFlags, (i3 & 16) != 0 ? model.userDiscoveryFlags : i2, (i3 & 32) != 0 ? model.contactSyncConnection : modelConnectedAccount, (i3 & 64) != 0 ? model.showContactSync : z3, (i3 & 128) != 0 ? model.consents : consents, (i3 & 256) != 0 ? model.harvestState : harvestState); } public final MeUser component1() { - return this.f2232me; + return this.f2233me; } public final int component2() { @@ -358,7 +358,7 @@ public final class WidgetSettingsPrivacy extends AppFragment { return false; } Model model = (Model) obj; - return m.areEqual(this.f2232me, model.f2232me) && this.explicitContentFilter == model.explicitContentFilter && this.defaultRestrictedGuilds == model.defaultRestrictedGuilds && m.areEqual(this.friendSourceFlags, model.friendSourceFlags) && this.userDiscoveryFlags == model.userDiscoveryFlags && m.areEqual(this.contactSyncConnection, model.contactSyncConnection) && this.showContactSync == model.showContactSync && m.areEqual(this.consents, model.consents) && m.areEqual(this.harvestState, model.harvestState); + return m.areEqual(this.f2233me, model.f2233me) && this.explicitContentFilter == model.explicitContentFilter && this.defaultRestrictedGuilds == model.defaultRestrictedGuilds && m.areEqual(this.friendSourceFlags, model.friendSourceFlags) && this.userDiscoveryFlags == model.userDiscoveryFlags && m.areEqual(this.contactSyncConnection, model.contactSyncConnection) && this.showContactSync == model.showContactSync && m.areEqual(this.consents, model.consents) && m.areEqual(this.harvestState, model.harvestState); } public final Consents getConsents() { @@ -386,7 +386,7 @@ public final class WidgetSettingsPrivacy extends AppFragment { } public final MeUser getMe() { - return this.f2232me; + return this.f2233me; } public final boolean getShowContactSync() { @@ -398,7 +398,7 @@ public final class WidgetSettingsPrivacy extends AppFragment { } public int hashCode() { - MeUser meUser = this.f2232me; + MeUser meUser = this.f2233me; int i = 0; int hashCode = (((meUser != null ? meUser.hashCode() : 0) * 31) + this.explicitContentFilter) * 31; boolean z2 = this.defaultRestrictedGuilds; @@ -430,7 +430,7 @@ public final class WidgetSettingsPrivacy extends AppFragment { public String toString() { StringBuilder P = a.P("Model(me="); - P.append(this.f2232me); + P.append(this.f2233me); P.append(", explicitContentFilter="); P.append(this.explicitContentFilter); P.append(", defaultRestrictedGuilds="); @@ -520,7 +520,7 @@ public final class WidgetSettingsPrivacy extends AppFragment { TextView textView2 = getBinding().d; m.checkNotNullExpressionValue(textView2, "binding.contactSyncSettingInfo"); textView2.setMovementMethod(LinkMovementMethod.getInstance()); - CheckedSetting checkedSetting = getBinding().f2018c; + CheckedSetting checkedSetting = getBinding().f2019c; m.checkNotNullExpressionValue(checkedSetting, "binding.contactSyncSettingEnabled"); ModelConnectedAccount contactSyncConnection = model.getContactSyncConnection(); checkedSetting.setChecked(contactSyncConnection != null && contactSyncConnection.isFriendSync()); @@ -530,7 +530,7 @@ public final class WidgetSettingsPrivacy extends AppFragment { CheckedSetting checkedSetting3 = getBinding().b; m.checkNotNullExpressionValue(checkedSetting3, "binding.contactSyncSettingEmail"); checkedSetting3.setChecked((model.getUserDiscoveryFlags() & 4) == 4); - getBinding().f2018c.e(new WidgetSettingsPrivacy$configureContactSyncOptions$2(this, model)); + getBinding().f2019c.e(new WidgetSettingsPrivacy$configureContactSyncOptions$2(this, model)); getBinding().e.e(new WidgetSettingsPrivacy$configureContactSyncOptions$3(this)); getBinding().b.e(new WidgetSettingsPrivacy$configureContactSyncOptions$4(this)); CheckedSetting checkedSetting4 = getBinding().f; @@ -593,10 +593,10 @@ public final class WidgetSettingsPrivacy extends AppFragment { LinearLayout linearLayout = getBinding().k; m.checkNotNullExpressionValue(linearLayout, "binding.settingsPrivacyControls"); linearLayout.setVisibility(0); - CheckedSetting checkedSetting = getBinding().f2022z; + CheckedSetting checkedSetting = getBinding().f2023z; m.checkNotNullExpressionValue(checkedSetting, "binding.settingsPrivacyStatistics"); checkedSetting.setChecked(model.getConsents().getUsageStatistics().getConsented()); - getBinding().f2022z.setOnCheckedListener(new WidgetSettingsPrivacy$configurePrivacyControls$1(this, context)); + getBinding().f2023z.setOnCheckedListener(new WidgetSettingsPrivacy$configurePrivacyControls$1(this, context)); CheckedSetting checkedSetting2 = getBinding().v; m.checkNotNullExpressionValue(checkedSetting2, "binding.settingsPrivacyPersonalization"); checkedSetting2.setChecked(model.getConsents().getPersonalization().getConsented()); @@ -796,11 +796,11 @@ public final class WidgetSettingsPrivacy extends AppFragment { m.checkNotNullExpressionValue(checkedSetting2, "binding.settingsPrivacyPersonalization"); f fVar = f.a; checkedSetting.h(b.j(checkedSetting2, R.string.data_privacy_controls_personalization_note_learn_more, new Object[]{fVar.a(360004109911L, null)}, null, 4), true); - CheckedSetting checkedSetting3 = getBinding().f2021y; - CheckedSetting checkedSetting4 = getBinding().f2021y; + CheckedSetting checkedSetting3 = getBinding().f2022y; + CheckedSetting checkedSetting4 = getBinding().f2022y; m.checkNotNullExpressionValue(checkedSetting4, "binding.settingsPrivacyScreenreaderDetection"); checkedSetting3.h(b.j(checkedSetting4, R.string.data_privacy_controls_allow_accessibility_detection_note, new Object[]{fVar.a(360035966492L, null)}, null, 4), true); - CheckedSetting checkedSetting5 = getBinding().f2021y; + CheckedSetting checkedSetting5 = getBinding().f2022y; checkedSetting5.setOnCheckedListener(new WidgetSettingsPrivacy$onViewBound$$inlined$apply$lambda$1(checkedSetting5, this)); getBinding().i.setButtonVisibility(false); CheckedSetting checkedSetting6 = getBinding().i; @@ -821,11 +821,11 @@ public final class WidgetSettingsPrivacy extends AppFragment { sb.append(')'); textView.setText(b.l(sb.toString(), new Object[0], null, 2)); getBinding().h.setOnClickListener(new WidgetSettingsPrivacy$onViewBound$4(a)); - CheckedSetting checkedSetting8 = getBinding().f2022z; - CheckedSetting checkedSetting9 = getBinding().f2022z; + CheckedSetting checkedSetting8 = getBinding().f2023z; + CheckedSetting checkedSetting9 = getBinding().f2023z; m.checkNotNullExpressionValue(checkedSetting9, "binding.settingsPrivacyStatistics"); checkedSetting8.h(b.j(checkedSetting9, R.string.data_privacy_controls_usage_statistics_note, new Object[]{fVar.a(360004109911L, null)}, null, 4), true); - for (TextView textView3 : n.listOf((Object[]) new TextView[]{getBinding().f2020x, getBinding().n, getBinding().u, getBinding().l})) { + for (TextView textView3 : n.listOf((Object[]) new TextView[]{getBinding().f2021x, getBinding().n, getBinding().u, getBinding().l})) { AccessibilityUtils accessibilityUtils = AccessibilityUtils.INSTANCE; m.checkNotNullExpressionValue(textView3, "header"); accessibilityUtils.setViewIsHeading(textView3); diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsVoice.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsVoice.java index d04703d7a1..d32bdb1b57 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettingsVoice.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettingsVoice.java @@ -133,7 +133,7 @@ public final class WidgetSettingsVoice extends AppFragment { super.onViewCreated(view, bundle); setBottomSheetCollapsedStateDisabled(); getBinding().b.setOnClickListener(new WidgetSettingsVoice$InputModeSelector$onViewCreated$1(this)); - getBinding().f2029c.setOnClickListener(new WidgetSettingsVoice$InputModeSelector$onViewCreated$2(this)); + getBinding().f2030c.setOnClickListener(new WidgetSettingsVoice$InputModeSelector$onViewCreated$2(this)); } } @@ -265,7 +265,7 @@ public final class WidgetSettingsVoice extends AppFragment { private final void configureUI(Model model) { CheckedSetting checkedSetting; - SeekBar seekBar = getBinding().f2025s; + SeekBar seekBar = getBinding().f2026s; m.checkNotNullExpressionValue(seekBar, "binding.settingsVoiceOutputVolume"); seekBar.setProgress(d0.a0.a.roundToInt(PerceptualVolumeUtils.amplitudeToPerceptual$default(PerceptualVolumeUtils.INSTANCE, model.getVoiceConfig().getOutputVolume(), 0.0f, 2, null))); getBinding().i.setOnClickListener(new WidgetSettingsVoice$configureUI$1(this)); @@ -332,10 +332,10 @@ public final class WidgetSettingsVoice extends AppFragment { } checkedSetting6.setChecked(z2); getBinding().h.setOnCheckedListener(WidgetSettingsVoice$configureUI$6.INSTANCE); - CheckedSetting checkedSetting7 = getBinding().f2024c; + CheckedSetting checkedSetting7 = getBinding().f2025c; m.checkNotNullExpressionValue(checkedSetting7, "binding.settingsVoiceEchoCancellationToggle"); checkedSetting7.setChecked(model.getVoiceConfig().getEchoCancellation()); - getBinding().f2024c.setOnCheckedListener(WidgetSettingsVoice$configureUI$7.INSTANCE); + getBinding().f2025c.setOnCheckedListener(WidgetSettingsVoice$configureUI$7.INSTANCE); CheckedSetting checkedSetting8 = getBinding().b; m.checkNotNullExpressionValue(checkedSetting8, "binding.settingsVoiceAutoVadToggle"); checkedSetting8.setChecked(model.getVoiceConfig().getAutomaticVad()); @@ -358,25 +358,25 @@ public final class WidgetSettingsVoice extends AppFragment { m.checkNotNullExpressionValue(relativeLayout, "binding.settingsVoiceSensitivityWrap"); int i = 8; relativeLayout.setVisibility(model.getModeVAD() ? 0 : 8); - TextView textView = getBinding().f2026x; + TextView textView = getBinding().f2027x; m.checkNotNullExpressionValue(textView, "binding.settingsVoiceSensitivityLabel"); textView.setVisibility(model.getVoiceConfig().getAutomaticVad() ? 0 : 8); boolean z2 = !m.areEqual(model.getLocalVoiceStatus(), LOCAL_VOICE_STATUS_ENGINE_UNINITIALIZED); LinearLayout linearLayout = getBinding().A; m.checkNotNullExpressionValue(linearLayout, "binding.settingsVoiceSensitivityTestingContainer"); linearLayout.setVisibility(z2 ? 0 : 8); - MaterialButton materialButton = getBinding().f2028z; + MaterialButton materialButton = getBinding().f2029z; m.checkNotNullExpressionValue(materialButton, "binding.settingsVoiceSensitivityTestButton"); if (!z2) { i = 0; } materialButton.setVisibility(i); - getBinding().f2028z.setOnClickListener(new WidgetSettingsVoice$configureVoiceSensitivity$1(this)); + getBinding().f2029z.setOnClickListener(new WidgetSettingsVoice$configureVoiceSensitivity$1(this)); if (model.getVoiceConfig().getAutomaticVad()) { View view = getBinding().w; m.checkNotNullExpressionValue(view, "binding.settingsVoiceSensitivityAutomatic"); view.setVisibility(0); - SeekBar seekBar = getBinding().f2027y; + SeekBar seekBar = getBinding().f2028y; m.checkNotNullExpressionValue(seekBar, "binding.settingsVoiceSensitivityManual"); seekBar.setVisibility(4); int i2 = model.getLocalVoiceStatus().b ? R.drawable.drawable_voice_indicator_speaking : R.drawable.drawable_voice_indicator_not_speaking; @@ -388,13 +388,13 @@ public final class WidgetSettingsVoice extends AppFragment { View view3 = getBinding().w; m.checkNotNullExpressionValue(view3, "binding.settingsVoiceSensitivityAutomatic"); view3.setVisibility(4); - SeekBar seekBar2 = getBinding().f2027y; + SeekBar seekBar2 = getBinding().f2028y; m.checkNotNullExpressionValue(seekBar2, "binding.settingsVoiceSensitivityManual"); seekBar2.setVisibility(0); - SeekBar seekBar3 = getBinding().f2027y; + SeekBar seekBar3 = getBinding().f2028y; m.checkNotNullExpressionValue(seekBar3, "binding.settingsVoiceSensitivityManual"); seekBar3.setSecondaryProgress(((int) model.getLocalVoiceStatus().a) + 100); - SeekBar seekBar4 = getBinding().f2027y; + SeekBar seekBar4 = getBinding().f2028y; m.checkNotNullExpressionValue(seekBar4, "binding.settingsVoiceSensitivityManual"); seekBar4.setProgress(((int) model.getVoiceConfig().getSensitivity()) + 100); } @@ -508,8 +508,8 @@ public final class WidgetSettingsVoice extends AppFragment { @Override // com.discord.app.AppFragment public void onViewBoundOrOnResume() { super.onViewBoundOrOnResume(); - getBinding().f2025s.setOnSeekBarChangeListener(new WidgetSettingsVoice$onViewBoundOrOnResume$1()); - getBinding().f2027y.setOnSeekBarChangeListener(new WidgetSettingsVoice$onViewBoundOrOnResume$2()); + getBinding().f2026s.setOnSeekBarChangeListener(new WidgetSettingsVoice$onViewBoundOrOnResume$1()); + getBinding().f2028y.setOnSeekBarChangeListener(new WidgetSettingsVoice$onViewBoundOrOnResume$2()); Model.Companion companion = Model.Companion; BehaviorSubject behaviorSubject = this.requestListenForSensitivitySubject; m.checkNotNullExpressionValue(behaviorSubject, "requestListenForSensitivitySubject"); diff --git a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccount$onViewBound$1.java b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccount$onViewBound$1.java index 9da7f668cf..77c5b82b91 100644 --- a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccount$onViewBound$1.java +++ b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccount$onViewBound$1.java @@ -53,7 +53,7 @@ public final class WidgetSettingsAccount$onViewBound$1 extends k implements Func } else { throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine"); } - NestedScrollView nestedScrollView = WidgetSettingsAccount.access$getBinding$p(this.this$0).f1986x; + NestedScrollView nestedScrollView = WidgetSettingsAccount.access$getBinding$p(this.this$0).f1987x; LinearLayout linearLayout = WidgetSettingsAccount.access$getBinding$p(this.this$0).v; m.checkNotNullExpressionValue(linearLayout, "binding.settingsAccountPrivateDataWrap"); nestedScrollView.smoothScrollTo(0, linearLayout.getBottom()); diff --git a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccount.java b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccount.java index 58d8aae9e6..32b8c9baea 100644 --- a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccount.java +++ b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccount.java @@ -333,7 +333,7 @@ public final class WidgetSettingsAccount extends AppFragment { TextView textView3 = getBinding().f; m.checkNotNullExpressionValue(textView3, "binding.settingsAccountEmailText"); textView3.setText(component1.getEmail()); - TextView textView4 = getBinding().f1985s; + TextView textView4 = getBinding().f1986s; m.checkNotNullExpressionValue(textView4, "binding.settingsAccountPhoneText"); textView4.setText(component1.getPhoneNumber()); getBinding().d.setOnClickListener(new WidgetSettingsAccount$configureUI$1(this)); @@ -373,30 +373,30 @@ public final class WidgetSettingsAccount extends AppFragment { String sMSBackupDisabledMessage = getSMSBackupDisabledMessage(component1); CharSequence charSequence = null; if (sMSBackupDisabledMessage != null || component2.isTogglingSMSBackup()) { - CheckedSetting.d(getBinding().f1987y, null, 1); - TextView textView7 = getBinding().f1988z; + CheckedSetting.d(getBinding().f1988y, null, 1); + TextView textView7 = getBinding().f1989z; m.checkNotNullExpressionValue(textView7, "binding.settingsAccountSmsPhone"); ViewExtensions.setEnabledAlpha$default(textView7, false, 0.0f, 2, null); } else { - TextView textView8 = getBinding().f1988z; + TextView textView8 = getBinding().f1989z; m.checkNotNullExpressionValue(textView8, "binding.settingsAccountSmsPhone"); ViewExtensions.setEnabledAlpha$default(textView8, true, 0.0f, 2, null); - getBinding().f1987y.e(new WidgetSettingsAccount$configureUI$12(this, component1)); + getBinding().f1988y.e(new WidgetSettingsAccount$configureUI$12(this, component1)); } - TextView textView9 = getBinding().f1988z; + TextView textView9 = getBinding().f1989z; m.checkNotNullExpressionValue(textView9, "binding.settingsAccountSmsPhone"); if (component1.getPhoneNumber() != null) { - TextView textView10 = getBinding().f1988z; + TextView textView10 = getBinding().f1989z; m.checkNotNullExpressionValue(textView10, "binding.settingsAccountSmsPhone"); Context context = textView10.getContext(); m.checkNotNullExpressionValue(context, "binding.settingsAccountSmsPhone.context"); charSequence = b.h(context, R.string.mfa_sms_auth_current_phone, new Object[]{component1.getPhoneNumber()}, null, 4); } ViewExtensions.setTextAndVisibilityBy(textView9, charSequence); - CheckedSetting checkedSetting = getBinding().f1987y; + CheckedSetting checkedSetting = getBinding().f1988y; m.checkNotNullExpressionValue(checkedSetting, "binding.settingsAccountSmsBackup"); checkedSetting.setChecked(userUtils.isMfaSMSEnabled(component1)); - CheckedSetting checkedSetting2 = getBinding().f1987y; + CheckedSetting checkedSetting2 = getBinding().f1988y; if (sMSBackupDisabledMessage == null) { sMSBackupDisabledMessage = getString(R.string.mfa_sms_auth_sales_pitch); m.checkNotNullExpressionValue(sMSBackupDisabledMessage, "getString(R.string.mfa_sms_auth_sales_pitch)"); @@ -409,7 +409,7 @@ public final class WidgetSettingsAccount extends AppFragment { m.checkNotNullExpressionValue(parentFragmentManager, "parentFragmentManager"); companion.show(parentFragmentManager, true); } - for (TextView textView11 : n.listOf((Object[]) new TextView[]{getBinding().g, getBinding().f1984c, getBinding().h})) { + for (TextView textView11 : n.listOf((Object[]) new TextView[]{getBinding().g, getBinding().f1985c, getBinding().h})) { AccessibilityUtils accessibilityUtils = AccessibilityUtils.INSTANCE; m.checkNotNullExpressionValue(textView11, "header"); accessibilityUtils.setViewIsHeading(textView11); diff --git a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountBackupCodes.java b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountBackupCodes.java index 0b9168e186..ae798e3139 100644 --- a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountBackupCodes.java +++ b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountBackupCodes.java @@ -333,7 +333,7 @@ public final class WidgetSettingsAccountBackupCodes extends AppFragment { m.checkNotNullExpressionValue(recyclerView2, "binding.settingsBackupCodesRv"); this.backupCodesAdapter = (Adapter) companion.configure(new Adapter(recyclerView2)); } - getBinding().f1983c.setOnClickListener(new WidgetSettingsAccountBackupCodes$onViewBound$2(this)); + getBinding().f1984c.setOnClickListener(new WidgetSettingsAccountBackupCodes$onViewBound$2(this)); showPasswordModal(); } } diff --git a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountChangePassword$onViewBound$2.java b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountChangePassword$onViewBound$2.java index 5f4e2165a2..8fa7608c98 100644 --- a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountChangePassword$onViewBound$2.java +++ b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountChangePassword$onViewBound$2.java @@ -26,7 +26,7 @@ public final class WidgetSettingsAccountChangePassword$onViewBound$2 extends o i public final void invoke(Editable editable) { m.checkNotNullParameter(editable, "it"); - TextInputLayout textInputLayout = WidgetSettingsAccountChangePassword.access$getBinding$p(this.this$0).f1989c; + TextInputLayout textInputLayout = WidgetSettingsAccountChangePassword.access$getBinding$p(this.this$0).f1990c; m.checkNotNullExpressionValue(textInputLayout, "binding.changePasswordNewPasswordInput"); textInputLayout.setError(null); } diff --git a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountChangePassword.java b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountChangePassword.java index 798186d1ea..3222750b85 100644 --- a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountChangePassword.java +++ b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountChangePassword.java @@ -90,7 +90,7 @@ public final class WidgetSettingsAccountChangePassword extends AppFragment { TextInputLayout textInputLayout2 = getBinding().b; m.checkNotNullExpressionValue(textInputLayout2, "binding.changePasswordCurrentPasswordInput"); String textOrEmpty = ViewExtensions.getTextOrEmpty(textInputLayout2); - TextInputLayout textInputLayout3 = getBinding().f1989c; + TextInputLayout textInputLayout3 = getBinding().f1990c; m.checkNotNullExpressionValue(textInputLayout3, "binding.changePasswordNewPasswordInput"); String textOrEmpty2 = ViewExtensions.getTextOrEmpty(textInputLayout3); if (textOrEmpty.length() == 0) { @@ -101,10 +101,10 @@ public final class WidgetSettingsAccountChangePassword extends AppFragment { m.checkNotNullExpressionValue(textInputLayout5, "binding.changePasswordCurrentPasswordInput"); textInputLayout4.setError(textInputLayout5.getContext().getString(R.string.password_required)); } else if (!AuthUtils.INSTANCE.isValidPasswordLength(textOrEmpty2)) { - getBinding().f1989c.requestFocus(); - TextInputLayout textInputLayout6 = getBinding().f1989c; + getBinding().f1990c.requestFocus(); + TextInputLayout textInputLayout6 = getBinding().f1990c; m.checkNotNullExpressionValue(textInputLayout6, "binding.changePasswordNewPasswordInput"); - TextInputLayout textInputLayout7 = getBinding().f1989c; + TextInputLayout textInputLayout7 = getBinding().f1990c; m.checkNotNullExpressionValue(textInputLayout7, "binding.changePasswordNewPasswordInput"); textInputLayout6.setError(textInputLayout7.getContext().getString(R.string.password_length_error)); } else { @@ -138,13 +138,13 @@ public final class WidgetSettingsAccountChangePassword extends AppFragment { this.state.setupUnsavedChangesConfirmation(this); StatefulViews statefulViews = this.state; FloatingActionButton floatingActionButton = getBinding().d; - TextInputLayout textInputLayout = getBinding().f1989c; + TextInputLayout textInputLayout = getBinding().f1990c; m.checkNotNullExpressionValue(textInputLayout, "binding.changePasswordNewPasswordInput"); statefulViews.setupTextWatcherWithSaveAction(this, floatingActionButton, textInputLayout); TextInputLayout textInputLayout2 = getBinding().b; m.checkNotNullExpressionValue(textInputLayout2, "binding.changePasswordCurrentPasswordInput"); ViewExtensions.addBindedTextWatcher(textInputLayout2, this, new WidgetSettingsAccountChangePassword$onViewBound$1(this)); - TextInputLayout textInputLayout3 = getBinding().f1989c; + TextInputLayout textInputLayout3 = getBinding().f1990c; m.checkNotNullExpressionValue(textInputLayout3, "binding.changePasswordNewPasswordInput"); ViewExtensions.addBindedTextWatcher(textInputLayout3, this, new WidgetSettingsAccountChangePassword$onViewBound$2(this)); TextInputLayout textInputLayout4 = getBinding().e; diff --git a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountContactsNameEdit$submitName$1.java b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountContactsNameEdit$submitName$1.java index b7eb2891f8..b63dd70416 100644 --- a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountContactsNameEdit$submitName$1.java +++ b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountContactsNameEdit$submitName$1.java @@ -1,34 +1,21 @@ package com.discord.widgets.settings.account; -import androidx.fragment.app.FragmentActivity; +import com.discord.analytics.generated.events.network_action.TrackNetworkActionUserConnectionsUpdate; +import com.discord.analytics.generated.traits.TrackNetworkMetadataReceiver; import com.discord.models.domain.ModelConnectedAccount; -import d0.z.d.m; import d0.z.d.o; -import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: WidgetSettingsAccountContactsNameEdit.kt */ -public final class WidgetSettingsAccountContactsNameEdit$submitName$1 extends o implements Function1 { - public final /* synthetic */ WidgetSettingsAccountContactsNameEdit this$0; +public final class WidgetSettingsAccountContactsNameEdit$submitName$1 extends o implements Function1 { + public final /* synthetic */ String $name; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public WidgetSettingsAccountContactsNameEdit$submitName$1(WidgetSettingsAccountContactsNameEdit widgetSettingsAccountContactsNameEdit) { + public WidgetSettingsAccountContactsNameEdit$submitName$1(String str) { super(1); - this.this$0 = widgetSettingsAccountContactsNameEdit; + this.$name = str; } - /* 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 /* bridge */ /* synthetic */ Unit invoke(ModelConnectedAccount modelConnectedAccount) { - invoke(modelConnectedAccount); - return Unit.a; - } - - public final void invoke(ModelConnectedAccount modelConnectedAccount) { - m.checkNotNullParameter(modelConnectedAccount, "it"); - FragmentActivity activity = this.this$0.getActivity(); - if (activity != null) { - activity.onBackPressed(); - } + public final TrackNetworkMetadataReceiver invoke(ModelConnectedAccount modelConnectedAccount) { + return new TrackNetworkActionUserConnectionsUpdate(this.$name, null, 2); } } diff --git a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountContactsNameEdit$submitName$2.java b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountContactsNameEdit$submitName$2.java index c94da1e834..edccd79e54 100644 --- a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountContactsNameEdit$submitName$2.java +++ b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountContactsNameEdit$submitName$2.java @@ -1,27 +1,34 @@ package com.discord.widgets.settings.account; -import com.discord.utilities.error.Error; +import androidx.fragment.app.FragmentActivity; +import com.discord.models.domain.ModelConnectedAccount; import d0.z.d.m; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: WidgetSettingsAccountContactsNameEdit.kt */ -public final class WidgetSettingsAccountContactsNameEdit$submitName$2 extends o implements Function1 { - public static final WidgetSettingsAccountContactsNameEdit$submitName$2 INSTANCE = new WidgetSettingsAccountContactsNameEdit$submitName$2(); +public final class WidgetSettingsAccountContactsNameEdit$submitName$2 extends o implements Function1 { + public final /* synthetic */ WidgetSettingsAccountContactsNameEdit this$0; - public WidgetSettingsAccountContactsNameEdit$submitName$2() { + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public WidgetSettingsAccountContactsNameEdit$submitName$2(WidgetSettingsAccountContactsNameEdit widgetSettingsAccountContactsNameEdit) { super(1); + this.this$0 = widgetSettingsAccountContactsNameEdit; } /* 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 /* bridge */ /* synthetic */ Unit invoke(Error error) { - invoke(error); + public /* bridge */ /* synthetic */ Unit invoke(ModelConnectedAccount modelConnectedAccount) { + invoke(modelConnectedAccount); return Unit.a; } - public final void invoke(Error error) { - m.checkNotNullParameter(error, "it"); + public final void invoke(ModelConnectedAccount modelConnectedAccount) { + m.checkNotNullParameter(modelConnectedAccount, "it"); + FragmentActivity activity = this.this$0.getActivity(); + if (activity != null) { + activity.onBackPressed(); + } } } diff --git a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountContactsNameEdit$submitName$3.java b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountContactsNameEdit$submitName$3.java new file mode 100644 index 0000000000..b94188b19a --- /dev/null +++ b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountContactsNameEdit$submitName$3.java @@ -0,0 +1,27 @@ +package com.discord.widgets.settings.account; + +import com.discord.utilities.error.Error; +import d0.z.d.m; +import d0.z.d.o; +import kotlin.Unit; +import kotlin.jvm.functions.Function1; +/* compiled from: WidgetSettingsAccountContactsNameEdit.kt */ +public final class WidgetSettingsAccountContactsNameEdit$submitName$3 extends o implements Function1 { + public static final WidgetSettingsAccountContactsNameEdit$submitName$3 INSTANCE = new WidgetSettingsAccountContactsNameEdit$submitName$3(); + + public WidgetSettingsAccountContactsNameEdit$submitName$3() { + super(1); + } + + /* 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 /* bridge */ /* synthetic */ Unit invoke(Error error) { + invoke(error); + return Unit.a; + } + + public final void invoke(Error error) { + m.checkNotNullParameter(error, "it"); + } +} diff --git a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountContactsNameEdit.java b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountContactsNameEdit.java index 8bd1ab1fd4..9eda10c703 100644 --- a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountContactsNameEdit.java +++ b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountContactsNameEdit.java @@ -11,6 +11,7 @@ import com.discord.databinding.WidgetSettingsAccountContactsNameEditBinding; import com.discord.models.domain.ModelConnectedAccount; import com.discord.restapi.RestAPIParams; import com.discord.stores.StoreStream; +import com.discord.stores.utilities.RestCallStateKt; import com.discord.utilities.analytics.AnalyticsTracker; import com.discord.utilities.rest.RestAPI; import com.discord.utilities.rx.ObservableExtensionsKt; @@ -87,7 +88,7 @@ public final class WidgetSettingsAccountContactsNameEdit extends AppFragment { str = ""; } ViewExtensions.setText(textInputLayout, str); - getBinding().f1990c.setOnClickListener(new WidgetSettingsAccountContactsNameEdit$configureUI$1(this)); + getBinding().f1991c.setOnClickListener(new WidgetSettingsAccountContactsNameEdit$configureUI$1(this)); } private final WidgetSettingsAccountContactsNameEditBinding getBinding() { @@ -107,7 +108,7 @@ public final class WidgetSettingsAccountContactsNameEdit extends AppFragment { throw new NoWhenBranchMatchedException(); } AnalyticsTracker.INSTANCE.nameSubmitted(w.split$default((CharSequence) str, new String[]{" "}, false, 0, 6, (Object) null).size(), str.length()); - ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui$default(ObservableExtensionsKt.restSubscribeOn$default(RestAPI.Companion.getApiSerializeNulls().updateConnectionName("contacts", "@me", new RestAPIParams.ConnectedAccountNameOnly(str2)), false, 1, null), this, null, 2, null), WidgetSettingsAccountContactsNameEdit.class, (Context) null, (Function1) null, WidgetSettingsAccountContactsNameEdit$submitName$2.INSTANCE, (Function0) null, (Function0) null, new WidgetSettingsAccountContactsNameEdit$submitName$1(this), 54, (Object) null); + ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui$default(RestCallStateKt.logNetworkAction(ObservableExtensionsKt.restSubscribeOn$default(RestAPI.Companion.getApiSerializeNulls().updateConnectionName("contacts", "@me", new RestAPIParams.ConnectedAccountNameOnly(str2)), false, 1, null), new WidgetSettingsAccountContactsNameEdit$submitName$1(str)), this, null, 2, null), WidgetSettingsAccountContactsNameEdit.class, (Context) null, (Function1) null, WidgetSettingsAccountContactsNameEdit$submitName$3.INSTANCE, (Function0) null, (Function0) null, new WidgetSettingsAccountContactsNameEdit$submitName$2(this), 54, (Object) null); } @Override // com.discord.app.AppFragment diff --git a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountEmailEdit.java b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountEmailEdit.java index 1471ebfbac..a436a2b857 100644 --- a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountEmailEdit.java +++ b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountEmailEdit.java @@ -111,9 +111,9 @@ public final class WidgetSettingsAccountEmailEdit extends AppFragment { TextInputLayout textInputLayout = getBinding().b; m.checkNotNullExpressionValue(textInputLayout, "binding.editAccountEmailWrap"); ViewExtensions.setOnImeActionDone$default(textInputLayout, false, new WidgetSettingsAccountEmailEdit$onViewBound$1(this), 1, null); - getBinding().f1992c.setOnClickListener(new WidgetSettingsAccountEmailEdit$onViewBound$2(this)); + getBinding().f1993c.setOnClickListener(new WidgetSettingsAccountEmailEdit$onViewBound$2(this)); StatefulViews statefulViews = this.state; - FloatingActionButton floatingActionButton = getBinding().f1992c; + FloatingActionButton floatingActionButton = getBinding().f1993c; TextInputLayout textInputLayout2 = getBinding().b; m.checkNotNullExpressionValue(textInputLayout2, "binding.editAccountEmailWrap"); statefulViews.setupTextWatcherWithSaveAction(this, floatingActionButton, textInputLayout2); diff --git a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountUsernameEdit$validationManager$2.java b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountUsernameEdit$validationManager$2.java index 6fa1244db0..666d0912c4 100644 --- a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountUsernameEdit$validationManager$2.java +++ b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountUsernameEdit$validationManager$2.java @@ -23,7 +23,7 @@ public final class WidgetSettingsAccountUsernameEdit$validationManager$2 extends @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final ValidationManager mo1invoke() { - TextInputLayout textInputLayout = WidgetSettingsAccountUsernameEdit.access$getBinding$p(this.this$0).f1991c; + TextInputLayout textInputLayout = WidgetSettingsAccountUsernameEdit.access$getBinding$p(this.this$0).f1992c; m.checkNotNullExpressionValue(textInputLayout, "binding.editAccountUsernameWrap"); InputValidator[] inputValidatorArr = {BasicTextInputValidator.Companion.createRequiredInputValidator(R.string.username_required)}; TextInputLayout textInputLayout2 = WidgetSettingsAccountUsernameEdit.access$getBinding$p(this.this$0).b; diff --git a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountUsernameEdit.java b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountUsernameEdit.java index 66cea4e50e..91aae40942 100644 --- a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountUsernameEdit.java +++ b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountUsernameEdit.java @@ -79,10 +79,10 @@ public final class WidgetSettingsAccountUsernameEdit extends AppFragment { } private final void configureUI(MeUser meUser) { - TextInputLayout textInputLayout = getBinding().f1991c; + TextInputLayout textInputLayout = getBinding().f1992c; m.checkNotNullExpressionValue(textInputLayout, "binding.editAccountUsernameWrap"); StatefulViews statefulViews = this.state; - TextInputLayout textInputLayout2 = getBinding().f1991c; + TextInputLayout textInputLayout2 = getBinding().f1992c; m.checkNotNullExpressionValue(textInputLayout2, "binding.editAccountUsernameWrap"); ViewExtensions.setText(textInputLayout, (CharSequence) statefulViews.get(textInputLayout2.getId(), meUser.getUsername())); TextInputLayout textInputLayout3 = getBinding().b; @@ -94,11 +94,11 @@ public final class WidgetSettingsAccountUsernameEdit extends AppFragment { String format = String.format("%04d", Arrays.copyOf(new Object[]{Integer.valueOf(meUser.getDiscriminator())}, 1)); m.checkNotNullExpressionValue(format, "java.lang.String.format(format, *args)"); ViewExtensions.setText(textInputLayout3, (CharSequence) statefulViews2.get(id2, format)); - TextInputLayout textInputLayout5 = getBinding().f1991c; + TextInputLayout textInputLayout5 = getBinding().f1992c; m.checkNotNullExpressionValue(textInputLayout5, "binding.editAccountUsernameWrap"); EditText editText = textInputLayout5.getEditText(); Editable text = editText != null ? editText.getText() : null; - TextInputLayout textInputLayout6 = getBinding().f1991c; + TextInputLayout textInputLayout6 = getBinding().f1992c; m.checkNotNullExpressionValue(textInputLayout6, "binding.editAccountUsernameWrap"); Selection.setSelection(text, ViewExtensions.getTextOrEmpty(textInputLayout6).length()); TextInputLayout textInputLayout7 = getBinding().b; @@ -125,7 +125,7 @@ public final class WidgetSettingsAccountUsernameEdit extends AppFragment { WidgetUserPasswordVerify.Companion companion = WidgetUserPasswordVerify.Companion; Context requireContext = requireContext(); ActivityResultLauncher activityResultLauncher = this.passwordVerifyLauncher; - TextInputLayout textInputLayout = getBinding().f1991c; + TextInputLayout textInputLayout = getBinding().f1992c; m.checkNotNullExpressionValue(textInputLayout, "binding.editAccountUsernameWrap"); String textOrEmpty = ViewExtensions.getTextOrEmpty(textInputLayout); TextInputLayout textInputLayout2 = getBinding().b; @@ -150,7 +150,7 @@ public final class WidgetSettingsAccountUsernameEdit extends AppFragment { getBinding().d.setOnClickListener(new WidgetSettingsAccountUsernameEdit$onViewBound$3(this)); StatefulViews statefulViews = this.state; FloatingActionButton floatingActionButton = getBinding().d; - TextInputLayout textInputLayout3 = getBinding().f1991c; + TextInputLayout textInputLayout3 = getBinding().f1992c; m.checkNotNullExpressionValue(textInputLayout3, "binding.editAccountUsernameWrap"); TextInputLayout textInputLayout4 = getBinding().b; m.checkNotNullExpressionValue(textInputLayout4, "binding.editAccountDiscriminatorWrap"); diff --git a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsBlockedUsers.java b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsBlockedUsers.java index 86e7253e14..efc064ddc2 100644 --- a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsBlockedUsers.java +++ b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsBlockedUsers.java @@ -133,7 +133,7 @@ public final class WidgetSettingsBlockedUsers extends AppFragment { super.onViewCreated(view, bundle); setActionBarTitle(R.string.user_settings_blocked_users); AppFragment.setActionBarDisplayHomeAsUpEnabled$default(this, false, 1, null); - RecyclerView recyclerView = getBinding().f2001c; + RecyclerView recyclerView = getBinding().f2002c; MGRecyclerAdapter.Companion companion = MGRecyclerAdapter.Companion; m.checkNotNullExpressionValue(recyclerView, "it"); WidgetSettingsBlockedUsersAdapter widgetSettingsBlockedUsersAdapter = (WidgetSettingsBlockedUsersAdapter) companion.configure(new WidgetSettingsBlockedUsersAdapter(recyclerView)); diff --git a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsBlockedUsersAdapter.java b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsBlockedUsersAdapter.java index 459203316a..8a0d105544 100644 --- a/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsBlockedUsersAdapter.java +++ b/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsBlockedUsersAdapter.java @@ -63,7 +63,7 @@ public final class WidgetSettingsBlockedUsersAdapter extends MGRecyclerAdapterSi SimpleDraweeView simpleDraweeView = this.binding.b; m.checkNotNullExpressionValue(simpleDraweeView, "binding.blockedUserItemAvatar"); IconUtils.setIcon$default(simpleDraweeView, item.getUser(), R.dimen.avatar_size_standard, null, null, null, 56, null); - TextView textView = this.binding.f2009c; + TextView textView = this.binding.f2010c; m.checkNotNullExpressionValue(textView, "binding.blockedUserItemName"); textView.setText(item.getUser().getUsername()); this.binding.d.setOnClickListener(new WidgetSettingsBlockedUsersAdapter$BlockedUserViewHolder$onConfigure$2(this, item)); diff --git a/app/src/main/java/com/discord/widgets/settings/account/mfa/WidgetEnableMFAKey.java b/app/src/main/java/com/discord/widgets/settings/account/mfa/WidgetEnableMFAKey.java index dd3488f5a2..03057332ad 100644 --- a/app/src/main/java/com/discord/widgets/settings/account/mfa/WidgetEnableMFAKey.java +++ b/app/src/main/java/com/discord/widgets/settings/account/mfa/WidgetEnableMFAKey.java @@ -88,13 +88,13 @@ public final class WidgetEnableMFAKey extends AppFragment { if (activity != null && (packageManager = activity.getPackageManager()) != null) { Companion companion = Companion; if (Companion.access$isPackageInstalled(companion, AuthUtils.AUTHY_PACKAGE, packageManager)) { - TextView textView = getBinding().f2005c; + TextView textView = getBinding().f2006c; m.checkNotNullExpressionValue(textView, "binding.enableMfaKeyLaunchAuthy"); textView.setText(b.k(this, R.string.launch_app, new Object[]{b.k(this, R.string.two_fa_app_name_authy, new Object[0], null, 4)}, null, 4)); - TextView textView2 = getBinding().f2005c; + TextView textView2 = getBinding().f2006c; m.checkNotNullExpressionValue(textView2, "binding.enableMfaKeyLaunchAuthy"); textView2.setVisibility(0); - getBinding().f2005c.setOnClickListener(new WidgetEnableMFAKey$showLaunchTexts$1(packageManager)); + getBinding().f2006c.setOnClickListener(new WidgetEnableMFAKey$showLaunchTexts$1(packageManager)); } if (Companion.access$isPackageInstalled(companion, AuthUtils.GOOGLE_AUTHENTICATOR_PACKAGE, packageManager)) { TextView textView3 = getBinding().d; diff --git a/app/src/main/java/com/discord/widgets/settings/billing/WidgetPaymentSourceEditDialog.java b/app/src/main/java/com/discord/widgets/settings/billing/WidgetPaymentSourceEditDialog.java index 8c9d9734d7..0537a82524 100644 --- a/app/src/main/java/com/discord/widgets/settings/billing/WidgetPaymentSourceEditDialog.java +++ b/app/src/main/java/com/discord/widgets/settings/billing/WidgetPaymentSourceEditDialog.java @@ -304,12 +304,12 @@ public final class WidgetPaymentSourceEditDialog extends AppDialog { checkBox.setChecked(component1.getDefault()); getBinding().d.setIsLoading(false); if (component2) { - getBinding().f1919c.setOnClickListener(new WidgetPaymentSourceEditDialog$initPaymentSourceInfo$2(this)); - MaterialButton materialButton = getBinding().f1919c; + getBinding().f1920c.setOnClickListener(new WidgetPaymentSourceEditDialog$initPaymentSourceInfo$2(this)); + MaterialButton materialButton = getBinding().f1920c; m.checkNotNullExpressionValue(materialButton, "binding.dialogDelete"); materialButton.setAlpha(0.3f); } else { - getBinding().f1919c.setOnClickListener(new WidgetPaymentSourceEditDialog$initPaymentSourceInfo$3(this, component1)); + getBinding().f1920c.setOnClickListener(new WidgetPaymentSourceEditDialog$initPaymentSourceInfo$3(this, component1)); } getBinding().d.setOnClickListener(new WidgetPaymentSourceEditDialog$initPaymentSourceInfo$4(this, component1)); if (m.areEqual(component1.getBillingAddress().getCountry(), "CA")) { diff --git a/app/src/main/java/com/discord/widgets/settings/connections/WidgetSettingsUserConnections.java b/app/src/main/java/com/discord/widgets/settings/connections/WidgetSettingsUserConnections.java index f5b5ea305b..c33c004544 100644 --- a/app/src/main/java/com/discord/widgets/settings/connections/WidgetSettingsUserConnections.java +++ b/app/src/main/java/com/discord/widgets/settings/connections/WidgetSettingsUserConnections.java @@ -163,10 +163,10 @@ public final class WidgetSettingsUserConnections extends AppFragment { String id2 = connection.getId(); m.checkNotNullExpressionValue(id2, "connectedAccount.id"); this.binding.a.setOnClickListener(new WidgetSettingsUserConnections$Adapter$ViewHolder$onConfigure$$inlined$apply$lambda$1(from, this, userConnectionItem)); - ImageView imageView = this.binding.f2010c; + ImageView imageView = this.binding.f2011c; Integer platformImage = from.getPlatformImage(); imageView.setImageResource(platformImage != null ? platformImage.intValue() : 0); - ImageView imageView2 = this.binding.f2010c; + ImageView imageView2 = this.binding.f2011c; m.checkNotNullExpressionValue(imageView2, "binding.connectedAccountImg"); imageView2.setContentDescription(from.name()); TextView textView = this.binding.d; @@ -343,21 +343,21 @@ public final class WidgetSettingsUserConnections extends AppFragment { TextView textView = getBinding().b; m.checkNotNullExpressionValue(textView, "binding.connectionsEmpty"); textView.setVisibility(8); - RecyclerView recyclerView = getBinding().f2003c; + RecyclerView recyclerView = getBinding().f2004c; m.checkNotNullExpressionValue(recyclerView, "binding.connectionsRecycler"); recyclerView.setVisibility(8); } else if (viewState instanceof WidgetSettingsUserConnectionsViewModel.ViewState.Empty) { TextView textView2 = getBinding().b; m.checkNotNullExpressionValue(textView2, "binding.connectionsEmpty"); textView2.setVisibility(0); - RecyclerView recyclerView2 = getBinding().f2003c; + RecyclerView recyclerView2 = getBinding().f2004c; m.checkNotNullExpressionValue(recyclerView2, "binding.connectionsRecycler"); recyclerView2.setVisibility(8); } else if (viewState instanceof WidgetSettingsUserConnectionsViewModel.ViewState.Loaded) { TextView textView3 = getBinding().b; m.checkNotNullExpressionValue(textView3, "binding.connectionsEmpty"); textView3.setVisibility(8); - RecyclerView recyclerView3 = getBinding().f2003c; + RecyclerView recyclerView3 = getBinding().f2004c; m.checkNotNullExpressionValue(recyclerView3, "binding.connectionsRecycler"); recyclerView3.setVisibility(0); List data = ((WidgetSettingsUserConnectionsViewModel.ViewState.Loaded) viewState).getData(); @@ -370,7 +370,7 @@ public final class WidgetSettingsUserConnections extends AppFragment { adapter2.setData(arrayList); } if (itemCount != 0 && arrayList.size() > itemCount) { - getBinding().f2003c.smoothScrollToPosition(arrayList.size() - 1); + getBinding().f2004c.smoothScrollToPosition(arrayList.size() - 1); } } } @@ -386,7 +386,7 @@ public final class WidgetSettingsUserConnections extends AppFragment { FragmentActivity activity = getActivity(); if (activity != null) { MGRecyclerAdapter.Companion companion = MGRecyclerAdapter.Companion; - RecyclerView recyclerView = getBinding().f2003c; + RecyclerView recyclerView = getBinding().f2004c; m.checkNotNullExpressionValue(recyclerView, "binding.connectionsRecycler"); m.checkNotNullExpressionValue(activity, "it"); FragmentManager supportFragmentManager = activity.getSupportFragmentManager(); diff --git a/app/src/main/java/com/discord/widgets/settings/connections/WidgetSettingsUserConnectionsAdd.java b/app/src/main/java/com/discord/widgets/settings/connections/WidgetSettingsUserConnectionsAdd.java index 298a76c84c..b77ecab7ab 100644 --- a/app/src/main/java/com/discord/widgets/settings/connections/WidgetSettingsUserConnectionsAdd.java +++ b/app/src/main/java/com/discord/widgets/settings/connections/WidgetSettingsUserConnectionsAdd.java @@ -86,7 +86,7 @@ public final class WidgetSettingsUserConnectionsAdd extends AppBottomSheet { public void onConfigure(int i, PlatformItem platformItem) { m.checkNotNullParameter(platformItem, "data"); super.onConfigure(i, (int) platformItem); - TextView textView = this.binding.f2008c; + TextView textView = this.binding.f2009c; m.checkNotNullExpressionValue(textView, "binding.addConnectedAccountText"); textView.setText(platformItem.getPlatform().getProperName()); ImageView imageView = this.binding.b; diff --git a/app/src/main/java/com/discord/widgets/settings/developer/WidgetSettingsDeveloper.java b/app/src/main/java/com/discord/widgets/settings/developer/WidgetSettingsDeveloper.java index 1b81c160a3..542f0518f8 100644 --- a/app/src/main/java/com/discord/widgets/settings/developer/WidgetSettingsDeveloper.java +++ b/app/src/main/java/com/discord/widgets/settings/developer/WidgetSettingsDeveloper.java @@ -126,7 +126,7 @@ public final class WidgetSettingsDeveloper extends AppFragment { private final void setupCrashes() { getBinding().d.setOnClickListener(WidgetSettingsDeveloper$setupCrashes$1.INSTANCE); - getBinding().f2004c.setOnClickListener(new WidgetSettingsDeveloper$setupCrashes$2(this)); + getBinding().f2005c.setOnClickListener(new WidgetSettingsDeveloper$setupCrashes$2(this)); getBinding().b.setOnClickListener(new WidgetSettingsDeveloper$setupCrashes$3(this)); getBinding().g.setOnClickListener(new WidgetSettingsDeveloper$setupCrashes$4(this)); } diff --git a/app/src/main/java/com/discord/widgets/settings/premium/SettingsGiftingViewModel.java b/app/src/main/java/com/discord/widgets/settings/premium/SettingsGiftingViewModel.java index 61af5f5912..8ed9127884 100644 --- a/app/src/main/java/com/discord/widgets/settings/premium/SettingsGiftingViewModel.java +++ b/app/src/main/java/com/discord/widgets/settings/premium/SettingsGiftingViewModel.java @@ -693,7 +693,7 @@ public final class SettingsGiftingViewModel extends AppViewModel { private final ClaimStatus claimStatus; /* renamed from: id reason: collision with root package name */ - private final long f2233id; + private final long f2234id; private final String imageUrl; private final String terms; private final String title; @@ -704,7 +704,7 @@ public final class SettingsGiftingViewModel extends AppViewModel { m.checkNotNullParameter(str2, "terms"); m.checkNotNullParameter(str3, "imageUrl"); this.claimStatus = claimStatus; - this.f2233id = j; + this.f2234id = j; this.title = str; this.terms = str2; this.imageUrl = str3; @@ -715,7 +715,7 @@ public final class SettingsGiftingViewModel extends AppViewModel { claimStatus = outboundPromoItem.claimStatus; } if ((i & 2) != 0) { - j = outboundPromoItem.f2233id; + j = outboundPromoItem.f2234id; } if ((i & 4) != 0) { str = outboundPromoItem.title; @@ -734,7 +734,7 @@ public final class SettingsGiftingViewModel extends AppViewModel { } public final long component2() { - return this.f2233id; + return this.f2234id; } public final String component3() { @@ -765,7 +765,7 @@ public final class SettingsGiftingViewModel extends AppViewModel { return false; } OutboundPromoItem outboundPromoItem = (OutboundPromoItem) obj; - return m.areEqual(this.claimStatus, outboundPromoItem.claimStatus) && this.f2233id == outboundPromoItem.f2233id && m.areEqual(this.title, outboundPromoItem.title) && m.areEqual(this.terms, outboundPromoItem.terms) && m.areEqual(this.imageUrl, outboundPromoItem.imageUrl); + return m.areEqual(this.claimStatus, outboundPromoItem.claimStatus) && this.f2234id == outboundPromoItem.f2234id && m.areEqual(this.title, outboundPromoItem.title) && m.areEqual(this.terms, outboundPromoItem.terms) && m.areEqual(this.imageUrl, outboundPromoItem.imageUrl); } public final ClaimStatus getClaimStatus() { @@ -773,7 +773,7 @@ public final class SettingsGiftingViewModel extends AppViewModel { } public final long getId() { - return this.f2233id; + return this.f2234id; } public final String getImageUrl() { @@ -791,7 +791,7 @@ public final class SettingsGiftingViewModel extends AppViewModel { public int hashCode() { ClaimStatus claimStatus = this.claimStatus; int i = 0; - int a = (b.a(this.f2233id) + ((claimStatus != null ? claimStatus.hashCode() : 0) * 31)) * 31; + int a = (b.a(this.f2234id) + ((claimStatus != null ? claimStatus.hashCode() : 0) * 31)) * 31; String str = this.title; int hashCode = (a + (str != null ? str.hashCode() : 0)) * 31; String str2 = this.terms; @@ -807,7 +807,7 @@ public final class SettingsGiftingViewModel extends AppViewModel { StringBuilder P = a.P("OutboundPromoItem(claimStatus="); P.append(this.claimStatus); P.append(", id="); - P.append(this.f2233id); + P.append(this.f2234id); P.append(", title="); P.append(this.title); P.append(", terms="); diff --git a/app/src/main/java/com/discord/widgets/settings/premium/WidgetOutboundPromoTerms.java b/app/src/main/java/com/discord/widgets/settings/premium/WidgetOutboundPromoTerms.java index 01b5d686c3..2ba008ffa4 100644 --- a/app/src/main/java/com/discord/widgets/settings/premium/WidgetOutboundPromoTerms.java +++ b/app/src/main/java/com/discord/widgets/settings/premium/WidgetOutboundPromoTerms.java @@ -76,6 +76,6 @@ public final class WidgetOutboundPromoTerms extends AppBottomSheet { String string = getArgumentsOrDefault().getString(ARG_CONTENT, ""); Parser, MessageParseState> parser = this.parser; m.checkNotNullExpressionValue(string, "content"); - getBinding().f1918c.setDraweeSpanStringBuilder(AstRenderer.render(Parser.parse$default(parser, string, MessageParseState.Companion.getInitialState(), null, 4, null), getRenderContext())); + getBinding().f1919c.setDraweeSpanStringBuilder(AstRenderer.render(Parser.parse$default(parser, string, MessageParseState.Companion.getInitialState(), null, 4, null), getRenderContext())); } } diff --git a/app/src/main/java/com/discord/widgets/settings/premium/WidgetSettingsGifting.java b/app/src/main/java/com/discord/widgets/settings/premium/WidgetSettingsGifting.java index 421d40e732..253755ba51 100644 --- a/app/src/main/java/com/discord/widgets/settings/premium/WidgetSettingsGifting.java +++ b/app/src/main/java/com/discord/widgets/settings/premium/WidgetSettingsGifting.java @@ -216,7 +216,7 @@ public final class WidgetSettingsGifting extends AppFragment { TextView textView = getBinding().r; m.checkNotNullExpressionValue(textView, "binding.settingsGiftingYourGiftsHeader"); textView.setVisibility(z3 ? 0 : 8); - RecyclerView recyclerView = getBinding().f2007s; + RecyclerView recyclerView = getBinding().f2008s; m.checkNotNullExpressionValue(recyclerView, "binding.settingsGiftingYourGiftsRecycler"); if (!z3) { i = 8; @@ -339,7 +339,7 @@ public final class WidgetSettingsGifting extends AppFragment { public void onViewBound(View view) { m.checkNotNullParameter(view, "view"); super.onViewBound(view); - this.chooseGiftViews = d0.t.h0.mapOf(o.to(getBinding().f2006c, GooglePlayInAppSkuKt.getPremiumTier1Month()), o.to(getBinding().d, GooglePlayInAppSkuKt.getPremiumTier1Year()), o.to(getBinding().e, GooglePlayInAppSkuKt.getPremiumTier2Month()), o.to(getBinding().f, GooglePlayInAppSkuKt.getPremiumTier2Year())); + this.chooseGiftViews = d0.t.h0.mapOf(o.to(getBinding().f2007c, GooglePlayInAppSkuKt.getPremiumTier1Month()), o.to(getBinding().d, GooglePlayInAppSkuKt.getPremiumTier1Year()), o.to(getBinding().e, GooglePlayInAppSkuKt.getPremiumTier2Month()), o.to(getBinding().f, GooglePlayInAppSkuKt.getPremiumTier2Year())); AppFragment.setActionBarDisplayHomeAsUpEnabled$default(this, false, 1, null); getBinding().o.setOnClickListener(WidgetSettingsGifting$onViewBound$1.INSTANCE); TextInputLayout textInputLayout = getBinding().k; @@ -347,11 +347,11 @@ public final class WidgetSettingsGifting extends AppFragment { ViewExtensions.setOnImeActionDone$default(textInputLayout, false, new WidgetSettingsGifting$onViewBound$2(this), 1, null); getBinding().k.setErrorTextColor(ColorStateList.valueOf(ColorCompat.getColor(requireContext(), (int) R.color.status_red_500))); WidgetSettingsGiftingOutboundPromosAdapter widgetSettingsGiftingOutboundPromosAdapter = new WidgetSettingsGiftingOutboundPromosAdapter(new WidgetSettingsGifting$onViewBound$3(getViewModel()), new WidgetSettingsGifting$onViewBound$4(getViewModel())); - RecyclerView recyclerView = getBinding().f2007s; + RecyclerView recyclerView = getBinding().f2008s; m.checkNotNullExpressionValue(recyclerView, "binding.settingsGiftingYourGiftsRecycler"); recyclerView.setAdapter(widgetSettingsGiftingOutboundPromosAdapter); this.promosAdapter = widgetSettingsGiftingOutboundPromosAdapter; - RecyclerView recyclerView2 = getBinding().f2007s; + RecyclerView recyclerView2 = getBinding().f2008s; WidgetSettingsGiftingOutboundPromosAdapter widgetSettingsGiftingOutboundPromosAdapter2 = this.promosAdapter; if (widgetSettingsGiftingOutboundPromosAdapter2 == null) { m.throwUninitializedPropertyAccessException("promosAdapter"); diff --git a/app/src/main/java/com/discord/widgets/settings/premium/WidgetSettingsPremium$configureButtons$$inlined$forEach$lambda$2.java b/app/src/main/java/com/discord/widgets/settings/premium/WidgetSettingsPremium$configureButtons$$inlined$forEach$lambda$2.java index e4124080a7..ad316b274e 100644 --- a/app/src/main/java/com/discord/widgets/settings/premium/WidgetSettingsPremium$configureButtons$$inlined$forEach$lambda$2.java +++ b/app/src/main/java/com/discord/widgets/settings/premium/WidgetSettingsPremium$configureButtons$$inlined$forEach$lambda$2.java @@ -24,8 +24,8 @@ public final class WidgetSettingsPremium$configureButtons$$inlined$forEach$lambd public final void onClick(View view) { WidgetChoosePlan.Companion companion = WidgetChoosePlan.Companion; Context requireContext = this.this$0.requireContext(); - WidgetChoosePlan.ViewType viewType = m.areEqual(this.$button, WidgetSettingsPremium.access$getBinding$p(this.this$0).f2017s.b) ? WidgetChoosePlan.ViewType.BUY_PREMIUM_TIER_1 : WidgetChoosePlan.ViewType.BUY_PREMIUM_TIER_2; + WidgetChoosePlan.ViewType viewType = m.areEqual(this.$button, WidgetSettingsPremium.access$getBinding$p(this.this$0).f2018s.b) ? WidgetChoosePlan.ViewType.BUY_PREMIUM_TIER_1 : WidgetChoosePlan.ViewType.BUY_PREMIUM_TIER_2; ModelSubscription modelSubscription = this.$premiumSubscription$inlined; - WidgetChoosePlan.Companion.launch$default(companion, requireContext, null, viewType, modelSubscription != null ? modelSubscription.getPaymentGatewayPlanId() : null, new Traits.Location(Traits.Location.Page.USER_SETTINGS, WidgetSettingsPremium.access$getAnalyticsLocationSection$p(this.this$0), Traits.Location.Obj.BUTTON_CTA, "buy", null, 16, null), Traits.Subscription.Companion.withGatewayPlanId(m.areEqual(this.$button, WidgetSettingsPremium.access$getBinding$p(this.this$0).f2017s.b) ? GooglePlaySku.PREMIUM_TIER_1_MONTHLY.getSkuName() : GooglePlaySku.PREMIUM_TIER_2_MONTHLY.getSkuName()), 2, null); + WidgetChoosePlan.Companion.launch$default(companion, requireContext, null, viewType, modelSubscription != null ? modelSubscription.getPaymentGatewayPlanId() : null, new Traits.Location(Traits.Location.Page.USER_SETTINGS, WidgetSettingsPremium.access$getAnalyticsLocationSection$p(this.this$0), Traits.Location.Obj.BUTTON_CTA, "buy", null, 16, null), Traits.Subscription.Companion.withGatewayPlanId(m.areEqual(this.$button, WidgetSettingsPremium.access$getBinding$p(this.this$0).f2018s.b) ? GooglePlaySku.PREMIUM_TIER_1_MONTHLY.getSkuName() : GooglePlaySku.PREMIUM_TIER_2_MONTHLY.getSkuName()), 2, null); } } diff --git a/app/src/main/java/com/discord/widgets/settings/premium/WidgetSettingsPremium.java b/app/src/main/java/com/discord/widgets/settings/premium/WidgetSettingsPremium.java index 8226e3fe42..dddfdbf0b8 100644 --- a/app/src/main/java/com/discord/widgets/settings/premium/WidgetSettingsPremium.java +++ b/app/src/main/java/com/discord/widgets/settings/premium/WidgetSettingsPremium.java @@ -551,7 +551,7 @@ public final class WidgetSettingsPremium extends AppFragment { } private final void configureButtonText(Map map) { - MaterialButton materialButton = getBinding().f2017s.b; + MaterialButton materialButton = getBinding().f2018s.b; m.checkNotNullExpressionValue(materialButton, "binding.premiumTier1.premiumSettingsPremiumClassic"); SkuDetails skuDetails = null; materialButton.setText(getPriceText(map != null ? (SkuDetails) map.get(GooglePlaySku.PREMIUM_TIER_1_MONTHLY.getSkuName()) : null)); @@ -575,14 +575,14 @@ public final class WidgetSettingsPremium extends AppFragment { private final void configureButtons(ModelSubscription modelSubscription, Map map) { configureButtonText(map); if (modelSubscription == null || !modelSubscription.isAppleSubscription()) { - for (MaterialButton materialButton : n.listOf((Object[]) new MaterialButton[]{getBinding().f2017s.b, getBinding().t.b})) { + for (MaterialButton materialButton : n.listOf((Object[]) new MaterialButton[]{getBinding().f2018s.b, getBinding().t.b})) { m.checkNotNullExpressionValue(materialButton, "button"); materialButton.setEnabled(modelSubscription == null); materialButton.setOnClickListener(new WidgetSettingsPremium$configureButtons$$inlined$forEach$lambda$2(materialButton, this, modelSubscription)); } return; } - for (MaterialButton materialButton2 : n.listOf((Object[]) new MaterialButton[]{getBinding().f2017s.b, getBinding().t.b})) { + for (MaterialButton materialButton2 : n.listOf((Object[]) new MaterialButton[]{getBinding().f2018s.b, getBinding().t.b})) { m.checkNotNullExpressionValue(materialButton2, "button"); ViewExtensions.setEnabledAlpha$default(materialButton2, true, 0.0f, 2, null); materialButton2.setOnClickListener(new WidgetSettingsPremium$configureButtons$$inlined$forEach$lambda$1(this)); @@ -666,10 +666,10 @@ public final class WidgetSettingsPremium extends AppFragment { obj = TimeUtils.renderUtcDate$default(timeUtils, currentPeriodStart, requireContext, (String) null, (java.text.DateFormat) null, ordinal2 != 2 ? ordinal2 != 4 ? 0 : 30 : 3, 12, (Object) null); } obj = obj2; - LinearLayout linearLayout = getBinding().f2016c.f; + LinearLayout linearLayout = getBinding().f2017c.f; m.checkNotNullExpressionValue(linearLayout, "binding.payment.premiumSettingsPaymentContainer"); linearLayout.setVisibility(premiumSubscription != null ? 0 : 8); - View view = getBinding().f2016c.f118c; + View view = getBinding().f2017c.f118c; m.checkNotNullExpressionValue(view, "binding.payment.premiumSettingsBillingDivider"); view.setVisibility(isAppleSubscription ? 0 : 8); if (premiumSubscription != null) { @@ -710,31 +710,31 @@ public final class WidgetSettingsPremium extends AppFragment { } charSequence = null; } - TextView textView = getBinding().f2016c.d; + TextView textView = getBinding().f2017c.d; m.checkNotNullExpressionValue(textView, "binding.payment.premiumSettingsBillingInformation"); if (charSequence == null) { z2 = false; } textView.setVisibility(z2 ? 0 : 8); if (charSequence != null) { - TextView textView2 = getBinding().f2016c.d; + TextView textView2 = getBinding().f2017c.d; m.checkNotNullExpressionValue(textView2, "binding.payment.premiumSettingsBillingInformation"); textView2.setText(charSequence); } - MaterialButton materialButton = getBinding().f2016c.b; + MaterialButton materialButton = getBinding().f2017c.b; m.checkNotNullExpressionValue(materialButton, "binding.payment.activeSubscriptionsBottomButton"); if (isAppleSubscription) { charSequence2 = b.k(this, R.string.billing_manage_subscription, new Object[0], null, 4); } ViewExtensions.setTextAndVisibilityBy(materialButton, charSequence2); - getBinding().f2016c.b.setOnClickListener(new WidgetSettingsPremium$configurePaymentInfo$1(isAppleSubscription)); - TextView textView3 = getBinding().f2016c.e; + getBinding().f2017c.b.setOnClickListener(new WidgetSettingsPremium$configurePaymentInfo$1(isAppleSubscription)); + TextView textView3 = getBinding().f2017c.e; m.checkNotNullExpressionValue(textView3, "binding.payment.premiumSettingsGooglePlayManage"); if (!isGoogleSubscription) { i = 8; } textView3.setVisibility(i); - getBinding().f2016c.e.setOnClickListener(new WidgetSettingsPremium$configurePaymentInfo$2(isGoogleSubscription, premiumSubscription)); + getBinding().f2017c.e.setOnClickListener(new WidgetSettingsPremium$configurePaymentInfo$2(isGoogleSubscription, premiumSubscription)); } /* JADX WARNING: Code restructure failed: missing block: B:62:0x00ea, code lost: @@ -956,7 +956,7 @@ public final class WidgetSettingsPremium extends AppFragment { private final void scrollToSection(Integer num) { int i; if (num != null && num.intValue() == 0) { - z2 z2Var = getBinding().f2017s; + z2 z2Var = getBinding().f2018s; m.checkNotNullExpressionValue(z2Var, "binding.premiumTier1"); LinearLayout linearLayout = z2Var.a; m.checkNotNullExpressionValue(linearLayout, "binding.premiumTier1.root"); @@ -1071,13 +1071,13 @@ public final class WidgetSettingsPremium extends AppFragment { TextView textView = getBinding().d.f; m.checkNotNullExpressionValue(textView, "binding.premiumPerks.uploadSizePerk"); textView.setText(b.d(view, R.string.premium_perks_upload_size, new Object[0], new WidgetSettingsPremium$onViewBound$1(this))); - TextView textView2 = getBinding().f2017s.d; + TextView textView2 = getBinding().f2018s.d; m.checkNotNullExpressionValue(textView2, "binding.premiumTier1.tier1UploadSizePerk"); textView2.setText(b.d(view, R.string.premium_perks_upload_size, new Object[0], new WidgetSettingsPremium$onViewBound$2(this))); TextView textView3 = getBinding().d.b; m.checkNotNullExpressionValue(textView3, "binding.premiumPerks.guildSubscriptionPerk"); textView3.setText(b.d(view, R.string.premium_perks_tier_2_guild_subscription, new Object[0], WidgetSettingsPremium$onViewBound$3.INSTANCE)); - TextView textView4 = getBinding().f2017s.f199c; + TextView textView4 = getBinding().f2018s.f199c; m.checkNotNullExpressionValue(textView4, "binding.premiumTier1.tier1GuildSubscriptionPerk"); textView4.setText(b.d(view, R.string.premium_perks_tier_1_guild_subscription, new Object[0], WidgetSettingsPremium$onViewBound$4.INSTANCE)); NumberFormat instance = NumberFormat.getInstance(this.localeManager.getPrimaryLocale(requireContext())); @@ -1088,7 +1088,7 @@ public final class WidgetSettingsPremium extends AppFragment { m.checkNotNullExpressionValue(textView6, "binding.premiumPerks.maxMessageLengthPerk"); textView6.setText(b.e(this, R.string.premium_chat_perks_max_message_length, new Object[0], new WidgetSettingsPremium$onViewBound$6(instance))); configureButtonText$default(this, null, 1, null); - for (TextView textView7 : n.listOf((Object[]) new TextView[]{getBinding().q, getBinding().h, getBinding().f2016c.g})) { + for (TextView textView7 : n.listOf((Object[]) new TextView[]{getBinding().q, getBinding().h, getBinding().f2017c.g})) { AccessibilityUtils accessibilityUtils = AccessibilityUtils.INSTANCE; m.checkNotNullExpressionValue(textView7, "header"); accessibilityUtils.setViewIsHeading(textView7); diff --git a/app/src/main/java/com/discord/widgets/settings/premiumguild/WidgetSettingsPremiumGuildSubscription.java b/app/src/main/java/com/discord/widgets/settings/premiumguild/WidgetSettingsPremiumGuildSubscription.java index cf39639ca1..9328d121f5 100644 --- a/app/src/main/java/com/discord/widgets/settings/premiumguild/WidgetSettingsPremiumGuildSubscription.java +++ b/app/src/main/java/com/discord/widgets/settings/premiumguild/WidgetSettingsPremiumGuildSubscription.java @@ -133,7 +133,7 @@ public final class WidgetSettingsPremiumGuildSubscription extends AppFragment { } private final void showContent(SettingsPremiumGuildViewModel.ViewState.Loaded loaded) { - AppViewFlipper appViewFlipper = getBinding().f2002c; + AppViewFlipper appViewFlipper = getBinding().f2003c; m.checkNotNullExpressionValue(appViewFlipper, "binding.settingsBoostFlipper"); appViewFlipper.setDisplayedChild(2); boolean z2 = !loaded.getPremiumGuildSubscriptionItems().isEmpty(); @@ -202,13 +202,13 @@ public final class WidgetSettingsPremiumGuildSubscription extends AppFragment { } private final void showFailureUI() { - AppViewFlipper appViewFlipper = getBinding().f2002c; + AppViewFlipper appViewFlipper = getBinding().f2003c; m.checkNotNullExpressionValue(appViewFlipper, "binding.settingsBoostFlipper"); appViewFlipper.setDisplayedChild(1); } private final void showLoadingUI() { - AppViewFlipper appViewFlipper = getBinding().f2002c; + AppViewFlipper appViewFlipper = getBinding().f2003c; m.checkNotNullExpressionValue(appViewFlipper, "binding.settingsBoostFlipper"); appViewFlipper.setDisplayedChild(0); } diff --git a/app/src/main/java/com/discord/widgets/settings/profile/WidgetEditProfileBannerSheet.java b/app/src/main/java/com/discord/widgets/settings/profile/WidgetEditProfileBannerSheet.java index fec5215c48..d5bea2979e 100644 --- a/app/src/main/java/com/discord/widgets/settings/profile/WidgetEditProfileBannerSheet.java +++ b/app/src/main/java/com/discord/widgets/settings/profile/WidgetEditProfileBannerSheet.java @@ -176,23 +176,23 @@ public final class WidgetEditProfileBannerSheet extends AppBottomSheet { private final void launchColorPicker(@ColorInt int i) { ColorPickerDialog.k kVar = new ColorPickerDialog.k(); kVar.h = i; - kVar.f2459s = ColorCompat.getThemedColor(getContext(), (int) R.attr.colorBackgroundPrimary); + kVar.f2460s = ColorCompat.getThemedColor(getContext(), (int) R.attr.colorBackgroundPrimary); kVar.i = false; kVar.j = false; kVar.f = 0; kVar.a = R.string.user_settings_banner_color_title; kVar.r = ColorCompat.getThemedColor(getContext(), (int) R.attr.colorHeaderPrimary); FontUtils fontUtils = FontUtils.INSTANCE; - kVar.f2460x = fontUtils.getThemedFontResId(getContext(), R.attr.font_display_bold); + kVar.f2461x = fontUtils.getThemedFontResId(getContext(), R.attr.font_display_bold); kVar.l = true; kVar.e = R.string.color_picker_use_default; kVar.p = ColorCompat.getThemedColor(getContext(), (int) R.attr.color_brand); kVar.d = R.string.select; kVar.w = ColorCompat.getColor(getContext(), (int) R.color.white); - kVar.f2461y = fontUtils.getThemedFontResId(getContext(), R.attr.font_primary_semibold); + kVar.f2462y = fontUtils.getThemedFontResId(getContext(), R.attr.font_primary_semibold); kVar.t = ColorCompat.getThemedColor(getContext(), (int) R.attr.colorTextMuted); kVar.u = R.drawable.drawable_cpv_edit_text_background; - kVar.f2462z = fontUtils.getThemedFontResId(getContext(), R.attr.font_primary_normal); + kVar.f2463z = fontUtils.getThemedFontResId(getContext(), R.attr.font_primary_normal); ColorPickerDialog a = kVar.a(); a.j = new WidgetEditProfileBannerSheet$launchColorPicker$1(this); AppBottomSheet.hideKeyboard$default(this, null, 1, null); diff --git a/app/src/main/java/com/discord/widgets/settings/profile/WidgetSettingsUserProfile.java b/app/src/main/java/com/discord/widgets/settings/profile/WidgetSettingsUserProfile.java index 099fd2a006..ef6d7b7ee0 100644 --- a/app/src/main/java/com/discord/widgets/settings/profile/WidgetSettingsUserProfile.java +++ b/app/src/main/java/com/discord/widgets/settings/profile/WidgetSettingsUserProfile.java @@ -1,6 +1,7 @@ package com.discord.widgets.settings.profile; import android.content.Context; +import android.content.Intent; import android.content.SharedPreferences; import android.net.Uri; import android.view.LayoutInflater; @@ -17,6 +18,7 @@ import c.a.y.c0; import c.d.b.a.a; import com.discord.R; import com.discord.app.AppFragment; +import com.discord.app.AppTransitionActivity; import com.discord.databinding.ViewDialogConfirmationBinding; import com.discord.databinding.WidgetSettingsUserProfileBinding; import com.discord.simpleast.core.node.Node; @@ -77,9 +79,20 @@ public final class WidgetSettingsUserProfile extends AppFragment { this(); } - public final void launch(Context context) { + public static /* synthetic */ void launch$default(Companion companion, Context context, AppTransitionActivity.Transition transition, int i, Object obj) { + if ((i & 2) != 0) { + transition = null; + } + companion.launch(context, transition); + } + + public final void launch(Context context, AppTransitionActivity.Transition transition) { m.checkNotNullParameter(context, "context"); - j.e(context, WidgetSettingsUserProfile.class, null, 4); + Intent intent = new Intent(); + if (transition != null) { + intent.putExtra("transition", transition); + } + j.d(context, WidgetSettingsUserProfile.class, intent); StoreAnalytics.onUserSettingsPaneViewed$default(StoreStream.Companion.getAnalytics(), "User Profile", null, 2, null); } } @@ -270,7 +283,7 @@ public final class WidgetSettingsUserProfile extends AppFragment { } private final void setCurrentBioFromEditor() { - TextInputEditText textInputEditText = getBinding().f2023c; + TextInputEditText textInputEditText = getBinding().f2024c; m.checkNotNullExpressionValue(textInputEditText, "binding.bioEditorTextInputField"); getViewModel().updateBio(String.valueOf(textInputEditText.getText())); getViewModel().updateIsEditingBio(false); @@ -327,7 +340,7 @@ public final class WidgetSettingsUserProfile extends AppFragment { AppFragment.setActionBarDisplayHomeAsUpEnabled$default(this, false, 1, null); getBinding().h.setOnClickListener(new WidgetSettingsUserProfile$onViewBound$2(this, view)); ((TouchInterceptingCoordinatorLayout) view).setOnInterceptTouchEvent(new WidgetSettingsUserProfile$onViewBound$3(this)); - getBinding().f2023c.setRawInputType(1); + getBinding().f2024c.setRawInputType(1); getBinding().e.setOnClickListener(new WidgetSettingsUserProfile$onViewBound$4(this)); getBinding().i.setOnAvatarRepresentativeColorUpdated(new WidgetSettingsUserProfile$onViewBound$5(this)); getBinding().i.setOnBadgeClick(new WidgetSettingsUserProfile$onViewBound$6(this)); diff --git a/app/src/main/java/com/discord/widgets/share/WidgetIncomingShare.java b/app/src/main/java/com/discord/widgets/share/WidgetIncomingShare.java index c2768b9e5a..ce79733d41 100644 --- a/app/src/main/java/com/discord/widgets/share/WidgetIncomingShare.java +++ b/app/src/main/java/com/discord/widgets/share/WidgetIncomingShare.java @@ -596,7 +596,7 @@ public final class WidgetIncomingShare extends AppFragment { } widgetGlobalSearchAdapter.setData(arrayList); widgetGlobalSearchAdapter.setOnSelectedListener(new WidgetIncomingShare$configureUi$$inlined$apply$lambda$2(this, model)); - ViewEmbedGameInvite viewEmbedGameInvite = getBinding().f1896c; + ViewEmbedGameInvite viewEmbedGameInvite = getBinding().f1897c; m.checkNotNullExpressionValue(viewEmbedGameInvite, "binding.externalShareActivityActionPreview"); if (model.getGameInviteModel() == null) { z2 = false; @@ -607,7 +607,7 @@ public final class WidgetIncomingShare extends AppFragment { viewEmbedGameInvite.setVisibility(i); ViewEmbedGameInvite.Model gameInviteModel = model.getGameInviteModel(); if (gameInviteModel != null) { - getBinding().f1896c.bind(gameInviteModel, clock); + getBinding().f1897c.bind(gameInviteModel, clock); } } diff --git a/app/src/main/java/com/discord/widgets/stage/discovery/WidgetDiscoveryViewModel$tryConnectToVoice$job$1$connected$1.java b/app/src/main/java/com/discord/widgets/stage/discovery/WidgetDiscoveryViewModel$tryConnectToVoice$job$1$connected$1.java index 7a7db56756..dd2844553d 100644 --- a/app/src/main/java/com/discord/widgets/stage/discovery/WidgetDiscoveryViewModel$tryConnectToVoice$job$1$connected$1.java +++ b/app/src/main/java/com/discord/widgets/stage/discovery/WidgetDiscoveryViewModel$tryConnectToVoice$job$1$connected$1.java @@ -36,7 +36,7 @@ public final class WidgetDiscoveryViewModel$tryConnectToVoice$job$1$connected$1 } public final Boolean call(RtcConnection.Metadata metadata) { - Long l = metadata != null ? metadata.f2162c : null; + Long l = metadata != null ? metadata.f2163c : null; return Boolean.valueOf(l != null && l.longValue() == this.this$0.this$0.$channelId); } } diff --git a/app/src/main/java/com/discord/widgets/stage/settings/WidgetStageSettings$configureStageUI$5.java b/app/src/main/java/com/discord/widgets/stage/settings/WidgetStageSettings$configureStageUI$5.java index d5d3d80019..783169e92e 100644 --- a/app/src/main/java/com/discord/widgets/stage/settings/WidgetStageSettings$configureStageUI$5.java +++ b/app/src/main/java/com/discord/widgets/stage/settings/WidgetStageSettings$configureStageUI$5.java @@ -106,7 +106,7 @@ public final class WidgetStageSettings$configureStageUI$5 extends o implements F hook.a.add(new ForegroundColorSpan(ColorCompat.getThemedColor(this.this$0.this$0.getContext(), (int) R.attr.colorTextLink))); AnonymousClass2 r0 = new AnonymousClass2(this); m.checkNotNullParameter(r0, "onClick"); - hook.f2091c = new Hook.a(null, r0); + hook.f2092c = new Hook.a(null, r0); } } diff --git a/app/src/main/java/com/discord/widgets/stage/settings/WidgetStageSettings.java b/app/src/main/java/com/discord/widgets/stage/settings/WidgetStageSettings.java index f5b8af80f8..ce3d290f69 100644 --- a/app/src/main/java/com/discord/widgets/stage/settings/WidgetStageSettings.java +++ b/app/src/main/java/com/discord/widgets/stage/settings/WidgetStageSettings.java @@ -115,7 +115,7 @@ public final class WidgetStageSettings extends AppFragment { WeakReference weakReference2 = TooltipManager.a.a; tooltipManager = weakReference2 != null ? weakReference2.get() : tooltipManager; if (tooltipManager == null) { - tooltipManager = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2187c.getValue(), 0, aVar, 4); + tooltipManager = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2188c.getValue(), 0, aVar, 4); TooltipManager.a.a = new WeakReference<>(tooltipManager); } this.tooltipManager = tooltipManager; @@ -195,11 +195,11 @@ public final class WidgetStageSettings extends AppFragment { } else if (!z3) { checkedSetting2.e(new WidgetStageSettings$configureStageUI$$inlined$apply$lambda$2(this, stage, z3)); } - LinkifiedTextView linkifiedTextView2 = getBinding().f2039c; + LinkifiedTextView linkifiedTextView2 = getBinding().f2040c; m.checkNotNullExpressionValue(linkifiedTextView2, "binding.stageStartHelpText"); linkifiedTextView2.setVisibility(z2 ? 0 : 8); if (z2) { - LinkifiedTextView linkifiedTextView3 = getBinding().f2039c; + LinkifiedTextView linkifiedTextView3 = getBinding().f2040c; m.checkNotNullExpressionValue(linkifiedTextView3, "binding.stageStartHelpText"); linkifiedTextView3.setText(b.e(this, stage.getHasOtherStageChannels() ? R.string.start_stage_modal_set_topic_change_channel : R.string.start_stage_modal_set_topic_help_text, new Object[]{stage.getChannel().m()}, new WidgetStageSettings$configureStageUI$5(this, stage))); } diff --git a/app/src/main/java/com/discord/widgets/stage/settings/WidgetStageSettingsViewModel.java b/app/src/main/java/com/discord/widgets/stage/settings/WidgetStageSettingsViewModel.java index ac2b81e6e0..4d2ef1bfed 100644 --- a/app/src/main/java/com/discord/widgets/stage/settings/WidgetStageSettingsViewModel.java +++ b/app/src/main/java/com/discord/widgets/stage/settings/WidgetStageSettingsViewModel.java @@ -698,7 +698,7 @@ public final class WidgetStageSettingsViewModel extends AppViewModel WeakReference weakReference2 = TooltipManager.a.a; tooltipManager4 = weakReference2 != null ? weakReference2.get() : tooltipManager4; if (tooltipManager4 == null) { - tooltipManager3 = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2187c.getValue(), 0, aVar, 4); + tooltipManager3 = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2188c.getValue(), 0, aVar, 4); TooltipManager.a.a = new WeakReference<>(tooltipManager3); } else { tooltipManager3 = tooltipManager4; diff --git a/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageAudienceBlockedBottomSheet.java b/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageAudienceBlockedBottomSheet.java index 57820a8270..416300e2b7 100644 --- a/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageAudienceBlockedBottomSheet.java +++ b/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageAudienceBlockedBottomSheet.java @@ -129,7 +129,7 @@ public final class WidgetStageAudienceBlockedBottomSheet extends AppBottomSheet WidgetStageAudienceBlockedBottomSheetBinding binding = getBinding(); m.checkNotNullExpressionValue(binding, "binding"); setPeekHeightBottomView(binding.a); - MaxHeightRecyclerView maxHeightRecyclerView = getBinding().f2030c; + MaxHeightRecyclerView maxHeightRecyclerView = getBinding().f2031c; m.checkNotNullExpressionValue(maxHeightRecyclerView, "binding.blockedUsers"); this.adapter = new StageAudienceBlockedBottomSheetAdapter(maxHeightRecyclerView); } diff --git a/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageAudienceNoticeBottomSheet.java b/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageAudienceNoticeBottomSheet.java index 3ce5b42ffd..0cc865195d 100644 --- a/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageAudienceNoticeBottomSheet.java +++ b/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageAudienceNoticeBottomSheet.java @@ -72,7 +72,7 @@ public final class WidgetStageAudienceNoticeBottomSheet extends AppBottomSheet { ImageView imageView = getBinding().b; m.checkNotNullExpressionValue(imageView, "binding.bullet4Icon"); imageView.setVisibility(z2 ? 0 : 8); - TextView textView = getBinding().f2031c; + TextView textView = getBinding().f2032c; m.checkNotNullExpressionValue(textView, "binding.bullet4Label"); if (!z2) { i = 8; diff --git a/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageModeratorJoinBottomSheet.java b/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageModeratorJoinBottomSheet.java index d22b2ad190..86b4361568 100644 --- a/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageModeratorJoinBottomSheet.java +++ b/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageModeratorJoinBottomSheet.java @@ -84,7 +84,7 @@ public final class WidgetStageModeratorJoinBottomSheet extends AppBottomSheet { public void onViewCreated(View view, Bundle bundle) { m.checkNotNullParameter(view, "view"); super.onViewCreated(view, bundle); - getBinding().f2036c.setOnClickListener(new WidgetStageModeratorJoinBottomSheet$onViewCreated$1(this)); + getBinding().f2037c.setOnClickListener(new WidgetStageModeratorJoinBottomSheet$onViewCreated$1(this)); getBinding().b.setOnClickListener(new WidgetStageModeratorJoinBottomSheet$onViewCreated$2(this)); } } diff --git a/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStagePublicNoticeBottomSheet.java b/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStagePublicNoticeBottomSheet.java index 8cfd81b916..c2f30c2702 100644 --- a/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStagePublicNoticeBottomSheet.java +++ b/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStagePublicNoticeBottomSheet.java @@ -75,7 +75,7 @@ public final class WidgetStagePublicNoticeBottomSheet extends AppBottomSheet { WidgetStagePublicNoticeBottomSheetBinding binding = getBinding(); m.checkNotNullExpressionValue(binding, "binding"); setPeekHeightBottomView(binding.a); - getBinding().f2037c.setOnClickListener(new WidgetStagePublicNoticeBottomSheet$onViewCreated$1(this)); + getBinding().f2038c.setOnClickListener(new WidgetStagePublicNoticeBottomSheet$onViewCreated$1(this)); getBinding().b.setOnClickListener(new WidgetStagePublicNoticeBottomSheet$onViewCreated$2(this)); LinkifiedTextView linkifiedTextView = getBinding().d; m.checkNotNullExpressionValue(linkifiedTextView, "binding.sectionThree"); diff --git a/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageRaisedHandsBottomSheet.java b/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageRaisedHandsBottomSheet.java index ab638e3df6..0456ed14b0 100644 --- a/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageRaisedHandsBottomSheet.java +++ b/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageRaisedHandsBottomSheet.java @@ -137,7 +137,7 @@ public final class WidgetStageRaisedHandsBottomSheet extends AppBottomSheet { this.hasReceivedInitialRaisedHandsState = true; switchMaterial.jumpDrawablesToCurrentState(); } - Group group = getBinding().f2038c; + Group group = getBinding().f2039c; m.checkNotNullExpressionValue(group, "binding.raisedHandsEmptyGroup"); group.setVisibility(loaded.isEmpty() ? 0 : 8); MaterialTextView materialTextView = getBinding().b; diff --git a/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageStartEventBottomSheet.java b/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageStartEventBottomSheet.java index 58be907741..e1a953bae4 100644 --- a/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageStartEventBottomSheet.java +++ b/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageStartEventBottomSheet.java @@ -91,7 +91,7 @@ public final class WidgetStageStartEventBottomSheet extends AppBottomSheet { private final void configureUI(WidgetStageStartEventBottomSheetViewModel.ViewState viewState) { if (viewState instanceof WidgetStageStartEventBottomSheetViewModel.ViewState.Loaded) { - MaterialButton materialButton = getBinding().f2040c; + MaterialButton materialButton = getBinding().f2041c; m.checkNotNullExpressionValue(materialButton, "binding.startStageButton"); WidgetStageStartEventBottomSheetViewModel.ViewState.Loaded loaded = (WidgetStageStartEventBottomSheetViewModel.ViewState.Loaded) viewState; boolean z2 = true; @@ -109,7 +109,7 @@ public final class WidgetStageStartEventBottomSheet extends AppBottomSheet { TextView textView2 = getBinding().d; m.checkNotNullExpressionValue(textView2, "binding.subtitle"); textView2.setText(getString(loaded.getStageInstance() == null ? R.string.start_stage_channel_event_modal_subtitle : R.string.edit_stage_subtitle)); - MaterialButton materialButton2 = getBinding().f2040c; + MaterialButton materialButton2 = getBinding().f2041c; m.checkNotNullExpressionValue(materialButton2, "binding.startStageButton"); materialButton2.setText(getString(loaded.getStageInstance() == null ? R.string.start_stage_channel_event_modal_button : R.string.save_changes)); TextView textView3 = getBinding().b; @@ -168,6 +168,6 @@ public final class WidgetStageStartEventBottomSheet extends AppBottomSheet { TextInputEditText textInputEditText = getBinding().f; m.checkNotNullExpressionValue(textInputEditText, "binding.topicInput"); TextWatcherKt.addBindedTextWatcher(textInputEditText, this, new WidgetStageStartEventBottomSheet$onViewCreated$1(this)); - getBinding().f2040c.setOnClickListener(new WidgetStageStartEventBottomSheet$onViewCreated$2(this)); + getBinding().f2041c.setOnClickListener(new WidgetStageStartEventBottomSheet$onViewCreated$2(this)); } } diff --git a/app/src/main/java/com/discord/widgets/stage/start/StartStageServerSelectionAdapter.java b/app/src/main/java/com/discord/widgets/stage/start/StartStageServerSelectionAdapter.java index 03ae202ea2..36ed6c7e38 100644 --- a/app/src/main/java/com/discord/widgets/stage/start/StartStageServerSelectionAdapter.java +++ b/app/src/main/java/com/discord/widgets/stage/start/StartStageServerSelectionAdapter.java @@ -71,7 +71,7 @@ public final class StartStageServerSelectionAdapter extends MGRecyclerAdapterSim @Override // com.discord.widgets.stage.start.StartStageServerSelectionAdapter.ListItemViewHolder public View getDivider() { - ImageView imageView = this.binding.f2043c; + ImageView imageView = this.binding.f2044c; m.checkNotNullExpressionValue(imageView, "binding.startStageServerSelectionBulletItemDivider"); return imageView; } @@ -154,7 +154,7 @@ public final class StartStageServerSelectionAdapter extends MGRecyclerAdapterSim @Override // com.discord.widgets.stage.start.StartStageServerSelectionAdapter.ListItemViewHolder public View getDivider() { - ImageView imageView = this.binding.f2044c; + ImageView imageView = this.binding.f2045c; m.checkNotNullExpressionValue(imageView, "binding.startStageServerSelectionGuildItemDivider"); return imageView; } diff --git a/app/src/main/java/com/discord/widgets/stage/start/WidgetModeratorStartStage.java b/app/src/main/java/com/discord/widgets/stage/start/WidgetModeratorStartStage.java index 334f701adc..996753c093 100644 --- a/app/src/main/java/com/discord/widgets/stage/start/WidgetModeratorStartStage.java +++ b/app/src/main/java/com/discord/widgets/stage/start/WidgetModeratorStartStage.java @@ -159,10 +159,10 @@ public final class WidgetModeratorStartStage extends AppFragment { public void onViewBound(View view) { m.checkNotNullParameter(view, "view"); super.onViewBound(view); - RecyclerView recyclerView = getBinding().f1908c; + RecyclerView recyclerView = getBinding().f1909c; m.checkNotNullExpressionValue(recyclerView, "binding.recyclerView"); this.adapter = new ModeratorStartStageAdapter(recyclerView, new WidgetModeratorStartStage$onViewBound$1(this)); - RecyclerView recyclerView2 = getBinding().f1908c; + RecyclerView recyclerView2 = getBinding().f1909c; recyclerView2.setLayoutManager(new LinearLayoutManager(recyclerView2.getContext())); ModeratorStartStageAdapter moderatorStartStageAdapter = this.adapter; if (moderatorStartStageAdapter == null) { diff --git a/app/src/main/java/com/discord/widgets/stage/start/WidgetStartStageServerSelection.java b/app/src/main/java/com/discord/widgets/stage/start/WidgetStartStageServerSelection.java index 71039766ce..f2d2c68750 100644 --- a/app/src/main/java/com/discord/widgets/stage/start/WidgetStartStageServerSelection.java +++ b/app/src/main/java/com/discord/widgets/stage/start/WidgetStartStageServerSelection.java @@ -116,7 +116,7 @@ public final class WidgetStartStageServerSelection extends AppFragment { public void onViewBound(View view) { m.checkNotNullParameter(view, "view"); super.onViewBound(view); - RecyclerView recyclerView = getBinding().f2042c; + RecyclerView recyclerView = getBinding().f2043c; m.checkNotNullExpressionValue(recyclerView, "binding.recyclerView"); StartStageServerSelectionAdapter startStageServerSelectionAdapter = new StartStageServerSelectionAdapter(recyclerView); this.adapter = startStageServerSelectionAdapter; diff --git a/app/src/main/java/com/discord/widgets/status/WidgetThreadStatus.java b/app/src/main/java/com/discord/widgets/status/WidgetThreadStatus.java index 4215282413..63de254cdb 100644 --- a/app/src/main/java/com/discord/widgets/status/WidgetThreadStatus.java +++ b/app/src/main/java/com/discord/widgets/status/WidgetThreadStatus.java @@ -124,7 +124,7 @@ public final class WidgetThreadStatus extends AppFragment { @MainThread private final void updateView(WidgetThreadStatusViewModel.ViewState viewState) { - getBinding().f2058c.setIsLoading(viewState.isLoading()); + getBinding().f2059c.setIsLoading(viewState.isLoading()); WidgetThreadStatusViewModel.Status threadStatus = viewState.getThreadStatus(); int i = 8; if (threadStatus instanceof WidgetThreadStatusViewModel.Status.Hide) { @@ -135,7 +135,7 @@ public final class WidgetThreadStatus extends AppFragment { ConstraintLayout constraintLayout2 = getBinding().b; d0.z.d.m.checkNotNullExpressionValue(constraintLayout2, "binding.threadStatus"); constraintLayout2.setVisibility(0); - LoadingButton loadingButton = getBinding().f2058c; + LoadingButton loadingButton = getBinding().f2059c; d0.z.d.m.checkNotNullExpressionValue(loadingButton, "binding.threadStatusButton"); WidgetThreadStatusViewModel.Status.Archived archived = (WidgetThreadStatusViewModel.Status.Archived) threadStatus; if (archived.getCanArchive()) { @@ -145,26 +145,26 @@ public final class WidgetThreadStatus extends AppFragment { LinkifiedTextView linkifiedTextView = getBinding().d; d0.z.d.m.checkNotNullExpressionValue(linkifiedTextView, "binding.threadStatusText"); linkifiedTextView.setText(archived.isLocked() ? getResources().getString(R.string.thread_header_notice_locked) : getResources().getString(R.string.thread_header_notice_archived)); - getBinding().f2058c.setText(getResources().getString(R.string.unarchive)); - LoadingButton loadingButton2 = getBinding().f2058c; + getBinding().f2059c.setText(getResources().getString(R.string.unarchive)); + LoadingButton loadingButton2 = getBinding().f2059c; d0.z.d.m.checkNotNullExpressionValue(loadingButton2, "binding.threadStatusButton"); loadingButton2.setBackgroundTintList(ColorStateList.valueOf(ColorCompat.getThemedColor(getContext(), (int) R.attr.colorBackgroundAccent))); - getBinding().f2058c.setOnClickListener(new WidgetThreadStatus$updateView$1(this)); + getBinding().f2059c.setOnClickListener(new WidgetThreadStatus$updateView$1(this)); } else if (threadStatus instanceof WidgetThreadStatusViewModel.Status.Unjoined) { ConstraintLayout constraintLayout3 = getBinding().b; d0.z.d.m.checkNotNullExpressionValue(constraintLayout3, "binding.threadStatus"); constraintLayout3.setVisibility(0); - LoadingButton loadingButton3 = getBinding().f2058c; + LoadingButton loadingButton3 = getBinding().f2059c; d0.z.d.m.checkNotNullExpressionValue(loadingButton3, "binding.threadStatusButton"); loadingButton3.setVisibility(0); LinkifiedTextView linkifiedTextView2 = getBinding().d; d0.z.d.m.checkNotNullExpressionValue(linkifiedTextView2, "binding.threadStatusText"); linkifiedTextView2.setText(getResources().getString(R.string.thread_header_notice_join)); - getBinding().f2058c.setText(getResources().getString(R.string.join)); - LoadingButton loadingButton4 = getBinding().f2058c; + getBinding().f2059c.setText(getResources().getString(R.string.join)); + LoadingButton loadingButton4 = getBinding().f2059c; d0.z.d.m.checkNotNullExpressionValue(loadingButton4, "binding.threadStatusButton"); loadingButton4.setBackgroundTintList(ColorStateList.valueOf(ColorCompat.getThemedColor(getContext(), (int) R.attr.color_brand_500))); - getBinding().f2058c.setOnClickListener(new WidgetThreadStatus$updateView$2(this)); + getBinding().f2059c.setOnClickListener(new WidgetThreadStatus$updateView$2(this)); } } diff --git a/app/src/main/java/com/discord/widgets/stickers/WidgetGuildStickerSheet.java b/app/src/main/java/com/discord/widgets/stickers/WidgetGuildStickerSheet.java index 64b3da34e4..f6381a9feb 100644 --- a/app/src/main/java/com/discord/widgets/stickers/WidgetGuildStickerSheet.java +++ b/app/src/main/java/com/discord/widgets/stickers/WidgetGuildStickerSheet.java @@ -195,7 +195,7 @@ public final class WidgetGuildStickerSheet extends AppBottomSheet { TextView textView = getBinding().n; m.checkNotNullExpressionValue(textView, "binding.guildStickerSheetStickerName"); textView.setText(component1.h()); - TextView textView2 = getBinding().f1876c; + TextView textView2 = getBinding().f1877c; m.checkNotNullExpressionValue(textView2, "binding.guildStickerSheetDescription"); textView2.setText(getString(getCustomStickerInfoText(component3, isUserInGuild, isPublic, component2))); configureButtons(component2, isUserInGuild, known != null ? known.getGuild() : null); diff --git a/app/src/main/java/com/discord/widgets/stickers/WidgetStickerSheet.java b/app/src/main/java/com/discord/widgets/stickers/WidgetStickerSheet.java index 528affca31..e3beec17a3 100644 --- a/app/src/main/java/com/discord/widgets/stickers/WidgetStickerSheet.java +++ b/app/src/main/java/com/discord/widgets/stickers/WidgetStickerSheet.java @@ -95,9 +95,9 @@ public final class WidgetStickerSheet extends AppBottomSheet { m.checkNotNullExpressionValue(textView, "binding.stickerSheetStickerName"); textView.setText(component2.h()); if (!viewState.isUserPremiumTier2()) { - getBinding().f2048c.setOnClickListener(new WidgetStickerSheet$configureUI$1(this)); + getBinding().f2049c.setOnClickListener(new WidgetStickerSheet$configureUI$1(this)); } - TextView textView2 = getBinding().f2048c; + TextView textView2 = getBinding().f2049c; m.checkNotNullExpressionValue(textView2, "binding.stickerSheetStickerInfo"); boolean z2 = true; int i = 0; diff --git a/app/src/main/java/com/discord/widgets/stickers/WidgetUnknownStickerSheet.java b/app/src/main/java/com/discord/widgets/stickers/WidgetUnknownStickerSheet.java index bf6f55f4aa..d146452da7 100644 --- a/app/src/main/java/com/discord/widgets/stickers/WidgetUnknownStickerSheet.java +++ b/app/src/main/java/com/discord/widgets/stickers/WidgetUnknownStickerSheet.java @@ -68,7 +68,7 @@ public final class WidgetUnknownStickerSheet extends AppBottomSheet { Objects.requireNonNull(serializable, "null cannot be cast to non-null type com.discord.api.sticker.StickerPartial"); StickerPartial stickerPartial = (StickerPartial) serializable; getBinding().b.d(stickerPartial, 0); - TextView textView = getBinding().f2062c; + TextView textView = getBinding().f2063c; m.checkNotNullExpressionValue(textView, "binding.unknownStickerSheetStickerName"); textView.setText(stickerPartial.e()); } diff --git a/app/src/main/java/com/discord/widgets/tabs/WidgetTabsHost.java b/app/src/main/java/com/discord/widgets/tabs/WidgetTabsHost.java index 9d5c26bccd..b2ebea427e 100644 --- a/app/src/main/java/com/discord/widgets/tabs/WidgetTabsHost.java +++ b/app/src/main/java/com/discord/widgets/tabs/WidgetTabsHost.java @@ -188,14 +188,14 @@ public final class WidgetTabsHost extends AppFragment { } private final void setPanelWindowInsetsListeners(boolean z2) { - ViewCompat.setOnApplyWindowInsetsListener(getBinding().f2049c, WidgetTabsHost$setPanelWindowInsetsListeners$1.INSTANCE); + ViewCompat.setOnApplyWindowInsetsListener(getBinding().f2050c, WidgetTabsHost$setPanelWindowInsetsListeners$1.INSTANCE); ViewCompat.setOnApplyWindowInsetsListener(getBinding().f, new WidgetTabsHost$setPanelWindowInsetsListeners$2(z2)); FrameLayout frameLayout = getBinding().h; m.checkNotNullExpressionValue(frameLayout, "binding.widgetTabsHostNavHost"); ViewExtensions.setForwardingWindowInsetsListener(frameLayout); ViewCompat.setOnApplyWindowInsetsListener(getBinding().i, new WidgetTabsHost$setPanelWindowInsetsListeners$3(z2)); ViewCompat.setOnApplyWindowInsetsListener(getBinding().b, WidgetTabsHost$setPanelWindowInsetsListeners$4.INSTANCE); - getBinding().f2049c.requestApplyInsets(); + getBinding().f2050c.requestApplyInsets(); } public static /* synthetic */ void setPanelWindowInsetsListeners$default(WidgetTabsHost widgetTabsHost, boolean z2, int i, Object obj) { diff --git a/app/src/main/java/com/discord/widgets/tos/WidgetTosAccept$configureUI$1.java b/app/src/main/java/com/discord/widgets/tos/WidgetTosAccept$configureUI$1.java index 039399519f..a366515080 100644 --- a/app/src/main/java/com/discord/widgets/tos/WidgetTosAccept$configureUI$1.java +++ b/app/src/main/java/com/discord/widgets/tos/WidgetTosAccept$configureUI$1.java @@ -13,7 +13,7 @@ public final class WidgetTosAccept$configureUI$1 implements CompoundButton.OnChe @Override // android.widget.CompoundButton.OnCheckedChangeListener public final void onCheckedChanged(CompoundButton compoundButton, boolean z2) { - MaterialButton materialButton = WidgetTosAccept.access$getBinding$p(this.this$0).f2059c; + MaterialButton materialButton = WidgetTosAccept.access$getBinding$p(this.this$0).f2060c; m.checkNotNullExpressionValue(materialButton, "binding.alertTosAckContinue"); materialButton.setEnabled(z2); } diff --git a/app/src/main/java/com/discord/widgets/tos/WidgetTosAccept.java b/app/src/main/java/com/discord/widgets/tos/WidgetTosAccept.java index 4facfb5c6b..388a88a7da 100644 --- a/app/src/main/java/com/discord/widgets/tos/WidgetTosAccept.java +++ b/app/src/main/java/com/discord/widgets/tos/WidgetTosAccept.java @@ -64,12 +64,12 @@ public final class WidgetTosAccept extends AppFragment { m.checkNotNullExpressionValue(linkifiedTextView2, "binding.alertTosPrivacyPolicy"); b.n(linkifiedTextView2, R.string.privacy_policy_url, new Object[0], null, 4); getBinding().b.setOnCheckedChangeListener(new WidgetTosAccept$configureUI$1(this)); - MaterialButton materialButton = getBinding().f2059c; + MaterialButton materialButton = getBinding().f2060c; m.checkNotNullExpressionValue(materialButton, "binding.alertTosAckContinue"); CheckBox checkBox = getBinding().b; m.checkNotNullExpressionValue(checkBox, "binding.alertTosAck"); materialButton.setEnabled(checkBox.isChecked()); - getBinding().f2059c.setOnClickListener(new WidgetTosAccept$configureUI$2(this)); + getBinding().f2060c.setOnClickListener(new WidgetTosAccept$configureUI$2(this)); } } diff --git a/app/src/main/java/com/discord/widgets/tos/WidgetTosReportViolation.java b/app/src/main/java/com/discord/widgets/tos/WidgetTosReportViolation.java index 8522442c4b..8868f5a571 100644 --- a/app/src/main/java/com/discord/widgets/tos/WidgetTosReportViolation.java +++ b/app/src/main/java/com/discord/widgets/tos/WidgetTosReportViolation.java @@ -288,7 +288,7 @@ public final class WidgetTosReportViolation extends AppFragment { super.onViewBound(view); setActionBarTitle(R.string.report); AppFragment.setActionBarDisplayHomeAsUpEnabled$default(this, false, 1, null); - TextView textView = getBinding().f2060c; + TextView textView = getBinding().f2061c; m.checkNotNullExpressionValue(textView, "binding.reportHeader"); c.a.k.b.n(textView, R.string.report_message, new Object[]{getArgs().getTarget()}, null, 4); LinkifiedTextView linkifiedTextView = getBinding().g; diff --git a/app/src/main/java/com/discord/widgets/tos/WidgetTosReportViolationReasonView.java b/app/src/main/java/com/discord/widgets/tos/WidgetTosReportViolationReasonView.java index 85733b06e7..78af70421c 100644 --- a/app/src/main/java/com/discord/widgets/tos/WidgetTosReportViolationReasonView.java +++ b/app/src/main/java/com/discord/widgets/tos/WidgetTosReportViolationReasonView.java @@ -98,7 +98,7 @@ public final class WidgetTosReportViolationReasonView extends RelativeLayout { public final void setReason(ReportReason reportReason) { this.reason = reportReason; - TextView textView = this.binding.f2061c; + TextView textView = this.binding.f2062c; m.checkNotNullExpressionValue(textView, "binding.reportReasonHeader"); String str = null; textView.setText(reportReason != null ? reportReason.b() : null); diff --git a/app/src/main/java/com/discord/widgets/user/WidgetKickUser.java b/app/src/main/java/com/discord/widgets/user/WidgetKickUser.java index 86e7dbb1b5..9b46ec0693 100644 --- a/app/src/main/java/com/discord/widgets/user/WidgetKickUser.java +++ b/app/src/main/java/com/discord/widgets/user/WidgetKickUser.java @@ -70,7 +70,7 @@ public final class WidgetKickUser extends AppDialog { TextView textView2 = getBinding().b; m.checkNotNullExpressionValue(textView2, "binding.kickUserBody"); b.n(textView2, R.string.kick_user_body, new Object[]{string}, null, 4); - getBinding().f1898c.setOnClickListener(new WidgetKickUser$onViewBoundOrOnResume$1(this)); + getBinding().f1899c.setOnClickListener(new WidgetKickUser$onViewBoundOrOnResume$1(this)); getBinding().d.setOnClickListener(new WidgetKickUser$onViewBoundOrOnResume$2(this, j, j2, string)); } } diff --git a/app/src/main/java/com/discord/widgets/user/WidgetPruneUsers.java b/app/src/main/java/com/discord/widgets/user/WidgetPruneUsers.java index d1430f6fba..f86adc8eeb 100644 --- a/app/src/main/java/com/discord/widgets/user/WidgetPruneUsers.java +++ b/app/src/main/java/com/discord/widgets/user/WidgetPruneUsers.java @@ -144,7 +144,7 @@ public final class WidgetPruneUsers extends AppDialog { WidgetPruneUsersViewModel.ViewState.Loading loading = (WidgetPruneUsersViewModel.ViewState.Loading) viewState; sb.append(loading.getGuildName()); String sb2 = sb.toString(); - TextView textView = getBinding().f1925c; + TextView textView = getBinding().f1926c; m.checkNotNullExpressionValue(textView, "binding.pruneUserHeader"); textView.setText(sb2); int ordinal = loading.getWhichPruneDays().ordinal(); diff --git a/app/src/main/java/com/discord/widgets/user/WidgetUserMentions$WidgetUserMentionFilter$onResume$3.java b/app/src/main/java/com/discord/widgets/user/WidgetUserMentions$WidgetUserMentionFilter$onResume$3.java index d1dd578abd..2326ab6aa7 100644 --- a/app/src/main/java/com/discord/widgets/user/WidgetUserMentions$WidgetUserMentionFilter$onResume$3.java +++ b/app/src/main/java/com/discord/widgets/user/WidgetUserMentions$WidgetUserMentionFilter$onResume$3.java @@ -15,7 +15,7 @@ public final class WidgetUserMentions$WidgetUserMentionFilter$onResume$3 impl public final void call(Boolean bool) { WidgetUserMentions.WidgetUserMentionFilter widgetUserMentionFilter = this.this$0; WidgetUserMentions.Model.MessageLoader.Filters access$getFilters$p = WidgetUserMentions.WidgetUserMentionFilter.access$getFilters$p(widgetUserMentionFilter); - CheckedSetting checkedSetting = WidgetUserMentions.WidgetUserMentionFilter.access$getBinding$p(this.this$0).f2068c; + CheckedSetting checkedSetting = WidgetUserMentions.WidgetUserMentionFilter.access$getBinding$p(this.this$0).f2069c; m.checkNotNullExpressionValue(checkedSetting, "binding.userMentionsFilterIncludeRoles"); WidgetUserMentions.WidgetUserMentionFilter.access$updateFilters(widgetUserMentionFilter, WidgetUserMentions.Model.MessageLoader.Filters.copy$default(access$getFilters$p, 0, false, false, checkedSetting.isChecked(), 7, null)); WidgetUserMentions.WidgetUserMentionFilter.access$delayedDismiss(this.this$0); diff --git a/app/src/main/java/com/discord/widgets/user/WidgetUserMentions.java b/app/src/main/java/com/discord/widgets/user/WidgetUserMentions.java index ab5858f664..013e55e5eb 100644 --- a/app/src/main/java/com/discord/widgets/user/WidgetUserMentions.java +++ b/app/src/main/java/com/discord/widgets/user/WidgetUserMentions.java @@ -1069,14 +1069,14 @@ public final class WidgetUserMentions extends AppFragment implements OnTabSelect } checkedSetting5.setChecked(filters2.getIncludeEveryone()); getBinding().b.setOnCheckedListener(new WidgetUserMentions$WidgetUserMentionFilter$onResume$2(this)); - CheckedSetting checkedSetting6 = getBinding().f2068c; + CheckedSetting checkedSetting6 = getBinding().f2069c; m.checkNotNullExpressionValue(checkedSetting6, "binding.userMentionsFilterIncludeRoles"); Model.MessageLoader.Filters filters3 = this.filters; if (filters3 == null) { m.throwUninitializedPropertyAccessException("filters"); } checkedSetting6.setChecked(filters3.getIncludeRoles()); - getBinding().f2068c.setOnCheckedListener(new WidgetUserMentions$WidgetUserMentionFilter$onResume$3(this)); + getBinding().f2069c.setOnCheckedListener(new WidgetUserMentions$WidgetUserMentionFilter$onResume$3(this)); } } @@ -1100,7 +1100,7 @@ public final class WidgetUserMentions extends AppFragment implements OnTabSelect } private final void addThreadSpineItemDecoration(WidgetChatListAdapter widgetChatListAdapter) { - getBinding().f2067c.addItemDecoration(new ThreadSpineItemDecoration(requireContext(), widgetChatListAdapter)); + getBinding().f2068c.addItemDecoration(new ThreadSpineItemDecoration(requireContext(), widgetChatListAdapter)); } private final void configureToolbar(String str) { @@ -1135,7 +1135,7 @@ public final class WidgetUserMentions extends AppFragment implements OnTabSelect } private final WidgetChatListAdapter createAdapter(Function1 function1) { - RecyclerView recyclerView = getBinding().f2067c; + RecyclerView recyclerView = getBinding().f2068c; m.checkNotNullExpressionValue(recyclerView, "binding.userMentionsList"); FragmentManager parentFragmentManager = getParentFragmentManager(); m.checkNotNullExpressionValue(parentFragmentManager, "parentFragmentManager"); diff --git a/app/src/main/java/com/discord/widgets/user/WidgetUserMutualFriends.java b/app/src/main/java/com/discord/widgets/user/WidgetUserMutualFriends.java index 4940a71af0..1c7d118276 100644 --- a/app/src/main/java/com/discord/widgets/user/WidgetUserMutualFriends.java +++ b/app/src/main/java/com/discord/widgets/user/WidgetUserMutualFriends.java @@ -456,7 +456,7 @@ public final class WidgetUserMutualFriends extends AppFragment { IconUtils.setIcon$default(simpleDraweeView, mutualFriend.getUser(), R.dimen.avatar_size_standard, null, null, null, 56, null); int i2 = 0; while (i2 <= 3) { - a6 a6Var = i2 != 1 ? i2 != 2 ? i2 != 3 ? i2 != 4 ? this.binding.e : this.binding.e : this.binding.d : this.binding.f2073c : this.binding.b; + a6 a6Var = i2 != 1 ? i2 != 2 ? i2 != 3 ? i2 != 4 ? this.binding.e : this.binding.e : this.binding.d : this.binding.f2074c : this.binding.b; m.checkNotNullExpressionValue(a6Var, "when (i) {\n 1…mutualServer4\n }"); RelativeLayout relativeLayout = a6Var.a; m.checkNotNullExpressionValue(relativeLayout, "item.root"); diff --git a/app/src/main/java/com/discord/widgets/user/WidgetUserMutualGuilds.java b/app/src/main/java/com/discord/widgets/user/WidgetUserMutualGuilds.java index a021ab3a13..2559f3c023 100644 --- a/app/src/main/java/com/discord/widgets/user/WidgetUserMutualGuilds.java +++ b/app/src/main/java/com/discord/widgets/user/WidgetUserMutualGuilds.java @@ -119,7 +119,7 @@ public final class WidgetUserMutualGuilds extends AppFragment { m.checkNotNullParameter(item, "data"); super.onConfigure(i, (int) item); this.binding.a.setOnClickListener(new WidgetUserMutualGuilds$Adapter$ViewHolder$onConfigure$1(this, item)); - SimpleDraweeView simpleDraweeView = this.binding.f2074c; + SimpleDraweeView simpleDraweeView = this.binding.f2075c; Guild guild = item.getGuild(); String str = null; int i2 = 8; diff --git a/app/src/main/java/com/discord/widgets/user/WidgetUserPasswordVerify$validationManager$2.java b/app/src/main/java/com/discord/widgets/user/WidgetUserPasswordVerify$validationManager$2.java index ba22d8e7e0..09eb2b8fab 100644 --- a/app/src/main/java/com/discord/widgets/user/WidgetUserPasswordVerify$validationManager$2.java +++ b/app/src/main/java/com/discord/widgets/user/WidgetUserPasswordVerify$validationManager$2.java @@ -22,7 +22,7 @@ public final class WidgetUserPasswordVerify$validationManager$2 extends o implem @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final ValidationManager mo1invoke() { - TextInputLayout textInputLayout = WidgetUserPasswordVerify.access$getBinding$p(this.this$0).f2069c; + TextInputLayout textInputLayout = WidgetUserPasswordVerify.access$getBinding$p(this.this$0).f2070c; m.checkNotNullExpressionValue(textInputLayout, "binding.editAccountPasswordWrap"); return new ValidationManager(new Input.TextInputLayoutInput("password", textInputLayout, BasicTextInputValidator.Companion.createRequiredInputValidator(R.string.password_required), AuthUtils.INSTANCE.createPasswordInputValidator(R.string.password_length_error))); } diff --git a/app/src/main/java/com/discord/widgets/user/WidgetUserPasswordVerify.java b/app/src/main/java/com/discord/widgets/user/WidgetUserPasswordVerify.java index a580252d00..caeabb6640 100644 --- a/app/src/main/java/com/discord/widgets/user/WidgetUserPasswordVerify.java +++ b/app/src/main/java/com/discord/widgets/user/WidgetUserPasswordVerify.java @@ -188,7 +188,7 @@ public final class WidgetUserPasswordVerify extends AppFragment { private final void saveInfo() { if (ValidationManager.validate$default(getValidationManager(), false, 1, null)) { AppFragment.hideKeyboard$default(this, null, 1, null); - TextInputLayout textInputLayout = getBinding().f2069c; + TextInputLayout textInputLayout = getBinding().f2070c; m.checkNotNullExpressionValue(textInputLayout, "binding.editAccountPasswordWrap"); String textOrEmpty = ViewExtensions.getTextOrEmpty(textInputLayout); Serializable serializableExtra = getMostRecentIntent().getSerializableExtra(INTENT_EXTRA_ACTION); @@ -227,10 +227,10 @@ public final class WidgetUserPasswordVerify extends AppFragment { AppFragment.setActionBarDisplayHomeAsUpEnabled$default(this, false, 1, null); StatefulViews statefulViews = this.state; FloatingActionButton floatingActionButton = getBinding().d; - TextInputLayout textInputLayout = getBinding().f2069c; + TextInputLayout textInputLayout = getBinding().f2070c; m.checkNotNullExpressionValue(textInputLayout, "binding.editAccountPasswordWrap"); statefulViews.setupTextWatcherWithSaveAction(this, floatingActionButton, textInputLayout); - TextInputLayout textInputLayout2 = getBinding().f2069c; + TextInputLayout textInputLayout2 = getBinding().f2070c; m.checkNotNullExpressionValue(textInputLayout2, "binding.editAccountPasswordWrap"); ViewExtensions.setOnImeActionDone$default(textInputLayout2, false, new WidgetUserPasswordVerify$onViewBound$1(this), 1, null); getBinding().d.setOnClickListener(new WidgetUserPasswordVerify$onViewBound$2(this)); diff --git a/app/src/main/java/com/discord/widgets/user/WidgetUserSetCustomStatus.java b/app/src/main/java/com/discord/widgets/user/WidgetUserSetCustomStatus.java index d04d77fc7d..b59b428031 100644 --- a/app/src/main/java/com/discord/widgets/user/WidgetUserSetCustomStatus.java +++ b/app/src/main/java/com/discord/widgets/user/WidgetUserSetCustomStatus.java @@ -211,7 +211,7 @@ public final class WidgetUserSetCustomStatus extends AppFragment { AppFragment.setActionBarDisplayHomeAsUpEnabled$default(this, false, 1, null); setActionBarTitle(R.string.custom_status); this.expirationRadioManager = new RadioManager(n.listOf((Object[]) new MaterialRadioButton[]{getBinding().g, getBinding().e, getBinding().d, getBinding().f, getBinding().h})); - getBinding().f2075c.setOnClickListener(new WidgetUserSetCustomStatus$onViewBound$1(this)); + getBinding().f2076c.setOnClickListener(new WidgetUserSetCustomStatus$onViewBound$1(this)); getBinding().j.setEndIconOnClickListener(new WidgetUserSetCustomStatus$onViewBound$2(this)); TextInputLayout textInputLayout = getBinding().j; m.checkNotNullExpressionValue(textInputLayout, "binding.setCustomStatusText"); diff --git a/app/src/main/java/com/discord/widgets/user/WidgetUserStatusSheet.java b/app/src/main/java/com/discord/widgets/user/WidgetUserStatusSheet.java index aad205a602..0da9a992a9 100644 --- a/app/src/main/java/com/discord/widgets/user/WidgetUserStatusSheet.java +++ b/app/src/main/java/com/discord/widgets/user/WidgetUserStatusSheet.java @@ -139,10 +139,10 @@ public final class WidgetUserStatusSheet extends AppBottomSheet { d4 d4Var2 = getBinding().d; m.checkNotNullExpressionValue(d4Var2, "binding.userStatusUpdateIdle"); d4Var2.a.setOnClickListener(new WidgetUserStatusSheet$onViewCreated$2(this)); - getBinding().f2081c.b.setImageResource(R.drawable.ic_status_dnd_16dp); - getBinding().f2081c.d.setText(R.string.status_dnd); - getBinding().f2081c.f83c.setText(R.string.status_dnd_help); - d4 d4Var3 = getBinding().f2081c; + getBinding().f2082c.b.setImageResource(R.drawable.ic_status_dnd_16dp); + getBinding().f2082c.d.setText(R.string.status_dnd); + getBinding().f2082c.f83c.setText(R.string.status_dnd_help); + d4 d4Var3 = getBinding().f2082c; m.checkNotNullExpressionValue(d4Var3, "binding.userStatusUpdateDnd"); d4Var3.a.setOnClickListener(new WidgetUserStatusSheet$onViewCreated$3(this)); getBinding().e.b.setImageResource(R.drawable.ic_status_invisible_16dp); diff --git a/app/src/main/java/com/discord/widgets/user/account/WidgetUserAccountVerify.java b/app/src/main/java/com/discord/widgets/user/account/WidgetUserAccountVerify.java index 79201f7ccb..8a33a614da 100644 --- a/app/src/main/java/com/discord/widgets/user/account/WidgetUserAccountVerify.java +++ b/app/src/main/java/com/discord/widgets/user/account/WidgetUserAccountVerify.java @@ -75,7 +75,7 @@ public final class WidgetUserAccountVerify extends WidgetUserAccountVerifyBase { RelativeLayout relativeLayout = binding.b; relativeLayout.setVisibility(isEmailAllowed() ? 0 : 8); relativeLayout.setOnClickListener(new WidgetUserAccountVerify$onViewBound$$inlined$with$lambda$1(this)); - RelativeLayout relativeLayout2 = binding.f2064c; + RelativeLayout relativeLayout2 = binding.f2065c; if (!isPhoneAllowed()) { i = 8; } diff --git a/app/src/main/java/com/discord/widgets/user/email/WidgetUserEmailUpdate$onViewBound$3.java b/app/src/main/java/com/discord/widgets/user/email/WidgetUserEmailUpdate$onViewBound$3.java index 6ed31db3b3..6e5a788d88 100644 --- a/app/src/main/java/com/discord/widgets/user/email/WidgetUserEmailUpdate$onViewBound$3.java +++ b/app/src/main/java/com/discord/widgets/user/email/WidgetUserEmailUpdate$onViewBound$3.java @@ -36,7 +36,7 @@ public final class WidgetUserEmailUpdate$onViewBound$3 implements View.OnClickLi public final void onClick(View view) { RestAPI api = RestAPI.Companion.getApi(); RestAPIParams.UserInfo.Companion companion = RestAPIParams.UserInfo.Companion; - TextInputLayout textInputLayout = WidgetUserEmailUpdate.access$getBinding$p(this.this$0).f2065c; + TextInputLayout textInputLayout = WidgetUserEmailUpdate.access$getBinding$p(this.this$0).f2066c; m.checkNotNullExpressionValue(textInputLayout, "binding.alertVerifyEmailChangeEmail"); String textOrEmpty = ViewExtensions.getTextOrEmpty(textInputLayout); TextInputLayout textInputLayout2 = WidgetUserEmailUpdate.access$getBinding$p(this.this$0).d; diff --git a/app/src/main/java/com/discord/widgets/user/email/WidgetUserEmailUpdate.java b/app/src/main/java/com/discord/widgets/user/email/WidgetUserEmailUpdate.java index 966c97e3d6..3f5a94ef1d 100644 --- a/app/src/main/java/com/discord/widgets/user/email/WidgetUserEmailUpdate.java +++ b/app/src/main/java/com/discord/widgets/user/email/WidgetUserEmailUpdate.java @@ -95,7 +95,7 @@ public final class WidgetUserEmailUpdate extends WidgetUserAccountVerifyBase { m.checkNotNullExpressionValue(textInputLayout, "binding.alertVerifyEmailChangePassword"); if (ViewExtensions.getTextOrEmpty(textInputLayout).length() >= 3) { Pattern pattern = Patterns.EMAIL_ADDRESS; - TextInputLayout textInputLayout2 = getBinding().f2065c; + TextInputLayout textInputLayout2 = getBinding().f2066c; m.checkNotNullExpressionValue(textInputLayout2, "binding.alertVerifyEmailChangeEmail"); if (pattern.matcher(ViewExtensions.getTextOrEmpty(textInputLayout2)).matches()) { z2 = true; @@ -126,7 +126,7 @@ public final class WidgetUserEmailUpdate extends WidgetUserAccountVerifyBase { m.checkNotNullParameter(view, "view"); super.onViewBound(view); AppFragment.setActionBarDisplayHomeAsUpEnabled$default(this, false, 1, null); - TextInputLayout textInputLayout = getBinding().f2065c; + TextInputLayout textInputLayout = getBinding().f2066c; m.checkNotNullExpressionValue(textInputLayout, "binding.alertVerifyEmailChangeEmail"); ViewExtensions.addBindedTextWatcher(textInputLayout, this, new WidgetUserEmailUpdate$onViewBound$1(this)); TextInputLayout textInputLayout2 = getBinding().d; diff --git a/app/src/main/java/com/discord/widgets/user/email/WidgetUserEmailVerify$configureUI$2.java b/app/src/main/java/com/discord/widgets/user/email/WidgetUserEmailVerify$configureUI$2.java index 1d6154b351..6bba71ac3b 100644 --- a/app/src/main/java/com/discord/widgets/user/email/WidgetUserEmailVerify$configureUI$2.java +++ b/app/src/main/java/com/discord/widgets/user/email/WidgetUserEmailVerify$configureUI$2.java @@ -4,7 +4,10 @@ import android.view.View; import c.a.d.m; import c.a.k.b; import com.discord.R; +import com.discord.analytics.generated.events.network_action.TrackNetworkActionUserVerifyResend; +import com.discord.analytics.generated.traits.TrackNetworkMetadataReceiver; import com.discord.restapi.RestAPIParams; +import com.discord.stores.utilities.RestCallStateKt; import com.discord.utilities.rest.RestAPI; import com.discord.utilities.rx.ObservableExtensionsKt; import com.discord.widgets.user.email.WidgetUserEmailVerify; @@ -19,11 +22,25 @@ public final class WidgetUserEmailVerify$configureUI$2 implements View.OnClickLi /* compiled from: WidgetUserEmailVerify.kt */ /* renamed from: com.discord.widgets.user.email.WidgetUserEmailVerify$configureUI$2$1 reason: invalid class name */ - public static final class AnonymousClass1 extends o implements Function1 { + public static final class AnonymousClass1 extends o implements Function1 { + public static final AnonymousClass1 INSTANCE = new AnonymousClass1(); + + public AnonymousClass1() { + super(1); + } + + public final TrackNetworkMetadataReceiver invoke(Void r1) { + return new TrackNetworkActionUserVerifyResend(); + } + } + + /* compiled from: WidgetUserEmailVerify.kt */ + /* renamed from: com.discord.widgets.user.email.WidgetUserEmailVerify$configureUI$2$2 reason: invalid class name */ + public static final class AnonymousClass2 extends o implements Function1 { public final /* synthetic */ WidgetUserEmailVerify$configureUI$2 this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public AnonymousClass1(WidgetUserEmailVerify$configureUI$2 widgetUserEmailVerify$configureUI$2) { + public AnonymousClass2(WidgetUserEmailVerify$configureUI$2 widgetUserEmailVerify$configureUI$2) { super(1); this.this$0 = widgetUserEmailVerify$configureUI$2; } @@ -50,6 +67,6 @@ public final class WidgetUserEmailVerify$configureUI$2 implements View.OnClickLi @Override // android.view.View.OnClickListener public final void onClick(View view) { - ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui$default(ObservableExtensionsKt.restSubscribeOn$default(RestAPI.Companion.getApi().postAuthVerifyResend(new RestAPIParams.EmptyBody()), false, 1, null), this.this$0, null, 2, null), this.this$0.getClass(), this.this$0.getContext(), (Function1) null, (Function1) null, (Function0) null, (Function0) null, new AnonymousClass1(this), 60, (Object) null); + ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui$default(RestCallStateKt.logNetworkAction(ObservableExtensionsKt.restSubscribeOn$default(RestAPI.Companion.getApi().postAuthVerifyResend(new RestAPIParams.EmptyBody()), false, 1, null), AnonymousClass1.INSTANCE), this.this$0, null, 2, null), this.this$0.getClass(), this.this$0.getContext(), (Function1) null, (Function1) null, (Function0) null, (Function0) null, new AnonymousClass2(this), 60, (Object) null); } } diff --git a/app/src/main/java/com/discord/widgets/user/email/WidgetUserEmailVerify.java b/app/src/main/java/com/discord/widgets/user/email/WidgetUserEmailVerify.java index 7378d3f459..5307c8ee2c 100644 --- a/app/src/main/java/com/discord/widgets/user/email/WidgetUserEmailVerify.java +++ b/app/src/main/java/com/discord/widgets/user/email/WidgetUserEmailVerify.java @@ -50,7 +50,7 @@ public final class WidgetUserEmailVerify extends WidgetUserAccountVerifyBase { private final String email; /* renamed from: me reason: collision with root package name */ - private final MeUser f2234me; + private final MeUser f2235me; private final boolean verified; /* compiled from: WidgetUserEmailVerify.kt */ @@ -71,20 +71,20 @@ public final class WidgetUserEmailVerify extends WidgetUserAccountVerifyBase { public Model(MeUser meUser) { m.checkNotNullParameter(meUser, "me"); - this.f2234me = meUser; + this.f2235me = meUser; this.email = meUser.getEmail(); this.verified = meUser.isVerified(); } public static /* synthetic */ Model copy$default(Model model, MeUser meUser, int i, Object obj) { if ((i & 1) != 0) { - meUser = model.f2234me; + meUser = model.f2235me; } return model.copy(meUser); } public final MeUser component1() { - return this.f2234me; + return this.f2235me; } public final Model copy(MeUser meUser) { @@ -94,7 +94,7 @@ public final class WidgetUserEmailVerify extends WidgetUserAccountVerifyBase { public boolean equals(Object obj) { if (this != obj) { - return (obj instanceof Model) && m.areEqual(this.f2234me, ((Model) obj).f2234me); + return (obj instanceof Model) && m.areEqual(this.f2235me, ((Model) obj).f2235me); } return true; } @@ -104,7 +104,7 @@ public final class WidgetUserEmailVerify extends WidgetUserAccountVerifyBase { } public final MeUser getMe() { - return this.f2234me; + return this.f2235me; } public final boolean getVerified() { @@ -112,7 +112,7 @@ public final class WidgetUserEmailVerify extends WidgetUserAccountVerifyBase { } public int hashCode() { - MeUser meUser = this.f2234me; + MeUser meUser = this.f2235me; if (meUser != null) { return meUser.hashCode(); } @@ -121,7 +121,7 @@ public final class WidgetUserEmailVerify extends WidgetUserAccountVerifyBase { public String toString() { StringBuilder P = a.P("Model(me="); - P.append(this.f2234me); + P.append(this.f2235me); P.append(")"); return P.toString(); } @@ -151,7 +151,7 @@ public final class WidgetUserEmailVerify extends WidgetUserAccountVerifyBase { WidgetUserEmailUpdate.Companion.launch(requireContext(), getMode(), this.emailUpdateLauncher); } else { getBinding().b.setOnClickListener(new WidgetUserEmailVerify$configureUI$1(this)); - getBinding().f2066c.setOnClickListener(new WidgetUserEmailVerify$configureUI$2(this, model)); + getBinding().f2067c.setOnClickListener(new WidgetUserEmailVerify$configureUI$2(this, model)); } } diff --git a/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneManage.java b/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneManage.java index ec4677abe8..3d74e430e0 100644 --- a/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneManage.java +++ b/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneManage.java @@ -109,18 +109,18 @@ public final class WidgetUserPhoneManage extends WidgetUserAccountVerifyBase { TextView textView = getBinding().d; m.checkNotNullExpressionValue(textView, "binding.userPhoneAddDescriptionNote"); b.n(textView, R.string.phone_verification_current_phone, new Object[]{meUser.getPhoneNumber()}, null, 4); - TextView textView2 = getBinding().f2070c; + TextView textView2 = getBinding().f2071c; m.checkNotNullExpressionValue(textView2, "binding.removePhone"); textView2.setVisibility(0); } else { getBinding().g.setText(R.string.enter_phone_title); getBinding().d.setText(R.string.enter_phone_description); - TextView textView3 = getBinding().f2070c; + TextView textView3 = getBinding().f2071c; m.checkNotNullExpressionValue(textView3, "binding.removePhone"); textView3.setVisibility(8); } if (meUser.getEmail() == null) { - TextView textView4 = getBinding().f2070c; + TextView textView4 = getBinding().f2071c; m.checkNotNullExpressionValue(textView4, "binding.removePhone"); textView4.setVisibility(8); } @@ -173,7 +173,7 @@ public final class WidgetUserPhoneManage extends WidgetUserAccountVerifyBase { ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui$default(ObservationDeck.connectRx$default(ObservationDeckProvider.get(), new ObservationDeck.UpdateSource[]{phone}, false, null, null, new WidgetUserPhoneManage$onViewBound$1(phone), 14, null), this, null, 2, null), WidgetUserPhoneManage.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new WidgetUserPhoneManage$onViewBound$2(this), 62, (Object) null); getBinding().f.a(this, new WidgetUserPhoneManage$onViewBound$3(this)); getBinding().e.setOnClickListener(new WidgetUserPhoneManage$onViewBound$4(this)); - getBinding().f2070c.setOnClickListener(new WidgetUserPhoneManage$onViewBound$5(this)); + getBinding().f2071c.setOnClickListener(new WidgetUserPhoneManage$onViewBound$5(this)); } @Override // com.discord.widgets.user.account.WidgetUserAccountVerifyBase, com.discord.app.AppFragment diff --git a/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneVerify.java b/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneVerify.java index 5935f85f80..44ce356845 100644 --- a/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneVerify.java +++ b/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneVerify.java @@ -96,7 +96,7 @@ public final class WidgetUserPhoneVerify extends WidgetUserAccountVerifyBase { String stringExtra = getMostRecentIntent().getStringExtra(INTENT_EXTRA_PHONE_NUMBER); if (stringExtra != null) { m.checkNotNullExpressionValue(stringExtra, "mostRecentIntent.getStri…A_PHONE_NUMBER) ?: return"); - ObservableExtensionsKt.ui$default(ObservableExtensionsKt.withDimmer$default(ObservableExtensionsKt.restSubscribeOn$default(RestAPI.Companion.getApi().phoneVerificationsVerify(new RestAPIParams.VerificationCode(stringExtra, str)), false, 1, null), getBinding().f2071c, 0, 2, null), this, null, 2, null).k(o.h(new WidgetUserPhoneVerify$handleCodeEntered$1(this), getContext(), new WidgetUserPhoneVerify$handleCodeEntered$2(this))); + ObservableExtensionsKt.ui$default(ObservableExtensionsKt.withDimmer$default(ObservableExtensionsKt.restSubscribeOn$default(RestAPI.Companion.getApi().phoneVerificationsVerify(new RestAPIParams.VerificationCode(stringExtra, str)), false, 1, null), getBinding().f2072c, 0, 2, null), this, null, 2, null).k(o.h(new WidgetUserPhoneVerify$handleCodeEntered$1(this), getContext(), new WidgetUserPhoneVerify$handleCodeEntered$2(this))); } } diff --git a/app/src/main/java/com/discord/widgets/user/profile/UserProfileHeaderViewModel.java b/app/src/main/java/com/discord/widgets/user/profile/UserProfileHeaderViewModel.java index 8f160e707d..4c8853d7b6 100644 --- a/app/src/main/java/com/discord/widgets/user/profile/UserProfileHeaderViewModel.java +++ b/app/src/main/java/com/discord/widgets/user/profile/UserProfileHeaderViewModel.java @@ -133,7 +133,7 @@ public final class UserProfileHeaderViewModel extends AppViewModel { private final Collection> guildMembers; /* renamed from: me reason: collision with root package name */ - private final MeUser f2235me; + private final MeUser f2236me; private final boolean reducedMotionEnabled; private final ModelRichPresence richPresence; private final StreamContext streamContext; @@ -150,7 +150,7 @@ public final class UserProfileHeaderViewModel extends AppViewModel { m.checkNotNullParameter(map, "userIdToGuildMemberMap"); m.checkNotNullParameter(collection, "guildMembers"); m.checkNotNullParameter(modelUserProfile, "userProfile"); - this.f2235me = meUser; + this.f2236me = meUser; this.user = user; this.userIdToGuildMemberMap = map; this.guildMembers = collection; @@ -164,11 +164,11 @@ public final class UserProfileHeaderViewModel extends AppViewModel { } public static /* synthetic */ StoreState copy$default(StoreState storeState, MeUser meUser, User user, Map map, Collection collection, ModelRichPresence modelRichPresence, StreamContext streamContext, ModelUserProfile modelUserProfile, Experiment experiment, boolean z2, boolean z3, Channel channel, int i, Object obj) { - return storeState.copy((i & 1) != 0 ? storeState.f2235me : meUser, (i & 2) != 0 ? storeState.user : user, (i & 4) != 0 ? storeState.userIdToGuildMemberMap : map, (i & 8) != 0 ? storeState.guildMembers : collection, (i & 16) != 0 ? storeState.richPresence : modelRichPresence, (i & 32) != 0 ? storeState.streamContext : streamContext, (i & 64) != 0 ? storeState.userProfile : modelUserProfile, (i & 128) != 0 ? storeState.winnerBadgeExperiment : experiment, (i & 256) != 0 ? storeState.allowAnimatedEmojis : z2, (i & 512) != 0 ? storeState.reducedMotionEnabled : z3, (i & 1024) != 0 ? storeState.channel : channel); + return storeState.copy((i & 1) != 0 ? storeState.f2236me : meUser, (i & 2) != 0 ? storeState.user : user, (i & 4) != 0 ? storeState.userIdToGuildMemberMap : map, (i & 8) != 0 ? storeState.guildMembers : collection, (i & 16) != 0 ? storeState.richPresence : modelRichPresence, (i & 32) != 0 ? storeState.streamContext : streamContext, (i & 64) != 0 ? storeState.userProfile : modelUserProfile, (i & 128) != 0 ? storeState.winnerBadgeExperiment : experiment, (i & 256) != 0 ? storeState.allowAnimatedEmojis : z2, (i & 512) != 0 ? storeState.reducedMotionEnabled : z3, (i & 1024) != 0 ? storeState.channel : channel); } public final MeUser component1() { - return this.f2235me; + return this.f2236me; } public final boolean component10() { @@ -228,7 +228,7 @@ public final class UserProfileHeaderViewModel extends AppViewModel { return false; } StoreState storeState = (StoreState) obj; - return m.areEqual(this.f2235me, storeState.f2235me) && m.areEqual(this.user, storeState.user) && m.areEqual(this.userIdToGuildMemberMap, storeState.userIdToGuildMemberMap) && m.areEqual(this.guildMembers, storeState.guildMembers) && m.areEqual(this.richPresence, storeState.richPresence) && m.areEqual(this.streamContext, storeState.streamContext) && m.areEqual(this.userProfile, storeState.userProfile) && m.areEqual(this.winnerBadgeExperiment, storeState.winnerBadgeExperiment) && this.allowAnimatedEmojis == storeState.allowAnimatedEmojis && this.reducedMotionEnabled == storeState.reducedMotionEnabled && m.areEqual(this.channel, storeState.channel); + return m.areEqual(this.f2236me, storeState.f2236me) && m.areEqual(this.user, storeState.user) && m.areEqual(this.userIdToGuildMemberMap, storeState.userIdToGuildMemberMap) && m.areEqual(this.guildMembers, storeState.guildMembers) && m.areEqual(this.richPresence, storeState.richPresence) && m.areEqual(this.streamContext, storeState.streamContext) && m.areEqual(this.userProfile, storeState.userProfile) && m.areEqual(this.winnerBadgeExperiment, storeState.winnerBadgeExperiment) && this.allowAnimatedEmojis == storeState.allowAnimatedEmojis && this.reducedMotionEnabled == storeState.reducedMotionEnabled && m.areEqual(this.channel, storeState.channel); } public final boolean getAllowAnimatedEmojis() { @@ -244,7 +244,7 @@ public final class UserProfileHeaderViewModel extends AppViewModel { } public final MeUser getMe() { - return this.f2235me; + return this.f2236me; } public final boolean getReducedMotionEnabled() { @@ -276,7 +276,7 @@ public final class UserProfileHeaderViewModel extends AppViewModel { } public int hashCode() { - MeUser meUser = this.f2235me; + MeUser meUser = this.f2236me; int i = 0; int hashCode = (meUser != null ? meUser.hashCode() : 0) * 31; User user = this.user; @@ -316,7 +316,7 @@ public final class UserProfileHeaderViewModel extends AppViewModel { public String toString() { StringBuilder P = a.P("StoreState(me="); - P.append(this.f2235me); + P.append(this.f2236me); P.append(", user="); P.append(this.user); P.append(", userIdToGuildMemberMap="); diff --git a/app/src/main/java/com/discord/widgets/user/profile/UserStatusPresenceCustomView.java b/app/src/main/java/com/discord/widgets/user/profile/UserStatusPresenceCustomView.java index c1a3535858..156ad2fddb 100644 --- a/app/src/main/java/com/discord/widgets/user/profile/UserStatusPresenceCustomView.java +++ b/app/src/main/java/com/discord/widgets/user/profile/UserStatusPresenceCustomView.java @@ -42,19 +42,19 @@ public final class UserStatusPresenceCustomView extends LinearLayout { public static final class Emoji { /* renamed from: id reason: collision with root package name */ - private final String f2236id; + private final String f2237id; private final boolean isAnimated; private final String name; public Emoji(String str, String str2, boolean z2) { - this.f2236id = str; + this.f2237id = str; this.name = str2; this.isAnimated = z2; } public static /* synthetic */ Emoji copy$default(Emoji emoji, String str, String str2, boolean z2, int i, Object obj) { if ((i & 1) != 0) { - str = emoji.f2236id; + str = emoji.f2237id; } if ((i & 2) != 0) { str2 = emoji.name; @@ -66,7 +66,7 @@ public final class UserStatusPresenceCustomView extends LinearLayout { } public final String component1() { - return this.f2236id; + return this.f2237id; } public final String component2() { @@ -89,11 +89,11 @@ public final class UserStatusPresenceCustomView extends LinearLayout { return false; } Emoji emoji = (Emoji) obj; - return m.areEqual(this.f2236id, emoji.f2236id) && m.areEqual(this.name, emoji.name) && this.isAnimated == emoji.isAnimated; + return m.areEqual(this.f2237id, emoji.f2237id) && m.areEqual(this.name, emoji.name) && this.isAnimated == emoji.isAnimated; } public final String getId() { - return this.f2236id; + return this.f2237id; } public final String getName() { @@ -101,7 +101,7 @@ public final class UserStatusPresenceCustomView extends LinearLayout { } public int hashCode() { - String str = this.f2236id; + String str = this.f2237id; int i = 0; int hashCode = (str != null ? str.hashCode() : 0) * 31; String str2 = this.name; @@ -125,7 +125,7 @@ public final class UserStatusPresenceCustomView extends LinearLayout { public String toString() { StringBuilder P = a.P("Emoji(id="); - P.append(this.f2236id); + P.append(this.f2237id); P.append(", name="); P.append(this.name); P.append(", isAnimated="); diff --git a/app/src/main/java/com/discord/widgets/user/search/WidgetGlobalSearchGuildsAdapter.java b/app/src/main/java/com/discord/widgets/user/search/WidgetGlobalSearchGuildsAdapter.java index f6d06f7fa7..aed0485682 100644 --- a/app/src/main/java/com/discord/widgets/user/search/WidgetGlobalSearchGuildsAdapter.java +++ b/app/src/main/java/com/discord/widgets/user/search/WidgetGlobalSearchGuildsAdapter.java @@ -87,7 +87,7 @@ public final class WidgetGlobalSearchGuildsAdapter extends MGRecyclerAdapterSimp public void onConfigure(int i, WidgetGlobalSearchGuildsModel.Item item) { m.checkNotNullParameter(item, "data"); super.onConfigure(i, item); - TextView textView = this.binding.f1881c; + TextView textView = this.binding.f1882c; m.checkNotNullExpressionValue(textView, "binding.guildsItemDmCount"); configureMentionsCount(textView, item.getMentionCount()); SimpleDraweeView simpleDraweeView = this.binding.b; diff --git a/app/src/main/java/com/discord/widgets/user/search/WidgetGlobalSearchGuildsModel.java b/app/src/main/java/com/discord/widgets/user/search/WidgetGlobalSearchGuildsModel.java index 8a23d494b7..e07d714366 100644 --- a/app/src/main/java/com/discord/widgets/user/search/WidgetGlobalSearchGuildsModel.java +++ b/app/src/main/java/com/discord/widgets/user/search/WidgetGlobalSearchGuildsModel.java @@ -66,7 +66,7 @@ public final class WidgetGlobalSearchGuildsModel { private final Guild guild; /* renamed from: id reason: collision with root package name */ - private final long f2237id; + private final long f2238id; private final boolean isSelected; private final boolean isUnread; private final String key; @@ -105,7 +105,7 @@ public final class WidgetGlobalSearchGuildsModel { /* JADX DEBUG: TODO: convert one arg to string using `String.valueOf()`, args: [(wrap: int : 0x001c: INVOKE (r4v1 int) = (r0v0 'this' com.discord.widgets.user.search.WidgetGlobalSearchGuildsModel$Item A[IMMUTABLE_TYPE, THIS]) type: VIRTUAL call: com.discord.widgets.user.search.WidgetGlobalSearchGuildsModel.Item.getType():int), ('-' char), (r2v0 long)] */ public Item(int i, long j, Channel channel, Guild guild, int i2, boolean z2, boolean z3, boolean z4, int i3) { this._type = i; - this.f2237id = j; + this.f2238id = j; this.channel = channel; this.guild = guild; this.mentionCount = i2; @@ -131,11 +131,11 @@ public final class WidgetGlobalSearchGuildsModel { } public static /* synthetic */ Item copy$default(Item item, int i, long j, Channel channel, Guild guild, int i2, boolean z2, boolean z3, boolean z4, int i3, int i4, Object obj) { - return item.copy((i4 & 1) != 0 ? item._type : i, (i4 & 2) != 0 ? item.f2237id : j, (i4 & 4) != 0 ? item.channel : channel, (i4 & 8) != 0 ? item.guild : guild, (i4 & 16) != 0 ? item.mentionCount : i2, (i4 & 32) != 0 ? item.isUnread : z2, (i4 & 64) != 0 ? item.isSelected : z3, (i4 & 128) != 0 ? item.connectedToVoice : z4, (i4 & 256) != 0 ? item.unavailableGuildCount : i3); + return item.copy((i4 & 1) != 0 ? item._type : i, (i4 & 2) != 0 ? item.f2238id : j, (i4 & 4) != 0 ? item.channel : channel, (i4 & 8) != 0 ? item.guild : guild, (i4 & 16) != 0 ? item.mentionCount : i2, (i4 & 32) != 0 ? item.isUnread : z2, (i4 & 64) != 0 ? item.isSelected : z3, (i4 & 128) != 0 ? item.connectedToVoice : z4, (i4 & 256) != 0 ? item.unavailableGuildCount : i3); } public final long component2() { - return this.f2237id; + return this.f2238id; } public final Channel component3() { @@ -178,7 +178,7 @@ public final class WidgetGlobalSearchGuildsModel { return false; } Item item = (Item) obj; - return this._type == item._type && this.f2237id == item.f2237id && m.areEqual(this.channel, item.channel) && m.areEqual(this.guild, item.guild) && this.mentionCount == item.mentionCount && this.isUnread == item.isUnread && this.isSelected == item.isSelected && this.connectedToVoice == item.connectedToVoice && this.unavailableGuildCount == item.unavailableGuildCount; + return this._type == item._type && this.f2238id == item.f2238id && m.areEqual(this.channel, item.channel) && m.areEqual(this.guild, item.guild) && this.mentionCount == item.mentionCount && this.isUnread == item.isUnread && this.isSelected == item.isSelected && this.connectedToVoice == item.connectedToVoice && this.unavailableGuildCount == item.unavailableGuildCount; } public final Channel getChannel() { @@ -194,7 +194,7 @@ public final class WidgetGlobalSearchGuildsModel { } public final long getId() { - return this.f2237id; + return this.f2238id; } @Override // com.discord.utilities.mg_recycler.MGRecyclerDataPayload, com.discord.utilities.recycler.DiffKeyProvider @@ -216,7 +216,7 @@ public final class WidgetGlobalSearchGuildsModel { } public int hashCode() { - int a = (b.a(this.f2237id) + (this._type * 31)) * 31; + int a = (b.a(this.f2238id) + (this._type * 31)) * 31; Channel channel = this.channel; int i = 0; int hashCode = (a + (channel != null ? channel.hashCode() : 0)) * 31; @@ -261,7 +261,7 @@ public final class WidgetGlobalSearchGuildsModel { StringBuilder P = a.P("Item(_type="); P.append(this._type); P.append(", id="); - P.append(this.f2237id); + P.append(this.f2238id); P.append(", channel="); P.append(this.channel); P.append(", guild="); diff --git a/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheet$configureProfileActionButtons$1.java b/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheet$configureProfileActionButtons$1.java index 25a603a099..ff44262326 100644 --- a/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheet$configureProfileActionButtons$1.java +++ b/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheet$configureProfileActionButtons$1.java @@ -17,6 +17,6 @@ public final class WidgetUserSheet$configureProfileActionButtons$1 implements Vi WidgetSettingsUserProfile.Companion companion = WidgetSettingsUserProfile.Companion; Context requireContext = this.this$0.requireContext(); m.checkNotNullExpressionValue(requireContext, "this@WidgetUserSheet.requireContext()"); - companion.launch(requireContext); + WidgetSettingsUserProfile.Companion.launch$default(companion, requireContext, null, 2, null); } } diff --git a/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheet$onViewCreated$14.java b/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheet$onViewCreated$14.java index 318ae166b6..88a4b5d4c8 100644 --- a/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheet$onViewCreated$14.java +++ b/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheet$onViewCreated$14.java @@ -18,7 +18,7 @@ public final class WidgetUserSheet$onViewCreated$14 implements View.OnFocusChang if (!z2) { WidgetUserSheetViewModel access$getViewModel$p = WidgetUserSheet.access$getViewModel$p(this.this$0); Context context = this.this$0.getContext(); - TextInputLayout textInputLayout = WidgetUserSheet.access$getBinding$p(this.this$0).f2079y; + TextInputLayout textInputLayout = WidgetUserSheet.access$getBinding$p(this.this$0).f2080y; m.checkNotNullExpressionValue(textInputLayout, "binding.userSheetNoteTextFieldWrap"); access$getViewModel$p.saveUserNote(context, ViewExtensions.getTextOrEmpty(textInputLayout)); } diff --git a/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheet$onViewCreated$15.java b/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheet$onViewCreated$15.java index 5a27e05852..8b670d993c 100644 --- a/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheet$onViewCreated$15.java +++ b/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheet$onViewCreated$15.java @@ -33,10 +33,10 @@ public final class WidgetUserSheet$onViewCreated$15 extends o implements Functio m.checkNotNullParameter(textView, "it"); WidgetUserSheetViewModel access$getViewModel$p = WidgetUserSheet.access$getViewModel$p(this.this$0); Context context = this.this$0.getContext(); - TextInputLayout textInputLayout = WidgetUserSheet.access$getBinding$p(this.this$0).f2079y; + TextInputLayout textInputLayout = WidgetUserSheet.access$getBinding$p(this.this$0).f2080y; m.checkNotNullExpressionValue(textInputLayout, "binding.userSheetNoteTextFieldWrap"); access$getViewModel$p.saveUserNote(context, ViewExtensions.getTextOrEmpty(textInputLayout)); - WidgetUserSheet.access$getBinding$p(this.this$0).f2079y.clearFocus(); + WidgetUserSheet.access$getBinding$p(this.this$0).f2080y.clearFocus(); this.this$0.hideKeyboard(this.$view); } } diff --git a/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheet.java b/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheet.java index 54ced767c9..188c1c22d6 100644 --- a/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheet.java +++ b/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheet.java @@ -234,7 +234,7 @@ public final class WidgetUserSheet extends AppBottomSheet { private final void configureAboutMe(WidgetUserSheetViewModel.ViewState.Loaded loaded) { List> bioAst = loaded.getBioAst(); - TextView textView = getBinding().f2076c; + TextView textView = getBinding().f2077c; m.checkNotNullExpressionValue(textView, "binding.aboutMeHeader"); boolean z2 = true; int i = 0; @@ -336,7 +336,7 @@ public final class WidgetUserSheet extends AppBottomSheet { private final void configureIncomingFriendRequest(WidgetUserSheetViewModel.ViewState.Loaded loaded) { int i = 0; boolean z2 = ModelUserRelationship.getType(Integer.valueOf(loaded.getUserRelationshipType())) == 3; - TextView textView = getBinding().f2077s; + TextView textView = getBinding().f2078s; m.checkNotNullExpressionValue(textView, "binding.userSheetIncomingFriendRequestHeader"); textView.setVisibility(z2 ? 0 : 8); LinearLayout linearLayout = getBinding().p; @@ -350,32 +350,32 @@ public final class WidgetUserSheet extends AppBottomSheet { } private final void configureNote(WidgetUserSheetViewModel.ViewState.Loaded loaded) { - getBinding().f2078x.setRawInputType(1); + getBinding().f2079x.setRawInputType(1); StoreUserNotes.UserNoteState userNoteFetchState = loaded.getUserNoteFetchState(); if (userNoteFetchState instanceof StoreUserNotes.UserNoteState.Empty) { - TextInputLayout textInputLayout = getBinding().f2079y; + TextInputLayout textInputLayout = getBinding().f2080y; m.checkNotNullExpressionValue(textInputLayout, "binding.userSheetNoteTextFieldWrap"); textInputLayout.setHint(getString(R.string.note_placeholder_mobile)); - TextInputLayout textInputLayout2 = getBinding().f2079y; + TextInputLayout textInputLayout2 = getBinding().f2080y; m.checkNotNullExpressionValue(textInputLayout2, "binding.userSheetNoteTextFieldWrap"); textInputLayout2.setEnabled(true); } else if (userNoteFetchState instanceof StoreUserNotes.UserNoteState.Loading) { - TextInputLayout textInputLayout3 = getBinding().f2079y; + TextInputLayout textInputLayout3 = getBinding().f2080y; m.checkNotNullExpressionValue(textInputLayout3, "binding.userSheetNoteTextFieldWrap"); textInputLayout3.setHint(getString(R.string.loading_note)); - TextInputLayout textInputLayout4 = getBinding().f2079y; + TextInputLayout textInputLayout4 = getBinding().f2080y; m.checkNotNullExpressionValue(textInputLayout4, "binding.userSheetNoteTextFieldWrap"); textInputLayout4.setEnabled(false); } else if (userNoteFetchState instanceof StoreUserNotes.UserNoteState.Loaded) { - TextInputLayout textInputLayout5 = getBinding().f2079y; + TextInputLayout textInputLayout5 = getBinding().f2080y; m.checkNotNullExpressionValue(textInputLayout5, "binding.userSheetNoteTextFieldWrap"); textInputLayout5.setHint(getString(R.string.note_placeholder_mobile)); - TextInputLayout textInputLayout6 = getBinding().f2079y; + TextInputLayout textInputLayout6 = getBinding().f2080y; m.checkNotNullExpressionValue(textInputLayout6, "binding.userSheetNoteTextFieldWrap"); textInputLayout6.setEnabled(true); } if (loaded.getUserNote() != null) { - TextInputLayout textInputLayout7 = getBinding().f2079y; + TextInputLayout textInputLayout7 = getBinding().f2080y; m.checkNotNullExpressionValue(textInputLayout7, "binding.userSheetNoteTextFieldWrap"); ViewExtensions.setTextIfDifferent(textInputLayout7, loaded.getUserNote()); } @@ -429,21 +429,21 @@ public final class WidgetUserSheet extends AppBottomSheet { Button button2 = getBinding().f; m.checkNotNullExpressionValue(button2, "binding.userSheetAddFriendActionButton"); button2.setVisibility(0); - Button button3 = getBinding().f2080z; + Button button3 = getBinding().f2081z; m.checkNotNullExpressionValue(button3, "binding.userSheetPendingFriendRequestActionButton"); button3.setVisibility(8); } else if (userRelationshipType == 3 || userRelationshipType == 4) { Button button4 = getBinding().f; m.checkNotNullExpressionValue(button4, "binding.userSheetAddFriendActionButton"); button4.setVisibility(8); - Button button5 = getBinding().f2080z; + Button button5 = getBinding().f2081z; m.checkNotNullExpressionValue(button5, "binding.userSheetPendingFriendRequestActionButton"); button5.setVisibility(0); } else { Button button6 = getBinding().f; m.checkNotNullExpressionValue(button6, "binding.userSheetAddFriendActionButton"); button6.setVisibility(8); - Button button7 = getBinding().f2080z; + Button button7 = getBinding().f2081z; m.checkNotNullExpressionValue(button7, "binding.userSheetPendingFriendRequestActionButton"); button7.setVisibility(8); } @@ -457,7 +457,7 @@ public final class WidgetUserSheet extends AppBottomSheet { } button8.setVisibility(i); getBinding().f.setOnClickListener(new WidgetUserSheet$configureProfileActionButtons$6(this, loaded)); - getBinding().f2080z.setOnClickListener(new WidgetUserSheet$configureProfileActionButtons$7(this, userRelationshipType, loaded)); + getBinding().f2081z.setOnClickListener(new WidgetUserSheet$configureProfileActionButtons$7(this, userRelationshipType, loaded)); return; } return; @@ -767,10 +767,10 @@ public final class WidgetUserSheet extends AppBottomSheet { if (j > 0 && j2 > 0) { StoreStream.Companion.getGuildSubscriptions().unsubscribeUser(j2, j); } - hideKeyboard(getBinding().f2079y); + hideKeyboard(getBinding().f2080y); WidgetUserSheetViewModel viewModel = getViewModel(); Context context = getContext(); - TextInputLayout textInputLayout = getBinding().f2079y; + TextInputLayout textInputLayout = getBinding().f2080y; m.checkNotNullExpressionValue(textInputLayout, "binding.userSheetNoteTextFieldWrap"); viewModel.saveUserNote(context, ViewExtensions.getTextOrEmpty(textInputLayout)); super.onPause(); @@ -813,14 +813,14 @@ public final class WidgetUserSheet extends AppBottomSheet { getBinding().h.setOnServerDeafen(new WidgetUserSheet$onViewCreated$11(this)); getBinding().h.setOnServerMove(new WidgetUserSheet$onViewCreated$12(this)); getBinding().h.setOnDisconnect(new WidgetUserSheet$onViewCreated$13(this)); - TextInputLayout textInputLayout = getBinding().f2079y; + TextInputLayout textInputLayout = getBinding().f2080y; m.checkNotNullExpressionValue(textInputLayout, "binding.userSheetNoteTextFieldWrap"); ViewExtensions.setOnEditTextFocusChangeListener(textInputLayout, new WidgetUserSheet$onViewCreated$14(this)); - TextInputLayout textInputLayout2 = getBinding().f2079y; + TextInputLayout textInputLayout2 = getBinding().f2080y; m.checkNotNullExpressionValue(textInputLayout2, "binding.userSheetNoteTextFieldWrap"); ViewExtensions.setOnImeActionDone$default(textInputLayout2, false, new WidgetUserSheet$onViewCreated$15(this, view), 1, null); ViewCompat.setAccessibilityDelegate(getBinding().v, new WidgetUserSheet$onViewCreated$16(this)); - for (TextView textView : n.listOf((Object[]) new TextView[]{getBinding().j, getBinding().r, getBinding().w, getBinding().m, getBinding().f2077s, getBinding().I})) { + for (TextView textView : n.listOf((Object[]) new TextView[]{getBinding().j, getBinding().r, getBinding().w, getBinding().m, getBinding().f2078s, getBinding().I})) { AccessibilityUtils accessibilityUtils = AccessibilityUtils.INSTANCE; m.checkNotNullExpressionValue(textView, "header"); accessibilityUtils.setViewIsHeading(textView); diff --git a/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheetViewModel.java b/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheetViewModel.java index deeedd9874..2a6ca40db3 100644 --- a/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheetViewModel.java +++ b/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheetViewModel.java @@ -752,7 +752,7 @@ public final class WidgetUserSheetViewModel extends AppViewModel { private final boolean inGuildAvatarExperiment; /* renamed from: me reason: collision with root package name */ - private final MeUser f2238me; + private final MeUser f2239me; private final boolean muted; private final Map mySelectedVoiceChannelVoiceStates; private final StageRoles myStageRoles; @@ -772,7 +772,7 @@ public final class WidgetUserSheetViewModel extends AppViewModel { private StoreState(User user, MeUser meUser, Channel channel, Map map, Map map2, Map map3, Map map4, boolean z2, boolean z3, boolean z4, float f, ModelRichPresence modelRichPresence, Guild guild, Long l, StreamContext streamContext, ModelUserProfile modelUserProfile, Integer num, StoreUserNotes.UserNoteState userNoteState, Channel channel2, StageRoles stageRoles, StageRequestToSpeakState stageRequestToSpeakState, StageRoles stageRoles2, boolean z5) { this.user = user; - this.f2238me = meUser; + this.f2239me = meUser; this.channel = channel; this.computedMembers = map; this.guildRoles = map2; @@ -802,7 +802,7 @@ public final class WidgetUserSheetViewModel extends AppViewModel { /* renamed from: copy-U9gTzXU$default reason: not valid java name */ public static /* synthetic */ StoreState m53copyU9gTzXU$default(StoreState storeState, User user, MeUser meUser, Channel channel, Map map, Map map2, Map map3, Map map4, boolean z2, boolean z3, boolean z4, float f, ModelRichPresence modelRichPresence, Guild guild, Long l, StreamContext streamContext, ModelUserProfile modelUserProfile, Integer num, StoreUserNotes.UserNoteState userNoteState, Channel channel2, StageRoles stageRoles, StageRequestToSpeakState stageRequestToSpeakState, StageRoles stageRoles2, boolean z5, int i, Object obj) { - return storeState.m56copyU9gTzXU((i & 1) != 0 ? storeState.user : user, (i & 2) != 0 ? storeState.f2238me : meUser, (i & 4) != 0 ? storeState.channel : channel, (i & 8) != 0 ? storeState.computedMembers : map, (i & 16) != 0 ? storeState.guildRoles : map2, (i & 32) != 0 ? storeState.mySelectedVoiceChannelVoiceStates : map3, (i & 64) != 0 ? storeState.currentChannelVoiceStates : map4, (i & 128) != 0 ? storeState.muted : z2, (i & 256) != 0 ? storeState.selfMuted : z3, (i & 512) != 0 ? storeState.selfDeafened : z4, (i & 1024) != 0 ? storeState.outputVolume : f, (i & 2048) != 0 ? storeState.richPresence : modelRichPresence, (i & 4096) != 0 ? storeState.guild : guild, (i & 8192) != 0 ? storeState.permissions : l, (i & 16384) != 0 ? storeState.streamContext : streamContext, (i & 32768) != 0 ? storeState.userProfile : modelUserProfile, (i & 65536) != 0 ? storeState.userRelationshipType : num, (i & 131072) != 0 ? storeState.userNoteFetchState : userNoteState, (i & 262144) != 0 ? storeState.stageChannel : channel2, (i & 524288) != 0 ? storeState.userStageRoles : stageRoles, (i & 1048576) != 0 ? storeState.userRequestToSpeakState : stageRequestToSpeakState, (i & 2097152) != 0 ? storeState.myStageRoles : stageRoles2, (i & 4194304) != 0 ? storeState.inGuildAvatarExperiment : z5); + return storeState.m56copyU9gTzXU((i & 1) != 0 ? storeState.user : user, (i & 2) != 0 ? storeState.f2239me : meUser, (i & 4) != 0 ? storeState.channel : channel, (i & 8) != 0 ? storeState.computedMembers : map, (i & 16) != 0 ? storeState.guildRoles : map2, (i & 32) != 0 ? storeState.mySelectedVoiceChannelVoiceStates : map3, (i & 64) != 0 ? storeState.currentChannelVoiceStates : map4, (i & 128) != 0 ? storeState.muted : z2, (i & 256) != 0 ? storeState.selfMuted : z3, (i & 512) != 0 ? storeState.selfDeafened : z4, (i & 1024) != 0 ? storeState.outputVolume : f, (i & 2048) != 0 ? storeState.richPresence : modelRichPresence, (i & 4096) != 0 ? storeState.guild : guild, (i & 8192) != 0 ? storeState.permissions : l, (i & 16384) != 0 ? storeState.streamContext : streamContext, (i & 32768) != 0 ? storeState.userProfile : modelUserProfile, (i & 65536) != 0 ? storeState.userRelationshipType : num, (i & 131072) != 0 ? storeState.userNoteFetchState : userNoteState, (i & 262144) != 0 ? storeState.stageChannel : channel2, (i & 524288) != 0 ? storeState.userStageRoles : stageRoles, (i & 1048576) != 0 ? storeState.userRequestToSpeakState : stageRequestToSpeakState, (i & 2097152) != 0 ? storeState.myStageRoles : stageRoles2, (i & 4194304) != 0 ? storeState.inGuildAvatarExperiment : z5); } public final User component1() { @@ -850,7 +850,7 @@ public final class WidgetUserSheetViewModel extends AppViewModel { } public final MeUser component2() { - return this.f2238me; + return this.f2239me; } /* renamed from: component20-twRsX-0 reason: not valid java name */ @@ -921,7 +921,7 @@ public final class WidgetUserSheetViewModel extends AppViewModel { return false; } StoreState storeState = (StoreState) obj; - return m.areEqual(this.user, storeState.user) && m.areEqual(this.f2238me, storeState.f2238me) && m.areEqual(this.channel, storeState.channel) && m.areEqual(this.computedMembers, storeState.computedMembers) && m.areEqual(this.guildRoles, storeState.guildRoles) && m.areEqual(this.mySelectedVoiceChannelVoiceStates, storeState.mySelectedVoiceChannelVoiceStates) && m.areEqual(this.currentChannelVoiceStates, storeState.currentChannelVoiceStates) && this.muted == storeState.muted && this.selfMuted == storeState.selfMuted && this.selfDeafened == storeState.selfDeafened && Float.compare(this.outputVolume, storeState.outputVolume) == 0 && m.areEqual(this.richPresence, storeState.richPresence) && m.areEqual(this.guild, storeState.guild) && m.areEqual(this.permissions, storeState.permissions) && m.areEqual(this.streamContext, storeState.streamContext) && m.areEqual(this.userProfile, storeState.userProfile) && m.areEqual(this.userRelationshipType, storeState.userRelationshipType) && m.areEqual(this.userNoteFetchState, storeState.userNoteFetchState) && m.areEqual(this.stageChannel, storeState.stageChannel) && m.areEqual(this.userStageRoles, storeState.userStageRoles) && m.areEqual(this.userRequestToSpeakState, storeState.userRequestToSpeakState) && m.areEqual(this.myStageRoles, storeState.myStageRoles) && this.inGuildAvatarExperiment == storeState.inGuildAvatarExperiment; + return m.areEqual(this.user, storeState.user) && m.areEqual(this.f2239me, storeState.f2239me) && m.areEqual(this.channel, storeState.channel) && m.areEqual(this.computedMembers, storeState.computedMembers) && m.areEqual(this.guildRoles, storeState.guildRoles) && m.areEqual(this.mySelectedVoiceChannelVoiceStates, storeState.mySelectedVoiceChannelVoiceStates) && m.areEqual(this.currentChannelVoiceStates, storeState.currentChannelVoiceStates) && this.muted == storeState.muted && this.selfMuted == storeState.selfMuted && this.selfDeafened == storeState.selfDeafened && Float.compare(this.outputVolume, storeState.outputVolume) == 0 && m.areEqual(this.richPresence, storeState.richPresence) && m.areEqual(this.guild, storeState.guild) && m.areEqual(this.permissions, storeState.permissions) && m.areEqual(this.streamContext, storeState.streamContext) && m.areEqual(this.userProfile, storeState.userProfile) && m.areEqual(this.userRelationshipType, storeState.userRelationshipType) && m.areEqual(this.userNoteFetchState, storeState.userNoteFetchState) && m.areEqual(this.stageChannel, storeState.stageChannel) && m.areEqual(this.userStageRoles, storeState.userStageRoles) && m.areEqual(this.userRequestToSpeakState, storeState.userRequestToSpeakState) && m.areEqual(this.myStageRoles, storeState.myStageRoles) && this.inGuildAvatarExperiment == storeState.inGuildAvatarExperiment; } public final Channel getChannel() { @@ -949,7 +949,7 @@ public final class WidgetUserSheetViewModel extends AppViewModel { } public final MeUser getMe() { - return this.f2238me; + return this.f2239me; } public final boolean getMuted() { @@ -1022,7 +1022,7 @@ public final class WidgetUserSheetViewModel extends AppViewModel { User user = this.user; int i = 0; int hashCode = (user != null ? user.hashCode() : 0) * 31; - MeUser meUser = this.f2238me; + MeUser meUser = this.f2239me; int hashCode2 = (hashCode + (meUser != null ? meUser.hashCode() : 0)) * 31; Channel channel = this.channel; int hashCode3 = (hashCode2 + (channel != null ? channel.hashCode() : 0)) * 31; @@ -1095,7 +1095,7 @@ public final class WidgetUserSheetViewModel extends AppViewModel { StringBuilder P = a.P("StoreState(user="); P.append(this.user); P.append(", me="); - P.append(this.f2238me); + P.append(this.f2239me); P.append(", channel="); P.append(this.channel); P.append(", computedMembers="); diff --git a/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheetViewModelStoreState.java b/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheetViewModelStoreState.java index 499cdcefd8..0807fa0f21 100644 --- a/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheetViewModelStoreState.java +++ b/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheetViewModelStoreState.java @@ -37,14 +37,14 @@ public final class WidgetUserSheetViewModelStoreState { private final Channel channel; /* renamed from: me reason: collision with root package name */ - private final MeUser f2239me; + private final MeUser f2240me; private final Channel selectedVoiceChannel; private final User user; public BootstrapData(User user, MeUser meUser, Channel channel, Channel channel2) { m.checkNotNullParameter(meUser, "me"); this.user = user; - this.f2239me = meUser; + this.f2240me = meUser; this.channel = channel; this.selectedVoiceChannel = channel2; } @@ -54,7 +54,7 @@ public final class WidgetUserSheetViewModelStoreState { user = bootstrapData.user; } if ((i & 2) != 0) { - meUser = bootstrapData.f2239me; + meUser = bootstrapData.f2240me; } if ((i & 4) != 0) { channel = bootstrapData.channel; @@ -70,7 +70,7 @@ public final class WidgetUserSheetViewModelStoreState { } public final MeUser component2() { - return this.f2239me; + return this.f2240me; } public final Channel component3() { @@ -94,7 +94,7 @@ public final class WidgetUserSheetViewModelStoreState { return false; } BootstrapData bootstrapData = (BootstrapData) obj; - return m.areEqual(this.user, bootstrapData.user) && m.areEqual(this.f2239me, bootstrapData.f2239me) && m.areEqual(this.channel, bootstrapData.channel) && m.areEqual(this.selectedVoiceChannel, bootstrapData.selectedVoiceChannel); + return m.areEqual(this.user, bootstrapData.user) && m.areEqual(this.f2240me, bootstrapData.f2240me) && m.areEqual(this.channel, bootstrapData.channel) && m.areEqual(this.selectedVoiceChannel, bootstrapData.selectedVoiceChannel); } public final Channel getChannel() { @@ -102,7 +102,7 @@ public final class WidgetUserSheetViewModelStoreState { } public final MeUser getMe() { - return this.f2239me; + return this.f2240me; } public final Channel getSelectedVoiceChannel() { @@ -117,7 +117,7 @@ public final class WidgetUserSheetViewModelStoreState { User user = this.user; int i = 0; int hashCode = (user != null ? user.hashCode() : 0) * 31; - MeUser meUser = this.f2239me; + MeUser meUser = this.f2240me; int hashCode2 = (hashCode + (meUser != null ? meUser.hashCode() : 0)) * 31; Channel channel = this.channel; int hashCode3 = (hashCode2 + (channel != null ? channel.hashCode() : 0)) * 31; @@ -132,7 +132,7 @@ public final class WidgetUserSheetViewModelStoreState { StringBuilder P = a.P("BootstrapData(user="); P.append(this.user); P.append(", me="); - P.append(this.f2239me); + P.append(this.f2240me); P.append(", channel="); P.append(this.channel); P.append(", selectedVoiceChannel="); diff --git a/app/src/main/java/com/discord/widgets/voice/VoiceUtils$handleCallChannel$1.java b/app/src/main/java/com/discord/widgets/voice/VoiceUtils$handleCallChannel$1.java new file mode 100644 index 0000000000..ad24ce447a --- /dev/null +++ b/app/src/main/java/com/discord/widgets/voice/VoiceUtils$handleCallChannel$1.java @@ -0,0 +1,54 @@ +package com.discord.widgets.voice; + +import android.content.Context; +import androidx.fragment.app.Fragment; +import androidx.fragment.app.FragmentManager; +import com.airbnb.lottie.parser.AnimatableValueParser; +import com.discord.api.channel.Channel; +import com.discord.app.AppComponent; +import com.discord.app.AppPermissionsRequests; +import com.discord.utilities.stage.StageChannelUtils; +import com.discord.widgets.user.calls.PrivateCallLauncher; +import com.discord.widgets.voice.fullscreen.WidgetGuildCallOnboardingSheet; +import com.discord.widgets.voice.sheet.WidgetVoiceBottomSheet; +import d0.z.d.o; +import kotlin.Unit; +import kotlin.jvm.functions.Function0; +/* compiled from: VoiceUtils.kt */ +public final class VoiceUtils$handleCallChannel$1 extends o implements Function0 { + public final /* synthetic */ AppComponent $appComponent; + public final /* synthetic */ AppPermissionsRequests $appPermissionsRequests; + public final /* synthetic */ Channel $channel; + public final /* synthetic */ Context $context; + public final /* synthetic */ Fragment $fragment; + public final /* synthetic */ FragmentManager $fragmentManager; + public final /* synthetic */ boolean $hasUserSeenVoiceChannelOnboarding; + public final /* synthetic */ boolean $isNewUser; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public VoiceUtils$handleCallChannel$1(Channel channel, AppPermissionsRequests appPermissionsRequests, AppComponent appComponent, Context context, FragmentManager fragmentManager, boolean z2, boolean z3, Fragment fragment) { + super(0); + this.$channel = channel; + this.$appPermissionsRequests = appPermissionsRequests; + this.$appComponent = appComponent; + this.$context = context; + this.$fragmentManager = fragmentManager; + this.$hasUserSeenVoiceChannelOnboarding = z2; + this.$isNewUser = z3; + this.$fragment = fragment; + } + + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public final void mo1invoke() { + if (AnimatableValueParser.t1(this.$channel)) { + new PrivateCallLauncher(this.$appPermissionsRequests, this.$appComponent, this.$context, this.$fragmentManager).launchVoiceCall(this.$channel.h()); + } else if (AnimatableValueParser.x1(this.$channel)) { + StageChannelUtils.INSTANCE.connectToStageChannel(this.$channel, this.$context, this.$fragmentManager); + } else if (this.$hasUserSeenVoiceChannelOnboarding || !this.$isNewUser) { + WidgetVoiceBottomSheet.Companion.show(this.$fragmentManager, this.$channel.h(), true, WidgetVoiceBottomSheet.FeatureContext.HOME); + } else { + WidgetGuildCallOnboardingSheet.Companion.show(this.$fragment, this.$channel.h()); + } + } +} diff --git a/app/src/main/java/com/discord/widgets/voice/VoiceUtils.java b/app/src/main/java/com/discord/widgets/voice/VoiceUtils.java new file mode 100644 index 0000000000..e41ad09c84 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/voice/VoiceUtils.java @@ -0,0 +1,31 @@ +package com.discord.widgets.voice; + +import android.content.Context; +import androidx.fragment.app.Fragment; +import androidx.fragment.app.FragmentManager; +import com.discord.api.channel.Channel; +import com.discord.app.AppComponent; +import com.discord.app.AppPermissionsRequests; +import com.discord.stores.StoreStream; +import com.discord.utilities.guilds.MemberVerificationUtils; +import com.discord.utilities.user.UserUtils; +import com.discord.widgets.voice.fullscreen.WidgetGuildCallOnboardingSheet; +import d0.z.d.m; +/* compiled from: VoiceUtils.kt */ +public final class VoiceUtils { + public static final VoiceUtils INSTANCE = new VoiceUtils(); + + private VoiceUtils() { + } + + public static final void handleCallChannel(Channel channel, AppComponent appComponent, AppPermissionsRequests appPermissionsRequests, Context context, FragmentManager fragmentManager, Fragment fragment) { + m.checkNotNullParameter(channel, "channel"); + m.checkNotNullParameter(appComponent, "appComponent"); + m.checkNotNullParameter(appPermissionsRequests, "appPermissionsRequests"); + m.checkNotNullParameter(context, "context"); + m.checkNotNullParameter(fragmentManager, "fragmentManager"); + m.checkNotNullParameter(fragment, "fragment"); + boolean isNewUser$default = UserUtils.isNewUser$default(UserUtils.INSTANCE, StoreStream.Companion.getUsers().getMe(), null, 1, null); + MemberVerificationUtils.maybeShowVerificationGate$default(MemberVerificationUtils.INSTANCE, context, fragmentManager, channel.f(), "Guild Voice", null, null, new VoiceUtils$handleCallChannel$1(channel, appPermissionsRequests, appComponent, context, fragmentManager, WidgetGuildCallOnboardingSheet.Companion.hasUserSeenVoiceChannelOnboarding(context), isNewUser$default, fragment), 48, null); + } +} diff --git a/app/src/main/java/com/discord/widgets/voice/call/WidgetVoiceCallIncoming.java b/app/src/main/java/com/discord/widgets/voice/call/WidgetVoiceCallIncoming.java index 329a6f9015..155832f959 100644 --- a/app/src/main/java/com/discord/widgets/voice/call/WidgetVoiceCallIncoming.java +++ b/app/src/main/java/com/discord/widgets/voice/call/WidgetVoiceCallIncoming.java @@ -259,7 +259,7 @@ public class WidgetVoiceCallIncoming extends AppFragment { } linearLayout.setVisibility(i); getBinding().d.setOnClickListener(new WidgetVoiceCallIncoming$configureUI$2(this, model)); - getBinding().f2083c.setOnClickListener(new WidgetVoiceCallIncoming$configureUI$3(this, model)); + getBinding().f2084c.setOnClickListener(new WidgetVoiceCallIncoming$configureUI$3(this, model)); getBinding().f.setOnClickListener(new WidgetVoiceCallIncoming$configureUI$4(this, model)); } diff --git a/app/src/main/java/com/discord/widgets/voice/call/WidgetVoiceCallInline.java b/app/src/main/java/com/discord/widgets/voice/call/WidgetVoiceCallInline.java index 806b591d46..d1b8b8be47 100644 --- a/app/src/main/java/com/discord/widgets/voice/call/WidgetVoiceCallInline.java +++ b/app/src/main/java/com/discord/widgets/voice/call/WidgetVoiceCallInline.java @@ -240,7 +240,7 @@ public final class WidgetVoiceCallInline extends AppFragment { private final void onViewBindingDestroy(WidgetVoiceCallInlineBinding widgetVoiceCallInlineBinding) { b a = b.C0034b.a(); - MaterialButton materialButton = widgetVoiceCallInlineBinding.f2084c; + MaterialButton materialButton = widgetVoiceCallInlineBinding.f2085c; m.checkNotNullExpressionValue(materialButton, "binding.voiceConnectedPtt"); a.i.remove(Integer.valueOf(materialButton.getId())); a.a(); @@ -254,9 +254,9 @@ public final class WidgetVoiceCallInline extends AppFragment { public void onViewBound(View view) { m.checkNotNullParameter(view, "view"); super.onViewBound(view); - getBinding().f2084c.setOnClickListener(WidgetVoiceCallInline$onViewBound$1.INSTANCE); - getBinding().f2084c.setOnTouchListener(new OnPressListener(WidgetVoiceCallInline$onViewBound$2.INSTANCE)); - getBinding().f2084c.addOnLayoutChangeListener(b.C0034b.a()); + getBinding().f2085c.setOnClickListener(WidgetVoiceCallInline$onViewBound$1.INSTANCE); + getBinding().f2085c.setOnTouchListener(new OnPressListener(WidgetVoiceCallInline$onViewBound$2.INSTANCE)); + getBinding().f2085c.addOnLayoutChangeListener(b.C0034b.a()); setWindowInsetsListeners(); } diff --git a/app/src/main/java/com/discord/widgets/voice/controls/AnchoredVoiceControlsView.java b/app/src/main/java/com/discord/widgets/voice/controls/AnchoredVoiceControlsView.java index 4b2b029ba3..bb2b3ea8b5 100644 --- a/app/src/main/java/com/discord/widgets/voice/controls/AnchoredVoiceControlsView.java +++ b/app/src/main/java/com/discord/widgets/voice/controls/AnchoredVoiceControlsView.java @@ -103,7 +103,7 @@ public final class AnchoredVoiceControlsView extends FrameLayout { WeakReference weakReference2 = TooltipManager.a.a; tooltipManager = weakReference2 != null ? weakReference2.get() : tooltipManager; if (tooltipManager == null) { - tooltipManager = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2187c.getValue(), 0, aVar, 4); + tooltipManager = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2188c.getValue(), 0, aVar, 4); TooltipManager.a.a = new WeakReference<>(tooltipManager); } this.tooltipManager = tooltipManager; diff --git a/app/src/main/java/com/discord/widgets/voice/controls/WidgetScreenShareNfxSheet.java b/app/src/main/java/com/discord/widgets/voice/controls/WidgetScreenShareNfxSheet.java index 084df23ee9..c9a586d4c1 100644 --- a/app/src/main/java/com/discord/widgets/voice/controls/WidgetScreenShareNfxSheet.java +++ b/app/src/main/java/com/discord/widgets/voice/controls/WidgetScreenShareNfxSheet.java @@ -193,7 +193,7 @@ public final class WidgetScreenShareNfxSheet extends AppBottomSheet { public void onViewCreated(View view, Bundle bundle) { m.checkNotNullParameter(view, "view"); super.onViewCreated(view, bundle); - getBinding().f1929c.setOnClickListener(new WidgetScreenShareNfxSheet$onViewCreated$1(this)); + getBinding().f1930c.setOnClickListener(new WidgetScreenShareNfxSheet$onViewCreated$1(this)); getBinding().b.setOnClickListener(new WidgetScreenShareNfxSheet$onViewCreated$2(this)); } } diff --git a/app/src/main/java/com/discord/widgets/voice/feedback/WidgetIssueDetailsForm$onViewBound$1.java b/app/src/main/java/com/discord/widgets/voice/feedback/WidgetIssueDetailsForm$onViewBound$1.java index c57daa4abc..33b9768c1f 100644 --- a/app/src/main/java/com/discord/widgets/voice/feedback/WidgetIssueDetailsForm$onViewBound$1.java +++ b/app/src/main/java/com/discord/widgets/voice/feedback/WidgetIssueDetailsForm$onViewBound$1.java @@ -14,7 +14,7 @@ public final class WidgetIssueDetailsForm$onViewBound$1 implements View.OnClickL @Override // android.view.View.OnClickListener public final void onClick(View view) { - TextInputLayout textInputLayout = WidgetIssueDetailsForm.access$getBinding$p(this.this$0).f1897c; + TextInputLayout textInputLayout = WidgetIssueDetailsForm.access$getBinding$p(this.this$0).f1898c; m.checkNotNullExpressionValue(textInputLayout, "binding.issueDetailsInput"); WidgetIssueDetailsForm.access$getViewModel$p(this.this$0).submitForm(ViewExtensions.getTextOrEmpty(textInputLayout)); } diff --git a/app/src/main/java/com/discord/widgets/voice/feedback/WidgetIssueDetailsForm.java b/app/src/main/java/com/discord/widgets/voice/feedback/WidgetIssueDetailsForm.java index fe3017be32..1bd067fe07 100644 --- a/app/src/main/java/com/discord/widgets/voice/feedback/WidgetIssueDetailsForm.java +++ b/app/src/main/java/com/discord/widgets/voice/feedback/WidgetIssueDetailsForm.java @@ -102,7 +102,7 @@ public final class WidgetIssueDetailsForm extends AppFragment { c.a.d.m.i(this, R.string.call_feedback_confirmation, 0, 4); AppActivity appActivity = getAppActivity(); if (appActivity != null) { - appActivity.hideKeyboard(getBinding().f1897c); + appActivity.hideKeyboard(getBinding().f1898c); } requireActivity().onBackPressed(); } @@ -121,10 +121,10 @@ public final class WidgetIssueDetailsForm extends AppFragment { m.checkNotNullExpressionValue(materialButton, "binding.issueDetailsSubmitButton"); materialButton.setEnabled(false); getBinding().d.setOnClickListener(new WidgetIssueDetailsForm$onViewBound$1(this)); - TextInputLayout textInputLayout = getBinding().f1897c; + TextInputLayout textInputLayout = getBinding().f1898c; m.checkNotNullExpressionValue(textInputLayout, "binding.issueDetailsInput"); ViewExtensions.addBindedTextWatcher(textInputLayout, this, new WidgetIssueDetailsForm$onViewBound$2(this)); - TextInputLayout textInputLayout2 = getBinding().f1897c; + TextInputLayout textInputLayout2 = getBinding().f1898c; m.checkNotNullExpressionValue(textInputLayout2, "binding.issueDetailsInput"); showKeyboard(textInputLayout2); LinkifiedTextView linkifiedTextView = getBinding().b; diff --git a/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreen$configureMenu$1.java b/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreen$configureMenu$1.java index c3b68e27b8..7148806f7a 100644 --- a/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreen$configureMenu$1.java +++ b/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreen$configureMenu$1.java @@ -52,21 +52,21 @@ public final class WidgetCallFullscreen$configureMenu$1 implements Actio public final void call(MenuItem menuItem, Context context) { m.checkNotNullExpressionValue(menuItem, "menuItem"); switch (menuItem.getItemId()) { - case R.id.menu_call_overlay_launcher /* 2131364163 */: + case R.id.menu_call_overlay_launcher /* 2131364169 */: DiscordOverlayService.Companion companion = DiscordOverlayService.Companion; m.checkNotNullExpressionValue(context, "context"); companion.launchForConnect(context); return; - case R.id.menu_call_switch_camera /* 2131364164 */: + case R.id.menu_call_switch_camera /* 2131364170 */: WidgetCallFullscreen.access$getViewModel$p(this.this$0).switchCameraInputPressed(); return; - case R.id.menu_call_video_list /* 2131364165 */: + case R.id.menu_call_video_list /* 2131364171 */: WidgetVoiceBottomSheet.Companion companion2 = WidgetVoiceBottomSheet.Companion; FragmentManager parentFragmentManager = this.this$0.getParentFragmentManager(); m.checkNotNullExpressionValue(parentFragmentManager, "parentFragmentManager"); companion2.show(parentFragmentManager, this.$viewState.getCallModel().getChannel().h(), false, WidgetVoiceBottomSheet.FeatureContext.FULLSCREEN_CALL).setOnStreamPreviewClickedListener(new AnonymousClass1(this)); return; - case R.id.menu_call_voice_settings /* 2131364166 */: + case R.id.menu_call_voice_settings /* 2131364172 */: WidgetVoiceSettingsBottomSheet.Companion companion3 = WidgetVoiceSettingsBottomSheet.Companion; Long valueOf = Long.valueOf(this.$viewState.getCallModel().getChannel().h()); FragmentManager parentFragmentManager2 = this.this$0.getParentFragmentManager(); diff --git a/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreen.java b/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreen.java index cc65ccfdb9..fc96336e5a 100644 --- a/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreen.java +++ b/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreen.java @@ -239,7 +239,7 @@ public final class WidgetCallFullscreen extends AppFragment { WeakReference weakReference2 = TooltipManager.a.a; tooltipManager = weakReference2 != null ? weakReference2.get() : tooltipManager; if (tooltipManager == null) { - tooltipManager = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2187c.getValue(), 0, aVar, 4); + tooltipManager = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2188c.getValue(), 0, aVar, 4); TooltipManager.a.a = new WeakReference<>(tooltipManager); } this.tooltipManager = tooltipManager; diff --git a/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreenViewModel.java b/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreenViewModel.java index eb58184c3a..7b96f25b8b 100644 --- a/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreenViewModel.java +++ b/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreenViewModel.java @@ -1710,7 +1710,7 @@ public final class WidgetCallFullscreenViewModel extends AppViewModel return participantData; } m.checkNotNullParameter(applicationStreamMetadata, "metadata"); - VideoCallParticipantView.StreamResolution aVar = applicationStreamMetadata.e == Payloads.ResolutionType.Source ? VideoCallParticipantView.StreamResolution.b.a : new VideoCallParticipantView.StreamResolution.a(applicationStreamMetadata.f2163c); + VideoCallParticipantView.StreamResolution aVar = applicationStreamMetadata.e == Payloads.ResolutionType.Source ? VideoCallParticipantView.StreamResolution.b.a : new VideoCallParticipantView.StreamResolution.a(applicationStreamMetadata.f2164c); Integer num = applicationStreamMetadata.d; if (num != null) { streamFps = new VideoCallParticipantView.StreamFps(num.intValue()); diff --git a/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetStartCallSheet.java b/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetStartCallSheet.java index d3283a5433..c7d674b8c1 100644 --- a/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetStartCallSheet.java +++ b/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetStartCallSheet.java @@ -86,7 +86,7 @@ public final class WidgetStartCallSheet extends AppBottomSheet { m.checkNotNullParameter(view, "view"); super.onViewCreated(view, bundle); long j = getArgumentsOrDefault().getLong(ARG_VOICE_CHANNEL_ID); - getBinding().f2041c.setOnClickListener(new WidgetStartCallSheet$onViewCreated$1(this, j)); + getBinding().f2042c.setOnClickListener(new WidgetStartCallSheet$onViewCreated$1(this, j)); getBinding().b.setOnClickListener(new WidgetStartCallSheet$onViewCreated$2(this, j)); } } diff --git a/app/src/main/java/com/discord/widgets/voice/fullscreen/grid/VideoCallGridViewHolder.java b/app/src/main/java/com/discord/widgets/voice/fullscreen/grid/VideoCallGridViewHolder.java index 7f46accc25..7d54f9c674 100644 --- a/app/src/main/java/com/discord/widgets/voice/fullscreen/grid/VideoCallGridViewHolder.java +++ b/app/src/main/java/com/discord/widgets/voice/fullscreen/grid/VideoCallGridViewHolder.java @@ -47,7 +47,7 @@ public final class VideoCallGridViewHolder extends RecyclerView.ViewHolder { Objects.requireNonNull(videoCallParticipantView); m.checkNotNullParameter(function2, "onShown"); m.checkNotNullParameter(function22, "onClicked"); - videoCallParticipantView.f2203x = function2; + videoCallParticipantView.f2204x = function2; videoCallParticipantView.w = function22; } } diff --git a/app/src/main/java/com/discord/widgets/voice/fullscreen/stage/AudienceViewHolder.java b/app/src/main/java/com/discord/widgets/voice/fullscreen/stage/AudienceViewHolder.java index 027c5405b9..50ba13ba21 100644 --- a/app/src/main/java/com/discord/widgets/voice/fullscreen/stage/AudienceViewHolder.java +++ b/app/src/main/java/com/discord/widgets/voice/fullscreen/stage/AudienceViewHolder.java @@ -53,7 +53,7 @@ public final class AudienceViewHolder extends StageCallViewHolder { m.checkNotNullParameter(stageCallItem, "data"); super.onConfigure(i, (int) stageCallItem); StageCallItem.AudienceItem audienceItem = (StageCallItem.AudienceItem) stageCallItem; - this.binding.f2032c.setCutoutEnabled(audienceItem.getVoiceUser().isRequestingToSpeak()); + this.binding.f2033c.setCutoutEnabled(audienceItem.getVoiceUser().isRequestingToSpeak()); ImageView imageView = this.binding.e; imageView.setVisibility(audienceItem.getVoiceUser().isRequestingToSpeak() ? 0 : 8); imageView.setActivated(audienceItem.getVoiceUser().isInvitedToSpeak()); diff --git a/app/src/main/java/com/discord/widgets/voice/fullscreen/stage/DetailsViewHolder.java b/app/src/main/java/com/discord/widgets/voice/fullscreen/stage/DetailsViewHolder.java index 244fb08b8b..0f98b408ad 100644 --- a/app/src/main/java/com/discord/widgets/voice/fullscreen/stage/DetailsViewHolder.java +++ b/app/src/main/java/com/discord/widgets/voice/fullscreen/stage/DetailsViewHolder.java @@ -129,7 +129,7 @@ public final class DetailsViewHolder extends StageCallViewHolder { ImageView imageView4 = this.binding.b; m.checkNotNullExpressionValue(imageView4, "binding.publicDot"); imageView4.setVisibility(detailsItem.isPublic() ? 0 : 8); - ImageView imageView5 = this.binding.f2033c; + ImageView imageView5 = this.binding.f2034c; m.checkNotNullExpressionValue(imageView5, "binding.publicIcon"); imageView5.setVisibility(detailsItem.isPublic() ? 0 : 8); TextView textView9 = this.binding.d; diff --git a/app/src/main/java/com/discord/widgets/voice/fullscreen/stage/PrestartDetailsViewHolder.java b/app/src/main/java/com/discord/widgets/voice/fullscreen/stage/PrestartDetailsViewHolder.java index d8dd2735f8..17a5f05ce9 100644 --- a/app/src/main/java/com/discord/widgets/voice/fullscreen/stage/PrestartDetailsViewHolder.java +++ b/app/src/main/java/com/discord/widgets/voice/fullscreen/stage/PrestartDetailsViewHolder.java @@ -38,7 +38,7 @@ public final class PrestartDetailsViewHolder extends StageCallViewHolder { m.checkNotNullParameter(stageCallItem, "data"); super.onConfigure(i, (int) stageCallItem); StageCallItem.PreStartDetailsItem preStartDetailsItem = (StageCallItem.PreStartDetailsItem) stageCallItem; - TextView textView = this.binding.f2035c; + TextView textView = this.binding.f2036c; m.checkNotNullExpressionValue(textView, "binding.title"); textView.setText(preStartDetailsItem.getTitle()); TextView textView2 = this.binding.b; diff --git a/app/src/main/java/com/discord/widgets/voice/settings/WidgetVoiceChannelSettings$configureUI$6.java b/app/src/main/java/com/discord/widgets/voice/settings/WidgetVoiceChannelSettings$configureUI$6.java index a8e636f368..3cae79fa42 100644 --- a/app/src/main/java/com/discord/widgets/voice/settings/WidgetVoiceChannelSettings$configureUI$6.java +++ b/app/src/main/java/com/discord/widgets/voice/settings/WidgetVoiceChannelSettings$configureUI$6.java @@ -24,7 +24,7 @@ public final class WidgetVoiceChannelSettings$configureUI$6 implements View.OnCl WidgetVoiceChannelSettings widgetVoiceChannelSettings = this.this$0; long h = this.$this_configureUI.getChannel().h(); StatefulViews access$getState$p = WidgetVoiceChannelSettings.access$getState$p(this.this$0); - TextInputLayout textInputLayout = WidgetVoiceChannelSettings.access$getBinding$p(this.this$0).f2085c; + TextInputLayout textInputLayout = WidgetVoiceChannelSettings.access$getBinding$p(this.this$0).f2086c; m.checkNotNullExpressionValue(textInputLayout, "binding.channelSettingsEditName"); String str = (String) access$getState$p.get(textInputLayout.getId(), AnimatableValueParser.y0(this.$this_configureUI.getChannel())); StatefulViews access$getState$p2 = WidgetVoiceChannelSettings.access$getState$p(this.this$0); diff --git a/app/src/main/java/com/discord/widgets/voice/settings/WidgetVoiceChannelSettings.java b/app/src/main/java/com/discord/widgets/voice/settings/WidgetVoiceChannelSettings.java index a45c9f41a8..cd0400c710 100644 --- a/app/src/main/java/com/discord/widgets/voice/settings/WidgetVoiceChannelSettings.java +++ b/app/src/main/java/com/discord/widgets/voice/settings/WidgetVoiceChannelSettings.java @@ -384,10 +384,10 @@ public final class WidgetVoiceChannelSettings extends AppFragment { c.a.k.b.n(textView9, R.string.form_help_region_override, new Object[0], null, 4); getBinding().g.setOnClickListener(new WidgetVoiceChannelSettings$configureUI$4(this, model)); configureRegionOverrideVisibility(model.getCanManageChannel()); - TextInputLayout textInputLayout = getBinding().f2085c; + TextInputLayout textInputLayout = getBinding().f2086c; m.checkNotNullExpressionValue(textInputLayout, "binding.channelSettingsEditName"); StatefulViews statefulViews4 = this.state; - TextInputLayout textInputLayout2 = getBinding().f2085c; + TextInputLayout textInputLayout2 = getBinding().f2086c; m.checkNotNullExpressionValue(textInputLayout2, "binding.channelSettingsEditName"); ViewExtensions.setText(textInputLayout, (CharSequence) statefulViews4.get(textInputLayout2.getId(), AnimatableValueParser.y0(model.getChannel()))); TextInputLayout textInputLayout3 = getBinding().d; @@ -420,7 +420,7 @@ public final class WidgetVoiceChannelSettings extends AppFragment { m.checkNotNullExpressionValue(view, "binding.userLimitDivider"); int i = 0; view.setVisibility(z2 ? 0 : 8); - TextView textView = getBinding().f2086s; + TextView textView = getBinding().f2087s; m.checkNotNullExpressionValue(textView, "binding.userLimitTitle"); textView.setVisibility(z2 ? 0 : 8); LinearLayout linearLayout = getBinding().o; @@ -511,7 +511,7 @@ public final class WidgetVoiceChannelSettings extends AppFragment { statefulViews2.addOptionalFields(textView); StatefulViews statefulViews3 = this.state; FloatingActionButton floatingActionButton = getBinding().i; - TextInputLayout textInputLayout2 = getBinding().f2085c; + TextInputLayout textInputLayout2 = getBinding().f2086c; m.checkNotNullExpressionValue(textInputLayout2, "binding.channelSettingsEditName"); TextInputLayout textInputLayout3 = getBinding().d; m.checkNotNullExpressionValue(textInputLayout3, "binding.channelSettingsEditTopic"); diff --git a/app/src/main/java/com/discord/widgets/voice/sheet/WidgetNoiseCancellationBottomSheet.java b/app/src/main/java/com/discord/widgets/voice/sheet/WidgetNoiseCancellationBottomSheet.java index ca1c3e9971..9cc6667c26 100644 --- a/app/src/main/java/com/discord/widgets/voice/sheet/WidgetNoiseCancellationBottomSheet.java +++ b/app/src/main/java/com/discord/widgets/voice/sheet/WidgetNoiseCancellationBottomSheet.java @@ -66,10 +66,10 @@ public final class WidgetNoiseCancellationBottomSheet extends AppBottomSheet { } private final void configureUI() { - TextView textView = getBinding().f2087c; + TextView textView = getBinding().f2088c; m.checkNotNullExpressionValue(textView, "binding.noiseCancellationLearnMore"); b.n(textView, R.string.learn_more_link, new Object[]{f.a.a(360040843952L, null)}, null, 4); - TextView textView2 = getBinding().f2087c; + TextView textView2 = getBinding().f2088c; m.checkNotNullExpressionValue(textView2, "binding.noiseCancellationLearnMore"); textView2.setMovementMethod(LinkMovementMethod.getInstance()); getBinding().b.setOnClickListener(new WidgetNoiseCancellationBottomSheet$configureUI$1(this)); diff --git a/app/src/main/java/com/discord/widgets/voice/sheet/WidgetVoiceBottomSheet.java b/app/src/main/java/com/discord/widgets/voice/sheet/WidgetVoiceBottomSheet.java index cab1616221..14ed163252 100644 --- a/app/src/main/java/com/discord/widgets/voice/sheet/WidgetVoiceBottomSheet.java +++ b/app/src/main/java/com/discord/widgets/voice/sheet/WidgetVoiceBottomSheet.java @@ -657,36 +657,36 @@ public final class WidgetVoiceBottomSheet extends AppBottomSheet { } private final void configureUI(WidgetVoiceBottomSheetViewModel.ViewState viewState) { - TextView textView = getBinding().f2082c.g; + TextView textView = getBinding().f2083c.g; m.checkNotNullExpressionValue(textView, "binding.header.voiceBottomSheetHeaderTitle"); textView.setText(viewState.getTitle()); - TextView textView2 = getBinding().f2082c.f; + TextView textView2 = getBinding().f2083c.f; m.checkNotNullExpressionValue(textView2, "binding.header.voiceBottomSheetHeaderSubtitle"); ViewExtensions.setTextAndVisibilityBy(textView2, viewState.getSubtitle()); - ImageView imageView = getBinding().f2082c.b; + ImageView imageView = getBinding().f2083c.b; m.checkNotNullExpressionValue(imageView, "binding.header.voiceBottomSheetHeaderDeafen"); imageView.setActivated(viewState.isDeafened()); - ImageView imageView2 = getBinding().f2082c.b; + ImageView imageView2 = getBinding().f2083c.b; m.checkNotNullExpressionValue(imageView2, "binding.header.voiceBottomSheetHeaderDeafen"); imageView2.setContentDescription(viewState.isDeafened() ? getString(R.string.undeafen) : getString(R.string.deafen)); - getBinding().f2082c.b.setOnClickListener(new WidgetVoiceBottomSheet$configureUI$1(this)); - ImageView imageView3 = getBinding().f2082c.f127c; + getBinding().f2083c.b.setOnClickListener(new WidgetVoiceBottomSheet$configureUI$1(this)); + ImageView imageView3 = getBinding().f2083c.f127c; m.checkNotNullExpressionValue(imageView3, "binding.header.voiceBottomSheetHeaderInvite"); imageView3.setVisibility(viewState.getShowInviteOption() ? 0 : 8); - getBinding().f2082c.f127c.setOnClickListener(new WidgetVoiceBottomSheet$configureUI$2(this, viewState)); - getBinding().f2082c.e.setOnClickListener(new WidgetVoiceBottomSheet$configureUI$3(this)); - getBinding().f2082c.d.setOnClickListener(new WidgetVoiceBottomSheet$configureUI$4(this)); + getBinding().f2083c.f127c.setOnClickListener(new WidgetVoiceBottomSheet$configureUI$2(this, viewState)); + getBinding().f2083c.e.setOnClickListener(new WidgetVoiceBottomSheet$configureUI$3(this)); + getBinding().f2083c.d.setOnClickListener(new WidgetVoiceBottomSheet$configureUI$4(this)); if (viewState.isNoiseCancellationActive() != null) { if (m.areEqual(viewState.isNoiseCancellationActive(), Boolean.TRUE)) { - getBinding().f2082c.d.setImageResource(R.drawable.ic_noise_cancellation_active_24dp); + getBinding().f2083c.d.setImageResource(R.drawable.ic_noise_cancellation_active_24dp); } else { - getBinding().f2082c.d.setImageResource(R.drawable.ic_noise_cancellation_disabled_24dp); + getBinding().f2083c.d.setImageResource(R.drawable.ic_noise_cancellation_disabled_24dp); } - ImageView imageView4 = getBinding().f2082c.d; + ImageView imageView4 = getBinding().f2083c.d; m.checkNotNullExpressionValue(imageView4, "binding.header.voiceBott…etHeaderNoiseCancellation"); imageView4.setVisibility(0); } else { - ImageView imageView5 = getBinding().f2082c.d; + ImageView imageView5 = getBinding().f2083c.d; m.checkNotNullExpressionValue(imageView5, "binding.header.voiceBott…etHeaderNoiseCancellation"); imageView5.setVisibility(8); } diff --git a/app/src/main/java/com/discord/widgets/voice/sheet/WidgetVoiceBottomSheetViewModel.java b/app/src/main/java/com/discord/widgets/voice/sheet/WidgetVoiceBottomSheetViewModel.java index aabee1537a..ceea639a02 100644 --- a/app/src/main/java/com/discord/widgets/voice/sheet/WidgetVoiceBottomSheetViewModel.java +++ b/app/src/main/java/com/discord/widgets/voice/sheet/WidgetVoiceBottomSheetViewModel.java @@ -1017,7 +1017,7 @@ public final class WidgetVoiceBottomSheetViewModel extends AppViewModel weakReference2 = TooltipManager.a.a; tooltipManager4 = weakReference2 != null ? weakReference2.get() : tooltipManager4; if (tooltipManager4 == null) { - tooltipManager3 = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2187c.getValue(), 0, aVar, 4); + tooltipManager3 = new TooltipManager((c.a.v.a) TooltipManager.a.b.getValue(), (Set) TooltipManager.a.f2188c.getValue(), 0, aVar, 4); TooltipManager.a.a = new WeakReference<>(tooltipManager3); } else { tooltipManager3 = tooltipManager4; diff --git a/app/src/main/java/com/discord/widgets/voice/sheet/WidgetVoiceSettingsBottomSheet.java b/app/src/main/java/com/discord/widgets/voice/sheet/WidgetVoiceSettingsBottomSheet.java index 51d9c837e7..91c0f4ce80 100644 --- a/app/src/main/java/com/discord/widgets/voice/sheet/WidgetVoiceSettingsBottomSheet.java +++ b/app/src/main/java/com/discord/widgets/voice/sheet/WidgetVoiceSettingsBottomSheet.java @@ -109,8 +109,8 @@ public final class WidgetVoiceSettingsBottomSheet extends AppBottomSheet { } private final void configureUI(ViewState viewState) { - getBinding().f2088c.setOnClickListener(new WidgetVoiceSettingsBottomSheet$configureUI$1(this, viewState)); - TextView textView = getBinding().f2088c; + getBinding().f2089c.setOnClickListener(new WidgetVoiceSettingsBottomSheet$configureUI$1(this, viewState)); + TextView textView = getBinding().f2089c; m.checkNotNullExpressionValue(textView, "binding.voiceSettingsInvite"); int i = 8; textView.setVisibility(viewState.getShowInviteItem() ? 0 : 8); diff --git a/app/src/main/java/com/discord/workers/BackgroundMessageSendWorker.java b/app/src/main/java/com/discord/workers/BackgroundMessageSendWorker.java index 2715bebea8..e1405b247c 100644 --- a/app/src/main/java/com/discord/workers/BackgroundMessageSendWorker.java +++ b/app/src/main/java/com/discord/workers/BackgroundMessageSendWorker.java @@ -40,7 +40,7 @@ public final class BackgroundMessageSendWorker extends Worker { if (application != null) { StoreStream.Companion companion = StoreStream.Companion; companion.initialize(application); - new j0.m.b(companion.getMessages().observeInitResendFinished().x(a.i).Y(1)).a(); + new j0.m.a(companion.getMessages().observeInitResendFinished().x(a.i).Y(1)).b(); ListenableWorker.Result success = ListenableWorker.Result.success(); m.checkNotNullExpressionValue(success, "Result.success()"); return success; diff --git a/app/src/main/java/com/discord/workers/CallActionWorker.java b/app/src/main/java/com/discord/workers/CallActionWorker.java index fa94e6b7ba..981cc77918 100644 --- a/app/src/main/java/com/discord/workers/CallActionWorker.java +++ b/app/src/main/java/com/discord/workers/CallActionWorker.java @@ -11,7 +11,7 @@ import com.discord.utilities.io.NetworkUtils; import com.discord.utilities.logging.Logger; import com.discord.utilities.rest.RestAPI; import d0.z.d.m; -import j0.m.b; +import j0.m.a; import java.util.List; import java.util.Objects; import rx.Observable; @@ -60,7 +60,7 @@ public final class CallActionWorker extends Worker { try { Observable stopRinging = RestAPI.Companion.getApi().stopRinging(j3, j4, (List) null); Objects.requireNonNull(stopRinging); - new b(stopRinging).a(); + new a(stopRinging).b(); String simpleName3 = getClass().getSimpleName(); m.checkNotNullExpressionValue(simpleName3, "javaClass.simpleName"); j = j4; diff --git a/app/src/main/java/com/discord/workers/MessageAckWorker.java b/app/src/main/java/com/discord/workers/MessageAckWorker.java index 1ee7225664..9076c98f59 100644 --- a/app/src/main/java/com/discord/workers/MessageAckWorker.java +++ b/app/src/main/java/com/discord/workers/MessageAckWorker.java @@ -13,7 +13,7 @@ import com.discord.utilities.io.NetworkUtils; import com.discord.utilities.logging.Logger; import com.discord.utilities.rest.RestAPI; import d0.z.d.m; -import j0.m.b; +import j0.m.a; import java.util.Objects; import rx.Observable; /* compiled from: MessageAckWorker.kt */ @@ -62,7 +62,7 @@ public final class MessageAckWorker extends Worker { try { Observable postChannelMessagesAck = RestAPI.Companion.getApi().postChannelMessagesAck(j3, Long.valueOf(j4), new RestAPIParams.ChannelMessagesAck(Boolean.FALSE, 0)); Objects.requireNonNull(postChannelMessagesAck); - new b(postChannelMessagesAck).a(); + new a(postChannelMessagesAck).b(); String simpleName3 = getClass().getSimpleName(); m.checkNotNullExpressionValue(simpleName3, "javaClass.simpleName"); Logger.d$default(appLog, simpleName3, "Marked as read: " + j3 + '-' + j4, null, 4, null); diff --git a/app/src/main/java/com/discord/workers/MessageSendWorker.java b/app/src/main/java/com/discord/workers/MessageSendWorker.java index 6c6a65ea79..b044a840f7 100644 --- a/app/src/main/java/com/discord/workers/MessageSendWorker.java +++ b/app/src/main/java/com/discord/workers/MessageSendWorker.java @@ -109,7 +109,7 @@ public final class MessageSendWorker extends Worker { try { Observable takeSingleUntilTimeout$default = ObservableExtensionsKt.takeSingleUntilTimeout$default(ObservableExtensionsKt.restSubscribeOn(RestAPI.Companion.getApi().sendMessage(j, new RestAPIParams.Message(string2, string3, null, null, j2 != -1 ? d0.t.m.listOf(Long.valueOf(j2)) : null, null, null, 108, null)), false), 0, false, 3, null); Objects.requireNonNull(takeSingleUntilTimeout$default); - Message message = (Message) new j0.m.b(takeSingleUntilTimeout$default).a(); + Message message = (Message) new j0.m.a(takeSingleUntilTimeout$default).b(); NotificationData.DisplayPayload displayPayload = NotificationCache.INSTANCE.get(j); if (displayPayload != null) { NotificationData notificationData = (NotificationData) u.lastOrNull((List) displayPayload.getExtras()); diff --git a/app/src/main/java/com/discord/workers/TimedMuteWorker.java b/app/src/main/java/com/discord/workers/TimedMuteWorker.java index c7c02452b4..f243349e6a 100644 --- a/app/src/main/java/com/discord/workers/TimedMuteWorker.java +++ b/app/src/main/java/com/discord/workers/TimedMuteWorker.java @@ -19,7 +19,7 @@ import com.discord.utilities.time.Clock; import com.discord.utilities.time.ClockFactory; import com.discord.utilities.time.TimeUtils; import d0.z.d.m; -import j0.m.b; +import j0.m.a; import java.util.Objects; import rx.Observable; /* compiled from: TimedMuteWorker.kt */ @@ -84,7 +84,7 @@ public final class TimedMuteWorker extends Worker { try { Observable updateUserGuildSettings = RestAPI.Companion.getApi().updateUserGuildSettings(j3, new RestAPIParams.UserGuildSettings(j4, new RestAPIParams.UserGuildSettings.ChannelOverride(Boolean.TRUE, new ModelMuteConfig(uTCDateTime$default), null, 4, null))); Objects.requireNonNull(updateUserGuildSettings); - ModelNotificationSettings modelNotificationSettings = (ModelNotificationSettings) new b(updateUserGuildSettings).a(); + ModelNotificationSettings modelNotificationSettings = (ModelNotificationSettings) new a(updateUserGuildSettings).b(); String simpleName3 = getClass().getSimpleName(); m.checkNotNullExpressionValue(simpleName3, "javaClass.simpleName"); str = uTCDateTime$default; diff --git a/app/src/main/java/com/esotericsoftware/kryo/Registration.java b/app/src/main/java/com/esotericsoftware/kryo/Registration.java index b624ec7337..2d0088a71a 100644 --- a/app/src/main/java/com/esotericsoftware/kryo/Registration.java +++ b/app/src/main/java/com/esotericsoftware/kryo/Registration.java @@ -6,7 +6,7 @@ import h0.b.a.a; public class Registration { /* renamed from: id reason: collision with root package name */ - private final int f2240id; + private final int f2241id; private a instantiator; private Serializer serializer; private final Class type; @@ -17,14 +17,14 @@ public class Registration { } else if (serializer != null) { this.type = cls; this.serializer = serializer; - this.f2240id = i; + this.f2241id = i; } else { throw new IllegalArgumentException("serializer cannot be null."); } } public int getId() { - return this.f2240id; + return this.f2241id; } public a getInstantiator() { @@ -58,7 +58,7 @@ public class Registration { public String toString() { StringBuilder P = c.d.b.a.a.P("["); - P.append(this.f2240id); + P.append(this.f2241id); P.append(", "); P.append(Util.className(this.type)); P.append("]"); diff --git a/app/src/main/java/com/facebook/cache/disk/DiskCacheConfig.java b/app/src/main/java/com/facebook/cache/disk/DiskCacheConfig.java index ab8fad3d03..d07ac591ef 100644 --- a/app/src/main/java/com/facebook/cache/disk/DiskCacheConfig.java +++ b/app/src/main/java/com/facebook/cache/disk/DiskCacheConfig.java @@ -14,7 +14,7 @@ public class DiskCacheConfig { public final String b; /* renamed from: c reason: collision with root package name */ - public final Supplier f2241c; + public final Supplier f2242c; public final long d; public final long e; public final long f; @@ -41,7 +41,7 @@ public class DiskCacheConfig { public Supplier b; /* renamed from: c reason: collision with root package name */ - public long f2242c = 41943040; + public long f2243c = 41943040; public g d = new c.f.b.b.b(); public final Context e; @@ -66,8 +66,8 @@ public class DiskCacheConfig { this.b = str; Supplier supplier = bVar.b; Objects.requireNonNull(supplier); - this.f2241c = supplier; - this.d = bVar.f2242c; + this.f2242c = supplier; + this.d = bVar.f2243c; this.e = 10485760; this.f = Permission.SPEAK; g gVar = bVar.d; diff --git a/app/src/main/java/com/facebook/common/references/CloseableReference.java b/app/src/main/java/com/facebook/common/references/CloseableReference.java index 0a00a9df7b..ee8a78bd8d 100644 --- a/app/src/main/java/com/facebook/common/references/CloseableReference.java +++ b/app/src/main/java/com/facebook/common/references/CloseableReference.java @@ -64,7 +64,7 @@ public abstract class CloseableReference implements Cloneable, Closeable { this.n = sharedReference; synchronized (sharedReference) { sharedReference.b(); - sharedReference.f2243c++; + sharedReference.f2244c++; } this.o = cVar; this.p = th; diff --git a/app/src/main/java/com/facebook/common/references/SharedReference.java b/app/src/main/java/com/facebook/common/references/SharedReference.java index 1b37e76b89..ece273cd28 100644 --- a/app/src/main/java/com/facebook/common/references/SharedReference.java +++ b/app/src/main/java/com/facebook/common/references/SharedReference.java @@ -13,7 +13,7 @@ public class SharedReference { public T b; /* renamed from: c reason: collision with root package name */ - public int f2243c = 1; + public int f2244c = 1; public final f d; public static class NullReferenceException extends RuntimeException { @@ -45,9 +45,9 @@ public class SharedReference { T t; synchronized (this) { b(); - AnimatableValueParser.j(Boolean.valueOf(this.f2243c > 0)); - i = this.f2243c - 1; - this.f2243c = i; + AnimatableValueParser.j(Boolean.valueOf(this.f2244c > 0)); + i = this.f2244c - 1; + this.f2244c = i; } if (i == 0) { synchronized (this) { @@ -76,7 +76,7 @@ public class SharedReference { boolean z3; synchronized (this) { z2 = false; - z3 = this.f2243c > 0; + z3 = this.f2244c > 0; } if (z3) { z2 = true; diff --git a/app/src/main/java/com/facebook/drawee/controller/AbstractDraweeController.java b/app/src/main/java/com/facebook/drawee/controller/AbstractDraweeController.java index 9f61c7fd17..e8d7dadac2 100644 --- a/app/src/main/java/com/facebook/drawee/controller/AbstractDraweeController.java +++ b/app/src/main/java/com/facebook/drawee/controller/AbstractDraweeController.java @@ -29,7 +29,7 @@ public abstract class AbstractDraweeController implements DraweeControl public static final Map b = f.of("origin", "memory_bitmap", "origin_sub", "shortcut"); /* renamed from: c reason: collision with root package name */ - public static final Class f2244c = AbstractDraweeController.class; + public static final Class f2245c = AbstractDraweeController.class; public final c d; public final c.f.g.b.a e; public final Executor f; @@ -47,7 +47,7 @@ public abstract class AbstractDraweeController implements DraweeControl public boolean r; /* renamed from: s reason: collision with root package name */ - public String f2245s; + public String f2246s; public DataSource t; public T u; public boolean v; @@ -182,7 +182,7 @@ public abstract class AbstractDraweeController implements DraweeControl this.t = j; B(j, null); if (c.f.d.e.a.h(2)) { - c.f.d.e.a.j(f2244c, "controller %x %s: submitRequest: dataSource: %x", Integer.valueOf(System.identityHashCode(this)), this.m, Integer.valueOf(System.identityHashCode(this.t))); + c.f.d.e.a.j(f2245c, "controller %x %s: submitRequest: dataSource: %x", Integer.valueOf(System.identityHashCode(this)), this.m, Integer.valueOf(System.identityHashCode(this.t))); } this.t.f(new a(this.m, this.t.b()), this.f); c.f.j.r.b.b(); @@ -235,7 +235,7 @@ public abstract class AbstractDraweeController implements DraweeControl public void d() { c.f.j.r.b.b(); if (c.f.d.e.a.h(2)) { - c.f.d.e.a.j(f2244c, "controller %x %s: onAttach: %s", Integer.valueOf(System.identityHashCode(this)), this.m, this.p ? "request already submitted" : "request needs submit"); + c.f.d.e.a.j(f2245c, "controller %x %s: onAttach: %s", Integer.valueOf(System.identityHashCode(this)), this.m, this.p ? "request already submitted" : "request needs submit"); } this.d.a(c.a.ON_ATTACH_CONTROLLER); Objects.requireNonNull(this.k); @@ -250,7 +250,7 @@ public abstract class AbstractDraweeController implements DraweeControl @Override // com.facebook.drawee.interfaces.DraweeController public void e(DraweeHierarchy draweeHierarchy) { if (c.f.d.e.a.h(2)) { - c.f.d.e.a.j(f2244c, "controller %x %s: setHierarchy: %s", Integer.valueOf(System.identityHashCode(this)), this.m, draweeHierarchy); + c.f.d.e.a.j(f2245c, "controller %x %s: setHierarchy: %s", Integer.valueOf(System.identityHashCode(this)), this.m, draweeHierarchy); } this.d.a(draweeHierarchy != null ? c.a.ON_SET_HIERARCHY : c.a.ON_CLEAR_HIERARCHY); if (this.p) { @@ -352,7 +352,7 @@ public abstract class AbstractDraweeController implements DraweeControl } this.l = null; if (c.f.d.e.a.h(2)) { - c.f.d.e.a.j(f2244c, "controller %x %s -> %s: initialize", Integer.valueOf(System.identityHashCode(this)), this.m, str); + c.f.d.e.a.j(f2245c, "controller %x %s -> %s: initialize", Integer.valueOf(System.identityHashCode(this)), this.m, str); } this.m = str; this.n = obj; @@ -371,7 +371,7 @@ public abstract class AbstractDraweeController implements DraweeControl a.AbstractC0062a aVar; boolean h = c.f.d.e.a.h(2); if (h) { - c.f.d.e.a.j(f2244c, "controller %x %s: onTouchEvent %s", Integer.valueOf(System.identityHashCode(this)), this.m, motionEvent); + c.f.d.e.a.j(f2245c, "controller %x %s: onTouchEvent %s", Integer.valueOf(System.identityHashCode(this)), this.m, motionEvent); } c.f.g.g.a aVar2 = this.h; if (aVar2 == null) { @@ -618,8 +618,8 @@ public abstract class AbstractDraweeController implements DraweeControl if (drawable != null) { x(drawable); } - if (this.f2245s != null) { - this.f2245s = null; + if (this.f2246s != null) { + this.f2246s = null; } this.w = null; T t = this.u; diff --git a/app/src/main/java/com/facebook/drawee/controller/AbstractDraweeControllerBuilder.java b/app/src/main/java/com/facebook/drawee/controller/AbstractDraweeControllerBuilder.java index 56b5b75a59..86b8090c51 100644 --- a/app/src/main/java/com/facebook/drawee/controller/AbstractDraweeControllerBuilder.java +++ b/app/src/main/java/com/facebook/drawee/controller/AbstractDraweeControllerBuilder.java @@ -19,7 +19,7 @@ public abstract class AbstractDraweeControllerBuilder e; public final Set f; @@ -62,7 +62,7 @@ public abstract class AbstractDraweeControllerBuilder list = aVar.p; @@ -74,7 +74,7 @@ public class GenericDraweeHierarchy implements a { if (fVar.u == 1) { fVar.u = 0; } - b bVar = new b(d.d(fVar, this.f2249c)); + b bVar = new b(d.d(fVar, this.f2250c)); this.d = bVar; bVar.mutate(); m(); @@ -131,7 +131,7 @@ public class GenericDraweeHierarchy implements a { @Override // c.f.g.h.a public void f(Drawable drawable, float f, boolean z2) { - Drawable c2 = d.c(drawable, this.f2249c, this.b); + Drawable c2 = d.c(drawable, this.f2250c, this.b); c2.mutate(); this.f.o(c2); this.e.e(); @@ -145,7 +145,7 @@ public class GenericDraweeHierarchy implements a { } public final Drawable g(Drawable drawable, ScalingUtils$ScaleType scalingUtils$ScaleType) { - return d.e(d.c(drawable, this.f2249c, this.b), scalingUtils$ScaleType, null); + return d.e(d.c(drawable, this.f2250c, this.b), scalingUtils$ScaleType, null); } @Override // com.facebook.drawee.interfaces.DraweeHierarchy @@ -236,7 +236,7 @@ public class GenericDraweeHierarchy implements a { this.e.c(i, null); return; } - k(i).g(d.c(drawable, this.f2249c, this.b)); + k(i).g(d.c(drawable, this.f2250c, this.b)); } public void p(int i) { @@ -273,7 +273,7 @@ public class GenericDraweeHierarchy implements a { } public void s(c cVar) { - this.f2249c = cVar; + this.f2250c = cVar; b bVar = this.d; Drawable drawable = d.a; Drawable drawable2 = bVar.j; @@ -293,7 +293,7 @@ public class GenericDraweeHierarchy implements a { } for (int i = 0; i < this.e.k.length; i++) { c.f.g.e.d k = k(i); - c cVar2 = this.f2249c; + c cVar2 = this.f2250c; Resources resources = this.b; while (true) { Drawable l = k.l(); diff --git a/app/src/main/java/com/facebook/drawee/span/DraweeSpanStringBuilder.java b/app/src/main/java/com/facebook/drawee/span/DraweeSpanStringBuilder.java index 39d59e1a7a..eaf613a7e9 100644 --- a/app/src/main/java/com/facebook/drawee/span/DraweeSpanStringBuilder.java +++ b/app/src/main/java/com/facebook/drawee/span/DraweeSpanStringBuilder.java @@ -64,12 +64,12 @@ public class DraweeSpanStringBuilder extends SpannableStringBuilder { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final int f2250c; + public final int f2251c; public c(c.f.g.i.a aVar, boolean z2, int i) { this.a = aVar; this.b = z2; - this.f2250c = i; + this.f2251c = i; } @Override // c.f.g.c.c, com.facebook.drawee.controller.ControllerListener @@ -78,11 +78,11 @@ public class DraweeSpanStringBuilder extends SpannableStringBuilder { if (this.b && imageInfo != null && this.a.o.d() != null) { Drawable d = this.a.o.d(); Rect bounds = d.getBounds(); - int i = this.f2250c; + int i = this.f2251c; if (i != -1) { int height = (int) ((((float) i) / ((float) imageInfo.getHeight())) * ((float) imageInfo.getWidth())); - if (bounds.width() != height || bounds.height() != this.f2250c) { - d.setBounds(0, 0, height, this.f2250c); + if (bounds.width() != height || bounds.height() != this.f2251c) { + d.setBounds(0, 0, height, this.f2251c); DraweeSpanStringBuilder draweeSpanStringBuilder = DraweeSpanStringBuilder.this; int i2 = DraweeSpanStringBuilder.i; Objects.requireNonNull(draweeSpanStringBuilder); diff --git a/app/src/main/java/com/facebook/drawee/view/DraweeHolder.java b/app/src/main/java/com/facebook/drawee/view/DraweeHolder.java index d33f5a98b3..a532394566 100644 --- a/app/src/main/java/com/facebook/drawee/view/DraweeHolder.java +++ b/app/src/main/java/com/facebook/drawee/view/DraweeHolder.java @@ -14,7 +14,7 @@ public class DraweeHolder implements g0 { public boolean b = false; /* renamed from: c reason: collision with root package name */ - public boolean f2251c = true; + public boolean f2252c = true; public DH d; public DraweeController e = null; public final c f; @@ -38,7 +38,7 @@ public class DraweeHolder implements g0 { } public final void b() { - if (!this.b || !this.f2251c) { + if (!this.b || !this.f2252c) { c(); } else { a(); @@ -69,9 +69,9 @@ public class DraweeHolder implements g0 { } public void f(boolean z2) { - if (this.f2251c != z2) { + if (this.f2252c != z2) { this.f.a(z2 ? c.a.ON_DRAWABLE_SHOW : c.a.ON_DRAWABLE_HIDE); - this.f2251c = z2; + this.f2252c = z2; b(); } } @@ -121,7 +121,7 @@ public class DraweeHolder implements g0 { i J2 = AnimatableValueParser.J2(this); J2.b("controllerAttached", this.a); J2.b("holderAttached", this.b); - J2.b("drawableVisible", this.f2251c); + J2.b("drawableVisible", this.f2252c); J2.c("events", this.f.toString()); return J2.toString(); } diff --git a/app/src/main/java/com/facebook/fresco/animation/factory/AnimatedFactoryV2Impl.java b/app/src/main/java/com/facebook/fresco/animation/factory/AnimatedFactoryV2Impl.java index d1644dc8ad..96505e41e4 100644 --- a/app/src/main/java/com/facebook/fresco/animation/factory/AnimatedFactoryV2Impl.java +++ b/app/src/main/java/com/facebook/fresco/animation/factory/AnimatedFactoryV2Impl.java @@ -20,7 +20,7 @@ public class AnimatedFactoryV2Impl implements c.f.j.a.b.a { public final e b; /* renamed from: c reason: collision with root package name */ - public final m f2252c; + public final m f2253c; public final boolean d; public d e; public c.f.j.a.c.b f; @@ -95,7 +95,7 @@ public class AnimatedFactoryV2Impl implements c.f.j.a.b.a { public AnimatedFactoryV2Impl(PlatformBitmapFactory platformBitmapFactory, e eVar, m mVar, boolean z2) { this.a = platformBitmapFactory; this.b = eVar; - this.f2252c = mVar; + this.f2253c = mVar; this.d = z2; } @@ -112,7 +112,7 @@ public class AnimatedFactoryV2Impl implements c.f.j.a.b.a { if (f.j == null) { f.j = new f(); } - this.h = new c.f.h.a.d.e(bVar2, f.j, cVar, RealtimeSinceBootClock.get(), this.a, this.f2252c, aVar, bVar); + this.h = new c.f.h.a.d.e(bVar2, f.j, cVar, RealtimeSinceBootClock.get(), this.a, this.f2253c, aVar, bVar); } return this.h; } diff --git a/app/src/main/java/com/facebook/imagepipeline/cache/MemoryCacheParams.java b/app/src/main/java/com/facebook/imagepipeline/cache/MemoryCacheParams.java index e5da19eea1..67dbebc27b 100644 --- a/app/src/main/java/com/facebook/imagepipeline/cache/MemoryCacheParams.java +++ b/app/src/main/java/com/facebook/imagepipeline/cache/MemoryCacheParams.java @@ -4,7 +4,7 @@ public class MemoryCacheParams { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2253c; + public final int f2254c; public final int d; public final int e; public final long f; @@ -12,7 +12,7 @@ public class MemoryCacheParams { public MemoryCacheParams(int i, int i2, int i3, int i4, int i5, long j) { this.a = i; this.b = i2; - this.f2253c = i3; + this.f2254c = i3; this.d = i4; this.e = i5; this.f = j; diff --git a/app/src/main/java/com/facebook/imagepipeline/memory/BasePool.java b/app/src/main/java/com/facebook/imagepipeline/memory/BasePool.java index 9e181584b5..de30c243fd 100644 --- a/app/src/main/java/com/facebook/imagepipeline/memory/BasePool.java +++ b/app/src/main/java/com/facebook/imagepipeline/memory/BasePool.java @@ -20,7 +20,7 @@ public abstract class BasePool implements e { public final c b; /* renamed from: c reason: collision with root package name */ - public final y f2254c; + public final y f2255c; @VisibleForTesting public final SparseArray> d; @VisibleForTesting @@ -85,7 +85,7 @@ public abstract class BasePool implements e { Objects.requireNonNull(cVar); this.b = cVar; Objects.requireNonNull(yVar); - this.f2254c = yVar; + this.f2255c = yVar; Objects.requireNonNull(zVar); this.i = zVar; SparseArray> sparseArray = new SparseArray<>(); @@ -101,7 +101,7 @@ public abstract class BasePool implements e { int i2 = sparseIntArray.get(keyAt, 0); SparseArray> sparseArray2 = this.d; int k = k(keyAt); - Objects.requireNonNull(this.f2254c); + Objects.requireNonNull(this.f2255c); sparseArray2.put(keyAt, new f<>(k, valueAt, i2, false)); } this.f = false; @@ -121,7 +121,7 @@ public abstract class BasePool implements e { if (this.j) { return true; } - y yVar = this.f2254c; + y yVar = this.f2255c; int i2 = yVar.a; int i3 = this.g.b; if (i > i2 - i3) { @@ -168,7 +168,7 @@ public abstract class BasePool implements e { h.e++; } } else { - throw new PoolSizeViolationException(this.f2254c.a, this.g.b, this.h.b, k); + throw new PoolSizeViolationException(this.f2255c.a, this.g.b, this.h.b, k); } } else { AnimatableValueParser.B(this.e.add(l)); @@ -200,7 +200,7 @@ public abstract class BasePool implements e { AnimatableValueParser.B(this.e.add(v)); synchronized (this) { if (n()) { - r(this.f2254c.b); + r(this.f2255c.b); } } return v; @@ -250,7 +250,7 @@ public abstract class BasePool implements e { @VisibleForTesting public synchronized boolean n() { boolean z2; - z2 = this.g.b + this.h.b > this.f2254c.b; + z2 = this.g.b + this.h.b > this.f2255c.b; if (z2) { this.i.d(); } @@ -275,7 +275,7 @@ public abstract class BasePool implements e { public f q(int i) { int k = k(i); - Objects.requireNonNull(this.f2254c); + Objects.requireNonNull(this.f2255c); return new f<>(k, Integer.MAX_VALUE, 0, false); } diff --git a/app/src/main/java/com/facebook/imagepipeline/nativecode/NativeJpegTranscoder.java b/app/src/main/java/com/facebook/imagepipeline/nativecode/NativeJpegTranscoder.java index 9d3b14a014..31b4a87b7b 100644 --- a/app/src/main/java/com/facebook/imagepipeline/nativecode/NativeJpegTranscoder.java +++ b/app/src/main/java/com/facebook/imagepipeline/nativecode/NativeJpegTranscoder.java @@ -18,12 +18,12 @@ public class NativeJpegTranscoder implements b { public int b; /* renamed from: c reason: collision with root package name */ - public boolean f2255c; + public boolean f2256c; public NativeJpegTranscoder(boolean z2, int i, boolean z3, boolean z4) { this.a = z2; this.b = i; - this.f2255c = z3; + this.f2256c = z3; if (z4) { AnimatableValueParser.g0(); } @@ -114,7 +114,7 @@ public class NativeJpegTranscoder implements b { int c2 = d.c(fVar, eVar2, eVar, this.a); int i = 1; int max = Math.max(1, 8 / c02); - if (this.f2255c) { + if (this.f2256c) { c2 = max; } InputStream e = eVar.e(); diff --git a/app/src/main/java/com/facebook/imagepipeline/nativecode/NativeJpegTranscoderFactory.java b/app/src/main/java/com/facebook/imagepipeline/nativecode/NativeJpegTranscoderFactory.java index 46e7dfc1ac..2d89149a35 100644 --- a/app/src/main/java/com/facebook/imagepipeline/nativecode/NativeJpegTranscoderFactory.java +++ b/app/src/main/java/com/facebook/imagepipeline/nativecode/NativeJpegTranscoderFactory.java @@ -8,13 +8,13 @@ public class NativeJpegTranscoderFactory implements c.f.j.s.c { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f2256c; + public final boolean f2257c; @c public NativeJpegTranscoderFactory(int i, boolean z2, boolean z3) { this.a = i; this.b = z2; - this.f2256c = z3; + this.f2257c = z3; } @Override // c.f.j.s.c @@ -23,6 +23,6 @@ public class NativeJpegTranscoderFactory implements c.f.j.s.c { if (cVar != c.f.i.b.a) { return null; } - return new NativeJpegTranscoder(z2, this.a, this.b, this.f2256c); + return new NativeJpegTranscoder(z2, this.a, this.b, this.f2257c); } } diff --git a/app/src/main/java/com/facebook/imagepipeline/platform/GingerbreadPurgeableDecoder.java b/app/src/main/java/com/facebook/imagepipeline/platform/GingerbreadPurgeableDecoder.java index fd31acf8fe..7c7264cd86 100644 --- a/app/src/main/java/com/facebook/imagepipeline/platform/GingerbreadPurgeableDecoder.java +++ b/app/src/main/java/com/facebook/imagepipeline/platform/GingerbreadPurgeableDecoder.java @@ -22,7 +22,7 @@ import java.util.Objects; public class GingerbreadPurgeableDecoder extends DalvikPurgeableDecoder { /* renamed from: c reason: collision with root package name */ - public static Method f2257c; + public static Method f2258c; public final b d = c.f.d.m.c.c(); /* JADX WARNING: Removed duplicated region for block: B:27:0x0059 */ @@ -157,15 +157,15 @@ public class GingerbreadPurgeableDecoder extends DalvikPurgeableDecoder { } public final synchronized Method i() { - if (f2257c == null) { + if (f2258c == null) { try { - f2257c = MemoryFile.class.getDeclaredMethod("getFileDescriptor", new Class[0]); + f2258c = MemoryFile.class.getDeclaredMethod("getFileDescriptor", new Class[0]); } catch (Exception e) { m.a(e); throw new RuntimeException(e); } } - return f2257c; + return f2258c; } public final FileDescriptor j(MemoryFile memoryFile) { diff --git a/app/src/main/java/com/facebook/imagepipeline/platform/KitKatPurgeableDecoder.java b/app/src/main/java/com/facebook/imagepipeline/platform/KitKatPurgeableDecoder.java index 7416fe3166..927cb551e8 100644 --- a/app/src/main/java/com/facebook/imagepipeline/platform/KitKatPurgeableDecoder.java +++ b/app/src/main/java/com/facebook/imagepipeline/platform/KitKatPurgeableDecoder.java @@ -15,18 +15,18 @@ import com.facebook.imagepipeline.nativecode.DalvikPurgeableDecoder; public class KitKatPurgeableDecoder extends DalvikPurgeableDecoder { /* renamed from: c reason: collision with root package name */ - public final n f2258c; + public final n f2259c; @c public KitKatPurgeableDecoder(n nVar) { - this.f2258c = nVar; + this.f2259c = nVar; } @Override // com.facebook.imagepipeline.nativecode.DalvikPurgeableDecoder public Bitmap c(CloseableReference closeableReference, BitmapFactory.Options options) { PooledByteBuffer w = closeableReference.w(); int size = w.size(); - CloseableReference a = this.f2258c.a(size); + CloseableReference a = this.f2259c.a(size); try { byte[] w2 = a.w(); w.i(0, w2, 0, size); @@ -48,7 +48,7 @@ public class KitKatPurgeableDecoder extends DalvikPurgeableDecoder { PooledByteBuffer w = closeableReference.w(); AnimatableValueParser.j(Boolean.valueOf(i <= w.size())); int i2 = i + 2; - CloseableReference a = this.f2258c.a(i2); + CloseableReference a = this.f2259c.a(i2); try { byte[] w2 = a.w(); w.i(0, w2, 0, i); diff --git a/app/src/main/java/com/facebook/imagepipeline/producers/LocalExifThumbnailProducer.java b/app/src/main/java/com/facebook/imagepipeline/producers/LocalExifThumbnailProducer.java index db78687bac..aeb467abb9 100644 --- a/app/src/main/java/com/facebook/imagepipeline/producers/LocalExifThumbnailProducer.java +++ b/app/src/main/java/com/facebook/imagepipeline/producers/LocalExifThumbnailProducer.java @@ -35,7 +35,7 @@ public class LocalExifThumbnailProducer implements j1 { public final g b; /* renamed from: c reason: collision with root package name */ - public final ContentResolver f2259c; + public final ContentResolver f2260c; @d public class Api24Utils { @@ -78,9 +78,9 @@ public class LocalExifThumbnailProducer implements j1 { int i; Throwable th; int columnIndex; - Uri uri = this.n.f2260c; + Uri uri = this.n.f2261c; LocalExifThumbnailProducer localExifThumbnailProducer = LocalExifThumbnailProducer.this; - ContentResolver contentResolver = localExifThumbnailProducer.f2259c; + ContentResolver contentResolver = localExifThumbnailProducer.f2260c; e eVar = null; Cursor cursor = null; r8 = null; @@ -134,7 +134,7 @@ public class LocalExifThumbnailProducer implements j1 { if (z2) { exifInterface = new ExifInterface(str); } else { - ContentResolver contentResolver2 = localExifThumbnailProducer.f2259c; + ContentResolver contentResolver2 = localExifThumbnailProducer.f2260c; if (c.f.d.l.b.c(uri)) { try { assetFileDescriptor = contentResolver2.openAssetFileDescriptor(uri, "r"); @@ -216,7 +216,7 @@ public class LocalExifThumbnailProducer implements j1 { public LocalExifThumbnailProducer(Executor executor, g gVar, ContentResolver contentResolver) { this.a = executor; this.b = gVar; - this.f2259c = contentResolver; + this.f2260c = contentResolver; } @Override // c.f.j.p.j1 diff --git a/app/src/main/java/com/facebook/imagepipeline/request/ImageRequest.java b/app/src/main/java/com/facebook/imagepipeline/request/ImageRequest.java index 9ea7f5839b..fe886f48be 100644 --- a/app/src/main/java/com/facebook/imagepipeline/request/ImageRequest.java +++ b/app/src/main/java/com/facebook/imagepipeline/request/ImageRequest.java @@ -18,7 +18,7 @@ public class ImageRequest { public final b b; /* renamed from: c reason: collision with root package name */ - public final Uri f2260c; + public final Uri f2261c; public final int d; public File e; public final boolean f; @@ -36,7 +36,7 @@ public class ImageRequest { public final c.f.j.k.e r; /* renamed from: s reason: collision with root package name */ - public final int f2261s; + public final int f2262s; public static class a implements d { } @@ -70,7 +70,7 @@ public class ImageRequest { public ImageRequest(ImageRequestBuilder imageRequestBuilder) { this.b = imageRequestBuilder.f; Uri uri = imageRequestBuilder.a; - this.f2260c = uri; + this.f2261c = uri; boolean z2 = true; int i = -1; if (uri != null) { @@ -107,7 +107,7 @@ public class ImageRequest { this.f = imageRequestBuilder.g; this.g = imageRequestBuilder.h; this.h = imageRequestBuilder.e; - this.i = imageRequestBuilder.f2262c; + this.i = imageRequestBuilder.f2263c; f fVar = imageRequestBuilder.d; this.j = fVar == null ? f.a : fVar; this.k = imageRequestBuilder.o; @@ -118,12 +118,12 @@ public class ImageRequest { this.p = imageRequestBuilder.m; this.q = imageRequestBuilder.j; this.r = imageRequestBuilder.n; - this.f2261s = imageRequestBuilder.p; + this.f2262s = imageRequestBuilder.p; } public synchronized File a() { if (this.e == null) { - this.e = new File(this.f2260c.getPath()); + this.e = new File(this.f2261c.getPath()); } return this.e; } @@ -133,7 +133,7 @@ public class ImageRequest { return false; } ImageRequest imageRequest = (ImageRequest) obj; - if (this.g != imageRequest.g || this.n != imageRequest.n || this.o != imageRequest.o || !AnimatableValueParser.i0(this.f2260c, imageRequest.f2260c) || !AnimatableValueParser.i0(this.b, imageRequest.b) || !AnimatableValueParser.i0(this.e, imageRequest.e) || !AnimatableValueParser.i0(this.k, imageRequest.k) || !AnimatableValueParser.i0(this.h, imageRequest.h) || !AnimatableValueParser.i0(this.i, imageRequest.i) || !AnimatableValueParser.i0(this.l, imageRequest.l) || !AnimatableValueParser.i0(this.m, imageRequest.m) || !AnimatableValueParser.i0(this.p, imageRequest.p)) { + if (this.g != imageRequest.g || this.n != imageRequest.n || this.o != imageRequest.o || !AnimatableValueParser.i0(this.f2261c, imageRequest.f2261c) || !AnimatableValueParser.i0(this.b, imageRequest.b) || !AnimatableValueParser.i0(this.e, imageRequest.e) || !AnimatableValueParser.i0(this.k, imageRequest.k) || !AnimatableValueParser.i0(this.h, imageRequest.h) || !AnimatableValueParser.i0(this.i, imageRequest.i) || !AnimatableValueParser.i0(this.l, imageRequest.l) || !AnimatableValueParser.i0(this.m, imageRequest.m) || !AnimatableValueParser.i0(this.p, imageRequest.p)) { return false; } CacheKey cacheKey = null; @@ -146,17 +146,17 @@ public class ImageRequest { if (bVar2 != null) { cacheKey = bVar2.getPostprocessorCacheKey(); } - return AnimatableValueParser.i0(postprocessorCacheKey, cacheKey) && this.f2261s == imageRequest.f2261s; + return AnimatableValueParser.i0(postprocessorCacheKey, cacheKey) && this.f2262s == imageRequest.f2262s; } public int hashCode() { c.f.j.q.b bVar = this.q; - return Arrays.hashCode(new Object[]{this.b, this.f2260c, Boolean.valueOf(this.g), this.k, this.l, this.m, Boolean.valueOf(this.n), Boolean.valueOf(this.o), this.h, this.p, this.i, this.j, bVar != null ? bVar.getPostprocessorCacheKey() : null, null, Integer.valueOf(this.f2261s)}); + return Arrays.hashCode(new Object[]{this.b, this.f2261c, Boolean.valueOf(this.g), this.k, this.l, this.m, Boolean.valueOf(this.n), Boolean.valueOf(this.o), this.h, this.p, this.i, this.j, bVar != null ? bVar.getPostprocessorCacheKey() : null, null, Integer.valueOf(this.f2262s)}); } public String toString() { i J2 = AnimatableValueParser.J2(this); - J2.c(NotificationCompat.MessagingStyle.Message.KEY_DATA_URI, this.f2260c); + J2.c(NotificationCompat.MessagingStyle.Message.KEY_DATA_URI, this.f2261c); J2.c("cacheChoice", this.b); J2.c("decodeOptions", this.h); J2.c("postprocessor", this.q); @@ -171,7 +171,7 @@ public class ImageRequest { J2.b("isDiskCacheEnabled", this.n); J2.b("isMemoryCacheEnabled", this.o); J2.c("decodePrefetches", this.p); - J2.a("delayMs", this.f2261s); + J2.a("delayMs", this.f2262s); return J2.toString(); } } diff --git a/app/src/main/java/com/facebook/imagepipeline/request/ImageRequestBuilder.java b/app/src/main/java/com/facebook/imagepipeline/request/ImageRequestBuilder.java index 2efb2fd280..6b1e4b140c 100644 --- a/app/src/main/java/com/facebook/imagepipeline/request/ImageRequestBuilder.java +++ b/app/src/main/java/com/facebook/imagepipeline/request/ImageRequestBuilder.java @@ -14,7 +14,7 @@ public class ImageRequestBuilder { public ImageRequest.c b = ImageRequest.c.FULL_FETCH; /* renamed from: c reason: collision with root package name */ - public e f2262c = null; + public e f2263c = null; public f d = null; public b e = b.a; public ImageRequest.b f = ImageRequest.b.DEFAULT; diff --git a/app/src/main/java/com/facebook/samples/zoomable/ZoomableDraweeView.java b/app/src/main/java/com/facebook/samples/zoomable/ZoomableDraweeView.java index 59af3611d7..e551bc757b 100644 --- a/app/src/main/java/com/facebook/samples/zoomable/ZoomableDraweeView.java +++ b/app/src/main/java/com/facebook/samples/zoomable/ZoomableDraweeView.java @@ -36,7 +36,7 @@ public class ZoomableDraweeView extends DraweeView imple public final e.a r; /* renamed from: s reason: collision with root package name */ - public final d f2263s; + public final d f2264s; public class a extends c { public a() { @@ -76,7 +76,7 @@ public class ZoomableDraweeView extends DraweeView imple b bVar = new b(); this.r = bVar; d dVar = new d(); - this.f2263s = dVar; + this.f2264s = dVar; c.f.g.f.a aVar = new c.f.g.f.a(context.getResources()); ScalingUtils$ScaleType scalingUtils$ScaleType = ScalingUtils$ScaleType.a; aVar.n = v.l; @@ -235,10 +235,10 @@ public class ZoomableDraweeView extends DraweeView imple public void setTapListener(@Nullable GestureDetector.SimpleOnGestureListener simpleOnGestureListener) { if (simpleOnGestureListener == null) { - this.f2263s.i = new GestureDetector.SimpleOnGestureListener(); + this.f2264s.i = new GestureDetector.SimpleOnGestureListener(); return; } - this.f2263s.i = simpleOnGestureListener; + this.f2264s.i = simpleOnGestureListener; } public void setZoomableController(e eVar) { diff --git a/app/src/main/java/com/facebook/soloader/SoLoader.java b/app/src/main/java/com/facebook/soloader/SoLoader.java index 0192eff81a..ef3113f88c 100644 --- a/app/src/main/java/com/facebook/soloader/SoLoader.java +++ b/app/src/main/java/com/facebook/soloader/SoLoader.java @@ -39,7 +39,7 @@ public class SoLoader { public static k b; /* renamed from: c reason: collision with root package name */ - public static final ReentrantReadWriteLock f2264c = new ReentrantReadWriteLock(); + public static final ReentrantReadWriteLock f2265c = new ReentrantReadWriteLock(); public static l[] d = null; public static volatile int e = 0; public static m[] f; @@ -78,14 +78,14 @@ public class SoLoader { public final /* synthetic */ String b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ String f2265c; + public final /* synthetic */ String f2266c; public final /* synthetic */ Runtime d; public final /* synthetic */ Method e; public a(boolean z2, String str, String str2, Runtime runtime, Method method) { this.a = z2; this.b = str; - this.f2265c = str2; + this.f2266c = str2; this.d = runtime; this.e = method; } @@ -153,7 +153,7 @@ public class SoLoader { Throwable e; Throwable th2; if (this.a) { - String str2 = (i & 4) == 4 ? this.b : this.f2265c; + String str2 = (i & 4) == 4 ? this.b : this.f2266c; String str3 = null; try { synchronized (this.d) { @@ -241,7 +241,7 @@ public class SoLoader { Throwable th; int i3; String message; - ReentrantReadWriteLock reentrantReadWriteLock2 = f2264c; + ReentrantReadWriteLock reentrantReadWriteLock2 = f2265c; reentrantReadWriteLock2.readLock().lock(); try { if (d != null) { @@ -292,7 +292,7 @@ public class SoLoader { } } } catch (Throwable th2) { - f2264c.readLock().unlock(); + f2265c.readLock().unlock(); throw th2; } } @@ -320,7 +320,7 @@ public class SoLoader { U.append(d2.getAbsolutePath()); U.append("\n"); } - f2264c.readLock().unlock(); + f2265c.readLock().unlock(); U.append(" result: "); U.append(i3); String sb = U.toString(); @@ -378,7 +378,7 @@ public class SoLoader { throw new UnsatisfiedLinkError("couldn't find DSO to load: " + str); } } finally { - f2264c.readLock().unlock(); + f2265c.readLock().unlock(); } } @@ -438,7 +438,7 @@ public class SoLoader { boolean z2; String str = "init exiting"; String str2 = "SoLoader"; - f2264c.writeLock().lock(); + f2265c.writeLock().lock(); try { if (d == null) { Log.d("SoLoader", "init start"); @@ -510,7 +510,7 @@ public class SoLoader { } } l[] lVarArr = (l[]) arrayList.toArray(new l[arrayList.size()]); - ReentrantReadWriteLock reentrantReadWriteLock = f2264c; + ReentrantReadWriteLock reentrantReadWriteLock = f2265c; reentrantReadWriteLock.writeLock().lock(); try { if ((k & 2) != 0) { @@ -531,13 +531,13 @@ public class SoLoader { e++; Log.d("SoLoader", "init finish: " + d.length + " SO sources prepared"); } catch (Throwable th) { - f2264c.writeLock().unlock(); + f2265c.writeLock().unlock(); throw th; } } } finally { Log.d(str2, str); - f2264c.writeLock().unlock(); + f2265c.writeLock().unlock(); } } diff --git a/app/src/main/java/com/franmontiel/persistentcookiejar/PersistentCookieJar.java b/app/src/main/java/com/franmontiel/persistentcookiejar/PersistentCookieJar.java index 6393f066a6..d6d68d35e1 100644 --- a/app/src/main/java/com/franmontiel/persistentcookiejar/PersistentCookieJar.java +++ b/app/src/main/java/com/franmontiel/persistentcookiejar/PersistentCookieJar.java @@ -13,18 +13,18 @@ public class PersistentCookieJar implements ClearableCookieJar { public CookieCache b; /* renamed from: c reason: collision with root package name */ - public CookiePersistor f2266c; + public CookiePersistor f2267c; public PersistentCookieJar(CookieCache cookieCache, CookiePersistor cookiePersistor) { this.b = cookieCache; - this.f2266c = cookiePersistor; + this.f2267c = cookiePersistor; ((SetCookieCache) cookieCache).addAll(((SharedPrefsCookiePersistor) cookiePersistor).c()); } @Override // f0.p public synchronized void a(w wVar, List list) { this.b.addAll(list); - CookiePersistor cookiePersistor = this.f2266c; + CookiePersistor cookiePersistor = this.f2267c; ArrayList arrayList = new ArrayList(); for (n nVar : list) { if (nVar.m) { @@ -49,7 +49,7 @@ public class PersistentCookieJar implements ClearableCookieJar { arrayList.add(next); } } - this.f2266c.removeAll(arrayList2); + this.f2267c.removeAll(arrayList2); return arrayList; } } diff --git a/app/src/main/java/com/github/mmin18/widget/RealtimeBlurView.java b/app/src/main/java/com/github/mmin18/widget/RealtimeBlurView.java index 0bd9db9af6..969736aeaf 100644 --- a/app/src/main/java/com/github/mmin18/widget/RealtimeBlurView.java +++ b/app/src/main/java/com/github/mmin18/widget/RealtimeBlurView.java @@ -30,20 +30,20 @@ public class RealtimeBlurView extends View { public Bitmap r; /* renamed from: s reason: collision with root package name */ - public Canvas f2267s; + public Canvas f2268s; public boolean t; public Paint u; public final Rect v = new Rect(); public final Rect w = new Rect(); /* renamed from: x reason: collision with root package name */ - public View f2268x; + public View f2269x; /* renamed from: y reason: collision with root package name */ - public boolean f2269y; + public boolean f2270y; /* renamed from: z reason: collision with root package name */ - public final ViewTreeObserver.OnPreDrawListener f2270z = new a(); + public final ViewTreeObserver.OnPreDrawListener f2271z = new a(); public class a implements ViewTreeObserver.OnPreDrawListener { public a() { @@ -58,7 +58,7 @@ public class RealtimeBlurView extends View { int[] iArr = new int[2]; RealtimeBlurView realtimeBlurView2 = RealtimeBlurView.this; Bitmap bitmap2 = realtimeBlurView2.r; - View view = realtimeBlurView2.f2268x; + View view = realtimeBlurView2.f2269x; if (view != null && realtimeBlurView2.isShown()) { RealtimeBlurView realtimeBlurView3 = RealtimeBlurView.this; float f = realtimeBlurView3.n; @@ -76,13 +76,13 @@ public class RealtimeBlurView extends View { int max = Math.max(1, (int) (((float) width) / f2)); int max2 = Math.max(1, (int) (((float) height) / f2)); boolean z3 = realtimeBlurView3.p; - if (realtimeBlurView3.f2267s == null || (bitmap = realtimeBlurView3.r) == null || bitmap.getWidth() != max || realtimeBlurView3.r.getHeight() != max2) { + if (realtimeBlurView3.f2268s == null || (bitmap = realtimeBlurView3.r) == null || bitmap.getWidth() != max || realtimeBlurView3.r.getHeight() != max2) { realtimeBlurView3.c(); try { Bitmap createBitmap = Bitmap.createBitmap(max, max2, Bitmap.Config.ARGB_8888); realtimeBlurView3.q = createBitmap; if (createBitmap != null) { - realtimeBlurView3.f2267s = new Canvas(realtimeBlurView3.q); + realtimeBlurView3.f2268s = new Canvas(realtimeBlurView3.q); Bitmap createBitmap2 = Bitmap.createBitmap(max, max2, Bitmap.Config.ARGB_8888); realtimeBlurView3.r = createBitmap2; if (createBitmap2 != null) { @@ -107,17 +107,17 @@ public class RealtimeBlurView extends View { int i2 = (-iArr[1]) + iArr[1]; RealtimeBlurView realtimeBlurView4 = RealtimeBlurView.this; realtimeBlurView4.q.eraseColor(realtimeBlurView4.m & ViewCompat.MEASURED_SIZE_MASK); - int save = RealtimeBlurView.this.f2267s.save(); + int save = RealtimeBlurView.this.f2268s.save(); RealtimeBlurView realtimeBlurView5 = RealtimeBlurView.this; realtimeBlurView5.t = true; RealtimeBlurView.i++; try { - realtimeBlurView5.f2267s.scale((((float) realtimeBlurView5.q.getWidth()) * 1.0f) / ((float) RealtimeBlurView.this.getWidth()), (((float) RealtimeBlurView.this.q.getHeight()) * 1.0f) / ((float) RealtimeBlurView.this.getHeight())); - RealtimeBlurView.this.f2267s.translate((float) (-i), (float) (-i2)); + realtimeBlurView5.f2268s.scale((((float) realtimeBlurView5.q.getWidth()) * 1.0f) / ((float) RealtimeBlurView.this.getWidth()), (((float) RealtimeBlurView.this.q.getHeight()) * 1.0f) / ((float) RealtimeBlurView.this.getHeight())); + RealtimeBlurView.this.f2268s.translate((float) (-i), (float) (-i2)); if (view.getBackground() != null) { - view.getBackground().draw(RealtimeBlurView.this.f2267s); + view.getBackground().draw(RealtimeBlurView.this.f2268s); } - view.draw(RealtimeBlurView.this.f2267s); + view.draw(RealtimeBlurView.this.f2268s); RealtimeBlurView.this.t = false; RealtimeBlurView.a(); realtimeBlurView = RealtimeBlurView.this; @@ -128,13 +128,13 @@ public class RealtimeBlurView extends View { } catch (Throwable th) { RealtimeBlurView.this.t = false; RealtimeBlurView.a(); - RealtimeBlurView.this.f2267s.restoreToCount(save); + RealtimeBlurView.this.f2268s.restoreToCount(save); throw th; } - realtimeBlurView.f2267s.restoreToCount(save); + realtimeBlurView.f2268s.restoreToCount(save); RealtimeBlurView realtimeBlurView6 = RealtimeBlurView.this; realtimeBlurView6.o.a(realtimeBlurView6.q, realtimeBlurView6.r); - if (z4 || RealtimeBlurView.this.f2269y) { + if (z4 || RealtimeBlurView.this.f2270y) { RealtimeBlurView.this.invalidate(); } } @@ -253,28 +253,28 @@ public class RealtimeBlurView extends View { public void onAttachedToWindow() { super.onAttachedToWindow(); View activityDecorView = getActivityDecorView(); - this.f2268x = activityDecorView; + this.f2269x = activityDecorView; boolean z2 = false; if (activityDecorView != null) { - activityDecorView.getViewTreeObserver().addOnPreDrawListener(this.f2270z); - if (this.f2268x.getRootView() != getRootView()) { + activityDecorView.getViewTreeObserver().addOnPreDrawListener(this.f2271z); + if (this.f2269x.getRootView() != getRootView()) { z2 = true; } - this.f2269y = z2; + this.f2270y = z2; if (z2) { - this.f2268x.postInvalidate(); + this.f2269x.postInvalidate(); return; } return; } - this.f2269y = false; + this.f2270y = false; } @Override // android.view.View public void onDetachedFromWindow() { - View view = this.f2268x; + View view = this.f2269x; if (view != null) { - view.getViewTreeObserver().removeOnPreDrawListener(this.f2270z); + view.getViewTreeObserver().removeOnPreDrawListener(this.f2271z); } b(); super.onDetachedFromWindow(); diff --git a/app/src/main/java/com/google/android/exoplayer2/Format.java b/app/src/main/java/com/google/android/exoplayer2/Format.java index d2026b81c3..87ff71b41b 100644 --- a/app/src/main/java/com/google/android/exoplayer2/Format.java +++ b/app/src/main/java/com/google/android/exoplayer2/Format.java @@ -52,7 +52,7 @@ public final class Format implements Parcelable { @Nullable /* renamed from: s reason: collision with root package name */ - public final String f2271s; + public final String f2272s; @Nullable public final String t; public final int u; @@ -61,13 +61,13 @@ public final class Format implements Parcelable { public final DrmInitData w; /* renamed from: x reason: collision with root package name */ - public final long f2272x; + public final long f2273x; /* renamed from: y reason: collision with root package name */ - public final int f2273y; + public final int f2274y; /* renamed from: z reason: collision with root package name */ - public final int f2274z; + public final int f2275z; public class a implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @@ -96,7 +96,7 @@ public final class Format implements Parcelable { @Nullable /* renamed from: c reason: collision with root package name */ - public String f2275c; + public String f2276c; public int d; public int e; public int f; @@ -120,7 +120,7 @@ public final class Format implements Parcelable { public float r; /* renamed from: s reason: collision with root package name */ - public int f2276s; + public int f2277s; public float t; @Nullable public byte[] u; @@ -129,13 +129,13 @@ public final class Format implements Parcelable { public ColorInfo w; /* renamed from: x reason: collision with root package name */ - public int f2277x; + public int f2278x; /* renamed from: y reason: collision with root package name */ - public int f2278y; + public int f2279y; /* renamed from: z reason: collision with root package name */ - public int f2279z; + public int f2280z; public b() { this.f = -1; @@ -147,39 +147,39 @@ public final class Format implements Parcelable { this.r = -1.0f; this.t = 1.0f; this.v = -1; - this.f2277x = -1; - this.f2278y = -1; - this.f2279z = -1; + this.f2278x = -1; + this.f2279y = -1; + this.f2280z = -1; this.C = -1; } public b(Format format, a aVar) { this.a = format.i; this.b = format.j; - this.f2275c = format.k; + this.f2276c = format.k; this.d = format.l; this.e = format.m; this.f = format.n; this.g = format.o; this.h = format.q; this.i = format.r; - this.j = format.f2271s; + this.j = format.f2272s; this.k = format.t; this.l = format.u; this.m = format.v; this.n = format.w; - this.o = format.f2272x; - this.p = format.f2273y; - this.q = format.f2274z; + this.o = format.f2273x; + this.p = format.f2274y; + this.q = format.f2275z; this.r = format.A; - this.f2276s = format.B; + this.f2277s = format.B; this.t = format.C; this.u = format.D; this.v = format.E; this.w = format.F; - this.f2277x = format.G; - this.f2278y = format.H; - this.f2279z = format.I; + this.f2278x = format.G; + this.f2279y = format.H; + this.f2280z = format.I; this.A = format.J; this.B = format.K; this.C = format.L; @@ -209,7 +209,7 @@ public final class Format implements Parcelable { this.p = readInt2 != -1 ? readInt2 : readInt; this.q = parcel.readString(); this.r = (Metadata) parcel.readParcelable(Metadata.class.getClassLoader()); - this.f2271s = parcel.readString(); + this.f2272s = parcel.readString(); this.t = parcel.readString(); this.u = parcel.readInt(); int readInt3 = parcel.readInt(); @@ -223,9 +223,9 @@ public final class Format implements Parcelable { } DrmInitData drmInitData = (DrmInitData) parcel.readParcelable(DrmInitData.class.getClassLoader()); this.w = drmInitData; - this.f2272x = parcel.readLong(); - this.f2273y = parcel.readInt(); - this.f2274z = parcel.readInt(); + this.f2273x = parcel.readLong(); + this.f2274y = parcel.readInt(); + this.f2275z = parcel.readInt(); this.A = parcel.readFloat(); this.B = parcel.readInt(); this.C = parcel.readFloat(); @@ -246,7 +246,7 @@ public final class Format implements Parcelable { public Format(b bVar, a aVar) { this.i = bVar.a; this.j = bVar.b; - this.k = f0.B(bVar.f2275c); + this.k = f0.B(bVar.f2276c); this.l = bVar.d; this.m = bVar.e; int i = bVar.f; @@ -256,18 +256,18 @@ public final class Format implements Parcelable { this.p = i2 != -1 ? i2 : i; this.q = bVar.h; this.r = bVar.i; - this.f2271s = bVar.j; + this.f2272s = bVar.j; this.t = bVar.k; this.u = bVar.l; List list = bVar.m; this.v = list == null ? Collections.emptyList() : list; DrmInitData drmInitData = bVar.n; this.w = drmInitData; - this.f2272x = bVar.o; - this.f2273y = bVar.p; - this.f2274z = bVar.q; + this.f2273x = bVar.o; + this.f2274y = bVar.p; + this.f2275z = bVar.q; this.A = bVar.r; - int i3 = bVar.f2276s; + int i3 = bVar.f2277s; int i4 = 0; this.B = i3 == -1 ? 0 : i3; float f = bVar.t; @@ -275,9 +275,9 @@ public final class Format implements Parcelable { this.D = bVar.u; this.E = bVar.v; this.F = bVar.w; - this.G = bVar.f2277x; - this.H = bVar.f2278y; - this.I = bVar.f2279z; + this.G = bVar.f2278x; + this.H = bVar.f2279y; + this.I = bVar.f2280z; int i5 = bVar.A; this.J = i5 == -1 ? 0 : i5; int i6 = bVar.B; @@ -323,7 +323,7 @@ public final class Format implements Parcelable { } Format format = (Format) obj; int i2 = this.N; - return (i2 == 0 || (i = format.N) == 0 || i2 == i) && this.l == format.l && this.m == format.m && this.n == format.n && this.o == format.o && this.u == format.u && this.f2272x == format.f2272x && this.f2273y == format.f2273y && this.f2274z == format.f2274z && this.B == format.B && this.E == format.E && this.G == format.G && this.H == format.H && this.I == format.I && this.J == format.J && this.K == format.K && this.L == format.L && Float.compare(this.A, format.A) == 0 && Float.compare(this.C, format.C) == 0 && f0.a(this.M, format.M) && f0.a(this.i, format.i) && f0.a(this.j, format.j) && f0.a(this.q, format.q) && f0.a(this.f2271s, format.f2271s) && f0.a(this.t, format.t) && f0.a(this.k, format.k) && Arrays.equals(this.D, format.D) && f0.a(this.r, format.r) && f0.a(this.F, format.F) && f0.a(this.w, format.w) && b(format); + return (i2 == 0 || (i = format.N) == 0 || i2 == i) && this.l == format.l && this.m == format.m && this.n == format.n && this.o == format.o && this.u == format.u && this.f2273x == format.f2273x && this.f2274y == format.f2274y && this.f2275z == format.f2275z && this.B == format.B && this.E == format.E && this.G == format.G && this.H == format.H && this.I == format.I && this.J == format.J && this.K == format.K && this.L == format.L && Float.compare(this.A, format.A) == 0 && Float.compare(this.C, format.C) == 0 && f0.a(this.M, format.M) && f0.a(this.i, format.i) && f0.a(this.j, format.j) && f0.a(this.q, format.q) && f0.a(this.f2272s, format.f2272s) && f0.a(this.t, format.t) && f0.a(this.k, format.k) && Arrays.equals(this.D, format.D) && f0.a(this.r, format.r) && f0.a(this.F, format.F) && f0.a(this.w, format.w) && b(format); } @Override // java.lang.Object @@ -340,10 +340,10 @@ public final class Format implements Parcelable { int hashCode4 = (hashCode3 + (str4 == null ? 0 : str4.hashCode())) * 31; Metadata metadata = this.r; int hashCode5 = (hashCode4 + (metadata == null ? 0 : metadata.hashCode())) * 31; - String str5 = this.f2271s; + String str5 = this.f2272s; int hashCode6 = (hashCode5 + (str5 == null ? 0 : str5.hashCode())) * 31; String str6 = this.t; - int floatToIntBits = (((((((((((((((Float.floatToIntBits(this.C) + ((((Float.floatToIntBits(this.A) + ((((((((((hashCode6 + (str6 == null ? 0 : str6.hashCode())) * 31) + this.u) * 31) + ((int) this.f2272x)) * 31) + this.f2273y) * 31) + this.f2274z) * 31)) * 31) + this.B) * 31)) * 31) + this.E) * 31) + this.G) * 31) + this.H) * 31) + this.I) * 31) + this.J) * 31) + this.K) * 31) + this.L) * 31; + int floatToIntBits = (((((((((((((((Float.floatToIntBits(this.C) + ((((Float.floatToIntBits(this.A) + ((((((((((hashCode6 + (str6 == null ? 0 : str6.hashCode())) * 31) + this.u) * 31) + ((int) this.f2273x)) * 31) + this.f2274y) * 31) + this.f2275z) * 31)) * 31) + this.B) * 31)) * 31) + this.E) * 31) + this.G) * 31) + this.H) * 31) + this.I) * 31) + this.J) * 31) + this.K) * 31) + this.L) * 31; Class cls = this.M; if (cls != null) { i = cls.hashCode(); @@ -360,7 +360,7 @@ public final class Format implements Parcelable { P.append(", "); P.append(this.j); P.append(", "); - P.append(this.f2271s); + P.append(this.f2272s); P.append(", "); P.append(this.t); P.append(", "); @@ -370,9 +370,9 @@ public final class Format implements Parcelable { P.append(", "); P.append(this.k); P.append(", ["); - P.append(this.f2273y); + P.append(this.f2274y); P.append(", "); - P.append(this.f2274z); + P.append(this.f2275z); P.append(", "); P.append(this.A); P.append("], ["); @@ -393,7 +393,7 @@ public final class Format implements Parcelable { parcel.writeString(this.q); int i2 = 0; parcel.writeParcelable(this.r, 0); - parcel.writeString(this.f2271s); + parcel.writeString(this.f2272s); parcel.writeString(this.t); parcel.writeInt(this.u); int size = this.v.size(); @@ -402,9 +402,9 @@ public final class Format implements Parcelable { parcel.writeByteArray(this.v.get(i3)); } parcel.writeParcelable(this.w, 0); - parcel.writeLong(this.f2272x); - parcel.writeInt(this.f2273y); - parcel.writeInt(this.f2274z); + parcel.writeLong(this.f2273x); + parcel.writeInt(this.f2274y); + parcel.writeInt(this.f2275z); parcel.writeFloat(this.A); parcel.writeInt(this.B); parcel.writeFloat(this.C); diff --git a/app/src/main/java/com/google/android/exoplayer2/audio/AudioProcessor.java b/app/src/main/java/com/google/android/exoplayer2/audio/AudioProcessor.java index b98d6ea4ea..ad3b76c2b6 100644 --- a/app/src/main/java/com/google/android/exoplayer2/audio/AudioProcessor.java +++ b/app/src/main/java/com/google/android/exoplayer2/audio/AudioProcessor.java @@ -17,13 +17,13 @@ public interface AudioProcessor { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2280c; + public final int f2281c; public final int d; public final int e; public a(int i, int i2, int i3) { this.b = i; - this.f2280c = i2; + this.f2281c = i2; this.d = i3; this.e = f0.z(i3) ? f0.s(i3, i2) : -1; } @@ -32,7 +32,7 @@ public interface AudioProcessor { StringBuilder P = c.d.b.a.a.P("AudioFormat[sampleRate="); P.append(this.b); P.append(", channelCount="); - P.append(this.f2280c); + P.append(this.f2281c); P.append(", encoding="); return c.d.b.a.a.y(P, this.d, ']'); } diff --git a/app/src/main/java/com/google/android/exoplayer2/audio/DefaultAudioSink.java b/app/src/main/java/com/google/android/exoplayer2/audio/DefaultAudioSink.java index 08b79bec8a..a37f7a5de1 100644 --- a/app/src/main/java/com/google/android/exoplayer2/audio/DefaultAudioSink.java +++ b/app/src/main/java/com/google/android/exoplayer2/audio/DefaultAudioSink.java @@ -83,7 +83,7 @@ public final class DefaultAudioSink implements AudioSink { public final b b; /* renamed from: c reason: collision with root package name */ - public final boolean f2281c; + public final boolean f2282c; public final v d; public final e0 e; public final AudioProcessor[] f; @@ -104,7 +104,7 @@ public final class DefaultAudioSink implements AudioSink { @Nullable /* renamed from: s reason: collision with root package name */ - public AudioTrack f2282s; + public AudioTrack f2283s; public n t; @Nullable public e u; @@ -113,13 +113,13 @@ public final class DefaultAudioSink implements AudioSink { @Nullable /* renamed from: x reason: collision with root package name */ - public ByteBuffer f2283x; + public ByteBuffer f2284x; /* renamed from: y reason: collision with root package name */ - public int f2284y; + public int f2285y; /* renamed from: z reason: collision with root package name */ - public long f2285z; + public long f2286z; public static final class InvalidAudioTrackTimestampException extends RuntimeException { } @@ -159,7 +159,7 @@ public final class DefaultAudioSink implements AudioSink { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2286c; + public final int f2287c; public final int d; public final int e; public final int f; @@ -171,7 +171,7 @@ public final class DefaultAudioSink implements AudioSink { int i8; this.a = format; this.b = i; - this.f2286c = i2; + this.f2287c = i2; this.d = i3; this.e = i4; this.f = i5; @@ -228,7 +228,7 @@ public final class DefaultAudioSink implements AudioSink { AudioAttributes d = d(nVar, z2); boolean z3 = true; AudioTrack.Builder sessionId = new AudioTrack.Builder().setAudioAttributes(d).setAudioFormat(y2).setTransferMode(1).setBufferSizeInBytes(this.h).setSessionId(i); - if (this.f2286c != 1) { + if (this.f2287c != 1) { z3 = false; } return sessionId.setOffloadedPlayback(z3).build(); @@ -296,7 +296,7 @@ public final class DefaultAudioSink implements AudioSink { } public boolean f() { - return this.f2286c == 1; + return this.f2287c == 1; } } @@ -305,7 +305,7 @@ public final class DefaultAudioSink implements AudioSink { public final b0 b; /* renamed from: c reason: collision with root package name */ - public final d0 f2287c; + public final d0 f2288c; public d(AudioProcessor... audioProcessorArr) { b0 b0Var = new b0(); @@ -314,14 +314,14 @@ public final class DefaultAudioSink implements AudioSink { this.a = audioProcessorArr2; System.arraycopy(audioProcessorArr, 0, audioProcessorArr2, 0, audioProcessorArr.length); this.b = b0Var; - this.f2287c = d0Var; + this.f2288c = d0Var; audioProcessorArr2[audioProcessorArr.length] = b0Var; audioProcessorArr2[audioProcessorArr.length + 1] = d0Var; } @Override // com.google.android.exoplayer2.audio.DefaultAudioSink.b public d1 a(d1 d1Var) { - d0 d0Var = this.f2287c; + d0 d0Var = this.f2288c; float f = d1Var.b; if (d0Var.f997c != f) { d0Var.f997c = f; @@ -337,7 +337,7 @@ public final class DefaultAudioSink implements AudioSink { @Override // com.google.android.exoplayer2.audio.DefaultAudioSink.b public long b(long j) { - d0 d0Var = this.f2287c; + d0 d0Var = this.f2288c; if (d0Var.o < Permission.VIEW_CHANNEL) { return (long) (((double) d0Var.f997c) * ((double) j)); } @@ -367,13 +367,13 @@ public final class DefaultAudioSink implements AudioSink { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final long f2288c; + public final long f2289c; public final long d; public e(d1 d1Var, boolean z2, long j, long j2, a aVar) { this.a = d1Var; this.b = z2; - this.f2288c = j; + this.f2289c = j; this.d = j2; } } @@ -448,7 +448,7 @@ public final class DefaultAudioSink implements AudioSink { S.append(", "); DefaultAudioSink defaultAudioSink = DefaultAudioSink.this; c cVar = defaultAudioSink.r; - S.append(cVar.f2286c == 0 ? defaultAudioSink.f2285z / ((long) cVar.b) : defaultAudioSink.A); + S.append(cVar.f2287c == 0 ? defaultAudioSink.f2286z / ((long) cVar.b) : defaultAudioSink.A); S.append(", "); S.append(DefaultAudioSink.this.D()); Log.w("DefaultAudioSink", S.toString()); @@ -465,7 +465,7 @@ public final class DefaultAudioSink implements AudioSink { S.append(", "); DefaultAudioSink defaultAudioSink = DefaultAudioSink.this; c cVar = defaultAudioSink.r; - S.append(cVar.f2286c == 0 ? defaultAudioSink.f2285z / ((long) cVar.b) : defaultAudioSink.A); + S.append(cVar.f2287c == 0 ? defaultAudioSink.f2286z / ((long) cVar.b) : defaultAudioSink.A); S.append(", "); S.append(DefaultAudioSink.this.D()); Log.w("DefaultAudioSink", S.toString()); @@ -484,7 +484,7 @@ public final class DefaultAudioSink implements AudioSink { @Override // android.media.AudioTrack.StreamEventCallback public void onDataRequest(AudioTrack audioTrack, int i) { k1.a aVar; - AnimatableValueParser.D(audioTrack == DefaultAudioSink.this.f2282s); + AnimatableValueParser.D(audioTrack == DefaultAudioSink.this.f2283s); DefaultAudioSink defaultAudioSink = DefaultAudioSink.this; AudioSink.a aVar2 = defaultAudioSink.p; if (aVar2 != null && defaultAudioSink.S && (aVar = y.this.Z0) != null) { @@ -495,7 +495,7 @@ public final class DefaultAudioSink implements AudioSink { @Override // android.media.AudioTrack.StreamEventCallback public void onTearDown(@NonNull AudioTrack audioTrack) { k1.a aVar; - AnimatableValueParser.D(audioTrack == DefaultAudioSink.this.f2282s); + AnimatableValueParser.D(audioTrack == DefaultAudioSink.this.f2283s); DefaultAudioSink defaultAudioSink = DefaultAudioSink.this; AudioSink.a aVar2 = defaultAudioSink.p; if (aVar2 != null && defaultAudioSink.S && (aVar = y.this.Z0) != null) { @@ -513,7 +513,7 @@ public final class DefaultAudioSink implements AudioSink { this.a = oVar; this.b = bVar; int i = f0.a; - this.f2281c = i >= 21 && z2; + this.f2282c = i >= 21 && z2; this.k = i >= 23 && z3; this.l = i >= 29 && z4; this.h = new ConditionVariable(true); @@ -659,7 +659,7 @@ public final class DefaultAudioSink implements AudioSink { public final long D() { c cVar = this.r; - return cVar.f2286c == 0 ? this.B / ((long) cVar.d) : this.C; + return cVar.f2287c == 0 ? this.B / ((long) cVar.d) : this.C; } public final void E() throws AudioSink.InitializationException { @@ -670,9 +670,9 @@ public final class DefaultAudioSink implements AudioSink { c cVar = this.r; Objects.requireNonNull(cVar); AudioTrack a2 = cVar.a(this.W, this.t, this.U); - this.f2282s = a2; + this.f2283s = a2; if (G(a2)) { - AudioTrack audioTrack = this.f2282s; + AudioTrack audioTrack = this.f2283s; if (this.m == null) { this.m = new h(); } @@ -680,20 +680,20 @@ public final class DefaultAudioSink implements AudioSink { Handler handler2 = hVar.a; Objects.requireNonNull(handler2); audioTrack.registerStreamEventCallback(new j(handler2), hVar.b); - AudioTrack audioTrack2 = this.f2282s; + AudioTrack audioTrack2 = this.f2283s; Format format = this.r.a; audioTrack2.setOffloadDelayPadding(format.J, format.K); } - this.U = this.f2282s.getAudioSessionId(); + this.U = this.f2283s.getAudioSessionId(); s sVar = this.i; - AudioTrack audioTrack3 = this.f2282s; + AudioTrack audioTrack3 = this.f2283s; c cVar2 = this.r; - sVar.e(audioTrack3, cVar2.f2286c == 2, cVar2.g, cVar2.d, cVar2.h); + sVar.e(audioTrack3, cVar2.f2287c == 2, cVar2.g, cVar2.d, cVar2.h); N(); int i = this.V.a; if (i != 0) { - this.f2282s.attachAuxEffect(i); - this.f2282s.setAuxEffectSendLevel(this.V.b); + this.f2283s.attachAuxEffect(i); + this.f2283s.setAuxEffectSendLevel(this.V.b); } this.F = true; } catch (AudioSink.InitializationException e2) { @@ -709,7 +709,7 @@ public final class DefaultAudioSink implements AudioSink { } public final boolean F() { - return this.f2282s != null; + return this.f2283s != null; } public final void I() { @@ -720,8 +720,8 @@ public final class DefaultAudioSink implements AudioSink { sVar.f1009z = sVar.b(); sVar.f1007x = SystemClock.elapsedRealtime() * 1000; sVar.A = D; - this.f2282s.stop(); - this.f2284y = 0; + this.f2283s.stop(); + this.f2285y = 0; } } @@ -760,7 +760,7 @@ public final class DefaultAudioSink implements AudioSink { } public final void K() { - this.f2285z = 0; + this.f2286z = 0; this.A = 0; this.B = 0; this.C = 0; @@ -776,8 +776,8 @@ public final class DefaultAudioSink implements AudioSink { this.R = false; this.Q = false; this.P = -1; - this.f2283x = null; - this.f2284y = 0; + this.f2284x = null; + this.f2285y = 0; this.e.o = 0; x(); } @@ -798,11 +798,11 @@ public final class DefaultAudioSink implements AudioSink { public final void M(d1 d1Var) { if (F()) { try { - this.f2282s.setPlaybackParams(new PlaybackParams().allowDefaults().setSpeed(d1Var.b).setPitch(d1Var.f789c).setAudioFallbackMode(2)); + this.f2283s.setPlaybackParams(new PlaybackParams().allowDefaults().setSpeed(d1Var.b).setPitch(d1Var.f789c).setAudioFallbackMode(2)); } catch (IllegalArgumentException e2) { p.c("DefaultAudioSink", "Failed to set playback params", e2); } - d1Var = new d1(this.f2282s.getPlaybackParams().getSpeed(), this.f2282s.getPlaybackParams().getPitch()); + d1Var = new d1(this.f2283s.getPlaybackParams().getSpeed(), this.f2283s.getPlaybackParams().getPitch()); s sVar = this.i; sVar.j = d1Var.b; r rVar = sVar.f; @@ -816,10 +816,10 @@ public final class DefaultAudioSink implements AudioSink { public final void N() { if (F()) { if (f0.a >= 21) { - this.f2282s.setVolume(this.H); + this.f2283s.setVolume(this.H); return; } - AudioTrack audioTrack = this.f2282s; + AudioTrack audioTrack = this.f2283s; float f2 = this.H; audioTrack.setStereoVolume(f2, f2); } @@ -829,7 +829,7 @@ public final class DefaultAudioSink implements AudioSink { if (this.W || !"audio/raw".equals(this.r.a.t)) { return false; } - return !(this.f2281c && f0.y(this.r.a.I)); + return !(this.f2282c && f0.y(this.r.a.I)); } /* JADX WARNING: Code restructure failed: missing block: B:44:0x00e2, code lost: @@ -867,7 +867,7 @@ public final class DefaultAudioSink implements AudioSink { s sVar = this.i; int b2 = sVar.e - ((int) (this.B - (sVar.b() * ((long) sVar.d)))); if (b2 > 0) { - i = this.f2282s.write(this.N, this.O, Math.min(remaining2, b2)); + i = this.f2283s.write(this.N, this.O, Math.min(remaining2, b2)); if (i > 0) { this.O += i; byteBuffer.position(byteBuffer.position() + i); @@ -892,7 +892,7 @@ public final class DefaultAudioSink implements AudioSink { throw writeException; } this.o.a = null; - if (G(this.f2282s)) { + if (G(this.f2283s)) { long j2 = this.C; if (j2 > 0) { this.Z = false; @@ -906,7 +906,7 @@ public final class DefaultAudioSink implements AudioSink { } } } - int i3 = this.r.f2286c; + int i3 = this.r.f2287c; if (i3 == 0) { this.B += (long) i; } @@ -926,39 +926,39 @@ public final class DefaultAudioSink implements AudioSink { } else { if (this.W) { AnimatableValueParser.D(j != -9223372036854775807L); - AudioTrack audioTrack = this.f2282s; + AudioTrack audioTrack = this.f2283s; if (i2 >= 26) { i = audioTrack.write(byteBuffer, remaining2, 1, j * 1000); } else { - if (this.f2283x == null) { + if (this.f2284x == null) { ByteBuffer allocate = ByteBuffer.allocate(16); - this.f2283x = allocate; + this.f2284x = allocate; allocate.order(ByteOrder.BIG_ENDIAN); - this.f2283x.putInt(1431633921); + this.f2284x.putInt(1431633921); } - if (this.f2284y == 0) { - this.f2283x.putInt(4, remaining2); - this.f2283x.putLong(8, j * 1000); - this.f2283x.position(0); - this.f2284y = remaining2; + if (this.f2285y == 0) { + this.f2284x.putInt(4, remaining2); + this.f2284x.putLong(8, j * 1000); + this.f2284x.position(0); + this.f2285y = remaining2; } - int remaining3 = this.f2283x.remaining(); + int remaining3 = this.f2284x.remaining(); if (remaining3 > 0) { - int write = audioTrack.write(this.f2283x, remaining3, 1); + int write = audioTrack.write(this.f2284x, remaining3, 1); if (write < 0) { - this.f2284y = 0; + this.f2285y = 0; i = write; } } i = audioTrack.write(byteBuffer, remaining2, 1); if (i < 0) { - this.f2284y = 0; + this.f2285y = 0; } else { - this.f2284y -= i; + this.f2285y -= i; } } } else { - i = this.f2282s.write(byteBuffer, remaining2, 1); + i = this.f2283s.write(byteBuffer, remaining2, 1); } this.X = SystemClock.elapsedRealtime(); if (i < 0) { @@ -1036,16 +1036,16 @@ public final class DefaultAudioSink implements AudioSink { AudioTrack audioTrack = this.i.f1005c; Objects.requireNonNull(audioTrack); if (audioTrack.getPlayState() == 3) { - this.f2282s.pause(); + this.f2283s.pause(); } - if (G(this.f2282s)) { + if (G(this.f2283s)) { h hVar = this.m; Objects.requireNonNull(hVar); - this.f2282s.unregisterStreamEventCallback(hVar.b); + this.f2283s.unregisterStreamEventCallback(hVar.b); hVar.a.removeCallbacksAndMessages(null); } - AudioTrack audioTrack2 = this.f2282s; - this.f2282s = null; + AudioTrack audioTrack2 = this.f2283s; + this.f2283s = null; if (f0.a < 21 && !this.T) { this.U = 0; } @@ -1096,7 +1096,7 @@ public final class DefaultAudioSink implements AudioSink { z2 = true; } if (z2) { - this.f2282s.pause(); + this.f2283s.pause(); } } } @@ -1280,12 +1280,12 @@ public final class DefaultAudioSink implements AudioSink { e eVar = this.v; long j9 = min - eVar.d; if (eVar.a.equals(d1.a)) { - j2 = this.v.f2288c + j9; + j2 = this.v.f2289c + j9; } else if (this.j.isEmpty()) { - j2 = this.b.b(j9) + this.v.f2288c; + j2 = this.b.b(j9) + this.v.f2289c; } else { e first = this.j.getFirst(); - j2 = first.f2288c - f0.p(first.d - min, this.v.a.b); + j2 = first.f2289c - f0.p(first.d - min, this.v.a.b); } return this.r.c(this.b.c()) + j2; } @@ -1338,7 +1338,7 @@ public final class DefaultAudioSink implements AudioSink { r rVar = this.i.f; Objects.requireNonNull(rVar); rVar.a(); - this.f2282s.play(); + this.f2283s.play(); } } @@ -1365,7 +1365,7 @@ public final class DefaultAudioSink implements AudioSink { c cVar = this.q; c cVar2 = this.r; Objects.requireNonNull(cVar); - if (!(cVar2.f2286c == cVar.f2286c && cVar2.g == cVar.g && cVar2.e == cVar.e && cVar2.f == cVar.f && cVar2.d == cVar.d)) { + if (!(cVar2.f2287c == cVar.f2287c && cVar2.g == cVar.g && cVar2.e == cVar.e && cVar2.f == cVar.f && cVar2.d == cVar.d)) { I(); if (g()) { return false; @@ -1374,9 +1374,9 @@ public final class DefaultAudioSink implements AudioSink { } else { this.r = this.q; this.q = null; - if (G(this.f2282s)) { - this.f2282s.setOffloadEndOfStream(); - AudioTrack audioTrack = this.f2282s; + if (G(this.f2283s)) { + this.f2283s.setOffloadEndOfStream(); + AudioTrack audioTrack = this.f2283s; Format format = this.r.a; audioTrack.setOffloadDelayPadding(format.J, format.K); this.Z = true; @@ -1428,7 +1428,7 @@ public final class DefaultAudioSink implements AudioSink { return true; } c cVar3 = this.r; - if (cVar3.f2286c != 0 && this.D == 0) { + if (cVar3.f2287c != 0 && this.D == 0) { int i6 = cVar3.g; switch (i6) { case 5: @@ -1544,7 +1544,7 @@ public final class DefaultAudioSink implements AudioSink { } long j2 = this.G; c cVar4 = this.r; - long j3 = ((((cVar4.f2286c == 0 ? this.f2285z / ((long) cVar4.b) : this.A) - this.e.o) * 1000000) / ((long) cVar4.a.H)) + j2; + long j3 = ((((cVar4.f2287c == 0 ? this.f2286z / ((long) cVar4.b) : this.A) - this.e.o) * 1000000) / ((long) cVar4.a.H)) + j2; if (!this.E && Math.abs(j3 - j) > 200000) { StringBuilder S = c.d.b.a.a.S("Discontinuity detected [expected ", j3, ", got "); S.append(j); @@ -1565,8 +1565,8 @@ public final class DefaultAudioSink implements AudioSink { y.this.X0 = true; } } - if (this.r.f2286c == 0) { - this.f2285z += (long) byteBuffer.remaining(); + if (this.r.f2287c == 0) { + this.f2286z += (long) byteBuffer.remaining(); } else { this.A += (long) (this.D * i); } @@ -1627,7 +1627,7 @@ public final class DefaultAudioSink implements AudioSink { return 0; } int i = format.I; - return (i == 2 || (this.f2281c && i == 4)) ? 2 : 1; + return (i == 2 || (this.f2282c && i == 4)) ? 2 : 1; } else if (this.l && !this.Y && H(format, this.t)) { return 2; } else { @@ -1654,7 +1654,7 @@ public final class DefaultAudioSink implements AudioSink { AnimatableValueParser.k(f0.z(format.I)); int s2 = f0.s(format.I, format.G); int i10 = format.I; - if (!this.f2281c || !f0.y(i10)) { + if (!this.f2282c || !f0.y(i10)) { i9 = 0; } AudioProcessor[] audioProcessorArr2 = i9 != 0 ? this.g : this.f; @@ -1685,10 +1685,10 @@ public final class DefaultAudioSink implements AudioSink { } int i14 = aVar.d; i4 = aVar.b; - i3 = f0.n(aVar.f2280c); + i3 = f0.n(aVar.f2281c); audioProcessorArr = audioProcessorArr2; i2 = i14; - i5 = f0.s(i14, aVar.f2280c); + i5 = f0.s(i14, aVar.f2281c); i6 = s2; i7 = 0; } else { @@ -1741,13 +1741,13 @@ public final class DefaultAudioSink implements AudioSink { if (!this.V.equals(tVar)) { int i = tVar.a; float f2 = tVar.b; - AudioTrack audioTrack = this.f2282s; + AudioTrack audioTrack = this.f2283s; if (audioTrack != null) { if (this.V.a != i) { audioTrack.attachAuxEffect(i); } if (i != 0) { - this.f2282s.setAuxEffectSendLevel(f2); + this.f2283s.setAuxEffectSendLevel(f2); } } this.V = tVar; diff --git a/app/src/main/java/com/google/android/exoplayer2/drm/DefaultDrmSession.java b/app/src/main/java/com/google/android/exoplayer2/drm/DefaultDrmSession.java index 3f5855210c..2fc066843e 100644 --- a/app/src/main/java/com/google/android/exoplayer2/drm/DefaultDrmSession.java +++ b/app/src/main/java/com/google/android/exoplayer2/drm/DefaultDrmSession.java @@ -55,7 +55,7 @@ public class DefaultDrmSession implements DrmSession { public final x b; /* renamed from: c reason: collision with root package name */ - public final a f2290c; + public final a f2291c; public final b d; public final int e; public final boolean f; @@ -77,7 +77,7 @@ public class DefaultDrmSession implements DrmSession { @Nullable /* renamed from: s reason: collision with root package name */ - public DrmSession.DrmSessionException f2291s; + public DrmSession.DrmSessionException f2292s; @Nullable public byte[] t; public byte[] u; @@ -177,14 +177,14 @@ public class DefaultDrmSession implements DrmSession { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final long f2292c; + public final long f2293c; public final Object d; public int e; public d(long j, boolean z2, long j2, Object obj) { this.a = j; this.b = z2; - this.f2292c = j2; + this.f2293c = j2; this.d = obj; } } @@ -209,12 +209,12 @@ public class DefaultDrmSession implements DrmSession { if (defaultDrmSession.n == 2 || defaultDrmSession.i()) { defaultDrmSession.w = null; if (obj2 instanceof Exception) { - ((DefaultDrmSessionManager.d) defaultDrmSession.f2290c).a((Exception) obj2); + ((DefaultDrmSessionManager.d) defaultDrmSession.f2291c).a((Exception) obj2); return; } try { defaultDrmSession.b.j((byte[]) obj2); - DefaultDrmSessionManager.d dVar = (DefaultDrmSessionManager.d) defaultDrmSession.f2290c; + DefaultDrmSessionManager.d dVar = (DefaultDrmSessionManager.d) defaultDrmSession.f2291c; for (DefaultDrmSession defaultDrmSession2 : DefaultDrmSessionManager.this.n) { if (defaultDrmSession2.l(false)) { defaultDrmSession2.h(true); @@ -222,7 +222,7 @@ public class DefaultDrmSession implements DrmSession { } DefaultDrmSessionManager.this.n.clear(); } catch (Exception e) { - ((DefaultDrmSessionManager.d) defaultDrmSession.f2290c).a(e); + ((DefaultDrmSessionManager.d) defaultDrmSession.f2291c).a(e); } } } else if (i == 1) { @@ -263,7 +263,7 @@ public class DefaultDrmSession implements DrmSession { Objects.requireNonNull(bArr); } this.l = uuid; - this.f2290c = aVar; + this.f2291c = aVar; this.d = bVar; this.b = xVar; this.e = i; @@ -349,7 +349,7 @@ public class DefaultDrmSession implements DrmSession { this.p.quit(); this.p = null; this.r = null; - this.f2291s = null; + this.f2292s = null; this.v = null; this.w = null; byte[] bArr = this.t; @@ -401,8 +401,8 @@ public class DefaultDrmSession implements DrmSession { if (defaultDrmSessionManager2.r == this) { defaultDrmSessionManager2.r = null; } - if (defaultDrmSessionManager2.f2294s == this) { - defaultDrmSessionManager2.f2294s = null; + if (defaultDrmSessionManager2.f2295s == this) { + defaultDrmSessionManager2.f2295s = null; } if (defaultDrmSessionManager2.n.size() > 1 && DefaultDrmSessionManager.this.n.get(0) == this) { DefaultDrmSessionManager.this.n.get(1).n(); @@ -438,7 +438,7 @@ public class DefaultDrmSession implements DrmSession { @Nullable public final DrmSession.DrmSessionException f() { if (this.n == 1) { - return this.f2291s; + return this.f2292s; } return null; } @@ -539,7 +539,7 @@ public class DefaultDrmSession implements DrmSession { } public final void j(Exception exc) { - this.f2291s = new DrmSession.DrmSessionException(exc); + this.f2292s = new DrmSession.DrmSessionException(exc); g(new c.i.a.c.z1.c(exc)); if (this.n != 4) { this.n = 1; @@ -548,7 +548,7 @@ public class DefaultDrmSession implements DrmSession { public final void k(Exception exc) { if (exc instanceof NotProvisionedException) { - ((DefaultDrmSessionManager.d) this.f2290c).b(this); + ((DefaultDrmSessionManager.d) this.f2291c).b(this); } else { j(exc); } @@ -569,7 +569,7 @@ public class DefaultDrmSession implements DrmSession { return true; } catch (NotProvisionedException e3) { if (z2) { - ((DefaultDrmSessionManager.d) this.f2290c).b(this); + ((DefaultDrmSessionManager.d) this.f2291c).b(this); return false; } j(e3); diff --git a/app/src/main/java/com/google/android/exoplayer2/drm/DefaultDrmSessionManager.java b/app/src/main/java/com/google/android/exoplayer2/drm/DefaultDrmSessionManager.java index ee1ba8528a..0da1af7a17 100644 --- a/app/src/main/java/com/google/android/exoplayer2/drm/DefaultDrmSessionManager.java +++ b/app/src/main/java/com/google/android/exoplayer2/drm/DefaultDrmSessionManager.java @@ -41,7 +41,7 @@ public class DefaultDrmSessionManager implements s { public final UUID b; /* renamed from: c reason: collision with root package name */ - public final x.c f2293c; + public final x.c f2294c; public final b0 d; public final HashMap e; public final boolean f; @@ -62,7 +62,7 @@ public class DefaultDrmSessionManager implements s { @Nullable /* renamed from: s reason: collision with root package name */ - public DefaultDrmSession f2294s; + public DefaultDrmSession f2295s; @Nullable public Looper t; public Handler u; @@ -72,7 +72,7 @@ public class DefaultDrmSessionManager implements s { @Nullable /* renamed from: x reason: collision with root package name */ - public volatile c f2295x; + public volatile c f2296x; public static final class MissingSchemeDataException extends Exception { public MissingSchemeDataException(UUID uuid, a aVar) { @@ -139,7 +139,7 @@ public class DefaultDrmSessionManager implements s { Objects.requireNonNull(uuid); AnimatableValueParser.n(!h0.b.equals(uuid), "Use C.CLEARKEY_UUID instead"); this.b = uuid; - this.f2293c = cVar; + this.f2294c = cVar; this.d = b0Var; this.e = hashMap; this.f = z2; @@ -166,7 +166,7 @@ public class DefaultDrmSessionManager implements s { this.p = i + 1; if (i == 0) { AnimatableValueParser.D(this.q == null); - x a2 = this.f2293c.a(this.b); + x a2 = this.f2294c.a(this.b); this.q = a2; a2.h(new b(null)); } @@ -184,8 +184,8 @@ public class DefaultDrmSessionManager implements s { } else { AnimatableValueParser.D(looper2 == looper); } - if (this.f2295x == null) { - this.f2295x = new c(looper); + if (this.f2296x == null) { + this.f2296x = new c(looper); } DrmInitData drmInitData = format.w; DefaultDrmSession defaultDrmSession = null; @@ -247,12 +247,12 @@ public class DefaultDrmSessionManager implements s { } } } else { - defaultDrmSession = this.f2294s; + defaultDrmSession = this.f2295s; } if (defaultDrmSession == null) { defaultDrmSession = e(list, false, aVar); if (!this.f) { - this.f2294s = defaultDrmSession; + this.f2295s = defaultDrmSession; } this.m.add(defaultDrmSession); } else { diff --git a/app/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecRenderer.java b/app/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecRenderer.java index 52c17ce3e6..ca1bd8c537 100644 --- a/app/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecRenderer.java +++ b/app/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecRenderer.java @@ -101,34 +101,34 @@ public abstract class MediaCodecRenderer extends g0 { public int Z; /* renamed from: a0 reason: collision with root package name */ - public boolean f2296a0; + public boolean f2297a0; /* renamed from: b0 reason: collision with root package name */ - public boolean f2297b0; + public boolean f2298b0; /* renamed from: c0 reason: collision with root package name */ - public boolean f2298c0; + public boolean f2299c0; /* renamed from: d0 reason: collision with root package name */ - public boolean f2299d0; + public boolean f2300d0; /* renamed from: e0 reason: collision with root package name */ - public boolean f2300e0; + public boolean f2301e0; /* renamed from: f0 reason: collision with root package name */ - public boolean f2301f0; + public boolean f2302f0; /* renamed from: g0 reason: collision with root package name */ - public boolean f2302g0; + public boolean f2303g0; /* renamed from: h0 reason: collision with root package name */ - public boolean f2303h0; + public boolean f2304h0; /* renamed from: i0 reason: collision with root package name */ - public boolean f2304i0; + public boolean f2305i0; /* renamed from: j0 reason: collision with root package name */ - public boolean f2305j0; + public boolean f2306j0; @Nullable public q k0; public long l0; @@ -149,15 +149,15 @@ public abstract class MediaCodecRenderer extends g0 { public int w0; /* renamed from: x reason: collision with root package name */ - public final float f2306x; + public final float f2307x; public int x0; /* renamed from: y reason: collision with root package name */ - public final DecoderInputBuffer f2307y = new DecoderInputBuffer(0); + public final DecoderInputBuffer f2308y = new DecoderInputBuffer(0); public boolean y0; /* renamed from: z reason: collision with root package name */ - public final DecoderInputBuffer f2308z = new DecoderInputBuffer(0); + public final DecoderInputBuffer f2309z = new DecoderInputBuffer(0); public boolean z0; public static class DecoderInitializationException extends Exception { @@ -195,7 +195,7 @@ public abstract class MediaCodecRenderer extends g0 { Objects.requireNonNull(tVar); this.v = tVar; this.w = z2; - this.f2306x = f; + this.f2307x = f; p pVar = new p(); this.B = pVar; this.C = new d0<>(); @@ -424,7 +424,7 @@ public abstract class MediaCodecRenderer extends g0 { public final boolean P() throws ExoPlaybackException { if (this.y0) { this.w0 = 1; - if (this.f2297b0 || this.f2299d0) { + if (this.f2298b0 || this.f2300d0) { this.x0 = 3; return false; } @@ -442,7 +442,7 @@ public abstract class MediaCodecRenderer extends g0 { int i; boolean z5; if (!(this.n0 >= 0)) { - if (!this.f2300e0 || !this.z0) { + if (!this.f2301e0 || !this.z0) { i = this.R.d(this.E); } else { try { @@ -460,9 +460,9 @@ public abstract class MediaCodecRenderer extends g0 { this.A0 = true; MediaFormat outputFormat = this.R.getOutputFormat(); if (this.Z != 0 && outputFormat.getInteger("width") == 32 && outputFormat.getInteger("height") == 32) { - this.f2304i0 = true; + this.f2305i0 = true; } else { - if (this.f2302g0) { + if (this.f2303g0) { outputFormat.setInteger("channel-count", 1); } this.T = outputFormat; @@ -470,12 +470,12 @@ public abstract class MediaCodecRenderer extends g0 { } return true; } - if (this.f2305j0 && (this.D0 || this.w0 == 2)) { + if (this.f2306j0 && (this.D0 || this.w0 == 2)) { k0(); } return false; - } else if (this.f2304i0) { - this.f2304i0 = false; + } else if (this.f2305i0) { + this.f2305i0 = false; this.R.releaseOutputBuffer(i, false); return true; } else { @@ -490,7 +490,7 @@ public abstract class MediaCodecRenderer extends g0 { MediaCodec.BufferInfo bufferInfo2 = this.E; byteBuffer.limit(bufferInfo2.offset + bufferInfo2.size); } - if (this.f2301f0) { + if (this.f2302f0) { MediaCodec.BufferInfo bufferInfo3 = this.E; if (bufferInfo3.presentationTimeUs == 0 && (bufferInfo3.flags & 4) != 0) { long j3 = this.B0; @@ -525,7 +525,7 @@ public abstract class MediaCodecRenderer extends g0 { } } } - if (!this.f2300e0 || !this.z0) { + if (!this.f2301e0 || !this.z0) { z3 = true; z2 = false; r rVar = this.R; @@ -578,20 +578,20 @@ public abstract class MediaCodecRenderer extends g0 { if (c2 < 0) { return false; } - this.f2308z.k = this.R.g(c2); - this.f2308z.p(); + this.f2309z.k = this.R.g(c2); + this.f2309z.p(); } if (this.w0 == 1) { - if (!this.f2305j0) { + if (!this.f2306j0) { this.z0 = true; this.R.queueInputBuffer(this.m0, 0, 0, 0, 4); r0(); } this.w0 = 2; return false; - } else if (this.f2303h0) { - this.f2303h0 = false; - ByteBuffer byteBuffer = this.f2308z.k; + } else if (this.f2304h0) { + this.f2304h0 = false; + ByteBuffer byteBuffer = this.f2309z.k; byte[] bArr = t; byteBuffer.put(bArr); this.R.queueInputBuffer(this.m0, 0, bArr.length, 0, 0); @@ -601,13 +601,13 @@ public abstract class MediaCodecRenderer extends g0 { } else { if (this.v0 == 1) { for (int i = 0; i < this.S.v.size(); i++) { - this.f2308z.k.put(this.S.v.get(i)); + this.f2309z.k.put(this.S.v.get(i)); } this.v0 = 2; } - int position = this.f2308z.k.position(); + int position = this.f2309z.k.position(); s0 A = A(); - int I = I(A, this.f2308z, false); + int I = I(A, this.f2309z, false); if (i()) { this.C0 = this.B0; } @@ -616,14 +616,14 @@ public abstract class MediaCodecRenderer extends g0 { } if (I == -5) { if (this.v0 == 2) { - this.f2308z.p(); + this.f2309z.p(); this.v0 = 1; } f0(A); return true; - } else if (this.f2308z.n()) { + } else if (this.f2309z.n()) { if (this.v0 == 2) { - this.f2308z.p(); + this.f2309z.p(); this.v0 = 1; } this.D0 = true; @@ -632,7 +632,7 @@ public abstract class MediaCodecRenderer extends g0 { return false; } try { - if (!this.f2305j0) { + if (!this.f2306j0) { this.z0 = true; this.R.queueInputBuffer(this.m0, 0, 0, 0, 4); r0(); @@ -641,10 +641,10 @@ public abstract class MediaCodecRenderer extends g0 { } catch (MediaCodec.CryptoException e) { throw z(e, this.I, false); } - } else if (this.y0 || this.f2308z.o()) { - boolean t2 = this.f2308z.t(); + } else if (this.y0 || this.f2309z.o()) { + boolean t2 = this.f2309z.t(); if (t2) { - b bVar = this.f2308z.j; + b bVar = this.f2309z.j; Objects.requireNonNull(bVar); if (position != 0) { if (bVar.d == null) { @@ -656,8 +656,8 @@ public abstract class MediaCodecRenderer extends g0 { iArr2[0] = iArr2[0] + position; } } - if (this.f2296a0 && !t2) { - ByteBuffer byteBuffer2 = this.f2308z.k; + if (this.f2297a0 && !t2) { + ByteBuffer byteBuffer2 = this.f2309z.k; byte[] bArr2 = u.a; int position2 = byteBuffer2.position(); int i2 = 0; @@ -686,12 +686,12 @@ public abstract class MediaCodecRenderer extends g0 { } i2 = i4; } - if (this.f2308z.k.position() == 0) { + if (this.f2309z.k.position() == 0) { return true; } - this.f2296a0 = false; + this.f2297a0 = false; } - DecoderInputBuffer decoderInputBuffer = this.f2308z; + DecoderInputBuffer decoderInputBuffer = this.f2309z; long j = decoderInputBuffer.m; q qVar = this.k0; if (qVar != null) { @@ -722,7 +722,7 @@ public abstract class MediaCodecRenderer extends g0 { } } } - if (this.f2308z.m()) { + if (this.f2309z.m()) { this.D.add(Long.valueOf(j)); } if (this.F0) { @@ -730,23 +730,23 @@ public abstract class MediaCodecRenderer extends g0 { this.F0 = false; } if (this.k0 != null) { - this.B0 = Math.max(this.B0, this.f2308z.m); + this.B0 = Math.max(this.B0, this.f2309z.m); } else { this.B0 = Math.max(this.B0, j); } - this.f2308z.s(); - if (this.f2308z.l()) { - Z(this.f2308z); + this.f2309z.s(); + if (this.f2309z.l()) { + Z(this.f2309z); } - j0(this.f2308z); + j0(this.f2309z); if (t2) { try { - this.R.a(this.m0, 0, this.f2308z.j, j, 0); + this.R.a(this.m0, 0, this.f2309z.j, j, 0); } catch (MediaCodec.CryptoException e2) { throw z(e2, this.I, false); } } else { - this.R.queueInputBuffer(this.m0, 0, this.f2308z.k.limit(), j, 0); + this.R.queueInputBuffer(this.m0, 0, this.f2309z.k.limit(), j, 0); } r0(); this.y0 = true; @@ -754,7 +754,7 @@ public abstract class MediaCodecRenderer extends g0 { this.L0.f1016c++; return true; } else { - this.f2308z.p(); + this.f2309z.p(); if (this.v0 == 2) { this.v0 = 1; } @@ -775,7 +775,7 @@ public abstract class MediaCodecRenderer extends g0 { if (this.R == null) { return false; } - if (this.x0 == 3 || this.f2297b0 || ((this.f2298c0 && !this.A0) || (this.f2299d0 && this.z0))) { + if (this.x0 == 3 || this.f2298b0 || ((this.f2299c0 && !this.A0) || (this.f2300d0 && this.z0))) { n0(); return true; } @@ -863,7 +863,7 @@ public abstract class MediaCodecRenderer extends g0 { Objects.requireNonNull(formatArr); f = W(f2, format, formatArr); } - float f3 = f <= this.f2306x ? -1.0f : f; + float f3 = f <= this.f2307x ? -1.0f : f; r rVar = null; try { long elapsedRealtime = SystemClock.elapsedRealtime(); @@ -893,9 +893,9 @@ public abstract class MediaCodecRenderer extends g0 { if (str2.startsWith("SM-T585") || str2.startsWith("SM-A510") || str2.startsWith("SM-A520") || str2.startsWith("SM-J700")) { i = 2; this.Z = i; - this.f2296a0 = i2 >= 21 && this.S.v.isEmpty() && "OMX.MTK.VIDEO.DECODER.AVC".equals(str); - this.f2297b0 = i2 >= 18 || (i2 == 18 && ("OMX.SEC.avc.dec".equals(str) || "OMX.SEC.avc.dec.secure".equals(str))) || (i2 == 19 && f0.d.startsWith("SM-G800") && ("OMX.Exynos.avc.dec".equals(str) || "OMX.Exynos.avc.dec.secure".equals(str))); - this.f2298c0 = i2 != 29 && "c2.android.aac.decoder".equals(str); + this.f2297a0 = i2 >= 21 && this.S.v.isEmpty() && "OMX.MTK.VIDEO.DECODER.AVC".equals(str); + this.f2298b0 = i2 >= 18 || (i2 == 18 && ("OMX.SEC.avc.dec".equals(str) || "OMX.SEC.avc.dec.secure".equals(str))) || (i2 == 19 && f0.d.startsWith("SM-G800") && ("OMX.Exynos.avc.dec".equals(str) || "OMX.Exynos.avc.dec.secure".equals(str))); + this.f2299c0 = i2 != 29 && "c2.android.aac.decoder".equals(str); if (i2 > 23 || !"OMX.google.vorbis.decoder".equals(str)) { if (i2 <= 19) { String str3 = f0.b; @@ -905,16 +905,16 @@ public abstract class MediaCodecRenderer extends g0 { } } z2 = false; - this.f2299d0 = z2; - this.f2300e0 = i2 != 21 && "OMX.google.aac.decoder".equals(str); + this.f2300d0 = z2; + this.f2301e0 = i2 != 21 && "OMX.google.aac.decoder".equals(str); if (i2 < 21 && "OMX.SEC.mp3.dec".equals(str) && "samsung".equals(f0.f911c)) { String str4 = f0.b; if (str4.startsWith("baffin") || str4.startsWith("grand") || str4.startsWith("fortuna") || str4.startsWith("gprimelte") || str4.startsWith("j2y18lte") || str4.startsWith("ms01")) { z3 = true; - this.f2301f0 = z3; - this.f2302g0 = i2 > 18 && this.S.G == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str); + this.f2302f0 = z3; + this.f2303g0 = i2 > 18 && this.S.G == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str); String str5 = sVar.a; - this.f2305j0 = !((i2 > 25 && "OMX.rk.video_decoder.avc".equals(str5)) || ((i2 <= 17 && "OMX.allwinner.video.decoder.avc".equals(str5)) || ((i2 <= 29 && ("OMX.broadcom.video_decoder.tunnel".equals(str5) || "OMX.broadcom.video_decoder.tunnel.secure".equals(str5))) || ("Amazon".equals(f0.f911c) && "AFTS".equals(f0.d) && sVar.f)))) || V(); + this.f2306j0 = !((i2 > 25 && "OMX.rk.video_decoder.avc".equals(str5)) || ((i2 <= 17 && "OMX.allwinner.video.decoder.avc".equals(str5)) || ((i2 <= 29 && ("OMX.broadcom.video_decoder.tunnel".equals(str5) || "OMX.broadcom.video_decoder.tunnel.secure".equals(str5))) || ("Amazon".equals(f0.f911c) && "AFTS".equals(f0.d) && sVar.f)))) || V(); if ("c2.android.mp3.decoder".equals(sVar.a)) { this.k0 = new q(); } @@ -926,10 +926,10 @@ public abstract class MediaCodecRenderer extends g0 { } } z3 = false; - this.f2301f0 = z3; - this.f2302g0 = i2 > 18 && this.S.G == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str); + this.f2302f0 = z3; + this.f2303g0 = i2 > 18 && this.S.G == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str); String str5 = sVar.a; - this.f2305j0 = !((i2 > 25 && "OMX.rk.video_decoder.avc".equals(str5)) || ((i2 <= 17 && "OMX.allwinner.video.decoder.avc".equals(str5)) || ((i2 <= 29 && ("OMX.broadcom.video_decoder.tunnel".equals(str5) || "OMX.broadcom.video_decoder.tunnel.secure".equals(str5))) || ("Amazon".equals(f0.f911c) && "AFTS".equals(f0.d) && sVar.f)))) || V(); + this.f2306j0 = !((i2 > 25 && "OMX.rk.video_decoder.avc".equals(str5)) || ((i2 <= 17 && "OMX.allwinner.video.decoder.avc".equals(str5)) || ((i2 <= 29 && ("OMX.broadcom.video_decoder.tunnel".equals(str5) || "OMX.broadcom.video_decoder.tunnel.secure".equals(str5))) || ("Amazon".equals(f0.f911c) && "AFTS".equals(f0.d) && sVar.f)))) || V(); if ("c2.android.mp3.decoder".equals(sVar.a)) { } if (this.m == 2) { @@ -938,14 +938,14 @@ public abstract class MediaCodecRenderer extends g0 { d0(str, elapsedRealtime2, elapsedRealtime2 - elapsedRealtime); } z2 = true; - this.f2299d0 = z2; - this.f2300e0 = i2 != 21 && "OMX.google.aac.decoder".equals(str); + this.f2300d0 = z2; + this.f2301e0 = i2 != 21 && "OMX.google.aac.decoder".equals(str); String str4 = f0.b; z3 = true; - this.f2301f0 = z3; - this.f2302g0 = i2 > 18 && this.S.G == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str); + this.f2302f0 = z3; + this.f2303g0 = i2 > 18 && this.S.G == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str); String str5 = sVar.a; - this.f2305j0 = !((i2 > 25 && "OMX.rk.video_decoder.avc".equals(str5)) || ((i2 <= 17 && "OMX.allwinner.video.decoder.avc".equals(str5)) || ((i2 <= 29 && ("OMX.broadcom.video_decoder.tunnel".equals(str5) || "OMX.broadcom.video_decoder.tunnel.secure".equals(str5))) || ("Amazon".equals(f0.f911c) && "AFTS".equals(f0.d) && sVar.f)))) || V(); + this.f2306j0 = !((i2 > 25 && "OMX.rk.video_decoder.avc".equals(str5)) || ((i2 <= 17 && "OMX.allwinner.video.decoder.avc".equals(str5)) || ((i2 <= 29 && ("OMX.broadcom.video_decoder.tunnel".equals(str5) || "OMX.broadcom.video_decoder.tunnel.secure".equals(str5))) || ("Amazon".equals(f0.f911c) && "AFTS".equals(f0.d) && sVar.f)))) || V(); if ("c2.android.mp3.decoder".equals(sVar.a)) { } if (this.m == 2) { @@ -959,20 +959,20 @@ public abstract class MediaCodecRenderer extends g0 { if ("flounder".equals(str6) || "flounder_lte".equals(str6) || "grouper".equals(str6) || "tilapia".equals(str6)) { i = 1; this.Z = i; - this.f2296a0 = i2 >= 21 && this.S.v.isEmpty() && "OMX.MTK.VIDEO.DECODER.AVC".equals(str); - this.f2297b0 = i2 >= 18 || (i2 == 18 && ("OMX.SEC.avc.dec".equals(str) || "OMX.SEC.avc.dec.secure".equals(str))) || (i2 == 19 && f0.d.startsWith("SM-G800") && ("OMX.Exynos.avc.dec".equals(str) || "OMX.Exynos.avc.dec.secure".equals(str))); - this.f2298c0 = i2 != 29 && "c2.android.aac.decoder".equals(str); + this.f2297a0 = i2 >= 21 && this.S.v.isEmpty() && "OMX.MTK.VIDEO.DECODER.AVC".equals(str); + this.f2298b0 = i2 >= 18 || (i2 == 18 && ("OMX.SEC.avc.dec".equals(str) || "OMX.SEC.avc.dec.secure".equals(str))) || (i2 == 19 && f0.d.startsWith("SM-G800") && ("OMX.Exynos.avc.dec".equals(str) || "OMX.Exynos.avc.dec.secure".equals(str))); + this.f2299c0 = i2 != 29 && "c2.android.aac.decoder".equals(str); if (i2 <= 19) { } z2 = false; - this.f2299d0 = z2; - this.f2300e0 = i2 != 21 && "OMX.google.aac.decoder".equals(str); + this.f2300d0 = z2; + this.f2301e0 = i2 != 21 && "OMX.google.aac.decoder".equals(str); String str4 = f0.b; z3 = true; - this.f2301f0 = z3; - this.f2302g0 = i2 > 18 && this.S.G == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str); + this.f2302f0 = z3; + this.f2303g0 = i2 > 18 && this.S.G == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str); String str5 = sVar.a; - this.f2305j0 = !((i2 > 25 && "OMX.rk.video_decoder.avc".equals(str5)) || ((i2 <= 17 && "OMX.allwinner.video.decoder.avc".equals(str5)) || ((i2 <= 29 && ("OMX.broadcom.video_decoder.tunnel".equals(str5) || "OMX.broadcom.video_decoder.tunnel.secure".equals(str5))) || ("Amazon".equals(f0.f911c) && "AFTS".equals(f0.d) && sVar.f)))) || V(); + this.f2306j0 = !((i2 > 25 && "OMX.rk.video_decoder.avc".equals(str5)) || ((i2 <= 17 && "OMX.allwinner.video.decoder.avc".equals(str5)) || ((i2 <= 29 && ("OMX.broadcom.video_decoder.tunnel".equals(str5) || "OMX.broadcom.video_decoder.tunnel.secure".equals(str5))) || ("Amazon".equals(f0.f911c) && "AFTS".equals(f0.d) && sVar.f)))) || V(); if ("c2.android.mp3.decoder".equals(sVar.a)) { } if (this.m == 2) { @@ -983,20 +983,20 @@ public abstract class MediaCodecRenderer extends g0 { } i = 0; this.Z = i; - this.f2296a0 = i2 >= 21 && this.S.v.isEmpty() && "OMX.MTK.VIDEO.DECODER.AVC".equals(str); - this.f2297b0 = i2 >= 18 || (i2 == 18 && ("OMX.SEC.avc.dec".equals(str) || "OMX.SEC.avc.dec.secure".equals(str))) || (i2 == 19 && f0.d.startsWith("SM-G800") && ("OMX.Exynos.avc.dec".equals(str) || "OMX.Exynos.avc.dec.secure".equals(str))); - this.f2298c0 = i2 != 29 && "c2.android.aac.decoder".equals(str); + this.f2297a0 = i2 >= 21 && this.S.v.isEmpty() && "OMX.MTK.VIDEO.DECODER.AVC".equals(str); + this.f2298b0 = i2 >= 18 || (i2 == 18 && ("OMX.SEC.avc.dec".equals(str) || "OMX.SEC.avc.dec.secure".equals(str))) || (i2 == 19 && f0.d.startsWith("SM-G800") && ("OMX.Exynos.avc.dec".equals(str) || "OMX.Exynos.avc.dec.secure".equals(str))); + this.f2299c0 = i2 != 29 && "c2.android.aac.decoder".equals(str); if (i2 <= 19) { } z2 = false; - this.f2299d0 = z2; - this.f2300e0 = i2 != 21 && "OMX.google.aac.decoder".equals(str); + this.f2300d0 = z2; + this.f2301e0 = i2 != 21 && "OMX.google.aac.decoder".equals(str); String str4 = f0.b; z3 = true; - this.f2301f0 = z3; - this.f2302g0 = i2 > 18 && this.S.G == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str); + this.f2302f0 = z3; + this.f2303g0 = i2 > 18 && this.S.G == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str); String str5 = sVar.a; - this.f2305j0 = !((i2 > 25 && "OMX.rk.video_decoder.avc".equals(str5)) || ((i2 <= 17 && "OMX.allwinner.video.decoder.avc".equals(str5)) || ((i2 <= 29 && ("OMX.broadcom.video_decoder.tunnel".equals(str5) || "OMX.broadcom.video_decoder.tunnel.secure".equals(str5))) || ("Amazon".equals(f0.f911c) && "AFTS".equals(f0.d) && sVar.f)))) || V(); + this.f2306j0 = !((i2 > 25 && "OMX.rk.video_decoder.avc".equals(str5)) || ((i2 <= 17 && "OMX.allwinner.video.decoder.avc".equals(str5)) || ((i2 <= 29 && ("OMX.broadcom.video_decoder.tunnel".equals(str5) || "OMX.broadcom.video_decoder.tunnel.secure".equals(str5))) || ("Amazon".equals(f0.f911c) && "AFTS".equals(f0.d) && sVar.f)))) || V(); if ("c2.android.mp3.decoder".equals(sVar.a)) { } if (this.m == 2) { @@ -1246,10 +1246,10 @@ public abstract class MediaCodecRenderer extends g0 { this.u0 = true; this.v0 = 1; int i3 = this.Z; - if (!(i3 == 2 || (i3 == 1 && format.f2273y == format2.f2273y && format.f2274z == format2.f2274z))) { + if (!(i3 == 2 || (i3 == 1 && format.f2274y == format2.f2274y && format.f2275z == format2.f2275z))) { z4 = false; } - this.f2303h0 = z4; + this.f2304h0 = z4; this.S = format; if (z5) { } @@ -1259,7 +1259,7 @@ public abstract class MediaCodecRenderer extends g0 { if (!z5) { if (this.y0) { this.w0 = 1; - if (this.f2297b0 || this.f2299d0) { + if (this.f2298b0 || this.f2300d0) { this.x0 = 3; z4 = false; } else { @@ -1333,12 +1333,12 @@ public abstract class MediaCodecRenderer extends g0 { public final boolean m0(boolean z2) throws ExoPlaybackException { s0 A = A(); - this.f2307y.p(); - int I = I(A, this.f2307y, z2); + this.f2308y.p(); + int I = I(A, this.f2308y, z2); if (I == -5) { f0(A); return true; - } else if (I != -4 || !this.f2307y.n()) { + } else if (I != -4 || !this.f2308y.n()) { return false; } else { this.D0 = true; @@ -1409,8 +1409,8 @@ public abstract class MediaCodecRenderer extends g0 { this.l0 = -9223372036854775807L; this.z0 = false; this.y0 = false; - this.f2303h0 = false; - this.f2304i0 = false; + this.f2304h0 = false; + this.f2305i0 = false; this.p0 = false; this.q0 = false; this.D.clear(); @@ -1498,14 +1498,14 @@ public abstract class MediaCodecRenderer extends g0 { this.A0 = false; this.V = -1.0f; this.Z = 0; - this.f2296a0 = false; - this.f2297b0 = false; - this.f2298c0 = false; - this.f2299d0 = false; - this.f2300e0 = false; - this.f2301f0 = false; - this.f2302g0 = false; - this.f2305j0 = false; + this.f2297a0 = false; + this.f2298b0 = false; + this.f2299c0 = false; + this.f2300d0 = false; + this.f2301e0 = false; + this.f2302f0 = false; + this.f2303g0 = false; + this.f2306j0 = false; this.u0 = false; this.v0 = 0; this.N = false; @@ -1513,7 +1513,7 @@ public abstract class MediaCodecRenderer extends g0 { public final void r0() { this.m0 = -1; - this.f2308z.k = null; + this.f2309z.k = null; } public final void s0(@Nullable DrmSession drmSession) { @@ -1571,7 +1571,7 @@ public abstract class MediaCodecRenderer extends g0 { if (W == -1.0f) { O(); return false; - } else if (f2 == -1.0f && W <= this.f2306x) { + } else if (f2 == -1.0f && W <= this.f2307x) { return true; } else { Bundle bundle = new Bundle(); diff --git a/app/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecUtil.java b/app/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecUtil.java index 5d49c3d766..86c1cc6bb6 100644 --- a/app/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecUtil.java +++ b/app/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecUtil.java @@ -28,7 +28,7 @@ public final class MediaCodecUtil { public static final HashMap> b = new HashMap<>(); /* renamed from: c reason: collision with root package name */ - public static int f2309c = -1; + public static int f2310c = -1; public static class DecoderQueryException extends Exception { public DecoderQueryException(Throwable th, a aVar) { @@ -41,12 +41,12 @@ public final class MediaCodecUtil { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f2310c; + public final boolean f2311c; public b(String str, boolean z2, boolean z3) { this.a = str; this.b = z2; - this.f2310c = z3; + this.f2311c = z3; } public boolean equals(@Nullable Object obj) { @@ -57,13 +57,13 @@ public final class MediaCodecUtil { return false; } b bVar = (b) obj; - return TextUtils.equals(this.a, bVar.a) && this.b == bVar.b && this.f2310c == bVar.f2310c; + return TextUtils.equals(this.a, bVar.a) && this.b == bVar.b && this.f2311c == bVar.f2311c; } public int hashCode() { int i = 1231; int m = (c.d.b.a.a.m(this.a, 31, 31) + (this.b ? 1231 : 1237)) * 31; - if (!this.f2310c) { + if (!this.f2311c) { i = 1237; } return m + i; @@ -1305,7 +1305,7 @@ public final class MediaCodecUtil { MediaCodecInfo.CodecCapabilities capabilitiesForType = a2.getCapabilitiesForType(b2); boolean b3 = cVar.b("tunneled-playback", b2, capabilitiesForType); boolean c2 = cVar.c("tunneled-playback", b2, capabilitiesForType); - boolean z5 = bVar2.f2310c; + boolean z5 = bVar2.f2311c; if (z5 || !c2) { if (!z5 || b3) { boolean b4 = cVar.b("secure-playback", b2, capabilitiesForType); @@ -1490,7 +1490,7 @@ public final class MediaCodecUtil { public static int i() throws DecoderQueryException { int i; - if (f2309c == -1) { + if (f2310c == -1) { int i2 = 0; s d2 = d("video/avc", false, false); if (d2 != null) { @@ -1545,9 +1545,9 @@ public final class MediaCodecUtil { } i2 = Math.max(i3, f0.a >= 21 ? 345600 : 172800); } - f2309c = i2; + f2310c = i2; } - return f2309c; + return f2310c; } public static void j(List list, f fVar) { diff --git a/app/src/main/java/com/google/android/exoplayer2/metadata/scte35/SpliceInsertCommand.java b/app/src/main/java/com/google/android/exoplayer2/metadata/scte35/SpliceInsertCommand.java index 29dd8cf714..6965fa5f32 100644 --- a/app/src/main/java/com/google/android/exoplayer2/metadata/scte35/SpliceInsertCommand.java +++ b/app/src/main/java/com/google/android/exoplayer2/metadata/scte35/SpliceInsertCommand.java @@ -19,7 +19,7 @@ public final class SpliceInsertCommand extends SpliceCommand { public final long r; /* renamed from: s reason: collision with root package name */ - public final int f2311s; + public final int f2312s; public final int t; public final int u; @@ -42,18 +42,18 @@ public final class SpliceInsertCommand extends SpliceCommand { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f2312c; + public final long f2313c; public b(int i, long j, long j2) { this.a = i; this.b = j; - this.f2312c = j2; + this.f2313c = j2; } public b(int i, long j, long j2, a aVar) { this.a = i; this.b = j; - this.f2312c = j2; + this.f2313c = j2; } } @@ -68,7 +68,7 @@ public final class SpliceInsertCommand extends SpliceCommand { this.p = Collections.unmodifiableList(list); this.q = z6; this.r = j4; - this.f2311s = i; + this.f2312s = i; this.t = i2; this.u = i3; } @@ -90,7 +90,7 @@ public final class SpliceInsertCommand extends SpliceCommand { this.p = Collections.unmodifiableList(arrayList); this.q = parcel.readByte() == 1 ? true : z2; this.r = parcel.readLong(); - this.f2311s = parcel.readInt(); + this.f2312s = parcel.readInt(); this.t = parcel.readInt(); this.u = parcel.readInt(); } @@ -110,11 +110,11 @@ public final class SpliceInsertCommand extends SpliceCommand { b bVar = this.p.get(i2); parcel.writeInt(bVar.a); parcel.writeLong(bVar.b); - parcel.writeLong(bVar.f2312c); + parcel.writeLong(bVar.f2313c); } parcel.writeByte(this.q ? (byte) 1 : 0); parcel.writeLong(this.r); - parcel.writeInt(this.f2311s); + parcel.writeInt(this.f2312s); parcel.writeInt(this.t); parcel.writeInt(this.u); } diff --git a/app/src/main/java/com/google/android/exoplayer2/metadata/scte35/SpliceScheduleCommand.java b/app/src/main/java/com/google/android/exoplayer2/metadata/scte35/SpliceScheduleCommand.java index d5c19f43cc..e6f1c5f730 100644 --- a/app/src/main/java/com/google/android/exoplayer2/metadata/scte35/SpliceScheduleCommand.java +++ b/app/src/main/java/com/google/android/exoplayer2/metadata/scte35/SpliceScheduleCommand.java @@ -43,7 +43,7 @@ public final class SpliceScheduleCommand extends SpliceCommand { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f2313c; + public final boolean f2314c; public final boolean d; public final long e; public final List f; @@ -56,7 +56,7 @@ public final class SpliceScheduleCommand extends SpliceCommand { public c(long j, boolean z2, boolean z3, boolean z4, List list, long j2, boolean z5, long j3, int i, int i2, int i3) { this.a = j; this.b = z2; - this.f2313c = z3; + this.f2314c = z3; this.d = z4; this.f = Collections.unmodifiableList(list); this.e = j2; @@ -71,7 +71,7 @@ public final class SpliceScheduleCommand extends SpliceCommand { this.a = parcel.readLong(); boolean z2 = false; this.b = parcel.readByte() == 1; - this.f2313c = parcel.readByte() == 1; + this.f2314c = parcel.readByte() == 1; this.d = parcel.readByte() == 1; int readInt = parcel.readInt(); ArrayList arrayList = new ArrayList(readInt); @@ -109,7 +109,7 @@ public final class SpliceScheduleCommand extends SpliceCommand { c cVar = this.i.get(i2); parcel.writeLong(cVar.a); parcel.writeByte(cVar.b ? (byte) 1 : 0); - parcel.writeByte(cVar.f2313c ? (byte) 1 : 0); + parcel.writeByte(cVar.f2314c ? (byte) 1 : 0); parcel.writeByte(cVar.d ? (byte) 1 : 0); int size2 = cVar.f.size(); parcel.writeInt(size2); diff --git a/app/src/main/java/com/google/android/exoplayer2/trackselection/DefaultTrackSelector.java b/app/src/main/java/com/google/android/exoplayer2/trackselection/DefaultTrackSelector.java index 5b546d63f4..91fd947d84 100644 --- a/app/src/main/java/com/google/android/exoplayer2/trackselection/DefaultTrackSelector.java +++ b/app/src/main/java/com/google/android/exoplayer2/trackselection/DefaultTrackSelector.java @@ -40,7 +40,7 @@ import org.checkerframework.checker.nullness.qual.EnsuresNonNull; public class DefaultTrackSelector extends i { /* renamed from: c reason: collision with root package name */ - public static final int[] f2314c = new int[0]; + public static final int[] f2315c = new int[0]; public static final p0 d = p0.a(c.i.a.c.f2.c.i); public static final p0 e = p0.a(c.i.a.c.f2.b.i); public final g.b f; @@ -72,20 +72,20 @@ public class DefaultTrackSelector extends i { public final int r; /* renamed from: s reason: collision with root package name */ - public final int f2315s; + public final int f2316s; public final int t; public final int u; public final int v; public final int w; /* renamed from: x reason: collision with root package name */ - public final int f2316x; + public final int f2317x; /* renamed from: y reason: collision with root package name */ - public final boolean f2317y; + public final boolean f2318y; /* renamed from: z reason: collision with root package name */ - public final boolean f2318z; + public final boolean f2319z; public class a implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @@ -105,14 +105,14 @@ public class DefaultTrackSelector extends i { super(uVar2, i11, uVar4, i14, z10, i15); this.q = i; this.r = i2; - this.f2315s = i3; + this.f2316s = i3; this.t = i4; this.u = i5; this.v = i6; this.w = i7; - this.f2316x = i8; - this.f2317y = z2; - this.f2318z = z3; + this.f2317x = i8; + this.f2318y = z2; + this.f2319z = z3; this.A = z4; this.B = i9; this.C = i10; @@ -138,16 +138,16 @@ public class DefaultTrackSelector extends i { super(parcel); this.q = parcel.readInt(); this.r = parcel.readInt(); - this.f2315s = parcel.readInt(); + this.f2316s = parcel.readInt(); this.t = parcel.readInt(); this.u = parcel.readInt(); this.v = parcel.readInt(); this.w = parcel.readInt(); - this.f2316x = parcel.readInt(); + this.f2317x = parcel.readInt(); int i = f0.a; boolean z2 = true; - this.f2317y = parcel.readInt() != 0; - this.f2318z = parcel.readInt() != 0; + this.f2318y = parcel.readInt() != 0; + this.f2319z = parcel.readInt() != 0; this.A = parcel.readInt() != 0; this.B = parcel.readInt(); this.C = parcel.readInt(); @@ -204,7 +204,7 @@ public class DefaultTrackSelector extends i { return false; } Parameters parameters = (Parameters) obj; - if (super.equals(obj) && this.q == parameters.q && this.r == parameters.r && this.f2315s == parameters.f2315s && this.t == parameters.t && this.u == parameters.u && this.v == parameters.v && this.w == parameters.w && this.f2316x == parameters.f2316x && this.f2317y == parameters.f2317y && this.f2318z == parameters.f2318z && this.A == parameters.A && this.D == parameters.D && this.B == parameters.B && this.C == parameters.C && this.E.equals(parameters.E) && this.F == parameters.F && this.G == parameters.G && this.H == parameters.H && this.I == parameters.I && this.J == parameters.J && this.K == parameters.K && this.L.equals(parameters.L) && this.M == parameters.M && this.N == parameters.N && this.O == parameters.O && this.P == parameters.P && this.Q == parameters.Q) { + if (super.equals(obj) && this.q == parameters.q && this.r == parameters.r && this.f2316s == parameters.f2316s && this.t == parameters.t && this.u == parameters.u && this.v == parameters.v && this.w == parameters.w && this.f2317x == parameters.f2317x && this.f2318y == parameters.f2318y && this.f2319z == parameters.f2319z && this.A == parameters.A && this.D == parameters.D && this.B == parameters.B && this.C == parameters.C && this.E.equals(parameters.E) && this.F == parameters.F && this.G == parameters.G && this.H == parameters.H && this.I == parameters.I && this.J == parameters.J && this.K == parameters.K && this.L.equals(parameters.L) && this.M == parameters.M && this.N == parameters.N && this.O == parameters.O && this.P == parameters.P && this.Q == parameters.Q) { SparseBooleanArray sparseBooleanArray = this.S; SparseBooleanArray sparseBooleanArray2 = parameters.S; int size = sparseBooleanArray.size(); @@ -279,7 +279,7 @@ public class DefaultTrackSelector extends i { @Override // com.google.android.exoplayer2.trackselection.TrackSelectionParameters, java.lang.Object public int hashCode() { int hashCode = this.E.hashCode(); - return ((((((((((this.L.hashCode() + ((((((((((((((hashCode + (((((((((((((((((((((((((((((super.hashCode() * 31) + this.q) * 31) + this.r) * 31) + this.f2315s) * 31) + this.t) * 31) + this.u) * 31) + this.v) * 31) + this.w) * 31) + this.f2316x) * 31) + (this.f2317y ? 1 : 0)) * 31) + (this.f2318z ? 1 : 0)) * 31) + (this.A ? 1 : 0)) * 31) + (this.D ? 1 : 0)) * 31) + this.B) * 31) + this.C) * 31)) * 31) + this.F) * 31) + this.G) * 31) + (this.H ? 1 : 0)) * 31) + (this.I ? 1 : 0)) * 31) + (this.J ? 1 : 0)) * 31) + (this.K ? 1 : 0)) * 31)) * 31) + (this.M ? 1 : 0)) * 31) + (this.N ? 1 : 0)) * 31) + (this.O ? 1 : 0)) * 31) + (this.P ? 1 : 0)) * 31) + (this.Q ? 1 : 0); + return ((((((((((this.L.hashCode() + ((((((((((((((hashCode + (((((((((((((((((((((((((((((super.hashCode() * 31) + this.q) * 31) + this.r) * 31) + this.f2316s) * 31) + this.t) * 31) + this.u) * 31) + this.v) * 31) + this.w) * 31) + this.f2317x) * 31) + (this.f2318y ? 1 : 0)) * 31) + (this.f2319z ? 1 : 0)) * 31) + (this.A ? 1 : 0)) * 31) + (this.D ? 1 : 0)) * 31) + this.B) * 31) + this.C) * 31)) * 31) + this.F) * 31) + this.G) * 31) + (this.H ? 1 : 0)) * 31) + (this.I ? 1 : 0)) * 31) + (this.J ? 1 : 0)) * 31) + (this.K ? 1 : 0)) * 31)) * 31) + (this.M ? 1 : 0)) * 31) + (this.N ? 1 : 0)) * 31) + (this.O ? 1 : 0)) * 31) + (this.P ? 1 : 0)) * 31) + (this.Q ? 1 : 0); } @Override // com.google.android.exoplayer2.trackselection.TrackSelectionParameters, android.os.Parcelable @@ -287,16 +287,16 @@ public class DefaultTrackSelector extends i { super.writeToParcel(parcel, i); parcel.writeInt(this.q); parcel.writeInt(this.r); - parcel.writeInt(this.f2315s); + parcel.writeInt(this.f2316s); parcel.writeInt(this.t); parcel.writeInt(this.u); parcel.writeInt(this.v); parcel.writeInt(this.w); - parcel.writeInt(this.f2316x); - boolean z2 = this.f2317y; + parcel.writeInt(this.f2317x); + boolean z2 = this.f2318y; int i2 = f0.a; parcel.writeInt(z2 ? 1 : 0); - parcel.writeInt(this.f2318z ? 1 : 0); + parcel.writeInt(this.f2319z ? 1 : 0); parcel.writeInt(this.A ? 1 : 0); parcel.writeInt(this.B); parcel.writeInt(this.C); @@ -411,7 +411,7 @@ public class DefaultTrackSelector extends i { public final boolean r; /* renamed from: s reason: collision with root package name */ - public final int f2319s; + public final int f2320s; public final int t; public final int u; public final int v; @@ -445,7 +445,7 @@ public class DefaultTrackSelector extends i { this.o = Integer.bitCount(format.m & parameters.k); this.r = (format.l & 1) != 0; int i7 = format.G; - this.f2319s = i7; + this.f2320s = i7; this.t = format.H; int i8 = format.p; this.u = i8; @@ -500,7 +500,7 @@ public class DefaultTrackSelector extends i { Integer valueOf = Integer.valueOf(this.n); Integer valueOf2 = Integer.valueOf(aVar.n); t0 t0Var = t0.i; - n b2 = c2.b(valueOf, valueOf2, t0Var).a(this.m, aVar.m).a(this.o, aVar.o).c(this.i, aVar.i).b(Integer.valueOf(this.v), Integer.valueOf(aVar.v), t0Var).b(Integer.valueOf(this.u), Integer.valueOf(aVar.u), this.k.M ? DefaultTrackSelector.d.b() : DefaultTrackSelector.e).c(this.r, aVar.r).b(Integer.valueOf(this.p), Integer.valueOf(aVar.p), t0Var).a(this.q, aVar.q).b(Integer.valueOf(this.f2319s), Integer.valueOf(aVar.f2319s), b).b(Integer.valueOf(this.t), Integer.valueOf(aVar.t), b); + n b2 = c2.b(valueOf, valueOf2, t0Var).a(this.m, aVar.m).a(this.o, aVar.o).c(this.i, aVar.i).b(Integer.valueOf(this.v), Integer.valueOf(aVar.v), t0Var).b(Integer.valueOf(this.u), Integer.valueOf(aVar.u), this.k.M ? DefaultTrackSelector.d.b() : DefaultTrackSelector.e).c(this.r, aVar.r).b(Integer.valueOf(this.p), Integer.valueOf(aVar.p), t0Var).a(this.q, aVar.q).b(Integer.valueOf(this.f2320s), Integer.valueOf(aVar.f2320s), b).b(Integer.valueOf(this.t), Integer.valueOf(aVar.t), b); Integer valueOf3 = Integer.valueOf(this.u); Integer valueOf4 = Integer.valueOf(aVar.u); if (!f0.a(this.j, aVar.j)) { @@ -543,7 +543,7 @@ public class DefaultTrackSelector extends i { public boolean r; /* renamed from: s reason: collision with root package name */ - public boolean f2320s; + public boolean f2321s; public final SparseArray> t = new SparseArray<>(); public final SparseBooleanArray u = new SparseBooleanArray(); @@ -617,7 +617,7 @@ public class DefaultTrackSelector extends i { } public Parameters b() { - return new Parameters(this.d, this.e, this.f, this.g, 0, 0, 0, 0, this.h, false, this.i, this.j, this.k, this.l, this.m, this.a, 0, this.n, this.o, this.p, false, false, false, this.q, this.b, this.f2321c, false, 0, false, false, this.r, false, this.f2320s, this.t, this.u); + return new Parameters(this.d, this.e, this.f, this.g, 0, 0, 0, 0, this.h, false, this.i, this.j, this.k, this.l, this.m, this.a, 0, this.n, this.o, this.p, false, false, false, this.q, this.b, this.f2322c, false, 0, false, false, this.r, false, this.f2321s, this.t, this.u); } /* JADX DEBUG: Type inference failed for r2v1. Raw type applied. Possible types: c.i.b.b.u, c.i.b.b.u */ @@ -640,7 +640,7 @@ public class DefaultTrackSelector extends i { this.p = true; this.q = uVar; this.r = true; - this.f2320s = true; + this.f2321s = true; } } @@ -726,7 +726,7 @@ public class DefaultTrackSelector extends i { if (r10 < ((float) r8.w)) goto L_0x005e; */ /* JADX WARNING: Code restructure failed: missing block: B:37:0x005b, code lost: - if (r10 < r8.f2316x) goto L_0x005e; + if (r10 < r8.f2317x) goto L_0x005e; */ /* JADX WARNING: Removed duplicated region for block: B:32:0x004e */ /* JADX WARNING: Removed duplicated region for block: B:36:0x0059 */ @@ -747,12 +747,12 @@ public class DefaultTrackSelector extends i { int i10 = 0; boolean z4 = true; int i11 = -1; - if (z2 && (((i7 = format.f2273y) == -1 || i7 <= parameters.q) && ((i8 = format.f2274z) == -1 || i8 <= parameters.r))) { + if (z2 && (((i7 = format.f2274y) == -1 || i7 <= parameters.q) && ((i8 = format.f2275z) == -1 || i8 <= parameters.r))) { float f2 = format.A; - if ((f2 == -1.0f || f2 <= ((float) parameters.f2315s)) && ((i9 = format.p) == -1 || i9 <= parameters.t)) { + if ((f2 == -1.0f || f2 <= ((float) parameters.f2316s)) && ((i9 = format.p) == -1 || i9 <= parameters.t)) { z3 = true; this.i = z3; - if (z2 && (((i4 = format.f2273y) == -1 || i4 >= parameters.u) && ((i5 = format.f2274z) == -1 || i5 >= parameters.v))) { + if (z2 && (((i4 = format.f2274y) == -1 || i4 >= parameters.u) && ((i5 = format.f2275z) == -1 || i5 >= parameters.v))) { f = format.A; if (f != -1.0f) { } @@ -762,8 +762,8 @@ public class DefaultTrackSelector extends i { this.k = z4; this.l = DefaultTrackSelector.e(i, false); this.m = format.p; - i2 = format.f2273y; - if (!(i2 == -1 || (i3 = format.f2274z) == -1)) { + i2 = format.f2274y; + if (!(i2 == -1 || (i3 = format.f2275z) == -1)) { i11 = i2 * i3; } this.n = i11; @@ -786,7 +786,7 @@ public class DefaultTrackSelector extends i { this.k = z4; this.l = DefaultTrackSelector.e(i, false); this.m = format.p; - i2 = format.f2273y; + i2 = format.f2274y; i11 = i2 * i3; this.n = i11; int i12 = Integer.MAX_VALUE; @@ -809,7 +809,7 @@ public class DefaultTrackSelector extends i { this.k = z4; this.l = DefaultTrackSelector.e(i, false); this.m = format.p; - i2 = format.f2273y; + i2 = format.f2274y; i11 = i2 * i3; this.n = i11; int i12 = Integer.MAX_VALUE; @@ -880,8 +880,8 @@ public class DefaultTrackSelector extends i { break; } Format format = trackGroup.j[i9]; - int i11 = format.f2273y; - if (i11 > 0 && (i4 = format.f2274z) > 0) { + int i11 = format.f2274y; + if (i11 > 0 && (i4 = format.f2275z) > 0) { if (z2) { boolean z4 = i11 > i4; if (i <= i2) { @@ -893,8 +893,8 @@ public class DefaultTrackSelector extends i { int i12 = i11 * i6; int i13 = i4 * i5; Point point = i12 < i13 ? new Point(i5, f0.f(i13, i11)) : new Point(f0.f(i12, i4), i6); - int i14 = format.f2273y; - int i15 = format.f2274z; + int i14 = format.f2274y; + int i15 = format.f2275z; i7 = i14 * i15; if (i14 >= ((int) (((float) point.x) * 0.98f)) && i15 >= ((int) (((float) point.y) * 0.98f)) && i7 < i10) { i10 = i7; @@ -907,8 +907,8 @@ public class DefaultTrackSelector extends i { int i13 = i4 * i5; if (i12 < i13) { } - int i14 = format.f2273y; - int i15 = format.f2274z; + int i14 = format.f2274y; + int i15 = format.f2275z; i7 = i14 * i15; i10 = i7; } @@ -917,8 +917,8 @@ public class DefaultTrackSelector extends i { if (i10 != Integer.MAX_VALUE) { for (int size = arrayList.size() - 1; size >= 0; size--) { Format format2 = trackGroup.j[((Integer) arrayList.get(size)).intValue()]; - int i16 = format2.f2273y; - int i17 = (i16 == -1 || (i3 = format2.f2274z) == -1) ? -1 : i16 * i3; + int i16 = format2.f2274y; + int i17 = (i16 == -1 || (i3 = format2.f2275z) == -1) ? -1 : i16 * i3; if (i17 == -1 || i17 > i10) { arrayList.remove(size); } @@ -940,11 +940,11 @@ public class DefaultTrackSelector extends i { if (str != null && !f0.a(format.t, str)) { return false; } - int i11 = format.f2273y; + int i11 = format.f2274y; if (i11 != -1 && (i7 > i11 || i11 > i3)) { return false; } - int i12 = format.f2274z; + int i12 = format.f2275z; if (i12 != -1 && (i8 > i12 || i12 > i4)) { return false; } diff --git a/app/src/main/java/com/google/android/exoplayer2/trackselection/TrackSelectionParameters.java b/app/src/main/java/com/google/android/exoplayer2/trackselection/TrackSelectionParameters.java index 960b7ef424..6826a9d225 100644 --- a/app/src/main/java/com/google/android/exoplayer2/trackselection/TrackSelectionParameters.java +++ b/app/src/main/java/com/google/android/exoplayer2/trackselection/TrackSelectionParameters.java @@ -40,7 +40,7 @@ public class TrackSelectionParameters implements Parcelable { public u b; /* renamed from: c reason: collision with root package name */ - public int f2321c = 0; + public int f2322c = 0; /* JADX DEBUG: Type inference failed for r0v1. Raw type applied. Possible types: c.i.b.b.u, c.i.b.b.u */ @Deprecated @@ -55,7 +55,7 @@ public class TrackSelectionParameters implements Parcelable { CaptioningManager captioningManager; int i = f0.a; if (i >= 19 && ((i >= 23 || Looper.myLooper() != null) && (captioningManager = (CaptioningManager) context.getSystemService("captioning")) != null && captioningManager.isEnabled())) { - this.f2321c = 1088; + this.f2322c = 1088; Locale locale = captioningManager.getLocale(); if (locale != null) { this.b = u.t(i >= 21 ? locale.toLanguageTag() : locale.toString()); diff --git a/app/src/main/java/com/google/android/exoplayer2/ui/DefaultTimeBar.java b/app/src/main/java/com/google/android/exoplayer2/ui/DefaultTimeBar.java index a2de53963b..a19f5dfcf6 100644 --- a/app/src/main/java/com/google/android/exoplayer2/ui/DefaultTimeBar.java +++ b/app/src/main/java/com/google/android/exoplayer2/ui/DefaultTimeBar.java @@ -68,20 +68,20 @@ public class DefaultTimeBar extends View implements k { @Nullable /* renamed from: s reason: collision with root package name */ - public final Drawable f2322s; + public final Drawable f2323s; public final int t; public final int u; public final int v; public final int w; /* renamed from: x reason: collision with root package name */ - public final int f2323x; + public final int f2324x; /* renamed from: y reason: collision with root package name */ - public final int f2324y; + public final int f2325y; /* renamed from: z reason: collision with root package name */ - public final int f2325z; + public final int f2326z; public DefaultTimeBar(Context context, @Nullable AttributeSet attributeSet) { this(context, attributeSet, 0, attributeSet); @@ -121,7 +121,7 @@ public class DefaultTimeBar extends View implements k { TypedArray obtainStyledAttributes = context.getTheme().obtainStyledAttributes(attributeSet2, R.g.DefaultTimeBar, i, 0); try { Drawable drawable = obtainStyledAttributes.getDrawable(R.g.DefaultTimeBar_scrubber_drawable); - this.f2322s = drawable; + this.f2323s = drawable; if (drawable != null) { int i2 = f0.a; if (i2 >= 23) { @@ -136,9 +136,9 @@ public class DefaultTimeBar extends View implements k { this.u = obtainStyledAttributes.getDimensionPixelSize(R.g.DefaultTimeBar_touch_target_height, c3); this.v = obtainStyledAttributes.getInt(R.g.DefaultTimeBar_bar_gravity, 0); this.w = obtainStyledAttributes.getDimensionPixelSize(R.g.DefaultTimeBar_ad_marker_width, c4); - this.f2323x = obtainStyledAttributes.getDimensionPixelSize(R.g.DefaultTimeBar_scrubber_enabled_size, c5); - this.f2324y = obtainStyledAttributes.getDimensionPixelSize(R.g.DefaultTimeBar_scrubber_disabled_size, c6); - this.f2325z = obtainStyledAttributes.getDimensionPixelSize(R.g.DefaultTimeBar_scrubber_dragged_size, c7); + this.f2324x = obtainStyledAttributes.getDimensionPixelSize(R.g.DefaultTimeBar_scrubber_enabled_size, c5); + this.f2325y = obtainStyledAttributes.getDimensionPixelSize(R.g.DefaultTimeBar_scrubber_disabled_size, c6); + this.f2326z = obtainStyledAttributes.getDimensionPixelSize(R.g.DefaultTimeBar_scrubber_dragged_size, c7); int i3 = obtainStyledAttributes.getInt(R.g.DefaultTimeBar_played_color, -1); int i4 = obtainStyledAttributes.getInt(R.g.DefaultTimeBar_scrubber_color, -1); int i5 = obtainStyledAttributes.getInt(R.g.DefaultTimeBar_buffered_color, -855638017); @@ -159,26 +159,26 @@ public class DefaultTimeBar extends View implements k { this.u = c3; this.v = 0; this.w = c4; - this.f2323x = c5; - this.f2324y = c6; - this.f2325z = c7; + this.f2324x = c5; + this.f2325y = c6; + this.f2326z = c7; paint.setColor(-1); paint6.setColor(-1); paint2.setColor(-855638017); paint3.setColor(872415231); paint4.setColor(-1291845888); paint5.setColor(872414976); - this.f2322s = null; + this.f2323s = null; } StringBuilder sb = new StringBuilder(); this.C = sb; this.D = new Formatter(sb, Locale.getDefault()); this.E = new b(this); - Drawable drawable2 = this.f2322s; + Drawable drawable2 = this.f2323s; if (drawable2 != null) { this.A = (drawable2.getMinimumWidth() + 1) / 2; } else { - this.A = (Math.max(this.f2324y, Math.max(this.f2323x, this.f2325z)) + 1) / 2; + this.A = (Math.max(this.f2325y, Math.max(this.f2324x, this.f2326z)) + 1) / 2; } this.N = 1.0f; ValueAnimator valueAnimator = new ValueAnimator(); @@ -329,8 +329,8 @@ public class DefaultTimeBar extends View implements k { } public final void i() { - Drawable drawable = this.f2322s; - if (drawable != null && drawable.isStateful() && this.f2322s.setState(getDrawableState())) { + Drawable drawable = this.f2323s; + if (drawable != null && drawable.isStateful() && this.f2323s.setState(getDrawableState())) { invalidate(); } } @@ -348,7 +348,7 @@ public class DefaultTimeBar extends View implements k { @Override // android.view.View public void jumpDrawablesToCurrentState() { super.jumpDrawablesToCurrentState(); - Drawable drawable = this.f2322s; + Drawable drawable = this.f2323s; if (drawable != null) { drawable.jumpToCurrentState(); } @@ -398,14 +398,14 @@ public class DefaultTimeBar extends View implements k { Rect rect5 = this.l; int h = f0.h(rect5.right, rect5.left, this.j.right); int centerY2 = this.l.centerY(); - Drawable drawable = this.f2322s; + Drawable drawable = this.f2323s; if (drawable == null) { - canvas.drawCircle((float) h, (float) centerY2, (float) ((int) ((((float) ((this.O || isFocused()) ? this.f2325z : isEnabled() ? this.f2323x : this.f2324y)) * this.N) / 2.0f)), this.r); + canvas.drawCircle((float) h, (float) centerY2, (float) ((int) ((((float) ((this.O || isFocused()) ? this.f2326z : isEnabled() ? this.f2324x : this.f2325y)) * this.N) / 2.0f)), this.r); } else { int intrinsicWidth = ((int) (((float) drawable.getIntrinsicWidth()) * this.N)) / 2; - int intrinsicHeight = ((int) (((float) this.f2322s.getIntrinsicHeight()) * this.N)) / 2; - this.f2322s.setBounds(h - intrinsicWidth, centerY2 - intrinsicHeight, h + intrinsicWidth, centerY2 + intrinsicHeight); - this.f2322s.draw(canvas); + int intrinsicHeight = ((int) (((float) this.f2323s.getIntrinsicHeight()) * this.N)) / 2; + this.f2323s.setBounds(h - intrinsicWidth, centerY2 - intrinsicHeight, h + intrinsicWidth, centerY2 + intrinsicHeight); + this.f2323s.draw(canvas); } } canvas.restore(); @@ -518,7 +518,7 @@ public class DefaultTimeBar extends View implements k { @Override // android.view.View public void onRtlPropertiesChanged(int i) { - Drawable drawable = this.f2322s; + Drawable drawable = this.f2323s; if (drawable != null) { if (f0.a >= 23 && drawable.setLayoutDirection(i)) { invalidate(); diff --git a/app/src/main/java/com/google/android/exoplayer2/ui/PlayerControlView.java b/app/src/main/java/com/google/android/exoplayer2/ui/PlayerControlView.java index aad69c3d53..22ed025e80 100644 --- a/app/src/main/java/com/google/android/exoplayer2/ui/PlayerControlView.java +++ b/app/src/main/java/com/google/android/exoplayer2/ui/PlayerControlView.java @@ -68,35 +68,35 @@ public class PlayerControlView extends FrameLayout { public boolean W; /* renamed from: a0 reason: collision with root package name */ - public int f2326a0; + public int f2327a0; /* renamed from: b0 reason: collision with root package name */ - public int f2327b0; + public int f2328b0; /* renamed from: c0 reason: collision with root package name */ - public int f2328c0; + public int f2329c0; /* renamed from: d0 reason: collision with root package name */ - public boolean f2329d0; + public boolean f2330d0; /* renamed from: e0 reason: collision with root package name */ - public boolean f2330e0; + public boolean f2331e0; /* renamed from: f0 reason: collision with root package name */ - public boolean f2331f0; + public boolean f2332f0; /* renamed from: g0 reason: collision with root package name */ - public boolean f2332g0; + public boolean f2333g0; /* renamed from: h0 reason: collision with root package name */ - public boolean f2333h0; + public boolean f2334h0; /* renamed from: i0 reason: collision with root package name */ - public long f2334i0; + public long f2335i0; public final b j; /* renamed from: j0 reason: collision with root package name */ - public long[] f2335j0; + public long[] f2336j0; public final CopyOnWriteArrayList k; public boolean[] k0; @Nullable @@ -119,7 +119,7 @@ public class PlayerControlView extends FrameLayout { @Nullable /* renamed from: s reason: collision with root package name */ - public final ImageView f2336s; + public final ImageView f2337s; @Nullable public final View t; @Nullable @@ -130,13 +130,13 @@ public class PlayerControlView extends FrameLayout { public final k w; /* renamed from: x reason: collision with root package name */ - public final StringBuilder f2337x; + public final StringBuilder f2338x; /* renamed from: y reason: collision with root package name */ - public final Formatter f2338y; + public final Formatter f2339y; /* renamed from: z reason: collision with root package name */ - public final r1.b f2339z; + public final r1.b f2340z; public final class b implements g1.a, k.a, View.OnClickListener { public b(a aVar) { @@ -192,7 +192,7 @@ public class PlayerControlView extends FrameLayout { PlayerControlView playerControlView = PlayerControlView.this; TextView textView = playerControlView.v; if (textView != null) { - textView.setText(f0.u(playerControlView.f2337x, playerControlView.f2338y, j)); + textView.setText(f0.u(playerControlView.f2338x, playerControlView.f2339y, j)); } } @@ -247,7 +247,7 @@ public class PlayerControlView extends FrameLayout { playerControlView.W = true; TextView textView = playerControlView.v; if (textView != null) { - textView.setText(f0.u(playerControlView.f2337x, playerControlView.f2338y, j)); + textView.setText(f0.u(playerControlView.f2338x, playerControlView.f2339y, j)); } } @@ -292,7 +292,7 @@ public class PlayerControlView extends FrameLayout { } else if (playerControlView.r == view) { i0 i0Var = playerControlView.Q; int B = g1Var.B(); - int i = PlayerControlView.this.f2328c0; + int i = PlayerControlView.this.f2329c0; int i2 = 1; while (true) { if (i2 > 2) { @@ -315,7 +315,7 @@ public class PlayerControlView extends FrameLayout { } Objects.requireNonNull((j0) i0Var); g1Var.x(B); - } else if (playerControlView.f2336s == view) { + } else if (playerControlView.f2337s == view) { Objects.requireNonNull((j0) playerControlView.Q); g1Var.h(!g1Var.F()); } @@ -402,41 +402,41 @@ public class PlayerControlView extends FrameLayout { super(context, attributeSet, i2); int i3 = R.e.exo_player_control_view; int i4 = 5000; - this.f2326a0 = 5000; - this.f2328c0 = 0; - this.f2327b0 = 200; - this.f2334i0 = -9223372036854775807L; - this.f2329d0 = true; - this.f2330e0 = true; - this.f2331f0 = true; - this.f2332g0 = true; - this.f2333h0 = false; + this.f2327a0 = 5000; + this.f2329c0 = 0; + this.f2328b0 = 200; + this.f2335i0 = -9223372036854775807L; + this.f2330d0 = true; + this.f2331e0 = true; + this.f2332f0 = true; + this.f2333g0 = true; + this.f2334h0 = false; int i5 = 15000; if (attributeSet2 != null) { TypedArray obtainStyledAttributes = context.getTheme().obtainStyledAttributes(attributeSet2, R.g.PlayerControlView, 0, 0); try { i4 = obtainStyledAttributes.getInt(R.g.PlayerControlView_rewind_increment, 5000); i5 = obtainStyledAttributes.getInt(R.g.PlayerControlView_fastforward_increment, 15000); - this.f2326a0 = obtainStyledAttributes.getInt(R.g.PlayerControlView_show_timeout, this.f2326a0); + this.f2327a0 = obtainStyledAttributes.getInt(R.g.PlayerControlView_show_timeout, this.f2327a0); i3 = obtainStyledAttributes.getResourceId(R.g.PlayerControlView_controller_layout_id, i3); - this.f2328c0 = obtainStyledAttributes.getInt(R.g.PlayerControlView_repeat_toggle_modes, this.f2328c0); - this.f2329d0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_rewind_button, this.f2329d0); - this.f2330e0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_fastforward_button, this.f2330e0); - this.f2331f0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_previous_button, this.f2331f0); - this.f2332g0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_next_button, this.f2332g0); - this.f2333h0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_shuffle_button, this.f2333h0); - setTimeBarMinUpdateInterval(obtainStyledAttributes.getInt(R.g.PlayerControlView_time_bar_min_update_interval, this.f2327b0)); + this.f2329c0 = obtainStyledAttributes.getInt(R.g.PlayerControlView_repeat_toggle_modes, this.f2329c0); + this.f2330d0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_rewind_button, this.f2330d0); + this.f2331e0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_fastforward_button, this.f2331e0); + this.f2332f0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_previous_button, this.f2332f0); + this.f2333g0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_next_button, this.f2333g0); + this.f2334h0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_shuffle_button, this.f2334h0); + setTimeBarMinUpdateInterval(obtainStyledAttributes.getInt(R.g.PlayerControlView_time_bar_min_update_interval, this.f2328b0)); } finally { obtainStyledAttributes.recycle(); } } this.k = new CopyOnWriteArrayList<>(); - this.f2339z = new r1.b(); + this.f2340z = new r1.b(); this.A = new r1.c(); StringBuilder sb = new StringBuilder(); - this.f2337x = sb; - this.f2338y = new Formatter(sb, Locale.getDefault()); - this.f2335j0 = new long[0]; + this.f2338x = sb; + this.f2339y = new Formatter(sb, Locale.getDefault()); + this.f2336j0 = new long[0]; this.k0 = new boolean[0]; this.l0 = new long[0]; this.m0 = new boolean[0]; @@ -506,7 +506,7 @@ public class PlayerControlView extends FrameLayout { imageView.setOnClickListener(bVar); } ImageView imageView2 = (ImageView) findViewById(R.c.exo_shuffle); - this.f2336s = imageView2; + this.f2337s = imageView2; if (imageView2 != null) { imageView2.setOnClickListener(bVar); } @@ -596,23 +596,23 @@ public class PlayerControlView extends FrameLayout { } removeCallbacks(this.B); removeCallbacks(this.C); - this.f2334i0 = -9223372036854775807L; + this.f2335i0 = -9223372036854775807L; } } public final void d() { removeCallbacks(this.C); - if (this.f2326a0 > 0) { + if (this.f2327a0 > 0) { long uptimeMillis = SystemClock.uptimeMillis(); - int i2 = this.f2326a0; - this.f2334i0 = uptimeMillis + ((long) i2); + int i2 = this.f2327a0; + this.f2335i0 = uptimeMillis + ((long) i2); if (this.T) { postDelayed(this.C, (long) i2); return; } return; } - this.f2334i0 = -9223372036854775807L; + this.f2335i0 = -9223372036854775807L; } @Override // android.view.View, android.view.ViewGroup @@ -656,15 +656,15 @@ public class PlayerControlView extends FrameLayout { } public int getRepeatToggleModes() { - return this.f2328c0; + return this.f2329c0; } public boolean getShowShuffleButton() { - return this.f2333h0; + return this.f2334h0; } public int getShowTimeoutMs() { - return this.f2326a0; + return this.f2327a0; } public boolean getShowVrButton() { @@ -726,10 +726,10 @@ public class PlayerControlView extends FrameLayout { } z5 = z6; z6 = z7; - j(this.f2331f0, z6, this.l); - j(this.f2329d0, z3, this.q); - j(this.f2330e0, z2, this.p); - j(this.f2332g0, z5, this.m); + j(this.f2332f0, z6, this.l); + j(this.f2330d0, z3, this.q); + j(this.f2331e0, z2, this.p); + j(this.f2333g0, z5, this.m); kVar = this.w; if (kVar == null) { kVar.setEnabled(z4); @@ -742,10 +742,10 @@ public class PlayerControlView extends FrameLayout { z4 = false; z3 = false; z2 = false; - j(this.f2331f0, z6, this.l); - j(this.f2329d0, z3, this.q); - j(this.f2330e0, z2, this.p); - j(this.f2332g0, z5, this.m); + j(this.f2332f0, z6, this.l); + j(this.f2330d0, z3, this.q); + j(this.f2331e0, z2, this.p); + j(this.f2333g0, z5, this.m); kVar = this.w; if (kVar == null) { } @@ -796,7 +796,7 @@ public class PlayerControlView extends FrameLayout { } TextView textView = this.v; if (textView != null && !this.W) { - textView.setText(f0.u(this.f2337x, this.f2338y, j2)); + textView.setText(f0.u(this.f2338x, this.f2339y, j2)); } k kVar = this.w; if (kVar != null) { @@ -817,7 +817,7 @@ public class PlayerControlView extends FrameLayout { if (f > 0.0f) { j3 = (long) (((float) min) / f); } - postDelayed(this.B, f0.i(j3, (long) this.f2327b0, 1000)); + postDelayed(this.B, f0.i(j3, (long) this.f2328b0, 1000)); } else if (u != 4 && u != 1) { postDelayed(this.B, 1000); } @@ -827,7 +827,7 @@ public class PlayerControlView extends FrameLayout { public final void n() { ImageView imageView; if (e() && this.T && (imageView = this.r) != null) { - if (this.f2328c0 == 0) { + if (this.f2329c0 == 0) { j(false, false, imageView); return; } @@ -856,18 +856,18 @@ public class PlayerControlView extends FrameLayout { public final void o() { ImageView imageView; - if (e() && this.T && (imageView = this.f2336s) != null) { + if (e() && this.T && (imageView = this.f2337s) != null) { g1 g1Var = this.P; - if (!this.f2333h0) { + if (!this.f2334h0) { j(false, false, imageView); } else if (g1Var == null) { j(true, false, imageView); - this.f2336s.setImageDrawable(this.K); - this.f2336s.setContentDescription(this.O); + this.f2337s.setImageDrawable(this.K); + this.f2337s.setContentDescription(this.O); } else { j(true, true, imageView); - this.f2336s.setImageDrawable(g1Var.F() ? this.J : this.K); - this.f2336s.setContentDescription(g1Var.F() ? this.N : this.O); + this.f2337s.setImageDrawable(g1Var.F() ? this.J : this.K); + this.f2337s.setContentDescription(g1Var.F() ? this.N : this.O); } } } @@ -876,7 +876,7 @@ public class PlayerControlView extends FrameLayout { public void onAttachedToWindow() { super.onAttachedToWindow(); this.T = true; - long j = this.f2334i0; + long j = this.f2335i0; if (j != -9223372036854775807L) { long uptimeMillis = j - SystemClock.uptimeMillis(); if (uptimeMillis <= 0) { @@ -964,13 +964,13 @@ public class PlayerControlView extends FrameLayout { if (i5 > cVar.p) { break; } - D.f(i5, this.f2339z); - int i6 = this.f2339z.f.f808c; + D.f(i5, this.f2340z); + int i6 = this.f2340z.f.f808c; int i7 = 0; while (i7 < i6) { - long d2 = this.f2339z.d(i7); + long d2 = this.f2340z.d(i7); if (d2 == Long.MIN_VALUE) { - long j4 = this.f2339z.d; + long j4 = this.f2340z.d; if (j4 == j) { i7++; j = -9223372036854775807L; @@ -978,16 +978,16 @@ public class PlayerControlView extends FrameLayout { d2 = j4; } } - long j5 = d2 + this.f2339z.e; + long j5 = d2 + this.f2340z.e; if (j5 >= 0) { - long[] jArr = this.f2335j0; + long[] jArr = this.f2336j0; if (i2 == jArr.length) { int length = jArr.length == 0 ? 1 : jArr.length * 2; - this.f2335j0 = Arrays.copyOf(jArr, length); + this.f2336j0 = Arrays.copyOf(jArr, length); this.k0 = Arrays.copyOf(this.k0, length); } - this.f2335j0[i2] = h0.b(j5 + j3); - this.k0[i2] = !this.f2339z.f.e[i7].b(); + this.f2336j0[i2] = h0.b(j5 + j3); + this.k0[i2] = !this.f2340z.f.e[i7].b(); i2++; i7++; j = -9223372036854775807L; @@ -1010,21 +1010,21 @@ public class PlayerControlView extends FrameLayout { long b2 = h0.b(j2); textView = this.u; if (textView != null) { - textView.setText(f0.u(this.f2337x, this.f2338y, b2)); + textView.setText(f0.u(this.f2338x, this.f2339y, b2)); } kVar = this.w; if (kVar != null) { kVar.setDuration(b2); int length2 = this.l0.length; int i8 = i2 + length2; - long[] jArr2 = this.f2335j0; + long[] jArr2 = this.f2336j0; if (i8 > jArr2.length) { - this.f2335j0 = Arrays.copyOf(jArr2, i8); + this.f2336j0 = Arrays.copyOf(jArr2, i8); this.k0 = Arrays.copyOf(this.k0, i8); } - System.arraycopy(this.l0, 0, this.f2335j0, i2, length2); + System.arraycopy(this.l0, 0, this.f2336j0, i2, length2); System.arraycopy(this.m0, 0, this.k0, i2, length2); - this.w.a(this.f2335j0, this.k0, i8); + this.w.a(this.f2336j0, this.k0, i8); } m(); } @@ -1093,7 +1093,7 @@ public class PlayerControlView extends FrameLayout { } public void setRepeatToggleModes(int i2) { - this.f2328c0 = i2; + this.f2329c0 = i2; g1 g1Var = this.P; if (g1Var != null) { int B = g1Var.B(); @@ -1127,7 +1127,7 @@ public class PlayerControlView extends FrameLayout { } public void setShowFastForwardButton(boolean z2) { - this.f2330e0 = z2; + this.f2331e0 = z2; k(); } @@ -1137,27 +1137,27 @@ public class PlayerControlView extends FrameLayout { } public void setShowNextButton(boolean z2) { - this.f2332g0 = z2; + this.f2333g0 = z2; k(); } public void setShowPreviousButton(boolean z2) { - this.f2331f0 = z2; + this.f2332f0 = z2; k(); } public void setShowRewindButton(boolean z2) { - this.f2329d0 = z2; + this.f2330d0 = z2; k(); } public void setShowShuffleButton(boolean z2) { - this.f2333h0 = z2; + this.f2334h0 = z2; o(); } public void setShowTimeoutMs(int i2) { - this.f2326a0 = i2; + this.f2327a0 = i2; if (e()) { d(); } @@ -1171,7 +1171,7 @@ public class PlayerControlView extends FrameLayout { } public void setTimeBarMinUpdateInterval(int i2) { - this.f2327b0 = f0.h(i2, 16, 1000); + this.f2328b0 = f0.h(i2, 16, 1000); } public void setVrButtonListener(@Nullable View.OnClickListener onClickListener) { diff --git a/app/src/main/java/com/google/android/exoplayer2/ui/PlayerView.java b/app/src/main/java/com/google/android/exoplayer2/ui/PlayerView.java index 32db7c7527..4b70eb15ab 100644 --- a/app/src/main/java/com/google/android/exoplayer2/ui/PlayerView.java +++ b/app/src/main/java/com/google/android/exoplayer2/ui/PlayerView.java @@ -88,7 +88,7 @@ public class PlayerView extends FrameLayout { @Nullable /* renamed from: s reason: collision with root package name */ - public final FrameLayout f2340s; + public final FrameLayout f2341s; @Nullable public final FrameLayout t; @Nullable @@ -98,14 +98,14 @@ public class PlayerView extends FrameLayout { public PlayerControlView.d w; /* renamed from: x reason: collision with root package name */ - public boolean f2341x; + public boolean f2342x; @Nullable /* renamed from: y reason: collision with root package name */ - public Drawable f2342y; + public Drawable f2343y; /* renamed from: z reason: collision with root package name */ - public int f2343z; + public int f2344z; public final class a implements g1.a, k, v, View.OnLayoutChangeListener, g, PlayerControlView.d { public final r1.b i = new r1.b(); @@ -354,7 +354,7 @@ public class PlayerView extends FrameLayout { this.p = null; this.q = null; this.r = null; - this.f2340s = null; + this.f2341s = null; this.t = null; ImageView imageView = new ImageView(context); if (f0.a >= 23) { @@ -453,13 +453,13 @@ public class PlayerView extends FrameLayout { this.m.setLayoutParams(layoutParams); aspectRatioFrameLayout.addView(this.m, 0); } - this.f2340s = (FrameLayout) findViewById(R.c.exo_ad_overlay); + this.f2341s = (FrameLayout) findViewById(R.c.exo_ad_overlay); this.t = (FrameLayout) findViewById(R.c.exo_overlay); ImageView imageView2 = (ImageView) findViewById(R.c.exo_artwork); this.n = imageView2; - this.f2341x = z3 && imageView2 != null; + this.f2342x = z3 && imageView2 != null; if (i3 != 0) { - this.f2342y = ContextCompat.getDrawable(getContext(), i3); + this.f2343y = ContextCompat.getDrawable(getContext(), i3); } SubtitleView subtitleView = (SubtitleView) findViewById(R.c.exo_subtitles); this.o = subtitleView; @@ -472,7 +472,7 @@ public class PlayerView extends FrameLayout { if (findViewById2 != null) { findViewById2.setVisibility(8); } - this.f2343z = i7; + this.f2344z = i7; TextView textView = (TextView) findViewById(R.c.exo_error_message); this.q = textView; if (textView != null) { @@ -627,7 +627,7 @@ public class PlayerView extends FrameLayout { } public ViewGroup getAdViewGroup() { - FrameLayout frameLayout = this.f2340s; + FrameLayout frameLayout = this.f2341s; AnimatableValueParser.I(frameLayout, "exo_ad_overlay must be present for ad playback"); return frameLayout; } @@ -646,7 +646,7 @@ public class PlayerView extends FrameLayout { @Nullable public Drawable getDefaultArtwork() { - return this.f2342y; + return this.f2343y; } @Nullable @@ -670,7 +670,7 @@ public class PlayerView extends FrameLayout { } public boolean getUseArtwork() { - return this.f2341x; + return this.f2342x; } public boolean getUseController() { @@ -716,7 +716,7 @@ public class PlayerView extends FrameLayout { g1 g1Var = this.u; boolean z2 = true; int i3 = 0; - if (g1Var == null || g1Var.u() != 2 || ((i2 = this.f2343z) != 2 && (i2 != 1 || !this.u.g()))) { + if (g1Var == null || g1Var.u() != 2 || ((i2 = this.f2344z) != 2 && (i2 != 1 || !this.u.g()))) { z2 = false; } View view = this.p; @@ -780,7 +780,7 @@ public class PlayerView extends FrameLayout { } } b(); - if (this.f2341x) { + if (this.f2342x) { AnimatableValueParser.H(this.n); z3 = true; } else { @@ -826,7 +826,7 @@ public class PlayerView extends FrameLayout { return; } } - if (g(this.f2342y)) { + if (g(this.f2343y)) { return; } } @@ -934,8 +934,8 @@ public class PlayerView extends FrameLayout { } public void setDefaultArtwork(@Nullable Drawable drawable) { - if (this.f2342y != drawable) { - this.f2342y = drawable; + if (this.f2343y != drawable) { + this.f2343y = drawable; n(false); } } @@ -1058,8 +1058,8 @@ public class PlayerView extends FrameLayout { } public void setShowBuffering(int i2) { - if (this.f2343z != i2) { - this.f2343z = i2; + if (this.f2344z != i2) { + this.f2344z = i2; k(); } } @@ -1103,8 +1103,8 @@ public class PlayerView extends FrameLayout { public void setUseArtwork(boolean z2) { AnimatableValueParser.D(!z2 || this.n != null); - if (this.f2341x != z2) { - this.f2341x = z2; + if (this.f2342x != z2) { + this.f2342x = z2; n(false); } } diff --git a/app/src/main/java/com/google/android/exoplayer2/ui/TrackSelectionView.java b/app/src/main/java/com/google/android/exoplayer2/ui/TrackSelectionView.java index c58e5badd5..3b0ae7736b 100644 --- a/app/src/main/java/com/google/android/exoplayer2/ui/TrackSelectionView.java +++ b/app/src/main/java/com/google/android/exoplayer2/ui/TrackSelectionView.java @@ -30,7 +30,7 @@ public class TrackSelectionView extends LinearLayout { public TrackGroupArray r; /* renamed from: s reason: collision with root package name */ - public boolean f2344s; + public boolean f2345s; public class b implements View.OnClickListener { public b(a aVar) { @@ -40,13 +40,13 @@ public class TrackSelectionView extends LinearLayout { public void onClick(View view) { TrackSelectionView trackSelectionView = TrackSelectionView.this; if (view == trackSelectionView.k) { - trackSelectionView.f2344s = true; + trackSelectionView.f2345s = true; trackSelectionView.n.clear(); } else if (view == trackSelectionView.l) { - trackSelectionView.f2344s = false; + trackSelectionView.f2345s = false; trackSelectionView.n.clear(); } else { - trackSelectionView.f2344s = false; + trackSelectionView.f2345s = false; Object tag = view.getTag(); Objects.requireNonNull(tag); trackSelectionView.n.get(((c) tag).a); @@ -96,8 +96,8 @@ public class TrackSelectionView extends LinearLayout { } public final void a() { - this.k.setChecked(this.f2344s); - this.l.setChecked(!this.f2344s && this.n.size() == 0); + this.k.setChecked(this.f2345s); + this.l.setChecked(!this.f2345s && this.n.size() == 0); throw null; } @@ -116,7 +116,7 @@ public class TrackSelectionView extends LinearLayout { } public boolean getIsDisabled() { - return this.f2344s; + return this.f2345s; } public List getOverrides() { diff --git a/app/src/main/java/com/google/android/exoplayer2/upstream/Loader.java b/app/src/main/java/com/google/android/exoplayer2/upstream/Loader.java index 960cd0613d..dee5a8b37f 100644 --- a/app/src/main/java/com/google/android/exoplayer2/upstream/Loader.java +++ b/app/src/main/java/com/google/android/exoplayer2/upstream/Loader.java @@ -23,7 +23,7 @@ public final class Loader { public static final c b = new c(3, -9223372036854775807L, null); /* renamed from: c reason: collision with root package name */ - public final ExecutorService f2345c; + public final ExecutorService f2346c; @Nullable public d d; @Nullable @@ -119,7 +119,7 @@ public final class Loader { return; } this.m = null; - loader.f2345c.execute(this); + loader.f2346c.execute(this); } @Override // android.os.Handler @@ -129,7 +129,7 @@ public final class Loader { if (i == 0) { this.m = null; Loader loader = Loader.this; - ExecutorService executorService = loader.f2345c; + ExecutorService executorService = loader.f2346c; d dVar = loader.d; Objects.requireNonNull(dVar); executorService.execute(dVar); @@ -262,7 +262,7 @@ public final class Loader { public Loader(String str) { int i = f0.a; - this.f2345c = Executors.newSingleThreadExecutor(new c.i.a.c.i2.e(str)); + this.f2346c = Executors.newSingleThreadExecutor(new c.i.a.c.i2.e(str)); } public static c a(boolean z2, long j) { diff --git a/app/src/main/java/com/google/android/exoplayer2/upstream/cache/CacheDataSink.java b/app/src/main/java/com/google/android/exoplayer2/upstream/cache/CacheDataSink.java index e2a7dd834d..90a4d6ad74 100644 --- a/app/src/main/java/com/google/android/exoplayer2/upstream/cache/CacheDataSink.java +++ b/app/src/main/java/com/google/android/exoplayer2/upstream/cache/CacheDataSink.java @@ -20,7 +20,7 @@ public final class CacheDataSink implements h { public final long b; /* renamed from: c reason: collision with root package name */ - public final int f2346c; + public final int f2347c; @Nullable public l d; public long e; @@ -47,7 +47,7 @@ public final class CacheDataSink implements h { Objects.requireNonNull(cache); this.a = cache; this.b = i == 0 ? RecyclerView.FOREVER_NS : j; - this.f2346c = 20480; + this.f2347c = 20480; } @Override // c.i.a.c.h2.h @@ -113,10 +113,10 @@ public final class CacheDataSink implements h { int i = f0.a; this.f = cache.a(str, lVar.f + this.i, j2); FileOutputStream fileOutputStream = new FileOutputStream(this.f); - if (this.f2346c > 0) { + if (this.f2347c > 0) { y yVar = this.j; if (yVar == null) { - this.j = new y(fileOutputStream, this.f2346c); + this.j = new y(fileOutputStream, this.f2347c); } else { yVar.a(fileOutputStream); } diff --git a/app/src/main/java/com/google/android/flexbox/FlexboxLayout.java b/app/src/main/java/com/google/android/flexbox/FlexboxLayout.java index 5df5d50419..91083f81fe 100644 --- a/app/src/main/java/com/google/android/flexbox/FlexboxLayout.java +++ b/app/src/main/java/com/google/android/flexbox/FlexboxLayout.java @@ -32,17 +32,17 @@ public class FlexboxLayout extends ViewGroup implements a { public int r; /* renamed from: s reason: collision with root package name */ - public int f2347s; + public int f2348s; public int t; public int[] u; public SparseIntArray v; public c w = new c(this); /* renamed from: x reason: collision with root package name */ - public List f2348x = new ArrayList(); + public List f2349x = new ArrayList(); /* renamed from: y reason: collision with root package name */ - public c.b f2349y = new c.b(); + public c.b f2350y = new c.b(); public static class LayoutParams extends ViewGroup.MarginLayoutParams implements FlexItem { public static final Parcelable.Creator CREATOR = new a(); @@ -298,7 +298,7 @@ public class FlexboxLayout extends ViewGroup implements a { return; } int i5 = bVar.e; - int i6 = this.f2347s; + int i6 = this.f2348s; bVar.e = i5 + i6; bVar.f += i6; } @@ -344,7 +344,7 @@ public class FlexboxLayout extends ViewGroup implements a { } } else if ((this.q & 4) > 0) { int i3 = bVar.e; - int i4 = this.f2347s; + int i4 = this.f2348s; bVar.e = i3 + i4; bVar.f += i4; } @@ -388,12 +388,12 @@ public class FlexboxLayout extends ViewGroup implements a { i3 = this.t; } else { if (p(i, i2)) { - i4 = 0 + this.f2347s; + i4 = 0 + this.f2348s; } if ((this.q & 4) <= 0) { return i4; } - i3 = this.f2347s; + i3 = this.f2348s; } return i4 + i3; } @@ -439,8 +439,8 @@ public class FlexboxLayout extends ViewGroup implements a { } public List getFlexLines() { - ArrayList arrayList = new ArrayList(this.f2348x.size()); - for (b bVar : this.f2348x) { + ArrayList arrayList = new ArrayList(this.f2349x.size()); + for (b bVar : this.f2349x) { if (bVar.a() != 0) { arrayList.add(bVar); } @@ -450,7 +450,7 @@ public class FlexboxLayout extends ViewGroup implements a { @Override // c.i.a.e.a public List getFlexLinesInternal() { - return this.f2348x; + return this.f2349x; } @Override // c.i.a.e.a @@ -465,7 +465,7 @@ public class FlexboxLayout extends ViewGroup implements a { @Override // c.i.a.e.a public int getLargestMainSize() { int i = Integer.MIN_VALUE; - for (b bVar : this.f2348x) { + for (b bVar : this.f2349x) { i = Math.max(i, bVar.e); } return i; @@ -486,15 +486,15 @@ public class FlexboxLayout extends ViewGroup implements a { @Override // c.i.a.e.a public int getSumOfCrossSize() { - int size = this.f2348x.size(); + int size = this.f2349x.size(); int i = 0; for (int i2 = 0; i2 < size; i2++) { - b bVar = this.f2348x.get(i2); + b bVar = this.f2349x.get(i2); if (q(i2)) { - i += i() ? this.f2347s : this.t; + i += i() ? this.f2348s : this.t; } if (r(i2)) { - i += i() ? this.f2347s : this.t; + i += i() ? this.f2348s : this.t; } i += bVar.g; } @@ -520,9 +520,9 @@ public class FlexboxLayout extends ViewGroup implements a { public final void k(Canvas canvas, boolean z2, boolean z3) { int paddingLeft = getPaddingLeft(); int max = Math.max(0, (getWidth() - getPaddingRight()) - paddingLeft); - int size = this.f2348x.size(); + int size = this.f2349x.size(); for (int i = 0; i < size; i++) { - b bVar = this.f2348x.get(i); + b bVar = this.f2349x.get(i); for (int i2 = 0; i2 < bVar.h; i2++) { int i3 = bVar.o + i2; View o = o(i3); @@ -537,10 +537,10 @@ public class FlexboxLayout extends ViewGroup implements a { } } if (q(i)) { - m(canvas, paddingLeft, z3 ? bVar.d : bVar.b - this.f2347s, max); + m(canvas, paddingLeft, z3 ? bVar.d : bVar.b - this.f2348s, max); } if (r(i) && (this.q & 4) > 0) { - m(canvas, paddingLeft, z3 ? bVar.b - this.f2347s : bVar.d, max); + m(canvas, paddingLeft, z3 ? bVar.b - this.f2348s : bVar.d, max); } } } @@ -548,19 +548,19 @@ public class FlexboxLayout extends ViewGroup implements a { public final void l(Canvas canvas, boolean z2, boolean z3) { int paddingTop = getPaddingTop(); int max = Math.max(0, (getHeight() - getPaddingBottom()) - paddingTop); - int size = this.f2348x.size(); + int size = this.f2349x.size(); for (int i = 0; i < size; i++) { - b bVar = this.f2348x.get(i); + b bVar = this.f2349x.get(i); for (int i2 = 0; i2 < bVar.h; i2++) { int i3 = bVar.o + i2; View o = o(i3); if (!(o == null || o.getVisibility() == 8)) { LayoutParams layoutParams = (LayoutParams) o.getLayoutParams(); if (p(i3, i2)) { - m(canvas, bVar.a, z3 ? o.getBottom() + ((ViewGroup.MarginLayoutParams) layoutParams).bottomMargin : (o.getTop() - ((ViewGroup.MarginLayoutParams) layoutParams).topMargin) - this.f2347s, bVar.g); + m(canvas, bVar.a, z3 ? o.getBottom() + ((ViewGroup.MarginLayoutParams) layoutParams).bottomMargin : (o.getTop() - ((ViewGroup.MarginLayoutParams) layoutParams).topMargin) - this.f2348s, bVar.g); } if (i2 == bVar.h - 1 && (this.q & 4) > 0) { - m(canvas, bVar.a, z3 ? (o.getTop() - ((ViewGroup.MarginLayoutParams) layoutParams).topMargin) - this.f2347s : o.getBottom() + ((ViewGroup.MarginLayoutParams) layoutParams).bottomMargin, bVar.g); + m(canvas, bVar.a, z3 ? (o.getTop() - ((ViewGroup.MarginLayoutParams) layoutParams).topMargin) - this.f2348s : o.getBottom() + ((ViewGroup.MarginLayoutParams) layoutParams).bottomMargin, bVar.g); } } } @@ -576,7 +576,7 @@ public class FlexboxLayout extends ViewGroup implements a { public final void m(Canvas canvas, int i, int i2, int i3) { Drawable drawable = this.o; if (drawable != null) { - drawable.setBounds(i, i2, i3 + i, this.f2347s + i2); + drawable.setBounds(i, i2, i3 + i, this.f2348s + i2); this.o.draw(canvas); } } @@ -706,13 +706,13 @@ public class FlexboxLayout extends ViewGroup implements a { } i3 = this.i; if (i3 != 0 || i3 == 1) { - this.f2348x.clear(); - this.f2349y.a(); - this.w.b(this.f2349y, i, i2, Integer.MAX_VALUE, 0, -1, null); - this.f2348x = this.f2349y.a; + this.f2349x.clear(); + this.f2350y.a(); + this.w.b(this.f2350y, i, i2, Integer.MAX_VALUE, 0, -1, null); + this.f2349x = this.f2350y.a; this.w.h(i, i2, 0); if (this.l == 3) { - for (b bVar : this.f2348x) { + for (b bVar : this.f2349x) { int i5 = Integer.MIN_VALUE; for (int i6 = 0; i6 < bVar.h; i6++) { View o = o(bVar.o + i6); @@ -726,16 +726,16 @@ public class FlexboxLayout extends ViewGroup implements a { } this.w.g(i, i2, getPaddingBottom() + getPaddingTop()); this.w.A(0); - u(this.i, i, i2, this.f2349y.b); + u(this.i, i, i2, this.f2350y.b); } else if (i3 == 2 || i3 == 3) { - this.f2348x.clear(); - this.f2349y.a(); - this.w.b(this.f2349y, i2, i, Integer.MAX_VALUE, 0, -1, null); - this.f2348x = this.f2349y.a; + this.f2349x.clear(); + this.f2350y.a(); + this.w.b(this.f2350y, i2, i, Integer.MAX_VALUE, 0, -1, null); + this.f2349x = this.f2350y.a; this.w.h(i, i2, 0); this.w.g(i, i2, getPaddingRight() + getPaddingLeft()); this.w.A(0); - u(this.i, i, i2, this.f2349y.b); + u(this.i, i, i2, this.f2350y.b); return; } else { StringBuilder P = c.d.b.a.a.P("Invalid value for the flex direction is set: "); @@ -749,16 +749,16 @@ public class FlexboxLayout extends ViewGroup implements a { i3 = this.i; if (i3 != 0) { } - this.f2348x.clear(); - this.f2349y.a(); - this.w.b(this.f2349y, i, i2, Integer.MAX_VALUE, 0, -1, null); - this.f2348x = this.f2349y.a; + this.f2349x.clear(); + this.f2350y.a(); + this.w.b(this.f2350y, i, i2, Integer.MAX_VALUE, 0, -1, null); + this.f2349x = this.f2350y.a; this.w.h(i, i2, 0); if (this.l == 3) { } this.w.g(i, i2, getPaddingBottom() + getPaddingTop()); this.w.A(0); - u(this.i, i, i2, this.f2349y.b); + u(this.i, i, i2, this.f2350y.b); } public final boolean p(int i, int i2) { @@ -781,7 +781,7 @@ public class FlexboxLayout extends ViewGroup implements a { public final boolean q(int i) { boolean z2; - if (i < 0 || i >= this.f2348x.size()) { + if (i < 0 || i >= this.f2349x.size()) { return false; } int i2 = 0; @@ -789,7 +789,7 @@ public class FlexboxLayout extends ViewGroup implements a { if (i2 >= i) { z2 = true; break; - } else if (this.f2348x.get(i2).a() > 0) { + } else if (this.f2349x.get(i2).a() > 0) { z2 = false; break; } else { @@ -800,11 +800,11 @@ public class FlexboxLayout extends ViewGroup implements a { } public final boolean r(int i) { - if (i < 0 || i >= this.f2348x.size()) { + if (i < 0 || i >= this.f2349x.size()) { return false; } - for (int i2 = i + 1; i2 < this.f2348x.size(); i2++) { - if (this.f2348x.get(i2).a() > 0) { + for (int i2 = i + 1; i2 < this.f2349x.size(); i2++) { + if (this.f2349x.get(i2).a() > 0) { return false; } } @@ -828,12 +828,12 @@ public class FlexboxLayout extends ViewGroup implements a { int i9 = i3 - i; int paddingBottom = (i4 - i2) - getPaddingBottom(); int paddingTop = getPaddingTop(); - int size = this.f2348x.size(); + int size = this.f2349x.size(); int i10 = 0; while (i10 < size) { - b bVar = this.f2348x.get(i10); + b bVar = this.f2349x.get(i10); if (q(i10)) { - int i11 = this.f2347s; + int i11 = this.f2348s; paddingBottom -= i11; paddingTop += i11; } @@ -972,9 +972,9 @@ public class FlexboxLayout extends ViewGroup implements a { if (drawable != this.o) { this.o = drawable; if (drawable != null) { - this.f2347s = drawable.getIntrinsicHeight(); + this.f2348s = drawable.getIntrinsicHeight(); } else { - this.f2347s = 0; + this.f2348s = 0; } if (this.o == null && this.p == null) { setWillNotDraw(true); @@ -1011,7 +1011,7 @@ public class FlexboxLayout extends ViewGroup implements a { @Override // c.i.a.e.a public void setFlexLines(List list) { - this.f2348x = list; + this.f2349x = list; } public void setFlexWrap(int i) { @@ -1073,9 +1073,9 @@ public class FlexboxLayout extends ViewGroup implements a { int paddingLeft = getPaddingLeft(); int i9 = i4 - i2; int i10 = (i3 - i) - paddingRight; - int size = this.f2348x.size(); + int size = this.f2349x.size(); for (int i11 = 0; i11 < size; i11++) { - b bVar = this.f2348x.get(i11); + b bVar = this.f2349x.get(i11); if (q(i11)) { int i12 = this.t; paddingLeft += i12; @@ -1123,7 +1123,7 @@ public class FlexboxLayout extends ViewGroup implements a { float f8 = f3 + ((float) ((ViewGroup.MarginLayoutParams) layoutParams2).topMargin); float f9 = f - ((float) ((ViewGroup.MarginLayoutParams) layoutParams2).bottomMargin); if (p(i15, i5)) { - int i16 = this.f2347s; + int i16 = this.f2348s; float f10 = (float) i16; f5 = f8 + f10; i7 = i16; @@ -1133,7 +1133,7 @@ public class FlexboxLayout extends ViewGroup implements a { f4 = f9; i7 = 0; } - int i17 = (i5 != bVar.h + -1 || (this.q & 4) <= 0) ? 0 : this.f2347s; + int i17 = (i5 != bVar.h + -1 || (this.q & 4) <= 0) ? 0 : this.f2348s; if (!z2) { layoutParams = layoutParams2; i6 = i5; diff --git a/app/src/main/java/com/google/android/flexbox/FlexboxLayoutManager.java b/app/src/main/java/com/google/android/flexbox/FlexboxLayoutManager.java index 6c9438f729..23641b44bb 100644 --- a/app/src/main/java/com/google/android/flexbox/FlexboxLayoutManager.java +++ b/app/src/main/java/com/google/android/flexbox/FlexboxLayoutManager.java @@ -37,20 +37,20 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements public RecyclerView.Recycler r; /* renamed from: s reason: collision with root package name */ - public RecyclerView.State f2350s; + public RecyclerView.State f2351s; public c t; public b u = new b(null); public OrientationHelper v; public OrientationHelper w; /* renamed from: x reason: collision with root package name */ - public SavedState f2351x; + public SavedState f2352x; /* renamed from: y reason: collision with root package name */ - public int f2352y = -1; + public int f2353y = -1; /* renamed from: z reason: collision with root package name */ - public int f2353z = Integer.MIN_VALUE; + public int f2354z = Integer.MIN_VALUE; public static class LayoutParams extends RecyclerView.LayoutParams implements FlexItem { public static final Parcelable.Creator CREATOR = new a(); @@ -277,7 +277,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements public int b; /* renamed from: c reason: collision with root package name */ - public int f2354c; + public int f2355c; public int d = 0; public boolean e; public boolean f; @@ -290,17 +290,17 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements if (!FlexboxLayoutManager.this.i()) { FlexboxLayoutManager flexboxLayoutManager = FlexboxLayoutManager.this; if (flexboxLayoutManager.n) { - bVar.f2354c = bVar.e ? flexboxLayoutManager.v.getEndAfterPadding() : flexboxLayoutManager.getWidth() - FlexboxLayoutManager.this.v.getStartAfterPadding(); + bVar.f2355c = bVar.e ? flexboxLayoutManager.v.getEndAfterPadding() : flexboxLayoutManager.getWidth() - FlexboxLayoutManager.this.v.getStartAfterPadding(); return; } } - bVar.f2354c = bVar.e ? FlexboxLayoutManager.this.v.getEndAfterPadding() : FlexboxLayoutManager.this.v.getStartAfterPadding(); + bVar.f2355c = bVar.e ? FlexboxLayoutManager.this.v.getEndAfterPadding() : FlexboxLayoutManager.this.v.getStartAfterPadding(); } public static void b(b bVar) { bVar.a = -1; bVar.b = -1; - bVar.f2354c = Integer.MIN_VALUE; + bVar.f2355c = Integer.MIN_VALUE; boolean z2 = false; bVar.f = false; bVar.g = false; @@ -341,7 +341,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements P.append(", mFlexLinePosition="); P.append(this.b); P.append(", mCoordinate="); - P.append(this.f2354c); + P.append(this.f2355c); P.append(", mPerpendicularCoordinate="); P.append(this.d); P.append(", mLayoutFromEnd="); @@ -360,7 +360,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements public boolean b; /* renamed from: c reason: collision with root package name */ - public int f2355c; + public int f2356c; public int d; public int e; public int f; @@ -376,7 +376,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements StringBuilder P = c.d.b.a.a.P("LayoutState{mAvailable="); P.append(this.a); P.append(", mFlexLinePosition="); - P.append(this.f2355c); + P.append(this.f2356c); P.append(", mPosition="); P.append(this.d); P.append(", mOffset="); @@ -456,21 +456,21 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements this.t.b = false; } if (i() || !this.n) { - this.t.a = bVar.f2354c - this.v.getStartAfterPadding(); + this.t.a = bVar.f2355c - this.v.getStartAfterPadding(); } else { - this.t.a = (this.E.getWidth() - bVar.f2354c) - this.v.getStartAfterPadding(); + this.t.a = (this.E.getWidth() - bVar.f2355c) - this.v.getStartAfterPadding(); } c cVar = this.t; cVar.d = bVar.a; cVar.h = 1; cVar.i = -1; - cVar.e = bVar.f2354c; + cVar.e = bVar.f2355c; cVar.f = Integer.MIN_VALUE; int i3 = bVar.b; - cVar.f2355c = i3; + cVar.f2356c = i3; if (z2 && i3 > 0 && this.p.size() > (i2 = bVar.b)) { c cVar2 = this.t; - cVar2.f2355c--; + cVar2.f2356c--; cVar2.d -= this.p.get(i2).h; } } @@ -731,7 +731,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements @Override // c.i.a.e.a public int getFlexItemCount() { - return this.f2350s.getItemCount(); + return this.f2351s.getItemCount(); } @Override // c.i.a.e.a @@ -857,10 +857,10 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements } List list = this.p; int i23 = cVar.d; - if (!(i23 >= 0 && i23 < state.getItemCount() && (i16 = cVar.f2355c) >= 0 && i16 < list.size())) { + if (!(i23 >= 0 && i23 < state.getItemCount() && (i16 = cVar.f2356c) >= 0 && i16 < list.size())) { break; } - c.i.a.e.b bVar = this.p.get(cVar.f2355c); + c.i.a.e.b bVar = this.p.get(cVar.f2356c); cVar.d = bVar.o; if (i()) { int paddingLeft = getPaddingLeft(); @@ -927,7 +927,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements i26 = i12; } i3 = i19; - cVar.f2355c += this.t.i; + cVar.f2356c += this.t.i; i5 = bVar.g; i4 = i21; i2 = i22; @@ -1019,7 +1019,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements } i4 = i21; i2 = i22; - cVar.f2355c += this.t.i; + cVar.f2356c += this.t.i; i5 = bVar.g; } i22 = i2 + i5; @@ -1129,7 +1129,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements boolean z4; int i5; this.r = recycler; - this.f2350s = state; + this.f2351s = state; int itemCount = state.getItemCount(); if (itemCount != 0 || !state.isPreLayout()) { int layoutDirection = getLayoutDirection(); @@ -1166,32 +1166,32 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements this.q.k(itemCount); this.q.i(itemCount); this.t.j = false; - SavedState savedState = this.f2351x; + SavedState savedState = this.f2352x; if (savedState != null) { int i7 = savedState.i; if (i7 >= 0 && i7 < itemCount) { - this.f2352y = i7; + this.f2353y = i7; } } b bVar = this.u; - if (!(bVar.f && this.f2352y == -1 && savedState == null)) { + if (!(bVar.f && this.f2353y == -1 && savedState == null)) { b.b(bVar); b bVar2 = this.u; - SavedState savedState2 = this.f2351x; - if (!state.isPreLayout() && (i5 = this.f2352y) != -1) { + SavedState savedState2 = this.f2352x; + if (!state.isPreLayout() && (i5 = this.f2353y) != -1) { if (i5 < 0 || i5 >= state.getItemCount()) { - this.f2352y = -1; - this.f2353z = Integer.MIN_VALUE; + this.f2353y = -1; + this.f2354z = Integer.MIN_VALUE; } else { - int i8 = this.f2352y; + int i8 = this.f2353y; bVar2.a = i8; bVar2.b = this.q.f1028c[i8]; - SavedState savedState3 = this.f2351x; + SavedState savedState3 = this.f2352x; if (savedState3 != null) { int itemCount2 = state.getItemCount(); int i9 = savedState3.i; if (i9 >= 0 && i9 < itemCount2) { - bVar2.f2354c = this.v.getStartAfterPadding() + savedState2.j; + bVar2.f2355c = this.v.getStartAfterPadding() + savedState2.j; bVar2.g = true; bVar2.b = -1; z3 = true; @@ -1203,14 +1203,14 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements OrientationHelper orientationHelper = flexboxLayoutManager.k == 0 ? flexboxLayoutManager.w : flexboxLayoutManager.v; if (flexboxLayoutManager.i() || !FlexboxLayoutManager.this.n) { if (bVar2.e) { - bVar2.f2354c = orientationHelper.getTotalSpaceChange() + orientationHelper.getDecoratedEnd(p); + bVar2.f2355c = orientationHelper.getTotalSpaceChange() + orientationHelper.getDecoratedEnd(p); } else { - bVar2.f2354c = orientationHelper.getDecoratedStart(p); + bVar2.f2355c = orientationHelper.getDecoratedStart(p); } } else if (bVar2.e) { - bVar2.f2354c = orientationHelper.getTotalSpaceChange() + orientationHelper.getDecoratedStart(p); + bVar2.f2355c = orientationHelper.getTotalSpaceChange() + orientationHelper.getDecoratedStart(p); } else { - bVar2.f2354c = orientationHelper.getDecoratedEnd(p); + bVar2.f2355c = orientationHelper.getDecoratedEnd(p); } int position = FlexboxLayoutManager.this.getPosition(p); bVar2.a = position; @@ -1232,7 +1232,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements } if (!state.isPreLayout() && supportsPredictiveItemAnimations()) { if (this.v.getDecoratedStart(p) >= this.v.getEndAfterPadding() || this.v.getDecoratedEnd(p) < this.v.getStartAfterPadding()) { - bVar2.f2354c = bVar2.e ? this.v.getEndAfterPadding() : this.v.getStartAfterPadding(); + bVar2.f2355c = bVar2.e ? this.v.getEndAfterPadding() : this.v.getStartAfterPadding(); } } z4 = true; @@ -1250,28 +1250,28 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements this.u.f = true; } } - if (this.f2353z == Integer.MIN_VALUE) { - View findViewByPosition = findViewByPosition(this.f2352y); + if (this.f2354z == Integer.MIN_VALUE) { + View findViewByPosition = findViewByPosition(this.f2353y); if (findViewByPosition == null) { if (getChildCount() > 0) { - bVar2.e = this.f2352y < getPosition(getChildAt(0)); + bVar2.e = this.f2353y < getPosition(getChildAt(0)); } b.a(bVar2); } else if (this.v.getDecoratedMeasurement(findViewByPosition) > this.v.getTotalSpace()) { b.a(bVar2); } else if (this.v.getDecoratedStart(findViewByPosition) - this.v.getStartAfterPadding() < 0) { - bVar2.f2354c = this.v.getStartAfterPadding(); + bVar2.f2355c = this.v.getStartAfterPadding(); bVar2.e = false; } else if (this.v.getEndAfterPadding() - this.v.getDecoratedEnd(findViewByPosition) < 0) { - bVar2.f2354c = this.v.getEndAfterPadding(); + bVar2.f2355c = this.v.getEndAfterPadding(); bVar2.e = true; } else { - bVar2.f2354c = bVar2.e ? this.v.getTotalSpaceChange() + this.v.getDecoratedEnd(findViewByPosition) : this.v.getDecoratedStart(findViewByPosition); + bVar2.f2355c = bVar2.e ? this.v.getTotalSpaceChange() + this.v.getDecoratedEnd(findViewByPosition) : this.v.getDecoratedStart(findViewByPosition); } } else if (i() || !this.n) { - bVar2.f2354c = this.v.getStartAfterPadding() + this.f2353z; + bVar2.f2355c = this.v.getStartAfterPadding() + this.f2354z; } else { - bVar2.f2354c = this.f2353z - this.v.getEndPadding(); + bVar2.f2355c = this.f2354z - this.v.getEndPadding(); } z3 = true; if (!z3) { @@ -1309,7 +1309,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements this.A = width; this.B = height; int i14 = this.F; - if (i14 != -1 || (this.f2352y == -1 && !z2)) { + if (i14 != -1 || (this.f2353y == -1 && !z2)) { int min = i14 != -1 ? Math.min(i14, this.u.a) : this.u.a; this.G.a(); if (i()) { @@ -1344,7 +1344,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements b bVar4 = this.u; int i15 = this.q.f1028c[bVar4.a]; bVar4.b = i15; - this.t.f2355c = i15; + this.t.f2356c = i15; } if (this.u.e) { m(recycler, state, this.t); @@ -1373,9 +1373,9 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements @Override // androidx.recyclerview.widget.RecyclerView.LayoutManager public void onLayoutCompleted(RecyclerView.State state) { super.onLayoutCompleted(state); - this.f2351x = null; - this.f2352y = -1; - this.f2353z = Integer.MIN_VALUE; + this.f2352x = null; + this.f2353y = -1; + this.f2354z = Integer.MIN_VALUE; this.F = -1; b.b(this.u); this.C.clear(); @@ -1384,14 +1384,14 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements @Override // androidx.recyclerview.widget.RecyclerView.LayoutManager public void onRestoreInstanceState(Parcelable parcelable) { if (parcelable instanceof SavedState) { - this.f2351x = (SavedState) parcelable; + this.f2352x = (SavedState) parcelable; requestLayout(); } } @Override // androidx.recyclerview.widget.RecyclerView.LayoutManager public Parcelable onSaveInstanceState() { - SavedState savedState = this.f2351x; + SavedState savedState = this.f2352x; if (savedState != null) { return new SavedState(savedState, (a) null); } @@ -1506,9 +1506,9 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements @Override // androidx.recyclerview.widget.RecyclerView.LayoutManager public void scrollToPosition(int i2) { - this.f2352y = i2; - this.f2353z = Integer.MIN_VALUE; - SavedState savedState = this.f2351x; + this.f2353y = i2; + this.f2354z = Integer.MIN_VALUE; + SavedState savedState = this.f2352x; if (savedState != null) { savedState.i = -1; } @@ -1566,9 +1566,9 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements cVar.d = i6; int[] iArr = this.q.f1028c; if (iArr.length <= i6) { - cVar.f2355c = -1; + cVar.f2356c = -1; } else { - cVar.f2355c = iArr[i6]; + cVar.f2356c = iArr[i6]; } if (z3) { cVar.e = this.v.getDecoratedStart(q); @@ -1583,7 +1583,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements cVar.e = this.v.getDecoratedEnd(q); this.t.f = this.v.getDecoratedEnd(q) - this.v.getEndAfterPadding(); } - int i8 = this.t.f2355c; + int i8 = this.t.f2356c; if ((i8 == -1 || i8 > this.p.size() - 1) && this.t.d <= getFlexItemCount()) { int i9 = abs - this.t.f; this.G.a(); @@ -1614,7 +1614,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements cVar3.d = -1; } c cVar4 = this.t; - cVar4.f2355c = i10 > 0 ? i10 - 1 : 0; + cVar4.f2356c = i10 > 0 ? i10 - 1 : 0; if (z3) { cVar4.e = this.v.getDecoratedEnd(o); this.t.f = this.v.getDecoratedEnd(o) - this.v.getEndAfterPadding(); @@ -1790,12 +1790,12 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements this.F = i2; View childAt = getChildAt(0); if (childAt != null) { - this.f2352y = getPosition(childAt); + this.f2353y = getPosition(childAt); if (i() || !this.n) { - this.f2353z = this.v.getDecoratedStart(childAt) - this.v.getStartAfterPadding(); + this.f2354z = this.v.getDecoratedStart(childAt) - this.v.getStartAfterPadding(); return; } - this.f2353z = this.v.getEndPadding() + this.v.getDecoratedEnd(childAt); + this.f2354z = this.v.getEndPadding() + this.v.getDecoratedEnd(childAt); } } } @@ -1809,20 +1809,20 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements this.t.b = false; } if (i() || !this.n) { - this.t.a = this.v.getEndAfterPadding() - bVar.f2354c; + this.t.a = this.v.getEndAfterPadding() - bVar.f2355c; } else { - this.t.a = bVar.f2354c - getPaddingRight(); + this.t.a = bVar.f2355c - getPaddingRight(); } c cVar = this.t; cVar.d = bVar.a; cVar.h = 1; cVar.i = 1; - cVar.e = bVar.f2354c; + cVar.e = bVar.f2355c; cVar.f = Integer.MIN_VALUE; - cVar.f2355c = bVar.b; + cVar.f2356c = bVar.b; if (z2 && this.p.size() > 1 && (i2 = bVar.b) >= 0 && i2 < this.p.size() - 1) { c cVar2 = this.t; - cVar2.f2355c++; + cVar2.f2356c++; cVar2.d += this.p.get(bVar.b).h; } } diff --git a/app/src/main/java/com/google/android/gms/ads/identifier/AdvertisingIdClient.java b/app/src/main/java/com/google/android/gms/ads/identifier/AdvertisingIdClient.java index 31185f8bbd..020bc057bb 100644 --- a/app/src/main/java/com/google/android/gms/ads/identifier/AdvertisingIdClient.java +++ b/app/src/main/java/com/google/android/gms/ads/identifier/AdvertisingIdClient.java @@ -29,7 +29,7 @@ public class AdvertisingIdClient { public b b; /* renamed from: c reason: collision with root package name */ - public boolean f2356c; + public boolean f2357c; public final Object d = new Object(); @Nullable public a e; @@ -103,7 +103,7 @@ public class AdvertisingIdClient { context = applicationContext; } this.f = context; - this.f2356c = false; + this.f2357c = false; this.h = j; this.g = z3; } @@ -204,13 +204,13 @@ public class AdvertisingIdClient { synchronized (this) { if (this.f != null && this.a != null) { try { - if (this.f2356c) { + if (this.f2357c) { c.i.a.f.e.n.a.b().c(this.f, this.a); } } catch (Throwable th) { Log.i("AdvertisingIdClient", "AdvertisingIdClient unbindService failed.", th); } - this.f2356c = false; + this.f2357c = false; this.b = null; this.a = null; } @@ -221,7 +221,7 @@ public class AdvertisingIdClient { Info info; AnimatableValueParser.x("Calling this from your main thread can lead to deadlock"); synchronized (this) { - if (!this.f2356c) { + if (!this.f2357c) { synchronized (this.d) { a aVar = this.e; if (aVar == null || !aVar.l) { @@ -230,7 +230,7 @@ public class AdvertisingIdClient { } try { f(false); - if (!this.f2356c) { + if (!this.f2357c) { throw new IOException("AdvertisingIdClient cannot reconnect."); } } catch (Exception e) { @@ -269,13 +269,13 @@ public class AdvertisingIdClient { public final void f(boolean z2) throws IOException, IllegalStateException, GooglePlayServicesNotAvailableException, GooglePlayServicesRepairableException { AnimatableValueParser.x("Calling this from your main thread can lead to deadlock"); synchronized (this) { - if (this.f2356c) { + if (this.f2357c) { a(); } c.i.a.f.e.a c2 = c(this.f, this.g); this.a = c2; this.b = d(c2); - this.f2356c = true; + this.f2357c = true; if (z2) { e(); } diff --git a/app/src/main/java/com/google/android/gms/auth/api/credentials/Credential.java b/app/src/main/java/com/google/android/gms/auth/api/credentials/Credential.java index cb819aa5ff..5aa21c608c 100644 --- a/app/src/main/java/com/google/android/gms/auth/api/credentials/Credential.java +++ b/app/src/main/java/com/google/android/gms/auth/api/credentials/Credential.java @@ -39,7 +39,7 @@ public class Credential extends AbstractSafeParcelable implements ReflectedParce @Nullable /* renamed from: c reason: collision with root package name */ - public Uri f2357c; + public Uri f2358c; @Nullable public String d; @@ -48,7 +48,7 @@ public class Credential extends AbstractSafeParcelable implements ReflectedParce } public Credential a() { - return new Credential(this.a, this.b, this.f2357c, null, this.d, null, null, null); + return new Credential(this.a, this.b, this.f2358c, null, this.d, null, null, null); } } diff --git a/app/src/main/java/com/google/android/gms/auth/api/signin/GoogleSignInAccount.java b/app/src/main/java/com/google/android/gms/auth/api/signin/GoogleSignInAccount.java index a208230426..a889053c75 100644 --- a/app/src/main/java/com/google/android/gms/auth/api/signin/GoogleSignInAccount.java +++ b/app/src/main/java/com/google/android/gms/auth/api/signin/GoogleSignInAccount.java @@ -43,7 +43,7 @@ public class GoogleSignInAccount extends AbstractSafeParcelable implements Refle @Nullable /* renamed from: s reason: collision with root package name */ - public String f2358s; + public String f2359s; @Nullable public String t; public Set u = new HashSet(); @@ -59,7 +59,7 @@ public class GoogleSignInAccount extends AbstractSafeParcelable implements Refle this.p = j; this.q = str6; this.r = list; - this.f2358s = str7; + this.f2359s = str7; this.t = str8; } @@ -140,7 +140,7 @@ public class GoogleSignInAccount extends AbstractSafeParcelable implements Refle parcel.writeLong(j); AnimatableValueParser.V2(parcel, 9, this.q, false); AnimatableValueParser.Y2(parcel, 10, this.r, false); - AnimatableValueParser.V2(parcel, 11, this.f2358s, false); + AnimatableValueParser.V2(parcel, 11, this.f2359s, false); AnimatableValueParser.V2(parcel, 12, this.t, false); AnimatableValueParser.e3(parcel, Z2); } diff --git a/app/src/main/java/com/google/android/gms/auth/api/signin/GoogleSignInOptions.java b/app/src/main/java/com/google/android/gms/auth/api/signin/GoogleSignInOptions.java index d269617c8f..e95b1022e6 100644 --- a/app/src/main/java/com/google/android/gms/auth/api/signin/GoogleSignInOptions.java +++ b/app/src/main/java/com/google/android/gms/auth/api/signin/GoogleSignInOptions.java @@ -43,7 +43,7 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, public boolean r; /* renamed from: s reason: collision with root package name */ - public final boolean f2359s; + public final boolean f2360s; public final boolean t; @Nullable public String u; @@ -53,10 +53,10 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, @Nullable /* renamed from: x reason: collision with root package name */ - public String f2360x; + public String f2361x; /* renamed from: y reason: collision with root package name */ - public Map f2361y; + public Map f2362y; /* compiled from: com.google.android.gms:play-services-base@@17.3.0 */ public static final class a { @@ -64,7 +64,7 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, public boolean b; /* renamed from: c reason: collision with root package name */ - public boolean f2362c; + public boolean f2363c; public boolean d; @Nullable public String e; @@ -81,14 +81,14 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, public a(@NonNull GoogleSignInOptions googleSignInOptions) { this.a = new HashSet(googleSignInOptions.p); - this.b = googleSignInOptions.f2359s; - this.f2362c = googleSignInOptions.t; + this.b = googleSignInOptions.f2360s; + this.f2363c = googleSignInOptions.t; this.d = googleSignInOptions.r; this.e = googleSignInOptions.u; this.f = googleSignInOptions.q; this.g = googleSignInOptions.v; this.h = GoogleSignInOptions.x0(googleSignInOptions.w); - this.i = googleSignInOptions.f2360x; + this.i = googleSignInOptions.f2361x; } public final GoogleSignInOptions a() { @@ -102,7 +102,7 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, if (this.d && (this.f == null || !this.a.isEmpty())) { this.a.add(GoogleSignInOptions.j); } - return new GoogleSignInOptions(3, new ArrayList(this.a), this.f, this.d, this.b, this.f2362c, this.e, this.g, this.h, this.i); + return new GoogleSignInOptions(3, new ArrayList(this.a), this.f, this.d, this.b, this.f2363c, this.e, this.g, this.h, this.i); } } @@ -139,13 +139,13 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, this.p = arrayList; this.q = account; this.r = z2; - this.f2359s = z3; + this.f2360s = z3; this.t = z4; this.u = str; this.v = str2; this.w = new ArrayList<>(map.values()); - this.f2361y = map; - this.f2360x = str3; + this.f2362y = map; + this.f2361x = str3; } @Nullable @@ -211,7 +211,7 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, if (TextUtils.isEmpty(googleSignInOptions.u)) { } } - if (this.t == googleSignInOptions.t && this.r == googleSignInOptions.r && this.f2359s == googleSignInOptions.f2359s && TextUtils.equals(this.f2360x, googleSignInOptions.f2360x)) { + if (this.t == googleSignInOptions.t && this.r == googleSignInOptions.r && this.f2360s == googleSignInOptions.f2360s && TextUtils.equals(this.f2361x, googleSignInOptions.f2361x)) { return true; } } @@ -239,8 +239,8 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, Account account = this.q; int hashCode = ((arrayList.hashCode() + 31) * 31) + (account == null ? 0 : account.hashCode()); String str = this.u; - int hashCode2 = (((((((hashCode * 31) + (str == null ? 0 : str.hashCode())) * 31) + (this.t ? 1 : 0)) * 31) + (this.r ? 1 : 0)) * 31) + (this.f2359s ? 1 : 0); - String str2 = this.f2360x; + int hashCode2 = (((((((hashCode * 31) + (str == null ? 0 : str.hashCode())) * 31) + (this.t ? 1 : 0)) * 31) + (this.r ? 1 : 0)) * 31) + (this.f2360s ? 1 : 0); + String str2 = this.f2361x; int i4 = hashCode2 * 31; if (str2 != null) { i2 = str2.hashCode(); @@ -263,7 +263,7 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, boolean z2 = this.r; AnimatableValueParser.c3(parcel, 4, 4); parcel.writeInt(z2 ? 1 : 0); - boolean z3 = this.f2359s; + boolean z3 = this.f2360s; AnimatableValueParser.c3(parcel, 5, 4); parcel.writeInt(z3 ? 1 : 0); boolean z4 = this.t; @@ -272,7 +272,7 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, AnimatableValueParser.V2(parcel, 7, this.u, false); AnimatableValueParser.V2(parcel, 8, this.v, false); AnimatableValueParser.Y2(parcel, 9, this.w, false); - AnimatableValueParser.V2(parcel, 10, this.f2360x, false); + AnimatableValueParser.V2(parcel, 10, this.f2361x, false); AnimatableValueParser.e3(parcel, Z2); } } diff --git a/app/src/main/java/com/google/android/gms/common/GoogleApiAvailability.java b/app/src/main/java/com/google/android/gms/common/GoogleApiAvailability.java index 010dce1001..f626a056f4 100644 --- a/app/src/main/java/com/google/android/gms/common/GoogleApiAvailability.java +++ b/app/src/main/java/com/google/android/gms/common/GoogleApiAvailability.java @@ -43,7 +43,7 @@ import com.google.android.gms.tasks.TaskCompletionSource; public class GoogleApiAvailability extends c { /* renamed from: c reason: collision with root package name */ - public static final Object f2363c = new Object(); + public static final Object f2364c = new Object(); public static final GoogleApiAvailability d = new GoogleApiAvailability(); public static final int e = c.a; @@ -211,7 +211,7 @@ public class GoogleApiAvailability extends c { } if (c.i.a.f.e.o.c.R()) { AnimatableValueParser.F(c.i.a.f.e.o.c.R()); - synchronized (f2363c) { + synchronized (f2364c) { } NotificationChannel notificationChannel = notificationManager.getNotificationChannel("com.google.android.gms.availability"); SimpleArrayMap simpleArrayMap = m.a; diff --git a/app/src/main/java/com/google/android/gms/common/api/GoogleApiActivity.java b/app/src/main/java/com/google/android/gms/common/api/GoogleApiActivity.java index cf8f7911dc..60763fa4ea 100644 --- a/app/src/main/java/com/google/android/gms/common/api/GoogleApiActivity.java +++ b/app/src/main/java/com/google/android/gms/common/api/GoogleApiActivity.java @@ -81,7 +81,7 @@ public class GoogleApiActivity extends Activity implements DialogInterface.OnCan finish(); } } else { - Object obj = GoogleApiAvailability.f2363c; + Object obj = GoogleApiAvailability.f2364c; GoogleApiAvailability.d.f(this, num == null ? 8 : num.intValue(), 2, this); this.j = 1; } diff --git a/app/src/main/java/com/google/android/gms/common/api/internal/BasePendingResult.java b/app/src/main/java/com/google/android/gms/common/api/internal/BasePendingResult.java index 1f26774c1a..32c58cb1de 100644 --- a/app/src/main/java/com/google/android/gms/common/api/internal/BasePendingResult.java +++ b/app/src/main/java/com/google/android/gms/common/api/internal/BasePendingResult.java @@ -28,7 +28,7 @@ public abstract class BasePendingResult extends d { public final Object b; /* renamed from: c reason: collision with root package name */ - public final a f2364c; + public final a f2365c; public final CountDownLatch d; public final ArrayList e; public final AtomicReference f; @@ -88,7 +88,7 @@ public abstract class BasePendingResult extends d { this.e = new ArrayList<>(); this.f = new AtomicReference<>(); this.k = false; - this.f2364c = new a<>(Looper.getMainLooper()); + this.f2365c = new a<>(Looper.getMainLooper()); new WeakReference(null); } @@ -98,7 +98,7 @@ public abstract class BasePendingResult extends d { this.e = new ArrayList<>(); this.f = new AtomicReference<>(); this.k = false; - this.f2364c = new a<>(cVar != null ? cVar.c() : Looper.getMainLooper()); + this.f2365c = new a<>(cVar != null ? cVar.c() : Looper.getMainLooper()); new WeakReference(cVar); } diff --git a/app/src/main/java/com/google/android/gms/common/internal/GetServiceRequest.java b/app/src/main/java/com/google/android/gms/common/internal/GetServiceRequest.java index 89a97a3436..a34aaee725 100644 --- a/app/src/main/java/com/google/android/gms/common/internal/GetServiceRequest.java +++ b/app/src/main/java/com/google/android/gms/common/internal/GetServiceRequest.java @@ -35,7 +35,7 @@ public class GetServiceRequest extends AbstractSafeParcelable { public Feature[] r; /* renamed from: s reason: collision with root package name */ - public boolean f2365s; + public boolean f2366s; public int t; public boolean u; @@ -43,7 +43,7 @@ public class GetServiceRequest extends AbstractSafeParcelable { this.i = 5; this.k = c.a; this.j = i; - this.f2365s = true; + this.f2366s = true; } public GetServiceRequest(int i, int i2, int i3, String str, IBinder iBinder, Scope[] scopeArr, Bundle bundle, Account account, Feature[] featureArr, Feature[] featureArr2, boolean z2, int i4, boolean z3) { @@ -80,7 +80,7 @@ public class GetServiceRequest extends AbstractSafeParcelable { this.o = bundle; this.q = featureArr; this.r = featureArr2; - this.f2365s = z2; + this.f2366s = z2; this.t = i4; this.u = z3; } @@ -104,7 +104,7 @@ public class GetServiceRequest extends AbstractSafeParcelable { AnimatableValueParser.U2(parcel, 8, this.p, i, false); AnimatableValueParser.X2(parcel, 10, this.q, i, false); AnimatableValueParser.X2(parcel, 11, this.r, i, false); - boolean z2 = this.f2365s; + boolean z2 = this.f2366s; AnimatableValueParser.c3(parcel, 12, 4); parcel.writeInt(z2 ? 1 : 0); int i5 = this.t; diff --git a/app/src/main/java/com/google/android/gms/dynamite/DynamiteModule.java b/app/src/main/java/com/google/android/gms/dynamite/DynamiteModule.java index 799eb18179..f2dbe5c70a 100644 --- a/app/src/main/java/com/google/android/gms/dynamite/DynamiteModule.java +++ b/app/src/main/java/com/google/android/gms/dynamite/DynamiteModule.java @@ -34,7 +34,7 @@ public final class DynamiteModule { @Nullable /* renamed from: c reason: collision with root package name */ - public static i f2366c = null; + public static i f2367c = null; @Nullable public static String d = null; public static int e = -1; @@ -76,7 +76,7 @@ public final class DynamiteModule { public int b = 0; /* renamed from: c reason: collision with root package name */ - public int f2367c = 0; + public int f2368c = 0; } /* compiled from: com.google.android.gms:play-services-basement@@17.4.0 */ @@ -178,7 +178,7 @@ public final class DynamiteModule { sb.append(":"); sb.append(i3); Log.i("DynamiteModule", sb.toString()); - int i4 = a2.f2367c; + int i4 = a2.f2368c; if (i4 == 0 || ((i4 == -1 && a2.a == 0) || (i4 == 1 && a2.b == 0))) { int i5 = a2.a; int i6 = a2.b; @@ -210,13 +210,13 @@ public final class DynamiteModule { String valueOf = String.valueOf(e3.getMessage()); Log.w("DynamiteModule", valueOf.length() != 0 ? "Failed to load remote module: ".concat(valueOf) : new String("Failed to load remote module: ")); int i7 = a2.a; - if (i7 == 0 || aVar.a(context, str, new c(i7)).f2367c != -1) { + if (i7 == 0 || aVar.a(context, str, new c(i7)).f2368c != -1) { throw new LoadingException("Remote load failed. No local fallback found.", e3, null); } return e(context, str); } } else { - int i8 = a2.f2367c; + int i8 = a2.f2368c; StringBuilder sb3 = new StringBuilder(47); sb3.append("VersionPolicy returned invalid code:"); sb3.append(i8); @@ -416,7 +416,7 @@ public final class DynamiteModule { IInterface queryLocalInterface = iBinder.queryLocalInterface("com.google.android.gms.dynamite.IDynamiteLoaderV2"); iVar = queryLocalInterface instanceof i ? (i) queryLocalInterface : new h(iBinder); } - f2366c = iVar; + f2367c = iVar; } catch (ClassNotFoundException | IllegalAccessException | InstantiationException | NoSuchMethodException | InvocationTargetException e2) { throw new LoadingException("Failed to instantiate dynamite loader", e2, null); } @@ -531,7 +531,7 @@ public final class DynamiteModule { sb.append(i2); Log.i("DynamiteModule", sb.toString()); synchronized (DynamiteModule.class) { - iVar = f2366c; + iVar = f2367c; } if (iVar != null) { b bVar = f.get(); diff --git a/app/src/main/java/com/google/android/gms/internal/measurement/zzhi.java b/app/src/main/java/com/google/android/gms/internal/measurement/zzhi.java index 945c2fcd4f..03c7af9525 100644 --- a/app/src/main/java/com/google/android/gms/internal/measurement/zzhi.java +++ b/app/src/main/java/com/google/android/gms/internal/measurement/zzhi.java @@ -22,7 +22,7 @@ public abstract class zzhi extends u3 { public static final boolean b = j7.g; /* renamed from: c reason: collision with root package name */ - public g4 f2368c; + public g4 f2369c; /* compiled from: com.google.android.gms:play-services-measurement-base@@18.0.0 */ public static class a extends zzhi { @@ -215,7 +215,7 @@ public abstract class zzhi extends u3 { l3Var.l(e); } r(e); - q6Var.g(c6Var, this.f2368c); + q6Var.g(c6Var, this.f2369c); } @Override // com.google.android.gms.internal.measurement.zzhi diff --git a/app/src/main/java/com/google/android/gms/measurement/AppMeasurement.java b/app/src/main/java/com/google/android/gms/measurement/AppMeasurement.java index 4f945e963f..08e3894124 100644 --- a/app/src/main/java/com/google/android/gms/measurement/AppMeasurement.java +++ b/app/src/main/java/com/google/android/gms/measurement/AppMeasurement.java @@ -38,7 +38,7 @@ public class AppMeasurement { public final u4 b; /* renamed from: c reason: collision with root package name */ - public final b7 f2369c; + public final b7 f2370c; public final boolean d; /* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */ @@ -155,7 +155,7 @@ public class AppMeasurement { } public AppMeasurement(b7 b7Var) { - this.f2369c = b7Var; + this.f2370c = b7Var; this.b = null; this.d = true; } @@ -163,7 +163,7 @@ public class AppMeasurement { public AppMeasurement(u4 u4Var) { Objects.requireNonNull(u4Var, "null reference"); this.b = u4Var; - this.f2369c = null; + this.f2370c = null; this.d = false; } @@ -194,7 +194,7 @@ public class AppMeasurement { @Keep public void beginAdUnitExposure(@NonNull @Size(min = 1) String str) { if (this.d) { - this.f2369c.g(str); + this.f2370c.g(str); return; } a A = this.b.A(); @@ -205,7 +205,7 @@ public class AppMeasurement { @Keep public void clearConditionalUserProperty(@NonNull @Size(max = 24, min = 1) String str, @Nullable String str2, @Nullable Bundle bundle) { if (this.d) { - this.f2369c.l(str, str2, bundle); + this.f2370c.l(str, str2, bundle); } else { this.b.s().R(str, str2, bundle); } @@ -214,7 +214,7 @@ public class AppMeasurement { @Keep public void endAdUnitExposure(@NonNull @Size(min = 1) String str) { if (this.d) { - this.f2369c.j(str); + this.f2370c.j(str); return; } a A = this.b.A(); @@ -224,13 +224,13 @@ public class AppMeasurement { @Keep public long generateEventId() { - return this.d ? this.f2369c.e() : this.b.t().t0(); + return this.d ? this.f2370c.e() : this.b.t().t0(); } @Nullable @Keep public String getAppInstanceId() { - return this.d ? this.f2369c.c() : this.b.s().g.get(); + return this.d ? this.f2370c.c() : this.b.s().g.get(); } @Keep @@ -239,7 +239,7 @@ public class AppMeasurement { List list; int i = 0; if (this.d) { - list = this.f2369c.i(str, str2); + list = this.f2370c.i(str, str2); } else { c6 s2 = this.b.s(); if (s2.f().y()) { @@ -274,7 +274,7 @@ public class AppMeasurement { @Keep public String getCurrentScreenClass() { if (this.d) { - return this.f2369c.b(); + return this.f2370c.b(); } i7 i7Var = this.b.s().a.w().f1168c; if (i7Var != null) { @@ -287,7 +287,7 @@ public class AppMeasurement { @Keep public String getCurrentScreenName() { if (this.d) { - return this.f2369c.a(); + return this.f2370c.a(); } i7 i7Var = this.b.s().a.w().f1168c; if (i7Var != null) { @@ -299,14 +299,14 @@ public class AppMeasurement { @Nullable @Keep public String getGmpAppId() { - return this.d ? this.f2369c.d() : this.b.s().O(); + return this.d ? this.f2370c.d() : this.b.s().O(); } @Keep @WorkerThread public int getMaxUserProperties(@NonNull @Size(min = 1) String str) { if (this.d) { - return this.f2369c.h(str); + return this.f2370c.h(str); } this.b.s(); AnimatableValueParser.w(str); @@ -317,7 +317,7 @@ public class AppMeasurement { @WorkerThread public Map getUserProperties(@Nullable String str, @Nullable @Size(max = 24, min = 1) String str2, boolean z2) { if (this.d) { - return this.f2369c.k(str, str2, z2); + return this.f2370c.k(str, str2, z2); } c6 s2 = this.b.s(); if (s2.f().y()) { @@ -345,7 +345,7 @@ public class AppMeasurement { @Keep public void logEventInternal(String str, String str2, Bundle bundle) { if (this.d) { - this.f2369c.m(str, str2, bundle); + this.f2370c.m(str, str2, bundle); } else { this.b.s().H(str, str2, bundle); } @@ -355,7 +355,7 @@ public class AppMeasurement { public void setConditionalUserProperty(@NonNull ConditionalUserProperty conditionalUserProperty) { Objects.requireNonNull(conditionalUserProperty, "null reference"); if (this.d) { - this.f2369c.f(conditionalUserProperty.a()); + this.f2370c.f(conditionalUserProperty.a()); return; } c6 s2 = this.b.s(); diff --git a/app/src/main/java/com/google/android/gms/measurement/internal/zzn.java b/app/src/main/java/com/google/android/gms/measurement/internal/zzn.java index 647661480b..e0bf803a8d 100644 --- a/app/src/main/java/com/google/android/gms/measurement/internal/zzn.java +++ b/app/src/main/java/com/google/android/gms/measurement/internal/zzn.java @@ -27,20 +27,20 @@ public final class zzn extends AbstractSafeParcelable { public final long r; /* renamed from: s reason: collision with root package name */ - public final String f2370s; + public final String f2371s; public final long t; public final long u; public final int v; public final boolean w; /* renamed from: x reason: collision with root package name */ - public final boolean f2371x; + public final boolean f2372x; /* renamed from: y reason: collision with root package name */ - public final boolean f2372y; + public final boolean f2373y; /* renamed from: z reason: collision with root package name */ - public final String f2373z; + public final String f2374z; public zzn(String str, String str2, String str3, long j, String str4, long j2, long j3, String str5, boolean z2, boolean z3, String str6, long j4, long j5, int i, boolean z4, boolean z5, boolean z6, String str7, Boolean bool, long j6, List list, String str8, String str9) { AnimatableValueParser.w(str); @@ -54,14 +54,14 @@ public final class zzn extends AbstractSafeParcelable { this.o = str5; this.p = z2; this.q = z3; - this.f2370s = str6; + this.f2371s = str6; this.t = j4; this.u = j5; this.v = i; this.w = z4; - this.f2371x = z5; - this.f2372y = z6; - this.f2373z = str7; + this.f2372x = z5; + this.f2373y = z6; + this.f2374z = str7; this.A = bool; this.B = j6; this.C = list; @@ -80,14 +80,14 @@ public final class zzn extends AbstractSafeParcelable { this.o = str5; this.p = z2; this.q = z3; - this.f2370s = str6; + this.f2371s = str6; this.t = j4; this.u = j5; this.v = i; this.w = z4; - this.f2371x = z5; - this.f2372y = z6; - this.f2373z = str7; + this.f2372x = z5; + this.f2373y = z6; + this.f2374z = str7; this.A = bool; this.B = j6; this.C = list; @@ -118,7 +118,7 @@ public final class zzn extends AbstractSafeParcelable { long j3 = this.r; AnimatableValueParser.c3(parcel, 11, 8); parcel.writeLong(j3); - AnimatableValueParser.V2(parcel, 12, this.f2370s, false); + AnimatableValueParser.V2(parcel, 12, this.f2371s, false); long j4 = this.t; AnimatableValueParser.c3(parcel, 13, 8); parcel.writeLong(j4); @@ -131,13 +131,13 @@ public final class zzn extends AbstractSafeParcelable { boolean z4 = this.w; AnimatableValueParser.c3(parcel, 16, 4); parcel.writeInt(z4 ? 1 : 0); - boolean z5 = this.f2371x; + boolean z5 = this.f2372x; AnimatableValueParser.c3(parcel, 17, 4); parcel.writeInt(z5 ? 1 : 0); - boolean z6 = this.f2372y; + boolean z6 = this.f2373y; AnimatableValueParser.c3(parcel, 18, 4); parcel.writeInt(z6 ? 1 : 0); - AnimatableValueParser.V2(parcel, 19, this.f2373z, false); + AnimatableValueParser.V2(parcel, 19, this.f2374z, false); Boolean bool = this.A; if (bool != null) { AnimatableValueParser.c3(parcel, 21, 4); diff --git a/app/src/main/java/com/google/android/gms/measurement/internal/zzz.java b/app/src/main/java/com/google/android/gms/measurement/internal/zzz.java index 520ff96c26..343a32458e 100644 --- a/app/src/main/java/com/google/android/gms/measurement/internal/zzz.java +++ b/app/src/main/java/com/google/android/gms/measurement/internal/zzz.java @@ -20,7 +20,7 @@ public final class zzz extends AbstractSafeParcelable { public long r; /* renamed from: s reason: collision with root package name */ - public zzaq f2374s; + public zzaq f2375s; public zzz(zzz zzz) { this.i = zzz.i; @@ -33,7 +33,7 @@ public final class zzz extends AbstractSafeParcelable { this.p = zzz.p; this.q = zzz.q; this.r = zzz.r; - this.f2374s = zzz.f2374s; + this.f2375s = zzz.f2375s; } public zzz(String str, String str2, zzku zzku, long j, boolean z2, String str3, zzaq zzaq, long j2, zzaq zzaq2, long j3, zzaq zzaq3) { @@ -47,7 +47,7 @@ public final class zzz extends AbstractSafeParcelable { this.p = j2; this.q = zzaq2; this.r = j3; - this.f2374s = zzaq3; + this.f2375s = zzaq3; } @Override // android.os.Parcelable @@ -71,7 +71,7 @@ public final class zzz extends AbstractSafeParcelable { long j3 = this.r; AnimatableValueParser.c3(parcel, 11, 8); parcel.writeLong(j3); - AnimatableValueParser.U2(parcel, 12, this.f2374s, i, false); + AnimatableValueParser.U2(parcel, 12, this.f2375s, i, false); AnimatableValueParser.e3(parcel, Z2); } } diff --git a/app/src/main/java/com/google/android/gms/nearby/messages/SubscribeOptions.java b/app/src/main/java/com/google/android/gms/nearby/messages/SubscribeOptions.java index c0139a90b7..d07eea1ecf 100644 --- a/app/src/main/java/com/google/android/gms/nearby/messages/SubscribeOptions.java +++ b/app/src/main/java/com/google/android/gms/nearby/messages/SubscribeOptions.java @@ -9,7 +9,7 @@ public final class SubscribeOptions { @Nullable /* renamed from: c reason: collision with root package name */ - public final d f2375c = null; + public final d f2376c = null; public final boolean d = false; static { diff --git a/app/src/main/java/com/google/android/gms/nearby/messages/internal/SubscribeRequest.java b/app/src/main/java/com/google/android/gms/nearby/messages/internal/SubscribeRequest.java index 82aca3567a..43b7512e93 100644 --- a/app/src/main/java/com/google/android/gms/nearby/messages/internal/SubscribeRequest.java +++ b/app/src/main/java/com/google/android/gms/nearby/messages/internal/SubscribeRequest.java @@ -41,7 +41,7 @@ public final class SubscribeRequest extends AbstractSafeParcelable implements Re @Deprecated /* renamed from: s reason: collision with root package name */ - public final boolean f2376s; + public final boolean f2377s; @Nullable public final a t; @Deprecated @@ -51,10 +51,10 @@ public final class SubscribeRequest extends AbstractSafeParcelable implements Re public final boolean w; /* renamed from: x reason: collision with root package name */ - public final int f2377x; + public final int f2378x; /* renamed from: y reason: collision with root package name */ - public final int f2378y; + public final int f2379y; public SubscribeRequest(int i, @Nullable IBinder iBinder, Strategy strategy, IBinder iBinder2, MessageFilter messageFilter, @Nullable PendingIntent pendingIntent, int i2, @Nullable String str, @Nullable String str2, @Nullable byte[] bArr, boolean z2, @Nullable IBinder iBinder3, boolean z3, @Nullable ClientAppContext clientAppContext, boolean z4, int i3, int i4) { o0 o0Var; @@ -82,7 +82,7 @@ public final class SubscribeRequest extends AbstractSafeParcelable implements Re this.p = str; this.q = str2; this.r = bArr; - this.f2376s = z2; + this.f2377s = z2; if (iBinder3 != null) { IInterface queryLocalInterface3 = iBinder3.queryLocalInterface("com.google.android.gms.nearby.messages.internal.ISubscribeCallback"); aVar = queryLocalInterface3 instanceof a ? (a) queryLocalInterface3 : new c(iBinder3); @@ -91,8 +91,8 @@ public final class SubscribeRequest extends AbstractSafeParcelable implements Re this.u = z3; this.v = ClientAppContext.v0(clientAppContext, str2, str, z3); this.w = z4; - this.f2377x = i3; - this.f2378y = i4; + this.f2378x = i3; + this.f2379y = i4; } @Override // java.lang.Object @@ -120,8 +120,8 @@ public final class SubscribeRequest extends AbstractSafeParcelable implements Re boolean z3 = this.w; String str2 = this.p; String str3 = this.q; - boolean z4 = this.f2376s; - int i = this.f2378y; + boolean z4 = this.f2377s; + int i = this.f2379y; StringBuilder O = c.d.b.a.a.O(c.d.b.a.a.b(str3, c.d.b.a.a.b(str2, valueOf7.length() + valueOf6.length() + c.d.b.a.a.b(str, valueOf5.length() + valueOf4.length() + valueOf3.length() + valueOf2.length() + valueOf.length() + 291))), "SubscribeRequest{messageListener=", valueOf, ", strategy=", valueOf2); c.d.b.a.a.o0(O, ", callback=", valueOf3, ", filter=", valueOf4); c.d.b.a.a.o0(O, ", pendingIntent=", valueOf5, ", hint=", str); @@ -162,7 +162,7 @@ public final class SubscribeRequest extends AbstractSafeParcelable implements Re AnimatableValueParser.V2(parcel, 8, this.p, false); AnimatableValueParser.V2(parcel, 9, this.q, false); AnimatableValueParser.S2(parcel, 10, this.r, false); - boolean z2 = this.f2376s; + boolean z2 = this.f2377s; AnimatableValueParser.c3(parcel, 11, 4); parcel.writeInt(z2 ? 1 : 0); a aVar = this.t; @@ -177,10 +177,10 @@ public final class SubscribeRequest extends AbstractSafeParcelable implements Re boolean z4 = this.w; AnimatableValueParser.c3(parcel, 15, 4); parcel.writeInt(z4 ? 1 : 0); - int i4 = this.f2377x; + int i4 = this.f2378x; AnimatableValueParser.c3(parcel, 16, 4); parcel.writeInt(i4); - int i5 = this.f2378y; + int i5 = this.f2379y; AnimatableValueParser.c3(parcel, 17, 4); parcel.writeInt(i5); AnimatableValueParser.e3(parcel, Z2); diff --git a/app/src/main/java/com/google/android/gms/nearby/messages/internal/zzbz.java b/app/src/main/java/com/google/android/gms/nearby/messages/internal/zzbz.java index 42cd2a1736..75c169feb2 100644 --- a/app/src/main/java/com/google/android/gms/nearby/messages/internal/zzbz.java +++ b/app/src/main/java/com/google/android/gms/nearby/messages/internal/zzbz.java @@ -35,7 +35,7 @@ public final class zzbz extends AbstractSafeParcelable { public final ClientAppContext r; /* renamed from: s reason: collision with root package name */ - public final int f2379s; + public final int f2380s; public zzbz(int i, zzaf zzaf, Strategy strategy, IBinder iBinder, @Nullable String str, @Nullable String str2, boolean z2, @Nullable IBinder iBinder2, boolean z3, @Nullable ClientAppContext clientAppContext, int i2) { r0 r0Var; @@ -60,7 +60,7 @@ public final class zzbz extends AbstractSafeParcelable { this.p = w0Var; this.q = z3; this.r = ClientAppContext.v0(clientAppContext, str2, str, z3); - this.f2379s = i2; + this.f2380s = i2; } @Override // android.os.Parcelable @@ -83,7 +83,7 @@ public final class zzbz extends AbstractSafeParcelable { AnimatableValueParser.c3(parcel, 9, 4); parcel.writeInt(z3 ? 1 : 0); AnimatableValueParser.U2(parcel, 10, this.r, i, false); - int i3 = this.f2379s; + int i3 = this.f2380s; AnimatableValueParser.c3(parcel, 11, 4); parcel.writeInt(i3); AnimatableValueParser.e3(parcel, Z2); diff --git a/app/src/main/java/com/google/android/material/appbar/AppBarLayout.java b/app/src/main/java/com/google/android/material/appbar/AppBarLayout.java index a039b727e3..37a8182c9b 100644 --- a/app/src/main/java/com/google/android/material/appbar/AppBarLayout.java +++ b/app/src/main/java/com/google/android/material/appbar/AppBarLayout.java @@ -167,13 +167,13 @@ public class AppBarLayout extends LinearLayout implements CoordinatorLayout.Atta public final /* synthetic */ AppBarLayout b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ View f2381c; + public final /* synthetic */ View f2382c; public final /* synthetic */ int d; public b(CoordinatorLayout coordinatorLayout, AppBarLayout appBarLayout, View view, int i) { this.a = coordinatorLayout; this.b = appBarLayout; - this.f2381c = view; + this.f2382c = view; this.d = i; } @@ -181,7 +181,7 @@ public class AppBarLayout extends LinearLayout implements CoordinatorLayout.Atta /* JADX WARN: Multi-variable type inference failed */ @Override // androidx.core.view.accessibility.AccessibilityViewCommand public boolean perform(@NonNull View view, @Nullable AccessibilityViewCommand.CommandArguments commandArguments) { - BaseBehavior.this.onNestedPreScroll(this.a, (CoordinatorLayout) this.b, this.f2381c, 0, this.d, new int[]{0, 0}, 1); + BaseBehavior.this.onNestedPreScroll(this.a, (CoordinatorLayout) this.b, this.f2382c, 0, this.d, new int[]{0, 0}, 1); return true; } } diff --git a/app/src/main/java/com/google/android/material/behavior/SwipeDismissBehavior.java b/app/src/main/java/com/google/android/material/behavior/SwipeDismissBehavior.java index a90c8abff0..5c4c540a30 100644 --- a/app/src/main/java/com/google/android/material/behavior/SwipeDismissBehavior.java +++ b/app/src/main/java/com/google/android/material/behavior/SwipeDismissBehavior.java @@ -120,7 +120,7 @@ public class SwipeDismissBehavior extends CoordinatorLayout.Beha } /* JADX WARNING: Code restructure failed: missing block: B:21:0x0054, code lost: - if (java.lang.Math.abs(r8.getLeft() - r7.a) >= java.lang.Math.round(((float) r8.getWidth()) * r7.f2382c.dragDismissThreshold)) goto L_0x002a; + if (java.lang.Math.abs(r8.getLeft() - r7.a) >= java.lang.Math.round(((float) r8.getWidth()) * r7.f2383c.dragDismissThreshold)) goto L_0x002a; */ /* JADX WARNING: Removed duplicated region for block: B:23:0x0059 */ /* JADX WARNING: Removed duplicated region for block: B:28:0x0066 */ diff --git a/app/src/main/java/com/google/android/material/bottomappbar/BottomAppBar.java b/app/src/main/java/com/google/android/material/bottomappbar/BottomAppBar.java index bc22b5760c..44b0f8c36d 100644 --- a/app/src/main/java/com/google/android/material/bottomappbar/BottomAppBar.java +++ b/app/src/main/java/com/google/android/material/bottomappbar/BottomAppBar.java @@ -355,12 +355,12 @@ public class BottomAppBar extends Toolbar implements CoordinatorLayout.AttachedB public final /* synthetic */ ActionMenuView b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ int f2383c; + public final /* synthetic */ int f2384c; public final /* synthetic */ boolean d; public g(ActionMenuView actionMenuView, int i, boolean z2) { this.b = actionMenuView; - this.f2383c = i; + this.f2384c = i; this.d = z2; } @@ -375,7 +375,7 @@ public class BottomAppBar extends Toolbar implements CoordinatorLayout.AttachedB boolean z2 = BottomAppBar.access$2000(BottomAppBar.this) != 0; BottomAppBar bottomAppBar = BottomAppBar.this; bottomAppBar.replaceMenu(BottomAppBar.access$2000(bottomAppBar)); - BottomAppBar.access$2100(BottomAppBar.this, this.b, this.f2383c, this.d, z2); + BottomAppBar.access$2100(BottomAppBar.this, this.b, this.f2384c, this.d, z2); } } } diff --git a/app/src/main/java/com/google/android/material/bottomnavigation/BottomNavigationPresenter.java b/app/src/main/java/com/google/android/material/bottomnavigation/BottomNavigationPresenter.java index 7f5999ea7f..866b22a4e3 100644 --- a/app/src/main/java/com/google/android/material/bottomnavigation/BottomNavigationPresenter.java +++ b/app/src/main/java/com/google/android/material/bottomnavigation/BottomNavigationPresenter.java @@ -18,7 +18,7 @@ import com.google.android.material.internal.ParcelableSparseArray; public class BottomNavigationPresenter implements MenuPresenter { /* renamed from: id reason: collision with root package name */ - private int f2384id; + private int f2385id; private MenuBuilder menu; private BottomNavigationMenuView menuView; private boolean updateSuspended = false; @@ -82,7 +82,7 @@ public class BottomNavigationPresenter implements MenuPresenter { @Override // androidx.appcompat.view.menu.MenuPresenter public int getId() { - return this.f2384id; + return this.f2385id; } @Override // androidx.appcompat.view.menu.MenuPresenter @@ -132,7 +132,7 @@ public class BottomNavigationPresenter implements MenuPresenter { } public void setId(int i) { - this.f2384id = i; + this.f2385id = i; } public void setUpdateSuspended(boolean z2) { diff --git a/app/src/main/java/com/google/android/material/button/MaterialButtonToggleGroup.java b/app/src/main/java/com/google/android/material/button/MaterialButtonToggleGroup.java index 4c51a9b355..5fe582cb5d 100644 --- a/app/src/main/java/com/google/android/material/button/MaterialButtonToggleGroup.java +++ b/app/src/main/java/com/google/android/material/button/MaterialButtonToggleGroup.java @@ -104,13 +104,13 @@ public class MaterialButtonToggleGroup extends LinearLayout { public CornerSize b; /* renamed from: c reason: collision with root package name */ - public CornerSize f2385c; + public CornerSize f2386c; public CornerSize d; public CornerSize e; public d(CornerSize cornerSize, CornerSize cornerSize2, CornerSize cornerSize3, CornerSize cornerSize4) { this.b = cornerSize; - this.f2385c = cornerSize3; + this.f2386c = cornerSize3; this.d = cornerSize4; this.e = cornerSize2; } @@ -265,7 +265,7 @@ public class MaterialButtonToggleGroup extends LinearLayout { CornerSize cornerSize = d.a; if (ViewUtils.isLayoutRtl(this)) { CornerSize cornerSize2 = d.a; - return new d(cornerSize2, cornerSize2, dVar.f2385c, dVar.d); + return new d(cornerSize2, cornerSize2, dVar.f2386c, dVar.d); } CornerSize cornerSize3 = dVar.b; CornerSize cornerSize4 = dVar.e; @@ -274,7 +274,7 @@ public class MaterialButtonToggleGroup extends LinearLayout { } CornerSize cornerSize6 = dVar.b; CornerSize cornerSize7 = d.a; - return new d(cornerSize6, cornerSize7, dVar.f2385c, cornerSize7); + return new d(cornerSize6, cornerSize7, dVar.f2386c, cornerSize7); } else if (i != i3) { return null; } else { @@ -287,7 +287,7 @@ public class MaterialButtonToggleGroup extends LinearLayout { return new d(cornerSize9, cornerSize10, cornerSize11, cornerSize11); } CornerSize cornerSize12 = d.a; - return new d(cornerSize12, cornerSize12, dVar.f2385c, dVar.d); + return new d(cornerSize12, cornerSize12, dVar.f2386c, dVar.d); } CornerSize cornerSize13 = d.a; return new d(cornerSize13, dVar.e, cornerSize13, dVar.d); @@ -356,7 +356,7 @@ public class MaterialButtonToggleGroup extends LinearLayout { if (dVar == null) { builder.setAllCornerSizes(0.0f); } else { - builder.setTopLeftCornerSize(dVar.b).setBottomLeftCornerSize(dVar.e).setTopRightCornerSize(dVar.f2385c).setBottomRightCornerSize(dVar.d); + builder.setTopLeftCornerSize(dVar.b).setBottomLeftCornerSize(dVar.e).setTopRightCornerSize(dVar.f2386c).setBottomRightCornerSize(dVar.d); } } diff --git a/app/src/main/java/com/google/android/material/datepicker/MonthsPagerAdapter.java b/app/src/main/java/com/google/android/material/datepicker/MonthsPagerAdapter.java index 0b23cd19c3..fffca32aa6 100644 --- a/app/src/main/java/com/google/android/material/datepicker/MonthsPagerAdapter.java +++ b/app/src/main/java/com/google/android/material/datepicker/MonthsPagerAdapter.java @@ -19,7 +19,7 @@ public class MonthsPagerAdapter extends RecyclerView.Adapter { public final CalendarConstraints b; /* renamed from: c reason: collision with root package name */ - public final DateSelector f2388c; + public final DateSelector f2389c; public final MaterialCalendar.l d; public final int e; @@ -51,7 +51,7 @@ public class MonthsPagerAdapter extends RecyclerView.Adapter { this.a = context; this.e = dayHeight + dayHeight2; this.b = calendarConstraints; - this.f2388c = dateSelector; + this.f2389c = dateSelector; this.d = lVar; setHasStableIds(true); } else { @@ -86,7 +86,7 @@ public class MonthsPagerAdapter extends RecyclerView.Adapter { viewHolder2.monthTitle.setText(m.l(viewHolder2.itemView.getContext())); MaterialCalendarGridView materialCalendarGridView = (MaterialCalendarGridView) viewHolder2.monthGrid.findViewById(R.id.month_grid); if (materialCalendarGridView.getAdapter() == null || !m.equals(materialCalendarGridView.getAdapter().j)) { - g gVar = new g(m, this.f2388c, this.b); + g gVar = new g(m, this.f2389c, this.b); materialCalendarGridView.setNumColumns(m.l); materialCalendarGridView.setAdapter((ListAdapter) gVar); } else { diff --git a/app/src/main/java/com/google/android/material/floatingactionbutton/ExtendedFloatingActionButton.java b/app/src/main/java/com/google/android/material/floatingactionbutton/ExtendedFloatingActionButton.java index eb63c062da..08a0b18497 100644 --- a/app/src/main/java/com/google/android/material/floatingactionbutton/ExtendedFloatingActionButton.java +++ b/app/src/main/java/com/google/android/material/floatingactionbutton/ExtendedFloatingActionButton.java @@ -278,11 +278,11 @@ public class ExtendedFloatingActionButton extends MaterialButton implements Coor public final /* synthetic */ c.i.a.g.e.j b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ OnChangedCallback f2389c; + public final /* synthetic */ OnChangedCallback f2390c; public c(ExtendedFloatingActionButton extendedFloatingActionButton, c.i.a.g.e.j jVar, OnChangedCallback onChangedCallback) { this.b = jVar; - this.f2389c = onChangedCallback; + this.f2390c = onChangedCallback; } @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener @@ -295,7 +295,7 @@ public class ExtendedFloatingActionButton extends MaterialButton implements Coor public void onAnimationEnd(Animator animator) { this.b.e(); if (!this.a) { - this.b.g(this.f2389c); + this.b.g(this.f2390c); } } diff --git a/app/src/main/java/com/google/android/material/internal/NavigationMenuPresenter.java b/app/src/main/java/com/google/android/material/internal/NavigationMenuPresenter.java index aed303da0d..7f5c7b4dc2 100644 --- a/app/src/main/java/com/google/android/material/internal/NavigationMenuPresenter.java +++ b/app/src/main/java/com/google/android/material/internal/NavigationMenuPresenter.java @@ -43,7 +43,7 @@ public class NavigationMenuPresenter implements MenuPresenter { public ColorStateList iconTintList; /* renamed from: id reason: collision with root package name */ - private int f2390id; + private int f2391id; public boolean isBehindStatusBar = true; public Drawable itemBackground; public int itemHorizontalPadding; @@ -95,15 +95,15 @@ public class NavigationMenuPresenter implements MenuPresenter { public MenuItemImpl b; /* renamed from: c reason: collision with root package name */ - public boolean f2391c; + public boolean f2392c; public c() { a(); } public final void a() { - if (!this.f2391c) { - this.f2391c = true; + if (!this.f2392c) { + this.f2392c = true; this.a.clear(); this.a.add(new d()); int i = -1; @@ -186,7 +186,7 @@ public class NavigationMenuPresenter implements MenuPresenter { i2++; z2 = false; } - this.f2391c = false; + this.f2392c = false; } } @@ -418,7 +418,7 @@ public class NavigationMenuPresenter implements MenuPresenter { @Override // androidx.appcompat.view.menu.MenuPresenter public int getId() { - return this.f2390id; + return this.f2391id; } @Nullable @@ -510,7 +510,7 @@ public class NavigationMenuPresenter implements MenuPresenter { Objects.requireNonNull(cVar); int i2 = bundle2.getInt("android:menu:checked", 0); if (i2 != 0) { - cVar.f2391c = true; + cVar.f2392c = true; int size = cVar.a.size(); int i3 = 0; while (true) { @@ -524,7 +524,7 @@ public class NavigationMenuPresenter implements MenuPresenter { } i3++; } - cVar.f2391c = false; + cVar.f2392c = false; cVar.a(); } SparseArray sparseParcelableArray2 = bundle2.getSparseParcelableArray("android:menu:action_views"); @@ -617,7 +617,7 @@ public class NavigationMenuPresenter implements MenuPresenter { } public void setId(int i2) { - this.f2390id = i2; + this.f2391id = i2; } public void setItemBackground(@Nullable Drawable drawable) { @@ -675,7 +675,7 @@ public class NavigationMenuPresenter implements MenuPresenter { public void setUpdateSuspended(boolean z2) { c cVar = this.adapter; if (cVar != null) { - cVar.f2391c = z2; + cVar.f2392c = z2; } } diff --git a/app/src/main/java/com/google/android/material/internal/ViewUtils.java b/app/src/main/java/com/google/android/material/internal/ViewUtils.java index 1c26bc3b00..7b8befe893 100644 --- a/app/src/main/java/com/google/android/material/internal/ViewUtils.java +++ b/app/src/main/java/com/google/android/material/internal/ViewUtils.java @@ -67,13 +67,13 @@ public class ViewUtils { public final /* synthetic */ boolean b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ boolean f2392c; + public final /* synthetic */ boolean f2393c; public final /* synthetic */ OnApplyWindowInsetsListener d; public b(boolean z2, boolean z3, boolean z4, OnApplyWindowInsetsListener onApplyWindowInsetsListener) { this.a = z2; this.b = z3; - this.f2392c = z4; + this.f2393c = z4; this.d = onApplyWindowInsetsListener; } @@ -91,7 +91,7 @@ public class ViewUtils { relativePadding.start = windowInsetsCompat.getSystemWindowInsetLeft() + relativePadding.start; } } - if (this.f2392c) { + if (this.f2393c) { if (isLayoutRtl) { relativePadding.start = windowInsetsCompat.getSystemWindowInsetRight() + relativePadding.start; } else { diff --git a/app/src/main/java/com/google/android/material/shape/MaterialShapeDrawable.java b/app/src/main/java/com/google/android/material/shape/MaterialShapeDrawable.java index 492715362a..dfa092f11b 100644 --- a/app/src/main/java/com/google/android/material/shape/MaterialShapeDrawable.java +++ b/app/src/main/java/com/google/android/material/shape/MaterialShapeDrawable.java @@ -118,7 +118,7 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable @Nullable /* renamed from: c reason: collision with root package name */ - public ColorFilter f2394c; + public ColorFilter f2395c; @Nullable public ColorStateList d = null; @Nullable @@ -142,7 +142,7 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable public int r = 0; /* renamed from: s reason: collision with root package name */ - public int f2395s = 0; + public int f2396s = 0; public int t = 0; public boolean u = false; public Paint.Style v = Paint.Style.FILL_AND_STROKE; @@ -151,14 +151,14 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable this.a = cVar.a; this.b = cVar.b; this.l = cVar.l; - this.f2394c = cVar.f2394c; + this.f2395c = cVar.f2395c; this.d = cVar.d; this.e = cVar.e; this.h = cVar.h; this.g = cVar.g; this.m = cVar.m; this.j = cVar.j; - this.f2395s = cVar.f2395s; + this.f2396s = cVar.f2396s; this.q = cVar.q; this.u = cVar.u; this.k = cVar.k; @@ -322,7 +322,7 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable if (this.containsIncompatibleShadowOp.cardinality() > 0) { Log.w(TAG, "Compatibility shadow requested but can't be drawn for all operations in this shape."); } - if (this.drawableState.f2395s != 0) { + if (this.drawableState.f2396s != 0) { canvas.drawPath(this.path, this.shadowRenderer.getShadowPaint()); } for (int i = 0; i < 4; i++) { @@ -464,7 +464,7 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable private void updateZ() { float z2 = getZ(); this.drawableState.r = (int) Math.ceil((double) (0.75f * z2)); - this.drawableState.f2395s = (int) Math.ceil((double) (z2 * 0.25f)); + this.drawableState.f2396s = (int) Math.ceil((double) (z2 * 0.25f)); updateTintFilter(); invalidateSelfIgnoreShape(); } @@ -612,12 +612,12 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable public int getShadowOffsetX() { c cVar = this.drawableState; - return (int) (Math.sin(Math.toRadians((double) cVar.t)) * ((double) cVar.f2395s)); + return (int) (Math.sin(Math.toRadians((double) cVar.t)) * ((double) cVar.f2396s)); } public int getShadowOffsetY() { c cVar = this.drawableState; - return (int) (Math.cos(Math.toRadians((double) cVar.t)) * ((double) cVar.f2395s)); + return (int) (Math.cos(Math.toRadians((double) cVar.t)) * ((double) cVar.f2396s)); } public int getShadowRadius() { @@ -626,7 +626,7 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP}) public int getShadowVerticalOffset() { - return this.drawableState.f2395s; + return this.drawableState.f2396s; } @Override // com.google.android.material.shape.Shapeable @@ -770,7 +770,7 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable @Override // android.graphics.drawable.Drawable public void setColorFilter(@Nullable ColorFilter colorFilter) { - this.drawableState.f2394c = colorFilter; + this.drawableState.f2395c = colorFilter; invalidateSelfIgnoreShape(); } @@ -887,8 +887,8 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP}) public void setShadowVerticalOffset(int i) { c cVar = this.drawableState; - if (cVar.f2395s != i) { - cVar.f2395s = i; + if (cVar.f2396s != i) { + cVar.f2396s = i; invalidateSelfIgnoreShape(); } } diff --git a/app/src/main/java/com/google/android/material/shape/ShapeAppearancePathProvider.java b/app/src/main/java/com/google/android/material/shape/ShapeAppearancePathProvider.java index ead026d602..9c54788ee1 100644 --- a/app/src/main/java/com/google/android/material/shape/ShapeAppearancePathProvider.java +++ b/app/src/main/java/com/google/android/material/shape/ShapeAppearancePathProvider.java @@ -42,7 +42,7 @@ public class ShapeAppearancePathProvider { @NonNull /* renamed from: c reason: collision with root package name */ - public final RectF f2396c; + public final RectF f2397c; @Nullable public final PathListener d; public final float e; @@ -51,7 +51,7 @@ public class ShapeAppearancePathProvider { this.d = pathListener; this.a = shapeAppearanceModel; this.e = f; - this.f2396c = rectF; + this.f2397c = rectF; this.b = path; } } @@ -100,7 +100,7 @@ public class ShapeAppearancePathProvider { float f = fArr[0]; float[] fArr2 = this.scratch2; float max = Math.max(((float) Math.hypot((double) (f - fArr2[0]), (double) (fArr[1] - fArr2[1]))) - 0.001f, 0.0f); - float edgeCenterForIndex = getEdgeCenterForIndex(bVar.f2396c, i); + float edgeCenterForIndex = getEdgeCenterForIndex(bVar.f2397c, i); this.shapePath.reset(0.0f, 0.0f); EdgeTreatment edgeTreatmentForIndex = getEdgeTreatmentForIndex(i, bVar.a); edgeTreatmentForIndex.getEdgePath(max, edgeCenterForIndex, bVar.e, this.shapePath); @@ -181,10 +181,10 @@ public class ShapeAppearancePathProvider { } private void setCornerPathAndTransform(@NonNull b bVar, int i) { - getCornerTreatmentForIndex(i, bVar.a).getCornerPath(this.cornerPaths[i], 90.0f, bVar.e, bVar.f2396c, getCornerSizeForIndex(i, bVar.a)); + getCornerTreatmentForIndex(i, bVar.a).getCornerPath(this.cornerPaths[i], 90.0f, bVar.e, bVar.f2397c, getCornerSizeForIndex(i, bVar.a)); float angleOfEdge = angleOfEdge(i); this.cornerTransforms[i].reset(); - getCoordinatesOfCorner(i, bVar.f2396c, this.pointF); + getCoordinatesOfCorner(i, bVar.f2397c, this.pointF); Matrix matrix = this.cornerTransforms[i]; PointF pointF = this.pointF; matrix.setTranslate(pointF.x, pointF.y); diff --git a/app/src/main/java/com/google/android/material/shape/ShapePath.java b/app/src/main/java/com/google/android/material/shape/ShapePath.java index 1e5a67a821..d04b81d05a 100644 --- a/app/src/main/java/com/google/android/material/shape/ShapePath.java +++ b/app/src/main/java/com/google/android/material/shape/ShapePath.java @@ -220,26 +220,26 @@ public class ShapePath { public static class PathLineOperation extends PathOperation { /* renamed from: x reason: collision with root package name */ - private float f2397x; + private float f2398x; /* renamed from: y reason: collision with root package name */ - private float f2398y; + private float f2399y; public static /* synthetic */ float access$000(PathLineOperation pathLineOperation) { - return pathLineOperation.f2397x; + return pathLineOperation.f2398x; } public static /* synthetic */ float access$002(PathLineOperation pathLineOperation, float f) { - pathLineOperation.f2397x = f; + pathLineOperation.f2398x = f; return f; } public static /* synthetic */ float access$100(PathLineOperation pathLineOperation) { - return pathLineOperation.f2398y; + return pathLineOperation.f2399y; } public static /* synthetic */ float access$102(PathLineOperation pathLineOperation, float f) { - pathLineOperation.f2398y = f; + pathLineOperation.f2399y = f; return f; } @@ -248,7 +248,7 @@ public class ShapePath { Matrix matrix2 = this.matrix; matrix.invert(matrix2); path.transform(matrix2); - path.lineTo(this.f2397x, this.f2398y); + path.lineTo(this.f2398x, this.f2399y); path.transform(matrix); } } @@ -331,17 +331,17 @@ public class ShapePath { public final /* synthetic */ List b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ Matrix f2399c; + public final /* synthetic */ Matrix f2400c; public a(ShapePath shapePath, List list, Matrix matrix) { this.b = list; - this.f2399c = matrix; + this.f2400c = matrix; } @Override // com.google.android.material.shape.ShapePath.d public void a(Matrix matrix, ShadowRenderer shadowRenderer, int i, Canvas canvas) { for (d dVar : this.b) { - dVar.a(this.f2399c, shadowRenderer, i, canvas); + dVar.a(this.f2400c, shadowRenderer, i, canvas); } } } @@ -363,26 +363,26 @@ public class ShapePath { public final PathLineOperation b; /* renamed from: c reason: collision with root package name */ - public final float f2400c; + public final float f2401c; public final float d; public c(PathLineOperation pathLineOperation, float f, float f2) { this.b = pathLineOperation; - this.f2400c = f; + this.f2401c = f; this.d = f2; } @Override // com.google.android.material.shape.ShapePath.d public void a(Matrix matrix, @NonNull ShadowRenderer shadowRenderer, int i, @NonNull Canvas canvas) { - RectF rectF = new RectF(0.0f, 0.0f, (float) Math.hypot((double) (PathLineOperation.access$100(this.b) - this.d), (double) (PathLineOperation.access$000(this.b) - this.f2400c)), 0.0f); + RectF rectF = new RectF(0.0f, 0.0f, (float) Math.hypot((double) (PathLineOperation.access$100(this.b) - this.d), (double) (PathLineOperation.access$000(this.b) - this.f2401c)), 0.0f); Matrix matrix2 = new Matrix(matrix); - matrix2.preTranslate(this.f2400c, this.d); + matrix2.preTranslate(this.f2401c, this.d); matrix2.preRotate(b()); shadowRenderer.drawEdgeShadow(canvas, matrix2, rectF, i); } public float b() { - return (float) Math.toDegrees(Math.atan((double) ((PathLineOperation.access$100(this.b) - this.d) / (PathLineOperation.access$000(this.b) - this.f2400c)))); + return (float) Math.toDegrees(Math.atan((double) ((PathLineOperation.access$100(this.b) - this.d) / (PathLineOperation.access$000(this.b) - this.f2401c)))); } } diff --git a/app/src/main/java/com/google/android/material/tabs/TabLayout.java b/app/src/main/java/com/google/android/material/tabs/TabLayout.java index 6a2a295240..ccd0cefae2 100644 --- a/app/src/main/java/com/google/android/material/tabs/TabLayout.java +++ b/app/src/main/java/com/google/android/material/tabs/TabLayout.java @@ -183,7 +183,7 @@ public class TabLayout extends HorizontalScrollView { private Drawable icon; /* renamed from: id reason: collision with root package name */ - private int f2403id = -1; + private int f2404id = -1; @LabelVisibility private int labelVisibilityMode = 1; @Nullable @@ -197,7 +197,7 @@ public class TabLayout extends HorizontalScrollView { public TabView view; public static /* synthetic */ int access$000(Tab tab) { - return tab.f2403id; + return tab.f2404id; } public static /* synthetic */ int access$1100(Tab tab) { @@ -237,7 +237,7 @@ public class TabLayout extends HorizontalScrollView { } public int getId() { - return this.f2403id; + return this.f2404id; } @NonNull @@ -281,7 +281,7 @@ public class TabLayout extends HorizontalScrollView { this.view = null; this.tag = null; this.icon = null; - this.f2403id = -1; + this.f2404id = -1; this.text = null; this.contentDesc = null; this.position = -1; @@ -350,7 +350,7 @@ public class TabLayout extends HorizontalScrollView { @NonNull public Tab setId(int i) { - this.f2403id = i; + this.f2404id = i; TabView tabView = this.view; if (tabView != null) { tabView.setId(i); diff --git a/app/src/main/java/com/google/android/material/tabs/TabLayoutMediator.java b/app/src/main/java/com/google/android/material/tabs/TabLayoutMediator.java index 680fdd6d1f..a26f44d271 100644 --- a/app/src/main/java/com/google/android/material/tabs/TabLayoutMediator.java +++ b/app/src/main/java/com/google/android/material/tabs/TabLayoutMediator.java @@ -69,7 +69,7 @@ public final class TabLayoutMediator { public int b = 0; /* renamed from: c reason: collision with root package name */ - public int f2405c = 0; + public int f2406c = 0; public b(TabLayout tabLayout) { this.a = new WeakReference<>(tabLayout); @@ -77,15 +77,15 @@ public final class TabLayoutMediator { @Override // androidx.viewpager2.widget.ViewPager2.OnPageChangeCallback public void onPageScrollStateChanged(int i) { - this.b = this.f2405c; - this.f2405c = i; + this.b = this.f2406c; + this.f2406c = i; } @Override // androidx.viewpager2.widget.ViewPager2.OnPageChangeCallback public void onPageScrolled(int i, float f, int i2) { TabLayout tabLayout = this.a.get(); if (tabLayout != null) { - int i3 = this.f2405c; + int i3 = this.f2406c; boolean z2 = false; boolean z3 = i3 != 2 || this.b == 1; if (!(i3 == 2 && this.b == 0)) { @@ -99,7 +99,7 @@ public final class TabLayoutMediator { public void onPageSelected(int i) { TabLayout tabLayout = this.a.get(); if (tabLayout != null && tabLayout.getSelectedTabPosition() != i && i < tabLayout.getTabCount()) { - int i2 = this.f2405c; + int i2 = this.f2406c; tabLayout.selectTab(tabLayout.getTabAt(i), i2 == 0 || (i2 == 2 && this.b == 0)); } } diff --git a/app/src/main/java/com/google/android/material/timepicker/ClockFaceView.java b/app/src/main/java/com/google/android/material/timepicker/ClockFaceView.java index a104a1d701..88269e0ff3 100644 --- a/app/src/main/java/com/google/android/material/timepicker/ClockFaceView.java +++ b/app/src/main/java/com/google/android/material/timepicker/ClockFaceView.java @@ -38,7 +38,7 @@ public class ClockFaceView extends e implements ClockHandView.OnRotateListener { public final float[] r = {0.0f, 0.9f, 1.0f}; /* renamed from: s reason: collision with root package name */ - public final int f2406s; + public final int f2407s; public String[] t; public float u; public final ColorStateList v; @@ -54,7 +54,7 @@ public class ClockFaceView extends e implements ClockHandView.OnRotateListener { LayoutInflater.from(context).inflate(R.layout.material_clockface_view, (ViewGroup) this, true); ClockHandView clockHandView = (ClockHandView) findViewById(R.id.material_clock_hand); this.l = clockHandView; - this.f2406s = resources.getDimensionPixelSize(R.dimen.material_clock_hand_padding); + this.f2407s = resources.getDimensionPixelSize(R.dimen.material_clock_hand_padding); int colorForState = colorStateList.getColorForState(new int[]{16842913}, colorStateList.getDefaultColor()); this.q = new int[]{colorForState, colorForState, colorStateList.getDefaultColor()}; clockHandView.p.add(this); diff --git a/app/src/main/java/com/google/android/material/timepicker/ClockHandView.java b/app/src/main/java/com/google/android/material/timepicker/ClockHandView.java index 843b46caa5..a15c7a5a2f 100644 --- a/app/src/main/java/com/google/android/material/timepicker/ClockHandView.java +++ b/app/src/main/java/com/google/android/material/timepicker/ClockHandView.java @@ -35,7 +35,7 @@ public class ClockHandView extends View { public final float r; /* renamed from: s reason: collision with root package name */ - public final Paint f2407s; + public final Paint f2408s; public final RectF t; @Px public final int u; @@ -43,13 +43,13 @@ public class ClockHandView extends View { public boolean w; /* renamed from: x reason: collision with root package name */ - public OnActionUpListener f2408x; + public OnActionUpListener f2409x; /* renamed from: y reason: collision with root package name */ - public double f2409y; + public double f2410y; /* renamed from: z reason: collision with root package name */ - public int f2410z; + public int f2411z; public interface OnActionUpListener { void onActionUp(@FloatRange(from = 0.0d, to = 360.0d) float f, boolean z2); @@ -87,10 +87,10 @@ public class ClockHandView extends View { super(context, attributeSet, r0); int i2 = R.attr.materialClockStyle; Paint paint = new Paint(); - this.f2407s = paint; + this.f2408s = paint; this.t = new RectF(); TypedArray obtainStyledAttributes = context.obtainStyledAttributes(attributeSet, R.styleable.ClockHandView, i2, R.style.Widget_MaterialComponents_TimePicker_Clock); - this.f2410z = obtainStyledAttributes.getDimensionPixelSize(R.styleable.ClockHandView_materialCircleRadius, 0); + this.f2411z = obtainStyledAttributes.getDimensionPixelSize(R.styleable.ClockHandView_materialCircleRadius, 0); this.q = obtainStyledAttributes.getDimensionPixelSize(R.styleable.ClockHandView_selectorSize, 0); Resources resources = getResources(); this.u = resources.getDimensionPixelSize(R.dimen.material_clock_hand_stroke_width); @@ -139,9 +139,9 @@ public class ClockHandView extends View { public final void c(@FloatRange(from = 0.0d, to = 360.0d) float f, boolean z2) { float f2 = f % 360.0f; this.v = f2; - this.f2409y = Math.toRadians((double) (f2 - 90.0f)); - float cos = (((float) this.f2410z) * ((float) Math.cos(this.f2409y))) + ((float) (getWidth() / 2)); - float sin = (((float) this.f2410z) * ((float) Math.sin(this.f2409y))) + ((float) (getHeight() / 2)); + this.f2410y = Math.toRadians((double) (f2 - 90.0f)); + float cos = (((float) this.f2411z) * ((float) Math.cos(this.f2410y))) + ((float) (getWidth() / 2)); + float sin = (((float) this.f2411z) * ((float) Math.sin(this.f2410y))) + ((float) (getHeight() / 2)); RectF rectF = this.t; int i2 = this.q; rectF.set(cos - ((float) i2), sin - ((float) i2), cos + ((float) i2), sin + ((float) i2)); @@ -158,14 +158,14 @@ public class ClockHandView extends View { int width = getWidth() / 2; float f = (float) width; float f2 = (float) height; - this.f2407s.setStrokeWidth(0.0f); - canvas.drawCircle((((float) this.f2410z) * ((float) Math.cos(this.f2409y))) + f, (((float) this.f2410z) * ((float) Math.sin(this.f2409y))) + f2, (float) this.q, this.f2407s); - double sin = Math.sin(this.f2409y); - double cos = Math.cos(this.f2409y); - double d = (double) ((float) (this.f2410z - this.q)); - this.f2407s.setStrokeWidth((float) this.u); - canvas.drawLine(f, f2, (float) (width + ((int) (cos * d))), (float) (height + ((int) (d * sin))), this.f2407s); - canvas.drawCircle(f, f2, this.r, this.f2407s); + this.f2408s.setStrokeWidth(0.0f); + canvas.drawCircle((((float) this.f2411z) * ((float) Math.cos(this.f2410y))) + f, (((float) this.f2411z) * ((float) Math.sin(this.f2410y))) + f2, (float) this.q, this.f2408s); + double sin = Math.sin(this.f2410y); + double cos = Math.cos(this.f2410y); + double d = (double) ((float) (this.f2411z - this.q)); + this.f2408s.setStrokeWidth((float) this.u); + canvas.drawLine(f, f2, (float) (width + ((int) (cos * d))), (float) (height + ((int) (d * sin))), this.f2408s); + canvas.drawCircle(f, f2, this.r, this.f2408s); } @Override // android.view.View @@ -218,7 +218,7 @@ public class ClockHandView extends View { } boolean z8 = z5 | z6; this.w = z8; - if (z8 && z4 && (onActionUpListener = this.f2408x) != null) { + if (z8 && z4 && (onActionUpListener = this.f2409x) != null) { onActionUpListener.onActionUp((float) a(x2, y2), this.n); } return true; diff --git a/app/src/main/java/com/google/android/material/transformation/FabTransformationBehavior.java b/app/src/main/java/com/google/android/material/transformation/FabTransformationBehavior.java index 20f01bc43e..2944ea7283 100644 --- a/app/src/main/java/com/google/android/material/transformation/FabTransformationBehavior.java +++ b/app/src/main/java/com/google/android/material/transformation/FabTransformationBehavior.java @@ -61,20 +61,20 @@ public abstract class FabTransformationBehavior extends ExpandableTransformation public final /* synthetic */ View b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ View f2411c; + public final /* synthetic */ View f2412c; public a(FabTransformationBehavior fabTransformationBehavior, boolean z2, View view, View view2) { this.a = z2; this.b = view; - this.f2411c = view2; + this.f2412c = view2; } @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { if (!this.a) { this.b.setVisibility(4); - this.f2411c.setAlpha(1.0f); - this.f2411c.setVisibility(0); + this.f2412c.setAlpha(1.0f); + this.f2412c.setVisibility(0); } } @@ -82,8 +82,8 @@ public abstract class FabTransformationBehavior extends ExpandableTransformation public void onAnimationStart(Animator animator) { if (this.a) { this.b.setVisibility(0); - this.f2411c.setAlpha(0.0f); - this.f2411c.setVisibility(4); + this.f2412c.setAlpha(0.0f); + this.f2412c.setVisibility(4); } } } diff --git a/app/src/main/java/com/google/android/material/transition/FadeProvider.java b/app/src/main/java/com/google/android/material/transition/FadeProvider.java index a05bca2eb5..f1f838142b 100644 --- a/app/src/main/java/com/google/android/material/transition/FadeProvider.java +++ b/app/src/main/java/com/google/android/material/transition/FadeProvider.java @@ -17,21 +17,21 @@ public final class FadeProvider implements VisibilityAnimatorProvider { public final /* synthetic */ float b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ float f2412c; + public final /* synthetic */ float f2413c; public final /* synthetic */ float d; public final /* synthetic */ float e; public a(View view, float f, float f2, float f3, float f4) { this.a = view; this.b = f; - this.f2412c = f2; + this.f2413c = f2; this.d = f3; this.e = f4; } @Override // android.animation.ValueAnimator.AnimatorUpdateListener public void onAnimationUpdate(ValueAnimator valueAnimator) { - this.a.setAlpha(k.e(this.b, this.f2412c, this.d, this.e, ((Float) valueAnimator.getAnimatedValue()).floatValue())); + this.a.setAlpha(k.e(this.b, this.f2413c, this.d, this.e, ((Float) valueAnimator.getAnimatedValue()).floatValue())); } } diff --git a/app/src/main/java/com/google/android/material/transition/FadeThroughProvider.java b/app/src/main/java/com/google/android/material/transition/FadeThroughProvider.java index 37159634c1..06c71c76e0 100644 --- a/app/src/main/java/com/google/android/material/transition/FadeThroughProvider.java +++ b/app/src/main/java/com/google/android/material/transition/FadeThroughProvider.java @@ -17,21 +17,21 @@ public final class FadeThroughProvider implements VisibilityAnimatorProvider { public final /* synthetic */ float b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ float f2413c; + public final /* synthetic */ float f2414c; public final /* synthetic */ float d; public final /* synthetic */ float e; public a(View view, float f, float f2, float f3, float f4) { this.a = view; this.b = f; - this.f2413c = f2; + this.f2414c = f2; this.d = f3; this.e = f4; } @Override // android.animation.ValueAnimator.AnimatorUpdateListener public void onAnimationUpdate(ValueAnimator valueAnimator) { - this.a.setAlpha(k.e(this.b, this.f2413c, this.d, this.e, ((Float) valueAnimator.getAnimatedValue()).floatValue())); + this.a.setAlpha(k.e(this.b, this.f2414c, this.d, this.e, ((Float) valueAnimator.getAnimatedValue()).floatValue())); } } diff --git a/app/src/main/java/com/google/android/material/transition/MaterialContainerTransform.java b/app/src/main/java/com/google/android/material/transition/MaterialContainerTransform.java index a56bd16c8d..b4f7dd4372 100644 --- a/app/src/main/java/com/google/android/material/transition/MaterialContainerTransform.java +++ b/app/src/main/java/com/google/android/material/transition/MaterialContainerTransform.java @@ -180,13 +180,13 @@ public final class MaterialContainerTransform extends Transition { public final /* synthetic */ d b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ View f2414c; + public final /* synthetic */ View f2415c; public final /* synthetic */ View d; public b(View view, d dVar, View view2, View view3) { this.a = view; this.b = dVar; - this.f2414c = view2; + this.f2415c = view2; this.d = view3; } @@ -194,7 +194,7 @@ public final class MaterialContainerTransform extends Transition { public void onTransitionEnd(@NonNull Transition transition) { MaterialContainerTransform.this.removeListener(this); if (!MaterialContainerTransform.access$300(MaterialContainerTransform.this)) { - this.f2414c.setAlpha(1.0f); + this.f2415c.setAlpha(1.0f); this.d.setAlpha(1.0f); ViewUtils.getOverlay(this.a).remove(this.b); } @@ -203,7 +203,7 @@ public final class MaterialContainerTransform extends Transition { @Override // androidx.transition.Transition.TransitionListener public void onTransitionStart(@NonNull Transition transition) { ViewUtils.getOverlay(this.a).add(this.b); - this.f2414c.setAlpha(0.0f); + this.f2415c.setAlpha(0.0f); this.d.setAlpha(0.0f); } } @@ -216,14 +216,14 @@ public final class MaterialContainerTransform extends Transition { @NonNull /* renamed from: c reason: collision with root package name */ - public final ProgressThresholds f2415c; + public final ProgressThresholds f2416c; @NonNull public final ProgressThresholds d; public c(ProgressThresholds progressThresholds, ProgressThresholds progressThresholds2, ProgressThresholds progressThresholds3, ProgressThresholds progressThresholds4, a aVar) { this.a = progressThresholds; this.b = progressThresholds2; - this.f2415c = progressThresholds3; + this.f2416c = progressThresholds3; this.d = progressThresholds4; } } @@ -245,7 +245,7 @@ public final class MaterialContainerTransform extends Transition { public final RectF b; /* renamed from: c reason: collision with root package name */ - public final ShapeAppearanceModel f2416c; + public final ShapeAppearanceModel f2417c; public final float d; public final View e; public final RectF f; @@ -263,20 +263,20 @@ public final class MaterialContainerTransform extends Transition { public final boolean r; /* renamed from: s reason: collision with root package name */ - public final float f2417s; + public final float f2418s; public final float t; public final boolean u; public final MaterialShapeDrawable v; public final RectF w; /* renamed from: x reason: collision with root package name */ - public final RectF f2418x; + public final RectF f2419x; /* renamed from: y reason: collision with root package name */ - public final RectF f2419y; + public final RectF f2420y; /* renamed from: z reason: collision with root package name */ - public final RectF f2420z; + public final RectF f2421z; public class a implements k.a { public a() { @@ -317,7 +317,7 @@ public final class MaterialContainerTransform extends Transition { this.F = new Path(); this.a = view; this.b = rectF; - this.f2416c = shapeAppearanceModel; + this.f2417c = shapeAppearanceModel; this.d = f; this.e = view2; this.f = rectF2; @@ -331,7 +331,7 @@ public final class MaterialContainerTransform extends Transition { this.D = z4; DisplayMetrics displayMetrics = new DisplayMetrics(); ((WindowManager) view.getContext().getSystemService("window")).getDefaultDisplay().getMetrics(displayMetrics); - this.f2417s = (float) displayMetrics.widthPixels; + this.f2418s = (float) displayMetrics.widthPixels; this.t = (float) displayMetrics.heightPixels; paint.setColor(i); paint2.setColor(i2); @@ -342,10 +342,10 @@ public final class MaterialContainerTransform extends Transition { materialShapeDrawable.setShadowColor(-7829368); RectF rectF3 = new RectF(rectF); this.w = rectF3; - this.f2418x = new RectF(rectF3); + this.f2419x = new RectF(rectF3); RectF rectF4 = new RectF(rectF3); - this.f2419y = rectF4; - this.f2420z = new RectF(rectF4); + this.f2420y = rectF4; + this.f2421z = new RectF(rectF4); PointF c2 = c(rectF); PointF c3 = c(rectF2); PathMeasure pathMeasure = new PathMeasure(pathMotion.getPath(c2.x, c2.y, c3.x, c3.y), false); @@ -368,7 +368,7 @@ public final class MaterialContainerTransform extends Transition { public final void a(Canvas canvas) { d(canvas, this.k); Rect bounds = getBounds(); - RectF rectF = this.f2419y; + RectF rectF = this.f2420y; k.h(canvas, bounds, rectF.left, rectF.top, this.H.b, this.G.b, new b()); } @@ -441,16 +441,16 @@ public final class MaterialContainerTransform extends Transition { this.E.setColor(-65281); canvas.drawPath(path, this.E); } - RectF rectF3 = this.f2418x; + RectF rectF3 = this.f2419x; this.E.setColor(InputDeviceCompat.SOURCE_ANY); canvas.drawRect(rectF3, this.E); RectF rectF4 = this.w; this.E.setColor(-16711936); canvas.drawRect(rectF4, this.E); - RectF rectF5 = this.f2420z; + RectF rectF5 = this.f2421z; this.E.setColor(-16711681); canvas.drawRect(rectF5, this.E); - RectF rectF6 = this.f2419y; + RectF rectF6 = this.f2420y; this.E.setColor(-16776961); canvas.drawRect(rectF6, this.E); } @@ -487,28 +487,28 @@ public final class MaterialContainerTransform extends Transition { RectF rectF = this.w; float f8 = a2.f1270c / 2.0f; rectF.set(f4 - f8, f5, f8 + f4, a2.d + f5); - RectF rectF2 = this.f2419y; + RectF rectF2 = this.f2420y; f fVar = this.H; float f9 = fVar.e / 2.0f; rectF2.set(f4 - f9, f5, f9 + f4, fVar.f + f5); - this.f2418x.set(this.w); - this.f2420z.set(this.f2419y); - float floatValue = ((Float) Preconditions.checkNotNull(Float.valueOf(ProgressThresholds.access$1000(this.A.f2415c)))).floatValue(); - float floatValue2 = ((Float) Preconditions.checkNotNull(Float.valueOf(ProgressThresholds.access$1100(this.A.f2415c)))).floatValue(); + this.f2419x.set(this.w); + this.f2421z.set(this.f2420y); + float floatValue = ((Float) Preconditions.checkNotNull(Float.valueOf(ProgressThresholds.access$1000(this.A.f2416c)))).floatValue(); + float floatValue2 = ((Float) Preconditions.checkNotNull(Float.valueOf(ProgressThresholds.access$1100(this.A.f2416c)))).floatValue(); boolean b2 = this.C.b(this.H); - RectF rectF3 = b2 ? this.f2418x : this.f2420z; + RectF rectF3 = b2 ? this.f2419x : this.f2421z; float e = k.e(0.0f, 1.0f, floatValue, floatValue2, f); if (!b2) { e = 1.0f - e; } this.C.c(rectF3, e, this.H); - this.I = new RectF(Math.min(this.f2418x.left, this.f2420z.left), Math.min(this.f2418x.top, this.f2420z.top), Math.max(this.f2418x.right, this.f2420z.right), Math.max(this.f2418x.bottom, this.f2420z.bottom)); + this.I = new RectF(Math.min(this.f2419x.left, this.f2421z.left), Math.min(this.f2419x.top, this.f2421z.top), Math.max(this.f2419x.right, this.f2421z.right), Math.max(this.f2419x.bottom, this.f2421z.bottom)); g gVar = this.n; - ShapeAppearanceModel shapeAppearanceModel = this.f2416c; + ShapeAppearanceModel shapeAppearanceModel = this.f2417c; ShapeAppearanceModel shapeAppearanceModel2 = this.g; RectF rectF4 = this.w; - RectF rectF5 = this.f2418x; - RectF rectF6 = this.f2420z; + RectF rectF5 = this.f2419x; + RectF rectF6 = this.f2421z; ProgressThresholds progressThresholds = this.A.d; Objects.requireNonNull(gVar); float start = progressThresholds.getStart(); @@ -532,7 +532,7 @@ public final class MaterialContainerTransform extends Transition { } this.J = k.d(this.d, this.h, f); RectF rectF8 = this.I; - float f10 = this.f2417s; + float f10 = this.f2418s; RectF rectF9 = this.I; float f11 = this.t; float f12 = this.J; @@ -651,7 +651,7 @@ public final class MaterialContainerTransform extends Transition { if (!z2) { cVar = cVar2; } - return new c((ProgressThresholds) k.a(this.fadeProgressThresholds, cVar.a), (ProgressThresholds) k.a(this.scaleProgressThresholds, cVar.b), (ProgressThresholds) k.a(this.scaleMaskProgressThresholds, cVar.f2415c), (ProgressThresholds) k.a(this.shapeMaskProgressThresholds, cVar.d), null); + return new c((ProgressThresholds) k.a(this.fadeProgressThresholds, cVar.a), (ProgressThresholds) k.a(this.scaleProgressThresholds, cVar.b), (ProgressThresholds) k.a(this.scaleMaskProgressThresholds, cVar.f2416c), (ProgressThresholds) k.a(this.shapeMaskProgressThresholds, cVar.d), null); } @StyleRes diff --git a/app/src/main/java/com/google/android/material/transition/ScaleProvider.java b/app/src/main/java/com/google/android/material/transition/ScaleProvider.java index 01e443886b..8e465cd740 100644 --- a/app/src/main/java/com/google/android/material/transition/ScaleProvider.java +++ b/app/src/main/java/com/google/android/material/transition/ScaleProvider.java @@ -21,18 +21,18 @@ public final class ScaleProvider implements VisibilityAnimatorProvider { public final /* synthetic */ float b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ float f2421c; + public final /* synthetic */ float f2422c; public a(View view, float f, float f2) { this.a = view; this.b = f; - this.f2421c = f2; + this.f2422c = f2; } @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { this.a.setScaleX(this.b); - this.a.setScaleY(this.f2421c); + this.a.setScaleY(this.f2422c); } } diff --git a/app/src/main/java/com/google/android/material/transition/platform/FadeProvider.java b/app/src/main/java/com/google/android/material/transition/platform/FadeProvider.java index 2955ed61a3..ccc06a36d1 100644 --- a/app/src/main/java/com/google/android/material/transition/platform/FadeProvider.java +++ b/app/src/main/java/com/google/android/material/transition/platform/FadeProvider.java @@ -19,21 +19,21 @@ public final class FadeProvider implements VisibilityAnimatorProvider { public final /* synthetic */ float b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ float f2422c; + public final /* synthetic */ float f2423c; public final /* synthetic */ float d; public final /* synthetic */ float e; public a(View view, float f, float f2, float f3, float f4) { this.a = view; this.b = f; - this.f2422c = f2; + this.f2423c = f2; this.d = f3; this.e = f4; } @Override // android.animation.ValueAnimator.AnimatorUpdateListener public void onAnimationUpdate(ValueAnimator valueAnimator) { - this.a.setAlpha(k.e(this.b, this.f2422c, this.d, this.e, ((Float) valueAnimator.getAnimatedValue()).floatValue())); + this.a.setAlpha(k.e(this.b, this.f2423c, this.d, this.e, ((Float) valueAnimator.getAnimatedValue()).floatValue())); } } diff --git a/app/src/main/java/com/google/android/material/transition/platform/FadeThroughProvider.java b/app/src/main/java/com/google/android/material/transition/platform/FadeThroughProvider.java index 3063e93aa2..7d4bcc33cc 100644 --- a/app/src/main/java/com/google/android/material/transition/platform/FadeThroughProvider.java +++ b/app/src/main/java/com/google/android/material/transition/platform/FadeThroughProvider.java @@ -19,21 +19,21 @@ public final class FadeThroughProvider implements VisibilityAnimatorProvider { public final /* synthetic */ float b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ float f2423c; + public final /* synthetic */ float f2424c; public final /* synthetic */ float d; public final /* synthetic */ float e; public a(View view, float f, float f2, float f3, float f4) { this.a = view; this.b = f; - this.f2423c = f2; + this.f2424c = f2; this.d = f3; this.e = f4; } @Override // android.animation.ValueAnimator.AnimatorUpdateListener public void onAnimationUpdate(ValueAnimator valueAnimator) { - this.a.setAlpha(k.e(this.b, this.f2423c, this.d, this.e, ((Float) valueAnimator.getAnimatedValue()).floatValue())); + this.a.setAlpha(k.e(this.b, this.f2424c, this.d, this.e, ((Float) valueAnimator.getAnimatedValue()).floatValue())); } } diff --git a/app/src/main/java/com/google/android/material/transition/platform/MaterialContainerTransform.java b/app/src/main/java/com/google/android/material/transition/platform/MaterialContainerTransform.java index bc457cf3cc..8e36ab20f2 100644 --- a/app/src/main/java/com/google/android/material/transition/platform/MaterialContainerTransform.java +++ b/app/src/main/java/com/google/android/material/transition/platform/MaterialContainerTransform.java @@ -182,13 +182,13 @@ public final class MaterialContainerTransform extends Transition { public final /* synthetic */ d b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ View f2424c; + public final /* synthetic */ View f2425c; public final /* synthetic */ View d; public b(View view, d dVar, View view2, View view3) { this.a = view; this.b = dVar; - this.f2424c = view2; + this.f2425c = view2; this.d = view3; } @@ -196,7 +196,7 @@ public final class MaterialContainerTransform extends Transition { public void onTransitionEnd(@NonNull Transition transition) { MaterialContainerTransform.this.removeListener(this); if (!MaterialContainerTransform.access$300(MaterialContainerTransform.this)) { - this.f2424c.setAlpha(1.0f); + this.f2425c.setAlpha(1.0f); this.d.setAlpha(1.0f); ViewUtils.getOverlay(this.a).remove(this.b); } @@ -205,7 +205,7 @@ public final class MaterialContainerTransform extends Transition { @Override // c.i.a.g.l.l.i, android.transition.Transition.TransitionListener public void onTransitionStart(@NonNull Transition transition) { ViewUtils.getOverlay(this.a).add(this.b); - this.f2424c.setAlpha(0.0f); + this.f2425c.setAlpha(0.0f); this.d.setAlpha(0.0f); } } @@ -218,14 +218,14 @@ public final class MaterialContainerTransform extends Transition { @NonNull /* renamed from: c reason: collision with root package name */ - public final ProgressThresholds f2425c; + public final ProgressThresholds f2426c; @NonNull public final ProgressThresholds d; public c(ProgressThresholds progressThresholds, ProgressThresholds progressThresholds2, ProgressThresholds progressThresholds3, ProgressThresholds progressThresholds4, a aVar) { this.a = progressThresholds; this.b = progressThresholds2; - this.f2425c = progressThresholds3; + this.f2426c = progressThresholds3; this.d = progressThresholds4; } } @@ -247,7 +247,7 @@ public final class MaterialContainerTransform extends Transition { public final RectF b; /* renamed from: c reason: collision with root package name */ - public final ShapeAppearanceModel f2426c; + public final ShapeAppearanceModel f2427c; public final float d; public final View e; public final RectF f; @@ -265,20 +265,20 @@ public final class MaterialContainerTransform extends Transition { public final boolean r; /* renamed from: s reason: collision with root package name */ - public final float f2427s; + public final float f2428s; public final float t; public final boolean u; public final MaterialShapeDrawable v; public final RectF w; /* renamed from: x reason: collision with root package name */ - public final RectF f2428x; + public final RectF f2429x; /* renamed from: y reason: collision with root package name */ - public final RectF f2429y; + public final RectF f2430y; /* renamed from: z reason: collision with root package name */ - public final RectF f2430z; + public final RectF f2431z; public class a implements k.a { public a() { @@ -319,7 +319,7 @@ public final class MaterialContainerTransform extends Transition { this.F = new Path(); this.a = view; this.b = rectF; - this.f2426c = shapeAppearanceModel; + this.f2427c = shapeAppearanceModel; this.d = f; this.e = view2; this.f = rectF2; @@ -333,7 +333,7 @@ public final class MaterialContainerTransform extends Transition { this.D = z4; DisplayMetrics displayMetrics = new DisplayMetrics(); ((WindowManager) view.getContext().getSystemService("window")).getDefaultDisplay().getMetrics(displayMetrics); - this.f2427s = (float) displayMetrics.widthPixels; + this.f2428s = (float) displayMetrics.widthPixels; this.t = (float) displayMetrics.heightPixels; paint.setColor(i); paint2.setColor(i2); @@ -344,10 +344,10 @@ public final class MaterialContainerTransform extends Transition { materialShapeDrawable.setShadowColor(-7829368); RectF rectF3 = new RectF(rectF); this.w = rectF3; - this.f2428x = new RectF(rectF3); + this.f2429x = new RectF(rectF3); RectF rectF4 = new RectF(rectF3); - this.f2429y = rectF4; - this.f2430z = new RectF(rectF4); + this.f2430y = rectF4; + this.f2431z = new RectF(rectF4); PointF c2 = c(rectF); PointF c3 = c(rectF2); PathMeasure pathMeasure = new PathMeasure(pathMotion.getPath(c2.x, c2.y, c3.x, c3.y), false); @@ -370,7 +370,7 @@ public final class MaterialContainerTransform extends Transition { public final void a(Canvas canvas) { d(canvas, this.k); Rect bounds = getBounds(); - RectF rectF = this.f2429y; + RectF rectF = this.f2430y; k.h(canvas, bounds, rectF.left, rectF.top, this.H.b, this.G.b, new b()); } @@ -443,16 +443,16 @@ public final class MaterialContainerTransform extends Transition { this.E.setColor(-65281); canvas.drawPath(path, this.E); } - RectF rectF3 = this.f2428x; + RectF rectF3 = this.f2429x; this.E.setColor(InputDeviceCompat.SOURCE_ANY); canvas.drawRect(rectF3, this.E); RectF rectF4 = this.w; this.E.setColor(-16711936); canvas.drawRect(rectF4, this.E); - RectF rectF5 = this.f2430z; + RectF rectF5 = this.f2431z; this.E.setColor(-16711681); canvas.drawRect(rectF5, this.E); - RectF rectF6 = this.f2429y; + RectF rectF6 = this.f2430y; this.E.setColor(-16776961); canvas.drawRect(rectF6, this.E); } @@ -489,28 +489,28 @@ public final class MaterialContainerTransform extends Transition { RectF rectF = this.w; float f8 = a2.f1274c / 2.0f; rectF.set(f4 - f8, f5, f8 + f4, a2.d + f5); - RectF rectF2 = this.f2429y; + RectF rectF2 = this.f2430y; f fVar = this.H; float f9 = fVar.e / 2.0f; rectF2.set(f4 - f9, f5, f9 + f4, fVar.f + f5); - this.f2428x.set(this.w); - this.f2430z.set(this.f2429y); - float floatValue = ((Float) Preconditions.checkNotNull(Float.valueOf(ProgressThresholds.access$1000(this.A.f2425c)))).floatValue(); - float floatValue2 = ((Float) Preconditions.checkNotNull(Float.valueOf(ProgressThresholds.access$1100(this.A.f2425c)))).floatValue(); + this.f2429x.set(this.w); + this.f2431z.set(this.f2430y); + float floatValue = ((Float) Preconditions.checkNotNull(Float.valueOf(ProgressThresholds.access$1000(this.A.f2426c)))).floatValue(); + float floatValue2 = ((Float) Preconditions.checkNotNull(Float.valueOf(ProgressThresholds.access$1100(this.A.f2426c)))).floatValue(); boolean b2 = this.C.b(this.H); - RectF rectF3 = b2 ? this.f2428x : this.f2430z; + RectF rectF3 = b2 ? this.f2429x : this.f2431z; float e = k.e(0.0f, 1.0f, floatValue, floatValue2, f); if (!b2) { e = 1.0f - e; } this.C.c(rectF3, e, this.H); - this.I = new RectF(Math.min(this.f2428x.left, this.f2430z.left), Math.min(this.f2428x.top, this.f2430z.top), Math.max(this.f2428x.right, this.f2430z.right), Math.max(this.f2428x.bottom, this.f2430z.bottom)); + this.I = new RectF(Math.min(this.f2429x.left, this.f2431z.left), Math.min(this.f2429x.top, this.f2431z.top), Math.max(this.f2429x.right, this.f2431z.right), Math.max(this.f2429x.bottom, this.f2431z.bottom)); g gVar = this.n; - ShapeAppearanceModel shapeAppearanceModel = this.f2426c; + ShapeAppearanceModel shapeAppearanceModel = this.f2427c; ShapeAppearanceModel shapeAppearanceModel2 = this.g; RectF rectF4 = this.w; - RectF rectF5 = this.f2428x; - RectF rectF6 = this.f2430z; + RectF rectF5 = this.f2429x; + RectF rectF6 = this.f2431z; ProgressThresholds progressThresholds = this.A.d; Objects.requireNonNull(gVar); float start = progressThresholds.getStart(); @@ -534,7 +534,7 @@ public final class MaterialContainerTransform extends Transition { } this.J = k.d(this.d, this.h, f); RectF rectF8 = this.I; - float f10 = this.f2427s; + float f10 = this.f2428s; RectF rectF9 = this.I; float f11 = this.t; float f12 = this.J; @@ -653,7 +653,7 @@ public final class MaterialContainerTransform extends Transition { if (!z2) { cVar = cVar2; } - return new c((ProgressThresholds) k.a(this.fadeProgressThresholds, cVar.a), (ProgressThresholds) k.a(this.scaleProgressThresholds, cVar.b), (ProgressThresholds) k.a(this.scaleMaskProgressThresholds, cVar.f2425c), (ProgressThresholds) k.a(this.shapeMaskProgressThresholds, cVar.d), null); + return new c((ProgressThresholds) k.a(this.fadeProgressThresholds, cVar.a), (ProgressThresholds) k.a(this.scaleProgressThresholds, cVar.b), (ProgressThresholds) k.a(this.scaleMaskProgressThresholds, cVar.f2426c), (ProgressThresholds) k.a(this.shapeMaskProgressThresholds, cVar.d), null); } @StyleRes diff --git a/app/src/main/java/com/google/android/material/transition/platform/ScaleProvider.java b/app/src/main/java/com/google/android/material/transition/platform/ScaleProvider.java index f4e39d3ac4..d4d64060b6 100644 --- a/app/src/main/java/com/google/android/material/transition/platform/ScaleProvider.java +++ b/app/src/main/java/com/google/android/material/transition/platform/ScaleProvider.java @@ -23,18 +23,18 @@ public final class ScaleProvider implements VisibilityAnimatorProvider { public final /* synthetic */ float b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ float f2431c; + public final /* synthetic */ float f2432c; public a(View view, float f, float f2) { this.a = view; this.b = f; - this.f2431c = f2; + this.f2432c = f2; } @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { this.a.setScaleX(this.b); - this.a.setScaleY(this.f2431c); + this.a.setScaleY(this.f2432c); } } diff --git a/app/src/main/java/com/google/firebase/iid/FirebaseInstanceId.java b/app/src/main/java/com/google/firebase/iid/FirebaseInstanceId.java index 5002308e13..6594e5b157 100644 --- a/app/src/main/java/com/google/firebase/iid/FirebaseInstanceId.java +++ b/app/src/main/java/com/google/firebase/iid/FirebaseInstanceId.java @@ -46,7 +46,7 @@ public class FirebaseInstanceId { public static w b; /* renamed from: c reason: collision with root package name */ - public static final Pattern f2432c = Pattern.compile("\\AA[\\w-]{38}\\z"); + public static final Pattern f2433c = Pattern.compile("\\AA[\\w-]{38}\\z"); public static ScheduledExecutorService d; public final Executor e; public final c f; @@ -106,7 +106,7 @@ public class FirebaseInstanceId { cVar.a(); AnimatableValueParser.p(cVar.f.b.contains(":"), "Please set your Application ID. A valid Firebase App ID is required to communicate with Firebase server APIs: It identifies your application with Firebase.Please refer to https://firebase.google.com/support/privacy/init-options."); cVar.a(); - AnimatableValueParser.p(f2432c.matcher(cVar.f.a).matches(), "Please set a valid API key. A Firebase API key is required to communicate with Firebase server APIs: It authenticates your project with Google.Please refer to https://firebase.google.com/support/privacy/init-options."); + AnimatableValueParser.p(f2433c.matcher(cVar.f.a).matches(), "Please set a valid API key. A Firebase API key is required to communicate with Firebase server APIs: It authenticates your project with Google.Please refer to https://firebase.google.com/support/privacy/init-options."); } @NonNull diff --git a/app/src/main/java/com/google/firebase/messaging/FirebaseMessaging.java b/app/src/main/java/com/google/firebase/messaging/FirebaseMessaging.java index 685397c504..ef64f2164f 100644 --- a/app/src/main/java/com/google/firebase/messaging/FirebaseMessaging.java +++ b/app/src/main/java/com/google/firebase/messaging/FirebaseMessaging.java @@ -40,7 +40,7 @@ public class FirebaseMessaging { public final Context b; /* renamed from: c reason: collision with root package name */ - public final c f2433c; + public final c f2434c; public final FirebaseInstanceId d; public final a e; public final Executor f; @@ -53,7 +53,7 @@ public class FirebaseMessaging { @Nullable /* renamed from: c reason: collision with root package name */ - public b f2434c; + public b f2435c; @Nullable public Boolean d; @@ -67,7 +67,7 @@ public class FirebaseMessaging { this.d = c2; if (c2 == null) { j jVar = new j(this); - this.f2434c = jVar; + this.f2435c = jVar; this.a.a(c.i.c.a.class, jVar); } this.b = true; @@ -80,14 +80,14 @@ public class FirebaseMessaging { if (bool != null) { return bool.booleanValue(); } - return FirebaseMessaging.this.f2433c.g(); + return FirebaseMessaging.this.f2434c.g(); } @Nullable public final Boolean c() { ApplicationInfo applicationInfo; Bundle bundle; - c cVar = FirebaseMessaging.this.f2433c; + c cVar = FirebaseMessaging.this.f2434c; cVar.a(); Context context = cVar.d; SharedPreferences sharedPreferences = context.getSharedPreferences("com.google.firebase.messaging", 0); @@ -110,7 +110,7 @@ public class FirebaseMessaging { try { Class.forName("com.google.firebase.iid.FirebaseInstanceIdReceiver"); a = gVar2; - this.f2433c = cVar; + this.f2434c = cVar; this.d = firebaseInstanceId; this.e = new a(dVar); cVar.a(); diff --git a/app/src/main/java/com/google/gson/Gson.java b/app/src/main/java/com/google/gson/Gson.java index 53931aef82..28be6cb45c 100644 --- a/app/src/main/java/com/google/gson/Gson.java +++ b/app/src/main/java/com/google/gson/Gson.java @@ -46,7 +46,7 @@ public final class Gson { public final ThreadLocal, FutureTypeAdapter>> b; /* renamed from: c reason: collision with root package name */ - public final Map, TypeAdapter> f2435c; + public final Map, TypeAdapter> f2436c; public final g d; public final JsonAdapterAnnotationTypeAdapterFactory e; public final List f; @@ -227,7 +227,7 @@ public final class Gson { public Gson(Excluder excluder, d dVar, Map> map, boolean z2, boolean z3, boolean z4, boolean z5, boolean z6, boolean z7, boolean z8, n nVar, String str, int i, int i2, List list, List list2, List list3) { this.b = new ThreadLocal<>(); - this.f2435c = new ConcurrentHashMap(); + this.f2436c = new ConcurrentHashMap(); this.g = map; this.d = new g(map); this.h = z2; @@ -251,13 +251,13 @@ public final class Gson { arrayList.add(new TypeAdapters.AnonymousClass33(Long.TYPE, Long.class, r3)); arrayList.add(new TypeAdapters.AnonymousClass33(Double.TYPE, Double.class, z8 ? TypeAdapters.v : new AnonymousClass1(this))); arrayList.add(new TypeAdapters.AnonymousClass33(Float.TYPE, Float.class, z8 ? TypeAdapters.u : new AnonymousClass2(this))); - arrayList.add(TypeAdapters.f2444x); + arrayList.add(TypeAdapters.f2445x); arrayList.add(TypeAdapters.o); arrayList.add(TypeAdapters.q); arrayList.add(new TypeAdapters.AnonymousClass32(AtomicLong.class, new AnonymousClass4(r3).nullSafe())); arrayList.add(new TypeAdapters.AnonymousClass32(AtomicLongArray.class, new AnonymousClass5(r3).nullSafe())); - arrayList.add(TypeAdapters.f2443s); - arrayList.add(TypeAdapters.f2446z); + arrayList.add(TypeAdapters.f2444s); + arrayList.add(TypeAdapters.f2447z); arrayList.add(TypeAdapters.F); arrayList.add(TypeAdapters.H); arrayList.add(new TypeAdapters.AnonymousClass32(BigDecimal.class, TypeAdapters.B)); @@ -362,7 +362,7 @@ public final class Gson { } public TypeAdapter h(TypeToken typeToken) { - TypeAdapter typeAdapter = (TypeAdapter) this.f2435c.get(typeToken == null ? a : typeToken); + TypeAdapter typeAdapter = (TypeAdapter) this.f2436c.get(typeToken == null ? a : typeToken); if (typeAdapter != null) { return typeAdapter; } @@ -385,7 +385,7 @@ public final class Gson { if (create != null) { if (futureTypeAdapter2.a == null) { futureTypeAdapter2.a = create; - this.f2435c.put(typeToken, create); + this.f2436c.put(typeToken, create); return create; } throw new AssertionError(); @@ -437,7 +437,7 @@ public final class Gson { jsonWriter.n = " "; jsonWriter.o = ": "; } - jsonWriter.f2450s = this.h; + jsonWriter.f2451s = this.h; return jsonWriter; } @@ -468,13 +468,13 @@ public final class Gson { jsonWriter.p = true; boolean z3 = jsonWriter.q; jsonWriter.q = this.j; - boolean z4 = jsonWriter.f2450s; - jsonWriter.f2450s = this.h; + boolean z4 = jsonWriter.f2451s; + jsonWriter.f2451s = this.h; try { TypeAdapters.X.write(jsonWriter, jsonElement); jsonWriter.p = z2; jsonWriter.q = z3; - jsonWriter.f2450s = z4; + jsonWriter.f2451s = z4; } catch (IOException e) { throw new JsonIOException(e); } catch (AssertionError e2) { @@ -484,7 +484,7 @@ public final class Gson { } catch (Throwable th) { jsonWriter.p = z2; jsonWriter.q = z3; - jsonWriter.f2450s = z4; + jsonWriter.f2451s = z4; throw th; } } @@ -495,13 +495,13 @@ public final class Gson { jsonWriter.p = true; boolean z3 = jsonWriter.q; jsonWriter.q = this.j; - boolean z4 = jsonWriter.f2450s; - jsonWriter.f2450s = this.h; + boolean z4 = jsonWriter.f2451s; + jsonWriter.f2451s = this.h; try { h.write(jsonWriter, obj); jsonWriter.p = z2; jsonWriter.q = z3; - jsonWriter.f2450s = z4; + jsonWriter.f2451s = z4; } catch (IOException e) { throw new JsonIOException(e); } catch (AssertionError e2) { @@ -511,7 +511,7 @@ public final class Gson { } catch (Throwable th) { jsonWriter.p = z2; jsonWriter.q = z3; - jsonWriter.f2450s = z4; + jsonWriter.f2451s = z4; throw th; } } diff --git a/app/src/main/java/com/google/gson/internal/Excluder.java b/app/src/main/java/com/google/gson/internal/Excluder.java index fcdbe5001b..a01e7dd60d 100644 --- a/app/src/main/java/com/google/gson/internal/Excluder.java +++ b/app/src/main/java/com/google/gson/internal/Excluder.java @@ -26,13 +26,13 @@ public final class Excluder implements o, Cloneable { public final /* synthetic */ boolean b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ boolean f2436c; + public final /* synthetic */ boolean f2437c; public final /* synthetic */ Gson d; public final /* synthetic */ TypeToken e; public AnonymousClass1(boolean z2, boolean z3, Gson gson, TypeToken typeToken) { this.b = z2; - this.f2436c = z3; + this.f2437c = z3; this.d = gson; this.e = typeToken; } @@ -54,7 +54,7 @@ public final class Excluder implements o, Cloneable { @Override // com.google.gson.TypeAdapter public void write(JsonWriter jsonWriter, T t) throws IOException { - if (this.f2436c) { + if (this.f2437c) { jsonWriter.s(); return; } diff --git a/app/src/main/java/com/google/gson/internal/bind/ArrayTypeAdapter.java b/app/src/main/java/com/google/gson/internal/bind/ArrayTypeAdapter.java index f3bbae7d05..7e2dd3509f 100644 --- a/app/src/main/java/com/google/gson/internal/bind/ArrayTypeAdapter.java +++ b/app/src/main/java/com/google/gson/internal/bind/ArrayTypeAdapter.java @@ -18,7 +18,7 @@ public final class ArrayTypeAdapter extends TypeAdapter { public final Class b; /* renamed from: c reason: collision with root package name */ - public final TypeAdapter f2437c; + public final TypeAdapter f2438c; /* renamed from: com.google.gson.internal.bind.ArrayTypeAdapter$1 reason: invalid class name */ public class AnonymousClass1 implements o { @@ -35,7 +35,7 @@ public final class ArrayTypeAdapter extends TypeAdapter { } public ArrayTypeAdapter(Gson gson, TypeAdapter typeAdapter, Class cls) { - this.f2437c = new TypeAdapterRuntimeTypeWrapper(gson, typeAdapter, cls); + this.f2438c = new TypeAdapterRuntimeTypeWrapper(gson, typeAdapter, cls); this.b = cls; } @@ -48,7 +48,7 @@ public final class ArrayTypeAdapter extends TypeAdapter { ArrayList arrayList = new ArrayList(); jsonReader.a(); while (jsonReader.r()) { - arrayList.add(this.f2437c.read(jsonReader)); + arrayList.add(this.f2438c.read(jsonReader)); } jsonReader.e(); int size = arrayList.size(); @@ -70,7 +70,7 @@ public final class ArrayTypeAdapter extends TypeAdapter { jsonWriter.b(); int length = Array.getLength(obj); for (int i = 0; i < length; i++) { - this.f2437c.write(jsonWriter, Array.get(obj, i)); + this.f2438c.write(jsonWriter, Array.get(obj, i)); } jsonWriter.e(); } diff --git a/app/src/main/java/com/google/gson/internal/bind/MapTypeAdapterFactory.java b/app/src/main/java/com/google/gson/internal/bind/MapTypeAdapterFactory.java index b9b86a8039..51326d137b 100644 --- a/app/src/main/java/com/google/gson/internal/bind/MapTypeAdapterFactory.java +++ b/app/src/main/java/com/google/gson/internal/bind/MapTypeAdapterFactory.java @@ -33,12 +33,12 @@ public final class MapTypeAdapterFactory implements o { public final TypeAdapter b; /* renamed from: c reason: collision with root package name */ - public final r> f2438c; + public final r> f2439c; public Adapter(Gson gson, Type type, TypeAdapter typeAdapter, Type type2, TypeAdapter typeAdapter2, r> rVar) { this.a = new TypeAdapterRuntimeTypeWrapper(gson, typeAdapter, type); this.b = new TypeAdapterRuntimeTypeWrapper(gson, typeAdapter2, type2); - this.f2438c = rVar; + this.f2439c = rVar; } @Override // com.google.gson.TypeAdapter @@ -48,7 +48,7 @@ public final class MapTypeAdapterFactory implements o { jsonReader.H(); return null; } - Map map = (Map) this.f2438c.a(); + Map map = (Map) this.f2439c.a(); if (N == JsonToken.BEGIN_ARRAY) { jsonReader.a(); while (jsonReader.r()) { diff --git a/app/src/main/java/com/google/gson/internal/bind/ReflectiveTypeAdapterFactory.java b/app/src/main/java/com/google/gson/internal/bind/ReflectiveTypeAdapterFactory.java index 145e155395..37d506a909 100644 --- a/app/src/main/java/com/google/gson/internal/bind/ReflectiveTypeAdapterFactory.java +++ b/app/src/main/java/com/google/gson/internal/bind/ReflectiveTypeAdapterFactory.java @@ -51,7 +51,7 @@ public final class ReflectiveTypeAdapterFactory implements o { while (jsonReader.r()) { a aVar = this.b.get(jsonReader.C()); if (aVar != null) { - if (aVar.f2439c) { + if (aVar.f2440c) { aVar.a(jsonReader, a); } } @@ -92,12 +92,12 @@ public final class ReflectiveTypeAdapterFactory implements o { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f2439c; + public final boolean f2440c; public a(String str, boolean z2, boolean z3) { this.a = str; this.b = z2; - this.f2439c = z3; + this.f2440c = z3; } public abstract void a(JsonReader jsonReader, Object obj) throws IOException, IllegalAccessException; diff --git a/app/src/main/java/com/google/gson/internal/bind/TreeTypeAdapter.java b/app/src/main/java/com/google/gson/internal/bind/TreeTypeAdapter.java index 7c5ffa42dc..afad734509 100644 --- a/app/src/main/java/com/google/gson/internal/bind/TreeTypeAdapter.java +++ b/app/src/main/java/com/google/gson/internal/bind/TreeTypeAdapter.java @@ -20,7 +20,7 @@ public final class TreeTypeAdapter extends TypeAdapter { public final i b; /* renamed from: c reason: collision with root package name */ - public final Gson f2440c; + public final Gson f2441c; public final TypeToken d; public final o e; public final TreeTypeAdapter.b f = new b(this, null); @@ -62,7 +62,7 @@ public final class TreeTypeAdapter extends TypeAdapter { public TreeTypeAdapter(m mVar, i iVar, Gson gson, TypeToken typeToken, o oVar) { this.a = mVar; this.b = iVar; - this.f2440c = gson; + this.f2441c = gson; this.d = typeToken; this.e = oVar; } @@ -72,7 +72,7 @@ public final class TreeTypeAdapter extends TypeAdapter { if (this.b == null) { TypeAdapter typeAdapter = this.g; if (typeAdapter == null) { - typeAdapter = this.f2440c.j(this.e, this.d); + typeAdapter = this.f2441c.j(this.e, this.d); this.g = typeAdapter; } return typeAdapter.read(jsonReader); @@ -91,7 +91,7 @@ public final class TreeTypeAdapter extends TypeAdapter { if (mVar == null) { TypeAdapter typeAdapter = this.g; if (typeAdapter == null) { - typeAdapter = this.f2440c.j(this.e, this.d); + typeAdapter = this.f2441c.j(this.e, this.d); this.g = typeAdapter; } typeAdapter.write(jsonWriter, t); diff --git a/app/src/main/java/com/google/gson/internal/bind/TypeAdapterRuntimeTypeWrapper.java b/app/src/main/java/com/google/gson/internal/bind/TypeAdapterRuntimeTypeWrapper.java index 6d742a3c71..27d7d71a16 100644 --- a/app/src/main/java/com/google/gson/internal/bind/TypeAdapterRuntimeTypeWrapper.java +++ b/app/src/main/java/com/google/gson/internal/bind/TypeAdapterRuntimeTypeWrapper.java @@ -14,12 +14,12 @@ public final class TypeAdapterRuntimeTypeWrapper extends TypeAdapter { public final TypeAdapter b; /* renamed from: c reason: collision with root package name */ - public final Type f2441c; + public final Type f2442c; public TypeAdapterRuntimeTypeWrapper(Gson gson, TypeAdapter typeAdapter, Type type) { this.a = gson; this.b = typeAdapter; - this.f2441c = type; + this.f2442c = type; } @Override // com.google.gson.TypeAdapter @@ -30,11 +30,11 @@ public final class TypeAdapterRuntimeTypeWrapper extends TypeAdapter { @Override // com.google.gson.TypeAdapter public void write(JsonWriter jsonWriter, T t) throws IOException { TypeAdapter typeAdapter = this.b; - Type type = this.f2441c; + Type type = this.f2442c; if (t != null && (type == Object.class || (type instanceof TypeVariable) || (type instanceof Class))) { type = t.getClass(); } - if (type != this.f2441c) { + if (type != this.f2442c) { typeAdapter = this.a.h(TypeToken.get(type)); if (typeAdapter instanceof ReflectiveTypeAdapterFactory.Adapter) { TypeAdapter typeAdapter2 = this.b; diff --git a/app/src/main/java/com/google/gson/internal/bind/TypeAdapters.java b/app/src/main/java/com/google/gson/internal/bind/TypeAdapters.java index 77800a6f0f..a2a29f4afd 100644 --- a/app/src/main/java/com/google/gson/internal/bind/TypeAdapters.java +++ b/app/src/main/java/com/google/gson/internal/bind/TypeAdapters.java @@ -75,7 +75,7 @@ public final class TypeAdapters { public static final o b; /* renamed from: c reason: collision with root package name */ - public static final TypeAdapter f2442c; + public static final TypeAdapter f2443c; public static final o d; public static final TypeAdapter e; public static final TypeAdapter f = new AnonymousClass4(); @@ -93,20 +93,20 @@ public final class TypeAdapters { public static final TypeAdapter r; /* renamed from: s reason: collision with root package name */ - public static final o f2443s; + public static final o f2444s; public static final TypeAdapter t = new AnonymousClass11(); public static final TypeAdapter u = new AnonymousClass12(); public static final TypeAdapter v = new AnonymousClass13(); public static final TypeAdapter w; /* renamed from: x reason: collision with root package name */ - public static final o f2444x; + public static final o f2445x; /* renamed from: y reason: collision with root package name */ - public static final TypeAdapter f2445y; + public static final TypeAdapter f2446y; /* renamed from: z reason: collision with root package name */ - public static final o f2446z; + public static final o f2447z; /* renamed from: com.google.gson.internal.bind.TypeAdapters$1 reason: invalid class name */ public class AnonymousClass1 extends TypeAdapter { @@ -1142,7 +1142,7 @@ public final class TypeAdapters { a = nullSafe; b = new AnonymousClass32(Class.class, nullSafe); TypeAdapter nullSafe2 = new AnonymousClass2().nullSafe(); - f2442c = nullSafe2; + f2443c = nullSafe2; d = new AnonymousClass32(BitSet.class, nullSafe2); AnonymousClass3 r0 = new AnonymousClass3(); e = r0; @@ -1164,13 +1164,13 @@ public final class TypeAdapters { q = new AnonymousClass32(AtomicBoolean.class, nullSafe4); TypeAdapter nullSafe5 = new AnonymousClass10().nullSafe(); r = nullSafe5; - f2443s = new AnonymousClass32(AtomicIntegerArray.class, nullSafe5); + f2444s = new AnonymousClass32(AtomicIntegerArray.class, nullSafe5); AnonymousClass14 r05 = new AnonymousClass14(); w = r05; - f2444x = new AnonymousClass32(Number.class, r05); + f2445x = new AnonymousClass32(Number.class, r05); AnonymousClass15 r06 = new AnonymousClass15(); - f2445y = r06; - f2446z = new AnonymousClass33(Character.TYPE, Character.class, r06); + f2446y = r06; + f2447z = new AnonymousClass33(Character.TYPE, Character.class, r06); AnonymousClass16 r07 = new AnonymousClass16(); A = r07; D = new AnonymousClass32(String.class, r07); diff --git a/app/src/main/java/com/google/gson/stream/JsonReader.java b/app/src/main/java/com/google/gson/stream/JsonReader.java index 44bbc8391a..bafbcba7dd 100644 --- a/app/src/main/java/com/google/gson/stream/JsonReader.java +++ b/app/src/main/java/com/google/gson/stream/JsonReader.java @@ -20,14 +20,14 @@ public class JsonReader implements Closeable { public long r; /* renamed from: s reason: collision with root package name */ - public int f2447s; + public int f2448s; public String t; public int[] u; public int v; public String[] w; /* renamed from: x reason: collision with root package name */ - public int[] f2448x; + public int[] f2449x; public class a extends p { } @@ -43,7 +43,7 @@ public class JsonReader implements Closeable { this.v = 0 + 1; iArr[0] = 6; this.w = new String[32]; - this.f2448x = new int[32]; + this.f2449x = new int[32]; Objects.requireNonNull(reader, "in == null"); this.j = reader; } @@ -55,14 +55,14 @@ public class JsonReader implements Closeable { } if (i2 == 15) { this.q = 0; - int[] iArr = this.f2448x; + int[] iArr = this.f2449x; int i3 = this.v - 1; iArr[i3] = iArr[i3] + 1; return this.r; } if (i2 == 16) { - this.t = new String(this.l, this.m, this.f2447s); - this.m += this.f2447s; + this.t = new String(this.l, this.m, this.f2448s); + this.m += this.f2448s; } else if (i2 == 8 || i2 == 9 || i2 == 10) { if (i2 == 10) { this.t = M(); @@ -72,7 +72,7 @@ public class JsonReader implements Closeable { try { long parseLong = Long.parseLong(this.t); this.q = 0; - int[] iArr2 = this.f2448x; + int[] iArr2 = this.f2449x; int i4 = this.v - 1; iArr2[i4] = iArr2[i4] + 1; return parseLong; @@ -90,7 +90,7 @@ public class JsonReader implements Closeable { if (((double) j) == parseDouble) { this.t = null; this.q = 0; - int[] iArr3 = this.f2448x; + int[] iArr3 = this.f2449x; int i5 = this.v - 1; iArr3[i5] = iArr3[i5] + 1; return j; @@ -219,7 +219,7 @@ public class JsonReader implements Closeable { } if (i2 == 7) { this.q = 0; - int[] iArr = this.f2448x; + int[] iArr = this.f2449x; int i3 = this.v - 1; iArr[i3] = iArr[i3] + 1; return; @@ -301,8 +301,8 @@ public class JsonReader implements Closeable { } else if (i2 == 15) { str = Long.toString(this.r); } else if (i2 == 16) { - str = new String(this.l, this.m, this.f2447s); - this.m += this.f2447s; + str = new String(this.l, this.m, this.f2448s); + this.m += this.f2448s; } else { StringBuilder P = c.d.b.a.a.P("Expected a string but was "); P.append(N()); @@ -310,7 +310,7 @@ public class JsonReader implements Closeable { throw new IllegalStateException(P.toString()); } this.q = 0; - int[] iArr = this.f2448x; + int[] iArr = this.f2449x; int i3 = this.v - 1; iArr[i3] = iArr[i3] + 1; return str; @@ -418,7 +418,7 @@ public class JsonReader implements Closeable { if (i3 == iArr.length) { int i4 = i3 * 2; this.u = Arrays.copyOf(iArr, i4); - this.f2448x = Arrays.copyOf(this.f2448x, i4); + this.f2449x = Arrays.copyOf(this.f2449x, i4); this.w = (String[]) Arrays.copyOf(this.w, i4); } int[] iArr2 = this.u; @@ -608,7 +608,7 @@ public class JsonReader implements Closeable { this.q = 0; } else { if (i4 == 16) { - this.m += this.f2447s; + this.m += this.f2448s; } this.q = 0; } @@ -618,7 +618,7 @@ public class JsonReader implements Closeable { i3++; this.q = 0; } while (i3 != 0); - int[] iArr = this.f2448x; + int[] iArr = this.f2449x; int i6 = this.v; int i7 = i6 - 1; iArr[i7] = iArr[i7] + 1; @@ -638,7 +638,7 @@ public class JsonReader implements Closeable { } if (i2 == 3) { Q(1); - this.f2448x[this.v - 1] = 0; + this.f2449x[this.v - 1] = 0; this.q = 0; return; } @@ -722,7 +722,7 @@ public class JsonReader implements Closeable { if (r13 != 7) goto L_0x018a; */ /* JADX WARNING: Code restructure failed: missing block: B:161:0x0231, code lost: - r19.f2447s = r9; + r19.f2448s = r9; r6 = 16; r19.q = 16; */ @@ -1019,7 +1019,7 @@ public class JsonReader implements Closeable { if (i2 == 4) { int i3 = this.v - 1; this.v = i3; - int[] iArr = this.f2448x; + int[] iArr = this.f2449x; int i4 = i3 - 1; iArr[i4] = iArr[i4] + 1; this.q = 0; @@ -1040,7 +1040,7 @@ public class JsonReader implements Closeable { int i3 = this.v - 1; this.v = i3; this.w[i3] = null; - int[] iArr = this.f2448x; + int[] iArr = this.f2449x; int i4 = i3 - 1; iArr[i4] = iArr[i4] + 1; this.q = 0; @@ -1059,7 +1059,7 @@ public class JsonReader implements Closeable { int i4 = this.u[i3]; if (i4 == 1 || i4 == 2) { N.append('['); - N.append(this.f2448x[i3]); + N.append(this.f2449x[i3]); N.append(']'); } else if (i4 == 3 || i4 == 4 || i4 == 5) { N.append('.'); @@ -1162,13 +1162,13 @@ public class JsonReader implements Closeable { } if (i2 == 5) { this.q = 0; - int[] iArr = this.f2448x; + int[] iArr = this.f2449x; int i3 = this.v - 1; iArr[i3] = iArr[i3] + 1; return true; } else if (i2 == 6) { this.q = 0; - int[] iArr2 = this.f2448x; + int[] iArr2 = this.f2449x; int i4 = this.v - 1; iArr2[i4] = iArr2[i4] + 1; return false; @@ -1187,14 +1187,14 @@ public class JsonReader implements Closeable { } if (i2 == 15) { this.q = 0; - int[] iArr = this.f2448x; + int[] iArr = this.f2449x; int i3 = this.v - 1; iArr[i3] = iArr[i3] + 1; return (double) this.r; } if (i2 == 16) { - this.t = new String(this.l, this.m, this.f2447s); - this.m += this.f2447s; + this.t = new String(this.l, this.m, this.f2448s); + this.m += this.f2448s; } else if (i2 == 8 || i2 == 9) { this.t = I(i2 == 8 ? '\'' : '\"'); } else if (i2 == 10) { @@ -1210,7 +1210,7 @@ public class JsonReader implements Closeable { if (this.k || (!Double.isNaN(parseDouble) && !Double.isInfinite(parseDouble))) { this.t = null; this.q = 0; - int[] iArr2 = this.f2448x; + int[] iArr2 = this.f2449x; int i4 = this.v - 1; iArr2[i4] = iArr2[i4] + 1; return parseDouble; @@ -1228,7 +1228,7 @@ public class JsonReader implements Closeable { int i3 = (int) j; if (j == ((long) i3)) { this.q = 0; - int[] iArr = this.f2448x; + int[] iArr = this.f2449x; int i4 = this.v - 1; iArr[i4] = iArr[i4] + 1; return i3; @@ -1239,8 +1239,8 @@ public class JsonReader implements Closeable { throw new NumberFormatException(P.toString()); } if (i2 == 16) { - this.t = new String(this.l, this.m, this.f2447s); - this.m += this.f2447s; + this.t = new String(this.l, this.m, this.f2448s); + this.m += this.f2448s; } else if (i2 == 8 || i2 == 9 || i2 == 10) { if (i2 == 10) { this.t = M(); @@ -1250,7 +1250,7 @@ public class JsonReader implements Closeable { try { int parseInt = Integer.parseInt(this.t); this.q = 0; - int[] iArr2 = this.f2448x; + int[] iArr2 = this.f2449x; int i5 = this.v - 1; iArr2[i5] = iArr2[i5] + 1; return parseInt; @@ -1268,7 +1268,7 @@ public class JsonReader implements Closeable { if (((double) i6) == parseDouble) { this.t = null; this.q = 0; - int[] iArr3 = this.f2448x; + int[] iArr3 = this.f2449x; int i7 = this.v - 1; iArr3[i7] = iArr3[i7] + 1; return i6; diff --git a/app/src/main/java/com/google/gson/stream/JsonWriter.java b/app/src/main/java/com/google/gson/stream/JsonWriter.java index ebf00c1a8b..09cb0dac54 100644 --- a/app/src/main/java/com/google/gson/stream/JsonWriter.java +++ b/app/src/main/java/com/google/gson/stream/JsonWriter.java @@ -20,7 +20,7 @@ public class JsonWriter implements Closeable, Flushable { public String r; /* renamed from: s reason: collision with root package name */ - public boolean f2450s; + public boolean f2451s; static { for (int i2 = 0; i2 <= 31; i2++) { @@ -46,7 +46,7 @@ public class JsonWriter implements Closeable, Flushable { public JsonWriter(Writer writer) { w(6); this.o = ":"; - this.f2450s = true; + this.f2451s = true; Objects.requireNonNull(writer, "out == null"); this.k = writer; } @@ -224,7 +224,7 @@ public class JsonWriter implements Closeable, Flushable { public JsonWriter s() throws IOException { if (this.r != null) { - if (this.f2450s) { + if (this.f2451s) { K(); } else { this.r = null; diff --git a/app/src/main/java/com/google/zxing/Result.java b/app/src/main/java/com/google/zxing/Result.java index 1cd865a044..9886258b11 100644 --- a/app/src/main/java/com/google/zxing/Result.java +++ b/app/src/main/java/com/google/zxing/Result.java @@ -10,14 +10,14 @@ public final class Result { public final byte[] b; /* renamed from: c reason: collision with root package name */ - public k[] f2451c; + public k[] f2452c; public final a d; public Map e = null; public Result(String str, byte[] bArr, int i, k[] kVarArr, a aVar, long j) { this.a = str; this.b = bArr; - this.f2451c = kVarArr; + this.f2452c = kVarArr; this.d = aVar; } @@ -25,7 +25,7 @@ public final class Result { System.currentTimeMillis(); this.a = str; this.b = bArr; - this.f2451c = kVarArr; + this.f2452c = kVarArr; this.d = aVar; } diff --git a/app/src/main/java/com/hcaptcha/sdk/HCaptchaConfig.java b/app/src/main/java/com/hcaptcha/sdk/HCaptchaConfig.java index 941169a507..e71f5050f8 100644 --- a/app/src/main/java/com/hcaptcha/sdk/HCaptchaConfig.java +++ b/app/src/main/java/com/hcaptcha/sdk/HCaptchaConfig.java @@ -21,7 +21,7 @@ public class HCaptchaConfig implements Serializable { public boolean b; /* renamed from: c reason: collision with root package name */ - public Boolean f2452c; + public Boolean f2453c; public String d; public boolean e; public String f; @@ -40,7 +40,7 @@ public class HCaptchaConfig implements Serializable { StringBuilder P = c.d.b.a.a.P("HCaptchaConfig.HCaptchaConfigBuilder(siteKey="); P.append(this.a); P.append(", sentry$value="); - P.append(this.f2452c); + P.append(this.f2453c); P.append(", rqdata="); P.append(this.d); P.append(", apiEndpoint$value="); @@ -319,7 +319,7 @@ public class HCaptchaConfig implements Serializable { String str = this.siteKey; Objects.requireNonNull(str, "siteKey is marked non-null but is null"); aVar.a = str; - aVar.f2452c = this.sentry; + aVar.f2453c = this.sentry; aVar.b = true; aVar.d = this.rqdata; aVar.f = this.apiEndpoint; diff --git a/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPanelView.java b/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPanelView.java index 47af1773a2..8fe6a44476 100644 --- a/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPanelView.java +++ b/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPanelView.java @@ -38,7 +38,7 @@ public class ColorPanelView extends View { public int r = -9539986; /* renamed from: s reason: collision with root package name */ - public int f2453s = ViewCompat.MEASURED_STATE_MASK; + public int f2454s = ViewCompat.MEASURED_STATE_MASK; public int t; public ColorPanelView(Context context, AttributeSet attributeSet) { @@ -92,10 +92,10 @@ public class ColorPanelView extends View { i2 = context.getResources().getDisplayMetrics().widthPixels - i2; } StringBuilder sb = new StringBuilder("#"); - if (Color.alpha(this.f2453s) != 255) { - sb.append(Integer.toHexString(this.f2453s).toUpperCase(Locale.ENGLISH)); + if (Color.alpha(this.f2454s) != 255) { + sb.append(Integer.toHexString(this.f2454s).toUpperCase(Locale.ENGLISH)); } else { - sb.append(String.format("%06X", Integer.valueOf(16777215 & this.f2453s)).toUpperCase(Locale.ENGLISH)); + sb.append(String.format("%06X", Integer.valueOf(16777215 & this.f2454s)).toUpperCase(Locale.ENGLISH)); } Toast makeText = Toast.makeText(context, sb.toString(), 0); if (i < rect.height()) { @@ -111,7 +111,7 @@ public class ColorPanelView extends View { } public int getColor() { - return this.f2453s; + return this.f2454s; } public int getShape() { @@ -121,7 +121,7 @@ public class ColorPanelView extends View { @Override // android.view.View public void onDraw(Canvas canvas) { this.j.setColor(this.r); - this.k.setColor(this.f2453s); + this.k.setColor(this.f2454s); int i = this.t; if (i == 0) { Drawable drawable = this.i; @@ -131,7 +131,7 @@ public class ColorPanelView extends View { canvas.drawRect(this.o, this.k); } else if (i == 1) { int measuredWidth = getMeasuredWidth() / 2; - if (Color.alpha(this.f2453s) < 255) { + if (Color.alpha(this.f2454s) < 255) { canvas.drawCircle((float) (getMeasuredWidth() / 2), (float) (getMeasuredHeight() / 2), (float) (measuredWidth + 0), this.l); } if (this.q) { @@ -160,7 +160,7 @@ public class ColorPanelView extends View { public void onRestoreInstanceState(Parcelable parcelable) { if (parcelable instanceof Bundle) { Bundle bundle = (Bundle) parcelable; - this.f2453s = bundle.getInt(ModelAuditLogEntry.CHANGE_KEY_COLOR); + this.f2454s = bundle.getInt(ModelAuditLogEntry.CHANGE_KEY_COLOR); parcelable = bundle.getParcelable("instanceState"); } super.onRestoreInstanceState(parcelable); @@ -170,7 +170,7 @@ public class ColorPanelView extends View { public Parcelable onSaveInstanceState() { Bundle bundle = new Bundle(); bundle.putParcelable("instanceState", super.onSaveInstanceState()); - bundle.putInt(ModelAuditLogEntry.CHANGE_KEY_COLOR, this.f2453s); + bundle.putInt(ModelAuditLogEntry.CHANGE_KEY_COLOR, this.f2454s); return bundle; } @@ -203,7 +203,7 @@ public class ColorPanelView extends View { } public void setColor(int i) { - this.f2453s = i; + this.f2454s = i; invalidate(); } diff --git a/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPickerDialog.java b/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPickerDialog.java index 13918053ab..0b100f07fa 100644 --- a/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPickerDialog.java +++ b/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPickerDialog.java @@ -68,20 +68,20 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView public int r; /* renamed from: s reason: collision with root package name */ - public c.k.a.a.b f2454s; + public c.k.a.a.b f2455s; public LinearLayout t; public SeekBar u; public TextView v; public ColorPickerView w; /* renamed from: x reason: collision with root package name */ - public ColorPanelView f2455x; + public ColorPanelView f2456x; /* renamed from: y reason: collision with root package name */ - public EditText f2456y; + public EditText f2457y; /* renamed from: z reason: collision with root package name */ - public EditText f2457z; + public EditText f2458z; public class a implements View.OnLongClickListener { public final /* synthetic */ ColorPanelView i; @@ -103,13 +103,13 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView @Override // android.view.View.OnTouchListener public boolean onTouch(View view, MotionEvent motionEvent) { - EditText editText = ColorPickerDialog.this.f2457z; + EditText editText = ColorPickerDialog.this.f2458z; if (view == editText || !editText.hasFocus()) { return false; } - ColorPickerDialog.this.f2457z.clearFocus(); - ((InputMethodManager) ColorPickerDialog.this.getActivity().getSystemService("input_method")).hideSoftInputFromWindow(ColorPickerDialog.this.f2457z.getWindowToken(), 0); - ColorPickerDialog.this.f2457z.clearFocus(); + ColorPickerDialog.this.f2458z.clearFocus(); + ((InputMethodManager) ColorPickerDialog.this.getActivity().getSystemService("input_method")).hideSoftInputFromWindow(ColorPickerDialog.this.f2458z.getWindowToken(), 0); + ColorPickerDialog.this.f2458z.clearFocus(); return true; } } @@ -187,7 +187,7 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView @Override // android.view.View.OnClickListener public void onClick(View view) { - int color = ColorPickerDialog.this.f2455x.getColor(); + int color = ColorPickerDialog.this.f2456x.getColor(); ColorPickerDialog colorPickerDialog = ColorPickerDialog.this; int i = colorPickerDialog.n; if (color == i) { @@ -204,7 +204,7 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView @Override // android.view.View.OnFocusChangeListener public void onFocusChange(View view, boolean z2) { if (z2) { - ((InputMethodManager) ColorPickerDialog.this.getActivity().getSystemService("input_method")).showSoftInput(ColorPickerDialog.this.f2457z, 1); + ((InputMethodManager) ColorPickerDialog.this.getActivity().getSystemService("input_method")).showSoftInput(ColorPickerDialog.this.f2458z, 1); } } } @@ -240,7 +240,7 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView public void onClick(View view) { if (!(view.getTag() instanceof Boolean) || !((Boolean) view.getTag()).booleanValue()) { ColorPickerDialog.this.n = this.i.getColor(); - c.k.a.a.b bVar = ColorPickerDialog.this.f2454s; + c.k.a.a.b bVar = ColorPickerDialog.this.f2455s; bVar.k = -1; bVar.notifyDataSetChanged(); for (int i = 0; i < ColorPickerDialog.this.t.getChildCount(); i++) { @@ -271,7 +271,7 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView @StringRes /* renamed from: c reason: collision with root package name */ - public int f2458c = R.e.cpv_custom; + public int f2459c = R.e.cpv_custom; @StringRes public int d = R.e.cpv_select; @StringRes @@ -297,7 +297,7 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView @ColorInt /* renamed from: s reason: collision with root package name */ - public int f2459s = 0; + public int f2460s = 0; @ColorInt public int t = 0; @DrawableRes @@ -309,15 +309,15 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView @FontRes /* renamed from: x reason: collision with root package name */ - public int f2460x = 0; + public int f2461x = 0; @FontRes /* renamed from: y reason: collision with root package name */ - public int f2461y = 0; + public int f2462y = 0; @FontRes /* renamed from: z reason: collision with root package name */ - public int f2462z = 0; + public int f2463z = 0; public ColorPickerDialog a() { ColorPickerDialog colorPickerDialog = new ColorPickerDialog(); @@ -334,21 +334,21 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView bundle.putBoolean("showColorShades", this.m); bundle.putInt("colorShape", this.n); bundle.putInt("presetsButtonText", this.b); - bundle.putInt("customButtonText", this.f2458c); + bundle.putInt("customButtonText", this.f2459c); bundle.putInt("customButtonColor", this.o); bundle.putInt("customButtonTextColor", this.v); bundle.putInt("selectedButtonText", this.d); bundle.putInt("selectedButtonColor", this.p); bundle.putInt("selectedButtonTextColor", this.w); bundle.putInt("resetButtonText", this.e); - bundle.putInt("buttonFont", this.f2461y); + bundle.putInt("buttonFont", this.f2462y); bundle.putInt("titleTextColor", this.r); - bundle.putInt("titleFont", this.f2460x); + bundle.putInt("titleFont", this.f2461x); bundle.putInt("dividerColor", this.q); - bundle.putInt("backgroundColor", this.f2459s); + bundle.putInt("backgroundColor", this.f2460s); bundle.putInt("inputTextColor", this.t); bundle.putInt("inputBackground", this.u); - bundle.putInt("inputFont", this.f2462z); + bundle.putInt("inputFont", this.f2463z); colorPickerDialog.setArguments(bundle); return colorPickerDialog; } @@ -381,7 +381,7 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView int parseInt; int parseInt2; int parseInt3; - if (this.f2457z.isFocused()) { + if (this.f2458z.isFocused()) { String obj = editable.toString(); if (obj.startsWith("#")) { obj = obj.substring(1); @@ -500,26 +500,26 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView public View i() { View inflate = View.inflate(getActivity(), R.d.cpv_dialog_color_picker, null); this.w = (ColorPickerView) inflate.findViewById(R.c.cpv_color_picker_view); - this.f2455x = (ColorPanelView) inflate.findViewById(R.c.cpv_color_panel_new); - this.f2457z = (EditText) inflate.findViewById(R.c.cpv_hex); - this.f2456y = (EditText) inflate.findViewById(R.c.cpv_hex_prefix); + this.f2456x = (ColorPanelView) inflate.findViewById(R.c.cpv_color_panel_new); + this.f2458z = (EditText) inflate.findViewById(R.c.cpv_hex); + this.f2457y = (EditText) inflate.findViewById(R.c.cpv_hex_prefix); this.A = inflate.findViewById(R.c.cpv_hex_container); this.w.setAlphaSliderVisible(this.F); this.w.b(this.n, true); - this.f2455x.setColor(this.n); + this.f2456x.setColor(this.n); l(this.n); if (!this.F) { - this.f2457z.setFilters(new InputFilter[]{new InputFilter.LengthFilter(6)}); + this.f2458z.setFilters(new InputFilter[]{new InputFilter.LengthFilter(6)}); } - this.f2455x.setOnClickListener(new f()); + this.f2456x.setOnClickListener(new f()); inflate.setOnTouchListener(this.J); this.w.setOnColorChangedListener(this); - this.f2457z.addTextChangedListener(this); - this.f2457z.setOnFocusChangeListener(new g()); + this.f2458z.addTextChangedListener(this); + this.f2458z.setOnFocusChangeListener(new g()); int i2 = getArguments().getInt("inputTextColor", 0); if (i2 != 0) { - this.f2457z.setTextColor(i2); - this.f2456y.setTextColor(i2); + this.f2458z.setTextColor(i2); + this.f2457y.setTextColor(i2); } int i3 = getArguments().getInt("inputBackground", 0); if (i3 != 0) { @@ -527,8 +527,8 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView } int i4 = getArguments().getInt("inputFont", 0); if (i4 != 0) { - this.f2457z.setTypeface(ResourcesCompat.getFont(requireContext(), i4)); - this.f2456y.setTypeface(ResourcesCompat.getFont(requireContext(), i4)); + this.f2458z.setTypeface(ResourcesCompat.getFont(requireContext(), i4)); + this.f2457y.setTypeface(ResourcesCompat.getFont(requireContext(), i4)); } return inflate; } @@ -621,7 +621,7 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView } } c.k.a.a.b bVar = new c.k.a.a.b(hVar, iArr5, i8, this.r); - this.f2454s = bVar; + this.f2455s = bVar; gridView.setAdapter((ListAdapter) bVar); if (this.F) { int alpha2 = 255 - Color.alpha(this.n); @@ -638,15 +638,15 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView public void k(int i2) { this.n = i2; - ColorPanelView colorPanelView = this.f2455x; + ColorPanelView colorPanelView = this.f2456x; if (colorPanelView != null) { colorPanelView.setColor(i2); } - if (!this.H && this.f2457z != null) { + if (!this.H && this.f2458z != null) { l(i2); - if (this.f2457z.hasFocus()) { - ((InputMethodManager) getActivity().getSystemService("input_method")).hideSoftInputFromWindow(this.f2457z.getWindowToken(), 0); - this.f2457z.clearFocus(); + if (this.f2458z.hasFocus()) { + ((InputMethodManager) getActivity().getSystemService("input_method")).hideSoftInputFromWindow(this.f2458z.getWindowToken(), 0); + this.f2458z.clearFocus(); } } this.H = false; @@ -654,9 +654,9 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView public final void l(int i2) { if (this.F) { - this.f2457z.setText(String.format("%08X", Integer.valueOf(i2))); + this.f2458z.setText(String.format("%08X", Integer.valueOf(i2))); } else { - this.f2457z.setText(String.format("%06X", Integer.valueOf(i2 & ViewCompat.MEASURED_SIZE_MASK))); + this.f2458z.setText(String.format("%06X", Integer.valueOf(i2 & ViewCompat.MEASURED_SIZE_MASK))); } } diff --git a/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPickerView.java b/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPickerView.java index 314dcbd81a..40d4be3905 100644 --- a/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPickerView.java +++ b/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPickerView.java @@ -48,27 +48,27 @@ public class ColorPickerView extends View { public Paint r; /* renamed from: s reason: collision with root package name */ - public Paint f2463s; + public Paint f2464s; public Paint t; public Shader u; public Shader v; public Shader w; /* renamed from: x reason: collision with root package name */ - public b f2464x; + public b f2465x; /* renamed from: y reason: collision with root package name */ - public b f2465y; + public b f2466y; /* renamed from: z reason: collision with root package name */ - public int f2466z = 255; + public int f2467z = 255; public class b { public Canvas a; public Bitmap b; /* renamed from: c reason: collision with root package name */ - public float f2467c; + public float f2468c; public b(ColorPickerView colorPickerView, a aVar) { } @@ -101,17 +101,17 @@ public class ColorPickerView extends View { this.m = c.i.a.f.e.o.c.z(getContext(), 2.0f); this.o = new Paint(); this.p = new Paint(); - this.f2463s = new Paint(); + this.f2464s = new Paint(); this.q = new Paint(); this.r = new Paint(); this.t = new Paint(); this.p.setStyle(Paint.Style.STROKE); this.p.setStrokeWidth((float) c.i.a.f.e.o.c.z(getContext(), 2.0f)); this.p.setAntiAlias(true); - this.f2463s.setColor(this.F); - this.f2463s.setStyle(Paint.Style.STROKE); - this.f2463s.setStrokeWidth((float) c.i.a.f.e.o.c.z(getContext(), 2.0f)); - this.f2463s.setAntiAlias(true); + this.f2464s.setColor(this.F); + this.f2464s.setStyle(Paint.Style.STROKE); + this.f2464s.setStrokeWidth((float) c.i.a.f.e.o.c.z(getContext(), 2.0f)); + this.f2464s.setAntiAlias(true); this.r.setColor(-14935012); this.r.setTextSize((float) c.i.a.f.e.o.c.z(getContext(), 14.0f)); this.r.setAntiAlias(true); @@ -182,7 +182,7 @@ public class ColorPickerView extends View { if (x3 >= i4) { i = x3 > rect4.right ? width2 : x3 - i4; } - this.f2466z = 255 - ((i * 255) / width2); + this.f2467z = 255 - ((i * 255) / width2); } return true; } @@ -192,7 +192,7 @@ public class ColorPickerView extends View { int alpha = Color.alpha(i); float[] fArr = new float[3]; Color.RGBToHSV(Color.red(i), Color.green(i), Color.blue(i), fArr); - this.f2466z = alpha; + this.f2467z = alpha; float f = fArr[0]; this.A = f; float f2 = fArr[1]; @@ -214,7 +214,7 @@ public class ColorPickerView extends View { } public int getColor() { - return Color.HSVToColor(this.f2466z, new float[]{this.A, this.B, this.C}); + return Color.HSVToColor(this.f2467z, new float[]{this.A, this.B, this.C}); } @Override // android.view.View @@ -253,28 +253,28 @@ public class ColorPickerView extends View { float f = (float) rect2.left; this.u = new LinearGradient(f, (float) rect2.top, f, (float) rect2.bottom, -1, (int) ViewCompat.MEASURED_STATE_MASK, Shader.TileMode.CLAMP); } - b bVar = this.f2464x; - if (bVar == null || bVar.f2467c != this.A) { + b bVar = this.f2465x; + if (bVar == null || bVar.f2468c != this.A) { if (bVar == null) { - this.f2464x = new b(this, null); + this.f2465x = new b(this, null); } - b bVar2 = this.f2464x; + b bVar2 = this.f2465x; if (bVar2.b == null) { bVar2.b = Bitmap.createBitmap(rect2.width(), rect2.height(), Bitmap.Config.ARGB_8888); } - b bVar3 = this.f2464x; + b bVar3 = this.f2465x; if (bVar3.a == null) { - bVar3.a = new Canvas(this.f2464x.b); + bVar3.a = new Canvas(this.f2465x.b); } int HSVToColor = Color.HSVToColor(new float[]{this.A, 1.0f, 1.0f}); float f2 = (float) rect2.top; this.v = new LinearGradient((float) rect2.left, f2, (float) rect2.right, f2, -1, HSVToColor, Shader.TileMode.CLAMP); this.o.setShader(new ComposeShader(this.u, this.v, PorterDuff.Mode.MULTIPLY)); - b bVar4 = this.f2464x; - bVar4.a.drawRect(0.0f, 0.0f, (float) bVar4.b.getWidth(), (float) this.f2464x.b.getHeight(), this.o); - this.f2464x.f2467c = this.A; + b bVar4 = this.f2465x; + bVar4.a.drawRect(0.0f, 0.0f, (float) bVar4.b.getWidth(), (float) this.f2465x.b.getHeight(), this.o); + this.f2465x.f2468c = this.A; } - canvas.drawBitmap(this.f2464x.b, (Rect) null, rect2, (Paint) null); + canvas.drawBitmap(this.f2465x.b, (Rect) null, rect2, (Paint) null); float f3 = this.B; float f4 = this.C; Rect rect4 = this.I; @@ -288,11 +288,11 @@ public class ColorPickerView extends View { Rect rect5 = this.J; this.t.setColor(this.G); canvas.drawRect((float) (rect5.left - 1), (float) (rect5.top - 1), (float) (rect5.right + 1), (float) (rect5.bottom + 1), this.t); - if (this.f2465y == null) { + if (this.f2466y == null) { b bVar5 = new b(this, null); - this.f2465y = bVar5; + this.f2466y = bVar5; bVar5.b = Bitmap.createBitmap(rect5.width(), rect5.height(), Bitmap.Config.ARGB_8888); - this.f2465y.a = new Canvas(this.f2465y.b); + this.f2466y.a = new Canvas(this.f2466y.b); int height = (int) (((float) rect5.height()) + 0.5f); int[] iArr = new int[height]; float f5 = 360.0f; @@ -304,12 +304,12 @@ public class ColorPickerView extends View { paint.setStrokeWidth(0.0f); for (int i2 = 0; i2 < height; i2++) { paint.setColor(iArr[i2]); - b bVar6 = this.f2465y; + b bVar6 = this.f2466y; float f6 = (float) i2; bVar6.a.drawLine(0.0f, f6, (float) bVar6.b.getWidth(), f6, paint); } } - canvas.drawBitmap(this.f2465y.b, (Rect) null, rect5, (Paint) null); + canvas.drawBitmap(this.f2466y.b, (Rect) null, rect5, (Paint) null); float f7 = this.A; Rect rect6 = this.J; float height2 = (float) rect6.height(); @@ -325,7 +325,7 @@ public class ColorPickerView extends View { int i6 = this.n / 2; rectF.top = (float) (i5 - i6); rectF.bottom = (float) (i6 + i5); - canvas.drawRoundRect(rectF, 2.0f, 2.0f, this.f2463s); + canvas.drawRoundRect(rectF, 2.0f, 2.0f, this.f2464s); if (!(!this.D || (rect = this.K) == null || this.M == null)) { this.t.setColor(this.G); canvas.drawRect((float) (rect.left - 1), (float) (rect.top - 1), (float) (rect.right + 1), (float) (rect.bottom + 1), this.t); @@ -342,7 +342,7 @@ public class ColorPickerView extends View { if (str != null && !str.equals("")) { canvas.drawText(this.E, (float) rect.centerX(), (float) (c.i.a.f.e.o.c.z(getContext(), 4.0f) + rect.centerY()), this.r); } - int i7 = this.f2466z; + int i7 = this.f2467z; Rect rect7 = this.K; float width = (float) rect7.width(); Point point3 = new Point(); @@ -357,7 +357,7 @@ public class ColorPickerView extends View { int i11 = this.m; rectF2.top = (float) (i10 - i11); rectF2.bottom = (float) (rect.bottom + i11); - canvas.drawRoundRect(rectF2, 2.0f, 2.0f, this.f2463s); + canvas.drawRoundRect(rectF2, 2.0f, 2.0f, this.f2464s); } } } @@ -427,7 +427,7 @@ public class ColorPickerView extends View { public void onRestoreInstanceState(Parcelable parcelable) { if (parcelable instanceof Bundle) { Bundle bundle = (Bundle) parcelable; - this.f2466z = bundle.getInt(Key.ALPHA); + this.f2467z = bundle.getInt(Key.ALPHA); this.A = bundle.getFloat("hue"); this.B = bundle.getFloat("sat"); this.C = bundle.getFloat("val"); @@ -442,7 +442,7 @@ public class ColorPickerView extends View { public Parcelable onSaveInstanceState() { Bundle bundle = new Bundle(); bundle.putParcelable("instanceState", super.onSaveInstanceState()); - bundle.putInt(Key.ALPHA, this.f2466z); + bundle.putInt(Key.ALPHA, this.f2467z); bundle.putFloat("hue", this.A); bundle.putFloat("sat", this.B); bundle.putFloat("val", this.C); @@ -463,8 +463,8 @@ public class ColorPickerView extends View { this.u = null; this.v = null; this.w = null; - this.f2464x = null; - this.f2465y = null; + this.f2465x = null; + this.f2466y = null; Rect rect2 = this.H; int i5 = rect2.left + 1; int i6 = rect2.top + 1; @@ -506,7 +506,7 @@ public class ColorPickerView extends View { } c cVar = this.N; if (cVar != null) { - ((ColorPickerDialog) cVar).k(Color.HSVToColor(this.f2466z, new float[]{this.A, this.B, this.C})); + ((ColorPickerDialog) cVar).k(Color.HSVToColor(this.f2467z, new float[]{this.A, this.B, this.C})); } invalidate(); return true; @@ -527,8 +527,8 @@ public class ColorPickerView extends View { this.u = null; this.v = null; this.w = null; - this.f2465y = null; - this.f2464x = null; + this.f2466y = null; + this.f2465x = null; requestLayout(); } } @@ -548,7 +548,7 @@ public class ColorPickerView extends View { public void setSliderTrackerColor(int i) { this.F = i; - this.f2463s.setColor(i); + this.f2464s.setColor(i); invalidate(); } } diff --git a/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPreferenceCompat.java b/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPreferenceCompat.java index 4e15805308..9632e531fa 100644 --- a/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPreferenceCompat.java +++ b/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPreferenceCompat.java @@ -27,7 +27,7 @@ public class ColorPreferenceCompat extends Preference implements f { public int[] r; /* renamed from: s reason: collision with root package name */ - public int f2468s; + public int f2469s; public ColorPreferenceCompat(Context context, AttributeSet attributeSet) { super(context, attributeSet); @@ -42,7 +42,7 @@ public class ColorPreferenceCompat extends Preference implements f { this.p = obtainStyledAttributes.getBoolean(R.f.ColorPreference_cpv_showColorShades, true); this.q = obtainStyledAttributes.getInt(R.f.ColorPreference_cpv_previewSize, 0); int resourceId = obtainStyledAttributes.getResourceId(R.f.ColorPreference_cpv_colorPresets, 0); - this.f2468s = obtainStyledAttributes.getResourceId(R.f.ColorPreference_cpv_dialogTitle, R.e.cpv_default_title); + this.f2469s = obtainStyledAttributes.getResourceId(R.f.ColorPreference_cpv_dialogTitle, R.e.cpv_default_title); if (resourceId != 0) { this.r = getContext().getResources().getIntArray(resourceId); } else { @@ -100,7 +100,7 @@ public class ColorPreferenceCompat extends Preference implements f { int[] iArr = ColorPickerDialog.i; ColorPickerDialog.k kVar = new ColorPickerDialog.k(); kVar.f = this.k; - kVar.a = this.f2468s; + kVar.a = this.f2469s; kVar.n = this.l; kVar.g = this.r; kVar.j = this.m; diff --git a/app/src/main/java/com/linecorp/apng/decoder/Apng.java b/app/src/main/java/com/linecorp/apng/decoder/Apng.java index 6675cc8e8b..f81f237982 100644 --- a/app/src/main/java/com/linecorp/apng/decoder/Apng.java +++ b/app/src/main/java/com/linecorp/apng/decoder/Apng.java @@ -19,7 +19,7 @@ public final class Apng { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2469c; + public final int f2470c; public final int d; public final int e; public final int f; @@ -150,7 +150,7 @@ public final class Apng { public Apng(int i, int i2, int i3, @IntRange(from = 1, to = 2147483647L) int i4, int[] iArr, @IntRange(from = 0, to = 2147483647L) int i5, @IntRange(from = 0, to = 2147483647L) long j) { m.checkNotNullParameter(iArr, "frameDurations"); - this.f2469c = i; + this.f2470c = i; this.d = i2; this.e = i3; this.f = i4; @@ -167,7 +167,7 @@ public final class Apng { } public static final /* synthetic */ int access$getId$p(Apng apng) { - return apng.f2469c; + return apng.f2470c; } public final Apng copy() { @@ -179,7 +179,7 @@ public final class Apng { m.checkNotNullParameter(rect2, "dst"); m.checkNotNullParameter(paint, "paint"); Trace.beginSection("Apng#draw"); - ApngDecoderJni.draw(this.f2469c, i, this.a); + ApngDecoderJni.draw(this.f2470c, i, this.a); Trace.endSection(); canvas.drawBitmap(this.a, rect, rect2, paint); } @@ -231,6 +231,6 @@ public final class Apng { } public final void recycle() { - ApngDecoderJni.recycle(this.f2469c); + ApngDecoderJni.recycle(this.f2470c); } } diff --git a/app/src/main/java/com/lytefast/flexinput/adapters/AttachmentPreviewAdapter.java b/app/src/main/java/com/lytefast/flexinput/adapters/AttachmentPreviewAdapter.java index 8d905c9632..6169908338 100644 --- a/app/src/main/java/com/lytefast/flexinput/adapters/AttachmentPreviewAdapter.java +++ b/app/src/main/java/com/lytefast/flexinput/adapters/AttachmentPreviewAdapter.java @@ -79,7 +79,7 @@ public final class AttachmentPreviewAdapter { public List> b = n.emptyList(); /* renamed from: c reason: collision with root package name */ - public final ContentResolver f2471c; + public final ContentResolver f2472c; /* compiled from: FileListAdapter.kt */ public static final class a extends AsyncTask>> { @@ -103,7 +103,7 @@ public final class FileListAdapter extends RecyclerView.Adapter { public final AnimatorSet b; /* renamed from: c reason: collision with root package name */ - public SimpleDraweeView f2472c; + public SimpleDraweeView f2473c; public ImageView d; public TextView e; public TextView f; @@ -171,7 +171,7 @@ public final class FileListAdapter extends RecyclerView.Adapter { this.h = fileListAdapter; View findViewById = view.findViewById(R.e.thumb_iv); m.checkNotNullExpressionValue(findViewById, "itemView.findViewById(R.id.thumb_iv)"); - this.f2472c = (SimpleDraweeView) findViewById; + this.f2473c = (SimpleDraweeView) findViewById; View findViewById2 = view.findViewById(R.e.type_iv); m.checkNotNullExpressionValue(findViewById2, "itemView.findViewById(R.id.type_iv)"); this.d = (ImageView) findViewById2; @@ -189,12 +189,12 @@ public final class FileListAdapter extends RecyclerView.Adapter { Objects.requireNonNull(loadAnimator, "null cannot be cast to non-null type android.animation.AnimatorSet"); AnimatorSet animatorSet = (AnimatorSet) loadAnimator; this.a = animatorSet; - animatorSet.setTarget(this.f2472c); + animatorSet.setTarget(this.f2473c); Animator loadAnimator2 = AnimatorInflater.loadAnimator(view.getContext(), R.a.selection_grow); Objects.requireNonNull(loadAnimator2, "null cannot be cast to non-null type android.animation.AnimatorSet"); AnimatorSet animatorSet2 = (AnimatorSet) loadAnimator2; this.b = animatorSet2; - animatorSet2.setTarget(this.f2472c); + animatorSet2.setTarget(this.f2473c); } /* JADX WARNING: Code restructure failed: missing block: B:25:0x009d, code lost: @@ -217,7 +217,7 @@ public final class FileListAdapter extends RecyclerView.Adapter { */ public final void a(File file) { Bitmap thumbnail; - Cursor query = this.h.f2471c.query(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, new String[]{"_id", "mini_thumb_magic"}, "_data=?", new String[]{file.getPath()}, null); + Cursor query = this.h.f2472c.query(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, new String[]{"_id", "mini_thumb_magic"}, "_data=?", new String[]{file.getPath()}, null); if (query == null) { return; } @@ -226,10 +226,10 @@ public final class FileListAdapter extends RecyclerView.Adapter { return; } long j = query.getLong(0); - if (query.getLong(1) == 0 && (thumbnail = MediaStore.Images.Thumbnails.getThumbnail(this.h.f2471c, j, 1, null)) != null) { + if (query.getLong(1) == 0 && (thumbnail = MediaStore.Images.Thumbnails.getThumbnail(this.h.f2472c, j, 1, null)) != null) { thumbnail.recycle(); } - Cursor query2 = this.h.f2471c.query(MediaStore.Images.Thumbnails.EXTERNAL_CONTENT_URI, new String[]{"_id"}, "image_id=?", new String[]{String.valueOf(j)}, null); + Cursor query2 = this.h.f2472c.query(MediaStore.Images.Thumbnails.EXTERNAL_CONTENT_URI, new String[]{"_id"}, "image_id=?", new String[]{String.valueOf(j)}, null); if (query2 != null) { if (!query2.moveToFirst()) { d0.y.b.closeFinally(query2, null); @@ -237,9 +237,9 @@ public final class FileListAdapter extends RecyclerView.Adapter { return; } String string = query2.getString(0); - SimpleDraweeView simpleDraweeView = this.f2472c; + SimpleDraweeView simpleDraweeView = this.f2473c; d a2 = c.f.g.a.a.b.a(); - a2.n = this.f2472c.getController(); + a2.n = this.f2473c.getController(); d f = a2.f(Uri.withAppendedPath(MediaStore.Images.Thumbnails.EXTERNAL_CONTENT_URI, string)); f.l = true; simpleDraweeView.setController(f.a()); @@ -254,10 +254,10 @@ public final class FileListAdapter extends RecyclerView.Adapter { view.setSelected(z2); C0191b bVar = new C0191b(z3); if (z2) { - if (this.f2472c.getScaleX() == 1.0f) { + if (this.f2473c.getScaleX() == 1.0f) { bVar.a(this.a); } - } else if (this.f2472c.getScaleX() != 1.0f) { + } else if (this.f2473c.getScaleX() != 1.0f) { bVar.a(this.b); } } @@ -266,7 +266,7 @@ public final class FileListAdapter extends RecyclerView.Adapter { public FileListAdapter(ContentResolver contentResolver, SelectionCoordinator> selectionCoordinator) { m.checkNotNullParameter(contentResolver, "contentResolver"); m.checkNotNullParameter(selectionCoordinator, "selectionCoordinator"); - this.f2471c = contentResolver; + this.f2472c = contentResolver; Objects.requireNonNull(selectionCoordinator); m.checkNotNullParameter(this, "adapter"); selectionCoordinator.a = this; @@ -314,7 +314,7 @@ public final class FileListAdapter extends RecyclerView.Adapter { bVar2.e.setText((CharSequence) null); bVar2.f.setText((CharSequence) null); } - SimpleDraweeView simpleDraweeView = bVar2.f2472c; + SimpleDraweeView simpleDraweeView = bVar2.f2473c; simpleDraweeView.setImageURI((Uri) null, simpleDraweeView.getContext()); bVar2.d.setVisibility(8); boolean z2 = true; @@ -331,7 +331,7 @@ public final class FileListAdapter extends RecyclerView.Adapter { z2 = false; } if (z2) { - bVar2.f2472c.setImageURI(Uri.fromFile(file), bVar2.f2472c.getContext()); + bVar2.f2473c.setImageURI(Uri.fromFile(file), bVar2.f2473c.getContext()); if (t.startsWith$default(str, "image", false, 2, null)) { ImageView imageView = bVar2.d; imageView.setImageResource(DrawableCompat.getThemedDrawableRes$default(imageView, R.b.ic_flex_input_image, 0, 2, (Object) null)); diff --git a/app/src/main/java/com/lytefast/flexinput/fragment/CameraFragment.java b/app/src/main/java/com/lytefast/flexinput/fragment/CameraFragment.java index 1f0689681b..c8e580efd4 100644 --- a/app/src/main/java/com/lytefast/flexinput/fragment/CameraFragment.java +++ b/app/src/main/java/com/lytefast/flexinput/fragment/CameraFragment.java @@ -194,7 +194,7 @@ public class CameraFragment extends Fragment { if (cameraView8 == null) { m.throwUninitializedPropertyAccessException("cameraView"); } - cameraView8.f2479x.O0(new l.a()); + cameraView8.f2480x.O0(new l.a()); } } } diff --git a/app/src/main/java/com/lytefast/flexinput/fragment/FilesFragment.java b/app/src/main/java/com/lytefast/flexinput/fragment/FilesFragment.java index 81a6cb3adb..987e925132 100644 --- a/app/src/main/java/com/lytefast/flexinput/fragment/FilesFragment.java +++ b/app/src/main/java/com/lytefast/flexinput/fragment/FilesFragment.java @@ -230,7 +230,7 @@ public class FilesFragment extends Fragment { public void onDestroyView() { SelectionCoordinator, Attachment> selectionCoordinator = this.selectionCoordinator; if (selectionCoordinator != null) { - selectionCoordinator.f2476c.unregister(); + selectionCoordinator.f2477c.unregister(); } super.onDestroyView(); } diff --git a/app/src/main/java/com/lytefast/flexinput/fragment/FlexInputFragment.java b/app/src/main/java/com/lytefast/flexinput/fragment/FlexInputFragment.java index 37b763ffc0..a44a25e323 100644 --- a/app/src/main/java/com/lytefast/flexinput/fragment/FlexInputFragment.java +++ b/app/src/main/java/com/lytefast/flexinput/fragment/FlexInputFragment.java @@ -75,7 +75,7 @@ public class FlexInputFragment extends Fragment implements c.b.a.b { public FlexInputViewModel r; /* renamed from: s reason: collision with root package name */ - public Subscription f2473s; + public Subscription f2474s; public Subscription t; public Subscription u; public final List> v = new ArrayList(); @@ -288,7 +288,7 @@ public class FlexInputFragment extends Fragment implements c.b.a.b { if (flexInputState2.e) { String str = flexInputState2.a; Objects.requireNonNull(str, "null cannot be cast to non-null type kotlin.CharSequence"); - if ((w.trim(str).toString().length() > 0) || flexInputState2.f2477c.size() > 0) { + if ((w.trim(str).toString().length() > 0) || flexInputState2.f2478c.size() > 0) { z2 = true; ImageView imageView = flexInputFragment.j().p; m.checkNotNullExpressionValue(imageView, "binding.sendBtnImage"); @@ -296,7 +296,7 @@ public class FlexInputFragment extends Fragment implements c.b.a.b { FrameLayout frameLayout = flexInputFragment.j().o; m.checkNotNullExpressionValue(frameLayout, "binding.sendBtnContainer"); frameLayout.setEnabled(z2); - boolean z4 = !(flexInputState2.a.length() <= 0) || flexInputState2.f2477c.size() > 0; + boolean z4 = !(flexInputState2.a.length() <= 0) || flexInputState2.f2478c.size() > 0; FrameLayout frameLayout2 = flexInputFragment.j().o; m.checkNotNullExpressionValue(frameLayout2, "binding.sendBtnContainer"); frameLayout2.setVisibility(!z4 ? 0 : 8); @@ -309,7 +309,7 @@ public class FlexInputFragment extends Fragment implements c.b.a.b { LinearLayout linearLayout2 = flexInputFragment.j().n; m.checkNotNullExpressionValue(linearLayout2, "binding.mainInputContainer"); linearLayout2.setLayoutParams(layoutParams2); - if (flexInputState2.f2477c.isEmpty()) { + if (flexInputState2.f2478c.isEmpty()) { AttachmentPreviewAdapter> attachmentPreviewAdapter = flexInputFragment.p; if (attachmentPreviewAdapter == null) { m.throwUninitializedPropertyAccessException("attachmentPreviewAdapter"); @@ -319,7 +319,7 @@ public class FlexInputFragment extends Fragment implements c.b.a.b { } LinearLayout linearLayout3 = flexInputFragment.j().f255c; m.checkNotNullExpressionValue(linearLayout3, "binding.attachmentPreviewContainer"); - linearLayout3.setVisibility((flexInputState2.f2477c.size() > 0 || !flexInputState2.e) ? 8 : 0); + linearLayout3.setVisibility((flexInputState2.f2478c.size() > 0 || !flexInputState2.e) ? 8 : 0); AppCompatImageButton appCompatImageButton4 = flexInputFragment.j().l; m.checkNotNullExpressionValue(appCompatImageButton4, "binding.galleryBtn"); ViewExtensions.setEnabledAlpha$default(appCompatImageButton4, !flexInputState2.e && flexInputState2.f, 0.0f, 2, null); @@ -376,11 +376,11 @@ public class FlexInputFragment extends Fragment implements c.b.a.b { LinearLayout linearLayout2 = flexInputFragment.j().n; m.checkNotNullExpressionValue(linearLayout2, "binding.mainInputContainer"); linearLayout2.setLayoutParams(layoutParams2); - if (flexInputState2.f2477c.isEmpty()) { + if (flexInputState2.f2478c.isEmpty()) { } LinearLayout linearLayout3 = flexInputFragment.j().f255c; m.checkNotNullExpressionValue(linearLayout3, "binding.attachmentPreviewContainer"); - linearLayout3.setVisibility((flexInputState2.f2477c.size() > 0 || !flexInputState2.e) ? 8 : 0); + linearLayout3.setVisibility((flexInputState2.f2478c.size() > 0 || !flexInputState2.e) ? 8 : 0); AppCompatImageButton appCompatImageButton4 = flexInputFragment.j().l; m.checkNotNullExpressionValue(appCompatImageButton4, "binding.galleryBtn"); ViewExtensions.setEnabledAlpha$default(appCompatImageButton4, !flexInputState2.e && flexInputState2.f, 0.0f, 2, null); @@ -530,7 +530,7 @@ public class FlexInputFragment extends Fragment implements c.b.a.b { SelectionCoordinator, ?> selectionCoordinator = new SelectionCoordinator<>(null, null, 3); b().registerSelectionCoordinator(selectionCoordinator); selectionCoordinator.c(attachment, 0); - selectionCoordinator.f2476c.unregister(); + selectionCoordinator.f2477c.unregister(); FlexInputViewModel flexInputViewModel = this.r; if (flexInputViewModel != null) { flexInputViewModel.onAttachmentsUpdated(b().getAttachments()); @@ -626,7 +626,7 @@ public class FlexInputFragment extends Fragment implements c.b.a.b { if (flexInputViewModel != null) { flexInputViewModel.onFlexInputFragmentPause(); } - Subscription subscription = this.f2473s; + Subscription subscription = this.f2474s; if (subscription != null) { subscription.unsubscribe(); } @@ -646,7 +646,7 @@ public class FlexInputFragment extends Fragment implements c.b.a.b { super.onResume(); FlexInputViewModel flexInputViewModel = this.r; if (flexInputViewModel != null) { - this.f2473s = flexInputViewModel.observeState().r().U(new c.b.a.a.n(new d(this))); + this.f2474s = flexInputViewModel.observeState().r().U(new c.b.a.a.n(new d(this))); FlexInputViewModel flexInputViewModel2 = this.r; if (flexInputViewModel2 != null) { this.t = flexInputViewModel2.observeEvents().U(new c.b.a.a.n(new e(this))); diff --git a/app/src/main/java/com/lytefast/flexinput/fragment/MediaFragment.java b/app/src/main/java/com/lytefast/flexinput/fragment/MediaFragment.java index 89c0080865..7679a28d6a 100644 --- a/app/src/main/java/com/lytefast/flexinput/fragment/MediaFragment.java +++ b/app/src/main/java/com/lytefast/flexinput/fragment/MediaFragment.java @@ -99,19 +99,19 @@ public class MediaFragment extends Fragment { public final /* synthetic */ i b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ MediaFragment f2474c; + public final /* synthetic */ MediaFragment f2475c; public final /* synthetic */ c.b.a.b d; public b(View view, i iVar, MediaFragment mediaFragment, c.b.a.b bVar) { this.a = view; this.b = iVar; - this.f2474c = mediaFragment; + this.f2475c = mediaFragment; this.d = bVar; } @Override // androidx.swiperefreshlayout.widget.SwipeRefreshLayout.OnRefreshListener public final void onRefresh() { - if (MediaFragment.access$hasPermissions(this.f2474c, MediaFragment.REQUIRED_PERMISSION)) { + if (MediaFragment.access$hasPermissions(this.f2475c, MediaFragment.REQUIRED_PERMISSION)) { i iVar = this.b; Context context = this.a.getContext(); m.checkNotNullExpressionValue(context, "context"); @@ -119,7 +119,7 @@ public class MediaFragment extends Fragment { m.checkNotNullExpressionValue(contentResolver, "context.contentResolver"); iVar.b(contentResolver); } - SwipeRefreshLayout access$getSwipeRefreshLayout$p = MediaFragment.access$getSwipeRefreshLayout$p(this.f2474c); + SwipeRefreshLayout access$getSwipeRefreshLayout$p = MediaFragment.access$getSwipeRefreshLayout$p(this.f2475c); if (access$getSwipeRefreshLayout$p != null) { access$getSwipeRefreshLayout$p.setRefreshing(false); } @@ -219,7 +219,7 @@ public class MediaFragment extends Fragment { public void onDestroyView() { SelectionCoordinator, Media> selectionCoordinator = this.selectionCoordinator; m.checkNotNull(selectionCoordinator); - selectionCoordinator.f2476c.unregister(); + selectionCoordinator.f2477c.unregister(); super.onDestroyView(); } diff --git a/app/src/main/java/com/lytefast/flexinput/model/Attachment.java b/app/src/main/java/com/lytefast/flexinput/model/Attachment.java index 3db6316835..cf3bbe8aab 100644 --- a/app/src/main/java/com/lytefast/flexinput/model/Attachment.java +++ b/app/src/main/java/com/lytefast/flexinput/model/Attachment.java @@ -24,7 +24,7 @@ public class Attachment implements Parcelable { private final String displayName; /* renamed from: id reason: collision with root package name */ - private final long f2475id; + private final long f2476id; private final Uri uri; /* compiled from: Attachment.kt */ @@ -158,7 +158,7 @@ public class Attachment implements Parcelable { public Attachment(long j, Uri uri, String str, T t) { m.checkNotNullParameter(uri, NotificationCompat.MessagingStyle.Message.KEY_DATA_URI); m.checkNotNullParameter(str, "displayName"); - this.f2475id = j; + this.f2476id = j; this.uri = uri; this.displayName = str; this.data = t; @@ -203,7 +203,7 @@ public class Attachment implements Parcelable { return false; } Attachment attachment = (Attachment) obj; - return this.f2475id == attachment.f2475id && m.areEqual(this.uri, attachment.uri); + return this.f2476id == attachment.f2476id && m.areEqual(this.uri, attachment.uri); } public final T getData() { @@ -215,7 +215,7 @@ public class Attachment implements Parcelable { } public final long getId() { - return this.f2475id; + return this.f2476id; } public final Uri getUri() { @@ -224,14 +224,14 @@ public class Attachment implements Parcelable { @Override // java.lang.Object public int hashCode() { - return AnimatableValueParser.W0(Long.valueOf(this.f2475id), this.uri); + return AnimatableValueParser.W0(Long.valueOf(this.f2476id), this.uri); } @Override // android.os.Parcelable @CallSuper public void writeToParcel(Parcel parcel, int i) { m.checkNotNullParameter(parcel, "dest"); - parcel.writeLong(this.f2475id); + parcel.writeLong(this.f2476id); parcel.writeParcelable(this.uri, i); parcel.writeString(this.displayName); } diff --git a/app/src/main/java/com/lytefast/flexinput/utils/SelectionAggregator.java b/app/src/main/java/com/lytefast/flexinput/utils/SelectionAggregator.java index b388e4c81a..cd725303e8 100644 --- a/app/src/main/java/com/lytefast/flexinput/utils/SelectionAggregator.java +++ b/app/src/main/java/com/lytefast/flexinput/utils/SelectionAggregator.java @@ -234,7 +234,7 @@ public class SelectionAggregator> { a aVar = new a(this, selectionCoordinator); Objects.requireNonNull(selectionCoordinator); m.checkNotNullParameter(aVar, ""); - selectionCoordinator.f2476c = aVar; + selectionCoordinator.f2477c = aVar; this.childSelectionCoordinators.add(selectionCoordinator); } diff --git a/app/src/main/java/com/lytefast/flexinput/utils/SelectionCoordinator.java b/app/src/main/java/com/lytefast/flexinput/utils/SelectionCoordinator.java index a831bba335..b4ec2138ce 100644 --- a/app/src/main/java/com/lytefast/flexinput/utils/SelectionCoordinator.java +++ b/app/src/main/java/com/lytefast/flexinput/utils/SelectionCoordinator.java @@ -15,7 +15,7 @@ public class SelectionCoordinator { public final ArrayMap b; /* renamed from: c reason: collision with root package name */ - public ItemSelectionListener f2476c; + public ItemSelectionListener f2477c; /* compiled from: SelectionCoordinator.kt */ public interface ItemSelectionListener { @@ -88,7 +88,7 @@ public class SelectionCoordinator { m.checkNotNullParameter(arrayMap2, "selectedItemPositionMap"); m.checkNotNullParameter(bVar, "itemSelectionListener"); this.b = arrayMap2; - this.f2476c = bVar; + this.f2477c = bVar; } public final boolean a(T t, int i) { @@ -127,7 +127,7 @@ public class SelectionCoordinator { if (adapter != null) { adapter.notifyItemChanged(i, new a(t, true)); } - this.f2476c.onItemSelected(t); + this.f2477c.onItemSelected(t); } public final boolean d(I i) { @@ -142,7 +142,7 @@ public class SelectionCoordinator { if (adapter != null) { adapter.notifyItemChanged(intValue, new a(i, false)); } - this.f2476c.onItemUnselected(i); + this.f2477c.onItemUnselected(i); return true; } } diff --git a/app/src/main/java/com/lytefast/flexinput/viewmodel/FlexInputState.java b/app/src/main/java/com/lytefast/flexinput/viewmodel/FlexInputState.java index 57d700300f..7d43a68035 100644 --- a/app/src/main/java/com/lytefast/flexinput/viewmodel/FlexInputState.java +++ b/app/src/main/java/com/lytefast/flexinput/viewmodel/FlexInputState.java @@ -12,7 +12,7 @@ public final class FlexInputState { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final List> f2477c; + public final List> f2478c; public final Integer d; public final boolean e; public final boolean f; @@ -33,7 +33,7 @@ public final class FlexInputState { m.checkNotNullParameter(list, "attachments"); this.a = str; this.b = z2; - this.f2477c = list; + this.f2478c = list; this.d = num; this.e = z3; this.f = z4; @@ -55,7 +55,7 @@ public final class FlexInputState { public static FlexInputState a(FlexInputState flexInputState, String str, boolean z2, List list, Integer num, boolean z3, boolean z4, boolean z5, boolean z6, boolean z7, Long l, Long l2, int i) { String str2 = (i & 1) != 0 ? flexInputState.a : str; boolean z8 = (i & 2) != 0 ? flexInputState.b : z2; - List list2 = (i & 4) != 0 ? flexInputState.f2477c : list; + List list2 = (i & 4) != 0 ? flexInputState.f2478c : list; Integer num2 = (i & 8) != 0 ? flexInputState.d : num; boolean z9 = (i & 16) != 0 ? flexInputState.e : z3; boolean z10 = (i & 32) != 0 ? flexInputState.f : z4; @@ -78,7 +78,7 @@ public final class FlexInputState { return false; } FlexInputState flexInputState = (FlexInputState) obj; - return m.areEqual(this.a, flexInputState.a) && this.b == flexInputState.b && m.areEqual(this.f2477c, flexInputState.f2477c) && m.areEqual(this.d, flexInputState.d) && this.e == flexInputState.e && this.f == flexInputState.f && this.g == flexInputState.g && this.h == flexInputState.h && this.i == flexInputState.i && m.areEqual(this.j, flexInputState.j) && m.areEqual(this.k, flexInputState.k); + return m.areEqual(this.a, flexInputState.a) && this.b == flexInputState.b && m.areEqual(this.f2478c, flexInputState.f2478c) && m.areEqual(this.d, flexInputState.d) && this.e == flexInputState.e && this.f == flexInputState.f && this.g == flexInputState.g && this.h == flexInputState.h && this.i == flexInputState.i && m.areEqual(this.j, flexInputState.j) && m.areEqual(this.k, flexInputState.k); } public int hashCode() { @@ -94,7 +94,7 @@ public final class FlexInputState { int i4 = z2 ? 1 : 0; int i5 = z2 ? 1 : 0; int i6 = (hashCode + i3) * 31; - List> list = this.f2477c; + List> list = this.f2478c; int hashCode2 = (i6 + (list != null ? list.hashCode() : 0)) * 31; Integer num = this.d; int hashCode3 = (hashCode2 + (num != null ? num.hashCode() : 0)) * 31; @@ -150,7 +150,7 @@ public final class FlexInputState { P.append(", showExpandedButtons="); P.append(this.b); P.append(", attachments="); - P.append(this.f2477c); + P.append(this.f2478c); P.append(", showContentDialogIndex="); P.append(this.d); P.append(", ableToSendMessages="); diff --git a/app/src/main/java/com/otaliastudios/cameraview/CameraView.java b/app/src/main/java/com/otaliastudios/cameraview/CameraView.java index 12745f3992..e4931afa9f 100644 --- a/app/src/main/java/com/otaliastudios/cameraview/CameraView.java +++ b/app/src/main/java/com/otaliastudios/cameraview/CameraView.java @@ -90,7 +90,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { public int r; /* renamed from: s reason: collision with root package name */ - public Handler f2478s; + public Handler f2479s; public Executor t; @VisibleForTesting public b u; @@ -98,13 +98,13 @@ public class CameraView extends FrameLayout implements LifecycleObserver { public c.o.a.r.f w; /* renamed from: x reason: collision with root package name */ - public i f2479x; + public i f2480x; /* renamed from: y reason: collision with root package name */ - public c.o.a.x.b f2480y; + public c.o.a.x.b f2481y; /* renamed from: z reason: collision with root package name */ - public MediaActionSound f2481z; + public MediaActionSound f2482z; public class a implements ThreadFactory { public final AtomicInteger i = new AtomicInteger(1); @@ -254,10 +254,10 @@ public class CameraView extends FrameLayout implements LifecycleObserver { CameraView cameraView; boolean z2; if (this.i && (z2 = (cameraView = CameraView.this).k) && z2) { - if (cameraView.f2481z == null) { - cameraView.f2481z = new MediaActionSound(); + if (cameraView.f2482z == null) { + cameraView.f2482z = new MediaActionSound(); } - cameraView.f2481z.play(1); + cameraView.f2482z.play(1); } c.o.a.s.a aVar = CameraView.this.A; if (aVar != null) { @@ -277,7 +277,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { public void a(CameraException cameraException) { this.b.a(1, "dispatchError", cameraException); - CameraView.this.f2478s.post(new d(cameraException)); + CameraView.this.f2479s.post(new d(cameraException)); } public void b(@NonNull c.o.a.p.b bVar) { @@ -291,22 +291,22 @@ public class CameraView extends FrameLayout implements LifecycleObserver { public void c(float f2, @NonNull float[] fArr, @Nullable PointF[] pointFArr) { this.b.a(1, "dispatchOnExposureCorrectionChanged", Float.valueOf(f2)); - CameraView.this.f2478s.post(new RunnableC0194b(f2, fArr, pointFArr)); + CameraView.this.f2479s.post(new RunnableC0194b(f2, fArr, pointFArr)); } public void d(@Nullable c.o.a.q.a aVar, boolean z2, @NonNull PointF pointF) { this.b.a(1, "dispatchOnFocusEnd", aVar, Boolean.valueOf(z2), pointF); - CameraView.this.f2478s.post(new g(z2, aVar, pointF)); + CameraView.this.f2479s.post(new g(z2, aVar, pointF)); } public void e(@Nullable c.o.a.q.a aVar, @NonNull PointF pointF) { this.b.a(1, "dispatchOnFocusStart", aVar, pointF); - CameraView.this.f2478s.post(new f(pointF, aVar)); + CameraView.this.f2479s.post(new f(pointF, aVar)); } public void f(float f2, @Nullable PointF[] pointFArr) { this.b.a(1, "dispatchOnZoomChanged", Float.valueOf(f2)); - CameraView.this.f2478s.post(new a(f2, pointFArr)); + CameraView.this.f2479s.post(new a(f2, pointFArr)); } @NonNull @@ -315,14 +315,14 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public void h() { - c.o.a.x.b C = CameraView.this.f2479x.C(c.o.a.n.t.b.VIEW); + c.o.a.x.b C = CameraView.this.f2480x.C(c.o.a.n.t.b.VIEW); if (C == null) { throw new RuntimeException("Preview stream size should not be null here."); - } else if (C.equals(CameraView.this.f2480y)) { + } else if (C.equals(CameraView.this.f2481y)) { this.b.a(1, "onCameraPreviewStreamSizeChanged:", "swallowing because the preview size has not changed.", C); } else { this.b.a(1, "onCameraPreviewStreamSizeChanged: posting a requestLayout call.", "Preview stream size:", C); - CameraView.this.f2478s.post(new e()); + CameraView.this.f2479s.post(new e()); } } } @@ -497,7 +497,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } obtainStyledAttributes.recycle(); this.u = new b(); - this.f2478s = new Handler(Looper.getMainLooper()); + this.f2479s = new Handler(Looper.getMainLooper()); this.E = new e(this.u); this.F = new g(this.u); this.G = new c.o.a.q.f(this.u); @@ -620,13 +620,13 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } else { iVar = new c.o.a.n.d(bVar2); } - this.f2479x = iVar; + this.f2480x = iVar; bVar.a(2, "doInstantiateEngine:", "instantiated. engine:", iVar.getClass().getSimpleName()); - this.f2479x.o0(this.L); + this.f2480x.o0(this.L); } public final boolean c() { - i iVar = this.f2479x; + i iVar = this.f2480x; return iVar.m.f == c.o.a.n.v.e.OFF && !iVar.O(); } @@ -641,7 +641,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { fVar.g = -1; fVar.e = -1; } - this.f2479x.L0(false); + this.f2480x.L0(false); c.o.a.w.a aVar = this.v; if (aVar != null) { aVar.p(); @@ -650,9 +650,9 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public boolean d() { - c.o.a.n.v.e eVar = this.f2479x.m.f; + c.o.a.n.v.e eVar = this.f2480x.m.f; c.o.a.n.v.e eVar2 = c.o.a.n.v.e.ENGINE; - return eVar.f(eVar2) && this.f2479x.m.g.f(eVar2); + return eVar.f(eVar2) && this.f2480x.m.g.f(eVar2); } @OnLifecycleEvent(Lifecycle.Event.ON_DESTROY) @@ -662,9 +662,9 @@ public class CameraView extends FrameLayout implements LifecycleObserver { boolean z2 = this.C.size() > 0; this.C.clear(); if (z2) { - this.f2479x.k0(false); + this.f2480x.k0(false); } - this.f2479x.d(true, 0); + this.f2480x.d(true, 0); c.o.a.w.a aVar = this.v; if (aVar != null) { aVar.o(); @@ -740,29 +740,29 @@ public class CameraView extends FrameLayout implements LifecycleObserver { rectF2.set(Math.max(rectF.left, aVar2.i.left), Math.max(rectF.top, aVar2.i.top), Math.min(rectF.right, aVar2.i.right), Math.min(rectF.bottom, aVar2.i.bottom)); arrayList2.add(new c.o.a.t.a(rectF2, aVar2.j)); } - this.f2479x.I0(aVar, new c.o.a.t.b(arrayList2), pointFArr[0]); + this.f2480x.I0(aVar, new c.o.a.t.b(arrayList2), pointFArr[0]); return; case 2: - this.f2479x.O0(new l.a()); + this.f2480x.O0(new l.a()); return; case 3: - this.f2479x.P0(new l.a()); + this.f2480x.P0(new l.a()); return; case 4: - float N = this.f2479x.N(); + float N = this.f2480x.N(); float a3 = cVar.a(N, 0.0f, 1.0f); if (a3 != N) { - this.f2479x.G0(a3, pointFArr, true); + this.f2480x.G0(a3, pointFArr, true); return; } return; case 5: - float k = this.f2479x.k(); + float k = this.f2480x.k(); float f = cVar2.m; float f2 = cVar2.n; float a4 = cVar.a(k, f, f2); if (a4 != k) { - this.f2479x.d0(a4, new float[]{f, f2}, pointFArr, true); + this.f2480x.d0(a4, new float[]{f, f2}, pointFArr, true); return; } return; @@ -817,25 +817,25 @@ public class CameraView extends FrameLayout implements LifecycleObserver { @NonNull public c.o.a.m.a getAudio() { - return this.f2479x.f(); + return this.f2480x.f(); } public int getAudioBitRate() { - return this.f2479x.g(); + return this.f2480x.g(); } @NonNull public c.o.a.m.b getAudioCodec() { - return this.f2479x.h(); + return this.f2480x.h(); } public long getAutoFocusResetDelay() { - return this.f2479x.i(); + return this.f2480x.i(); } @Nullable public c.o.a.c getCameraOptions() { - return this.f2479x.j(); + return this.f2480x.j(); } @NonNull @@ -844,12 +844,12 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public float getExposureCorrection() { - return this.f2479x.k(); + return this.f2480x.k(); } @NonNull public c.o.a.m.e getFacing() { - return this.f2479x.l(); + return this.f2480x.l(); } @NonNull @@ -868,7 +868,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { @NonNull public c.o.a.m.f getFlash() { - return this.f2479x.m(); + return this.f2480x.m(); } public int getFrameProcessingExecutors() { @@ -876,19 +876,19 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public int getFrameProcessingFormat() { - return this.f2479x.n(); + return this.f2480x.n(); } public int getFrameProcessingMaxHeight() { - return this.f2479x.o(); + return this.f2480x.o(); } public int getFrameProcessingMaxWidth() { - return this.f2479x.p(); + return this.f2480x.p(); } public int getFrameProcessingPoolSize() { - return this.f2479x.q(); + return this.f2480x.q(); } @NonNull @@ -902,35 +902,35 @@ public class CameraView extends FrameLayout implements LifecycleObserver { @NonNull public h getHdr() { - return this.f2479x.r(); + return this.f2480x.r(); } @Nullable public Location getLocation() { - return this.f2479x.s(); + return this.f2480x.s(); } @NonNull public c.o.a.m.i getMode() { - return this.f2479x.t(); + return this.f2480x.t(); } @NonNull public j getPictureFormat() { - return this.f2479x.u(); + return this.f2480x.u(); } public boolean getPictureMetering() { - return this.f2479x.v(); + return this.f2480x.v(); } @Nullable public c.o.a.x.b getPictureSize() { - return this.f2479x.w(c.o.a.n.t.b.OUTPUT); + return this.f2480x.w(c.o.a.n.t.b.OUTPUT); } public boolean getPictureSnapshotMetering() { - return this.f2479x.y(); + return this.f2480x.y(); } public boolean getPlaySounds() { @@ -943,26 +943,26 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public float getPreviewFrameRate() { - return this.f2479x.A(); + return this.f2480x.A(); } public boolean getPreviewFrameRateExact() { - return this.f2479x.B(); + return this.f2480x.B(); } public int getSnapshotMaxHeight() { - return this.f2479x.D(); + return this.f2480x.D(); } public int getSnapshotMaxWidth() { - return this.f2479x.E(); + return this.f2480x.E(); } @Nullable public c.o.a.x.b getSnapshotSize() { c.o.a.x.b bVar = null; if (!(getWidth() == 0 || getHeight() == 0)) { - i iVar = this.f2479x; + i iVar = this.f2480x; c.o.a.n.t.b bVar2 = c.o.a.n.t.b.VIEW; c.o.a.x.b F = iVar.F(bVar2); if (F == null) { @@ -970,7 +970,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } Rect v = c.i.a.f.e.o.c.v(F, c.o.a.x.a.f(getWidth(), getHeight())); bVar = new c.o.a.x.b(v.width(), v.height()); - if (this.f2479x.e().b(bVar2, c.o.a.n.t.b.OUTPUT)) { + if (this.f2480x.e().b(bVar2, c.o.a.n.t.b.OUTPUT)) { return bVar.f(); } } @@ -982,34 +982,34 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public int getVideoBitRate() { - return this.f2479x.G(); + return this.f2480x.G(); } @NonNull public c.o.a.m.l getVideoCodec() { - return this.f2479x.H(); + return this.f2480x.H(); } public int getVideoMaxDuration() { - return this.f2479x.I(); + return this.f2480x.I(); } public long getVideoMaxSize() { - return this.f2479x.J(); + return this.f2480x.J(); } @Nullable public c.o.a.x.b getVideoSize() { - return this.f2479x.K(c.o.a.n.t.b.OUTPUT); + return this.f2480x.K(c.o.a.n.t.b.OUTPUT); } @NonNull public m getWhiteBalance() { - return this.f2479x.M(); + return this.f2480x.M(); } public float getZoom() { - return this.f2479x.N(); + return this.f2480x.N(); } @Override // android.view.View, android.view.ViewGroup @@ -1032,7 +1032,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } this.v = aVar; bVar.a(2, "doInstantiateEngine:", "instantiated. preview:", aVar.getClass().getSimpleName()); - this.f2479x.u0(this.v); + this.f2480x.u0(this.v); c.o.a.o.b bVar2 = this.q; if (bVar2 != null) { setFilter(bVar2); @@ -1043,7 +1043,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { @Override // android.view.View, android.view.ViewGroup public void onDetachedFromWindow() { - this.f2480y = null; + this.f2481y = null; super.onDetachedFromWindow(); } @@ -1058,8 +1058,8 @@ public class CameraView extends FrameLayout implements LifecycleObserver { super.onMeasure(View.MeasureSpec.makeMeasureSpec(View.MeasureSpec.getSize(i2), BasicMeasure.EXACTLY), View.MeasureSpec.makeMeasureSpec(View.MeasureSpec.getSize(i3), BasicMeasure.EXACTLY)); return; } - c.o.a.x.b C = this.f2479x.C(c.o.a.n.t.b.VIEW); - this.f2480y = C; + c.o.a.x.b C = this.f2480x.C(c.o.a.n.t.b.VIEW); + this.f2481y = C; if (C == null) { j.a(2, "onMeasure:", "surface is not ready. Calling default behavior."); super.onMeasure(i2, i3); @@ -1069,7 +1069,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { int mode2 = View.MeasureSpec.getMode(i3); int size = View.MeasureSpec.getSize(i2); int size2 = View.MeasureSpec.getSize(i3); - c.o.a.x.b bVar = this.f2480y; + c.o.a.x.b bVar = this.f2481y; float f = (float) bVar.i; float f2 = (float) bVar.j; ViewGroup.LayoutParams layoutParams = getLayoutParams(); @@ -1142,7 +1142,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { if (!d()) { return true; } - c.o.a.c j2 = this.f2479x.j(); + c.o.a.c j2 = this.f2480x.j(); if (j2 != null) { e eVar = this.E; if (!eVar.a ? false : eVar.c(motionEvent)) { @@ -1181,12 +1181,12 @@ public class CameraView extends FrameLayout implements LifecycleObserver { ((DisplayManager) fVar.b.getSystemService("display")).registerDisplayListener(fVar.f, fVar.a); fVar.d.enable(); } - c.o.a.n.t.a e = this.f2479x.e(); + c.o.a.n.t.a e = this.f2480x.e(); int i2 = this.w.g; e.e(i2); e.d = i2; e.d(); - this.f2479x.H0(); + this.f2480x.H0(); } } } @@ -1234,20 +1234,20 @@ public class CameraView extends FrameLayout implements LifecycleObserver { public void setAudio(@NonNull c.o.a.m.a aVar) { if (aVar == getAudio() || c()) { - this.f2479x.Z(aVar); + this.f2480x.Z(aVar); } else if (a(aVar)) { - this.f2479x.Z(aVar); + this.f2480x.Z(aVar); } else { close(); } } public void setAudioBitRate(int i2) { - this.f2479x.a0(i2); + this.f2480x.a0(i2); } public void setAudioCodec(@NonNull c.o.a.m.b bVar) { - this.f2479x.b0(bVar); + this.f2480x.b0(bVar); } public void setAutoFocusMarker(@Nullable c.o.a.s.a aVar) { @@ -1265,17 +1265,17 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public void setAutoFocusResetDelay(long j2) { - this.f2479x.c0(j2); + this.f2480x.c0(j2); } public void setEngine(@NonNull c.o.a.m.d dVar) { if (c()) { this.p = dVar; - i iVar = this.f2479x; + i iVar = this.f2480x; b(); c.o.a.w.a aVar = this.v; if (aVar != null) { - this.f2479x.u0(aVar); + this.f2480x.u0(aVar); } setFacing(iVar.l()); setFlash(iVar.m()); @@ -1301,7 +1301,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { setFrameProcessingMaxHeight(iVar.o()); setFrameProcessingFormat(0); setFrameProcessingPoolSize(iVar.q()); - this.f2479x.k0(!this.C.isEmpty()); + this.f2480x.k0(!this.C.isEmpty()); } } @@ -1320,12 +1320,12 @@ public class CameraView extends FrameLayout implements LifecycleObserver { if (f > f3) { f = f3; } - this.f2479x.d0(f, new float[]{f2, f3}, null, false); + this.f2480x.d0(f, new float[]{f2, f3}, null, false); } } public void setFacing(@NonNull c.o.a.m.e eVar) { - this.f2479x.e0(eVar); + this.f2480x.e0(eVar); } public void setFilter(@NonNull c.o.a.o.b bVar) { @@ -1345,7 +1345,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public void setFlash(@NonNull c.o.a.m.f fVar) { - this.f2479x.f0(fVar); + this.f2480x.f0(fVar); } public void setFrameProcessingExecutors(int i2) { @@ -1360,19 +1360,19 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public void setFrameProcessingFormat(int i2) { - this.f2479x.g0(i2); + this.f2480x.g0(i2); } public void setFrameProcessingMaxHeight(int i2) { - this.f2479x.h0(i2); + this.f2480x.h0(i2); } public void setFrameProcessingMaxWidth(int i2) { - this.f2479x.i0(i2); + this.f2480x.i0(i2); } public void setFrameProcessingPoolSize(int i2) { - this.f2479x.j0(i2); + this.f2480x.j0(i2); } public void setGrid(@NonNull c.o.a.m.g gVar) { @@ -1384,7 +1384,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public void setHdr(@NonNull h hVar) { - this.f2479x.l0(hVar); + this.f2480x.l0(hVar); } public void setLifecycleOwner(@Nullable LifecycleOwner lifecycleOwner) { @@ -1408,32 +1408,32 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public void setLocation(@Nullable Location location) { - this.f2479x.m0(location); + this.f2480x.m0(location); } public void setMode(@NonNull c.o.a.m.i iVar) { - this.f2479x.n0(iVar); + this.f2480x.n0(iVar); } public void setPictureFormat(@NonNull j jVar) { - this.f2479x.p0(jVar); + this.f2480x.p0(jVar); } public void setPictureMetering(boolean z2) { - this.f2479x.q0(z2); + this.f2480x.q0(z2); } public void setPictureSize(@NonNull c.o.a.x.c cVar) { - this.f2479x.r0(cVar); + this.f2480x.r0(cVar); } public void setPictureSnapshotMetering(boolean z2) { - this.f2479x.s0(z2); + this.f2480x.s0(z2); } public void setPlaySounds(boolean z2) { this.k = z2; - this.f2479x.t0(z2); + this.f2480x.t0(z2); } public void setPreview(@NonNull k kVar) { @@ -1452,15 +1452,15 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public void setPreviewFrameRate(float f) { - this.f2479x.v0(f); + this.f2480x.v0(f); } public void setPreviewFrameRateExact(boolean z2) { - this.f2479x.w0(z2); + this.f2480x.w0(z2); } public void setPreviewStreamSize(@NonNull c.o.a.x.c cVar) { - this.f2479x.x0(cVar); + this.f2480x.x0(cVar); } public void setRequestPermissions(boolean z2) { @@ -1468,11 +1468,11 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public void setSnapshotMaxHeight(int i2) { - this.f2479x.y0(i2); + this.f2480x.y0(i2); } public void setSnapshotMaxWidth(int i2) { - this.f2479x.z0(i2); + this.f2480x.z0(i2); } public void setUseDeviceOrientation(boolean z2) { @@ -1480,27 +1480,27 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public void setVideoBitRate(int i2) { - this.f2479x.A0(i2); + this.f2480x.A0(i2); } public void setVideoCodec(@NonNull c.o.a.m.l lVar) { - this.f2479x.B0(lVar); + this.f2480x.B0(lVar); } public void setVideoMaxDuration(int i2) { - this.f2479x.C0(i2); + this.f2480x.C0(i2); } public void setVideoMaxSize(long j2) { - this.f2479x.D0(j2); + this.f2480x.D0(j2); } public void setVideoSize(@NonNull c.o.a.x.c cVar) { - this.f2479x.E0(cVar); + this.f2480x.E0(cVar); } public void setWhiteBalance(@NonNull m mVar) { - this.f2479x.F0(mVar); + this.f2480x.F0(mVar); } public void setZoom(float f) { @@ -1510,6 +1510,6 @@ public class CameraView extends FrameLayout implements LifecycleObserver { if (f > 1.0f) { f = 1.0f; } - this.f2479x.G0(f, null, false); + this.f2480x.G0(f, null, false); } } diff --git a/app/src/main/java/com/yalantis/ucrop/UCropActivity.java b/app/src/main/java/com/yalantis/ucrop/UCropActivity.java index 991f09f90e..43579b4cdd 100644 --- a/app/src/main/java/com/yalantis/ucrop/UCropActivity.java +++ b/app/src/main/java/com/yalantis/ucrop/UCropActivity.java @@ -76,20 +76,20 @@ public class UCropActivity extends AppCompatActivity { public int r; /* renamed from: s reason: collision with root package name */ - public boolean f2483s; + public boolean f2484s; public boolean t = true; public UCropView u; public GestureCropImageView v; public OverlayView w; /* renamed from: x reason: collision with root package name */ - public ViewGroup f2484x; + public ViewGroup f2485x; /* renamed from: y reason: collision with root package name */ - public ViewGroup f2485y; + public ViewGroup f2486y; /* renamed from: z reason: collision with root package name */ - public ViewGroup f2486z; + public ViewGroup f2487z; public class a implements c.a { public a() { @@ -147,14 +147,14 @@ public class UCropActivity extends AppCompatActivity { } public final void c(@IdRes int i2) { - if (this.f2483s) { - ViewGroup viewGroup = this.f2484x; + if (this.f2484s) { + ViewGroup viewGroup = this.f2485x; int i3 = R.d.state_aspect_ratio; viewGroup.setSelected(i2 == i3); - ViewGroup viewGroup2 = this.f2485y; + ViewGroup viewGroup2 = this.f2486y; int i4 = R.d.state_rotate; viewGroup2.setSelected(i2 == i4); - ViewGroup viewGroup3 = this.f2486z; + ViewGroup viewGroup3 = this.f2487z; int i5 = R.d.state_scale; viewGroup3.setSelected(i2 == i5); int i6 = 8; @@ -162,9 +162,9 @@ public class UCropActivity extends AppCompatActivity { this.B.setVisibility(i2 == i4 ? 0 : 8); this.C.setVisibility(i2 == i5 ? 0 : 8); TransitionManager.beginDelayedTransition((ViewGroup) findViewById(R.d.ucrop_photobox), this.H); - this.f2486z.findViewById(R.d.text_view_scale).setVisibility(i2 == i5 ? 0 : 8); - this.f2484x.findViewById(R.d.text_view_crop).setVisibility(i2 == i3 ? 0 : 8); - View findViewById = this.f2485y.findViewById(R.d.text_view_rotate); + this.f2487z.findViewById(R.d.text_view_scale).setVisibility(i2 == i5 ? 0 : 8); + this.f2485x.findViewById(R.d.text_view_crop).setVisibility(i2 == i3 ? 0 : 8); + View findViewById = this.f2486y.findViewById(R.d.text_view_rotate); if (i2 == i4) { i6 = 0; } @@ -197,7 +197,7 @@ public class UCropActivity extends AppCompatActivity { } this.j = stringExtra; this.r = intent.getIntExtra("com.yalantis.ucrop.UcropLogoColor", ContextCompat.getColor(this, R.a.ucrop_color_default_logo)); - this.f2483s = !intent.getBooleanExtra("com.yalantis.ucrop.HideBottomControls", false); + this.f2484s = !intent.getBooleanExtra("com.yalantis.ucrop.HideBottomControls", false); this.o = intent.getIntExtra("com.yalantis.ucrop.UcropRootViewBackgroundColor", ContextCompat.getColor(this, R.a.ucrop_color_crop_background)); int i2 = this.l; Window window = getWindow(); @@ -227,12 +227,12 @@ public class UCropActivity extends AppCompatActivity { ((ImageView) findViewById(R.d.image_view_logo)).setColorFilter(this.r, PorterDuff.Mode.SRC_ATOP); int i3 = R.d.ucrop_frame; findViewById(i3).setBackgroundColor(this.o); - if (!this.f2483s) { + if (!this.f2484s) { ((RelativeLayout.LayoutParams) findViewById(i3).getLayoutParams()).bottomMargin = 0; findViewById(i3).requestLayout(); } ViewGroup viewGroup = null; - if (this.f2483s) { + if (this.f2484s) { ViewGroup viewGroup2 = (ViewGroup) ((ViewGroup) findViewById(R.d.ucrop_photobox)).findViewById(R.d.controls_wrapper); viewGroup2.setVisibility(0); LayoutInflater.from(this).inflate(R.e.ucrop_controls, viewGroup2, true); @@ -240,13 +240,13 @@ public class UCropActivity extends AppCompatActivity { this.H = autoTransition; autoTransition.setDuration(50L); ViewGroup viewGroup3 = (ViewGroup) findViewById(R.d.state_aspect_ratio); - this.f2484x = viewGroup3; + this.f2485x = viewGroup3; viewGroup3.setOnClickListener(this.M); ViewGroup viewGroup4 = (ViewGroup) findViewById(R.d.state_rotate); - this.f2485y = viewGroup4; + this.f2486y = viewGroup4; viewGroup4.setOnClickListener(this.M); ViewGroup viewGroup5 = (ViewGroup) findViewById(R.d.state_scale); - this.f2486z = viewGroup5; + this.f2487z = viewGroup5; viewGroup5.setOnClickListener(this.M); int i4 = R.d.layout_aspect_ratio; this.A = (ViewGroup) findViewById(i4); @@ -340,7 +340,7 @@ public class UCropActivity extends AppCompatActivity { int intExtra2 = intent.getIntExtra("com.yalantis.ucrop.AspectRatioSelectedByDefault", 0); ArrayList parcelableArrayListExtra2 = intent.getParcelableArrayListExtra("com.yalantis.ucrop.AspectRatioOptions"); if (floatExtra > 0.0f && floatExtra2 > 0.0f) { - ViewGroup viewGroup7 = this.f2484x; + ViewGroup viewGroup7 = this.f2485x; if (viewGroup7 != null) { viewGroup7.setVisibility(8); } @@ -369,9 +369,9 @@ public class UCropActivity extends AppCompatActivity { finish(); } } - if (!this.f2483s) { + if (!this.f2484s) { a(0); - } else if (this.f2484x.getVisibility() == 0) { + } else if (this.f2485x.getVisibility() == 0) { c(R.d.state_aspect_ratio); } else { c(R.d.state_scale); diff --git a/app/src/main/java/com/yalantis/ucrop/view/OverlayView.java b/app/src/main/java/com/yalantis/ucrop/view/OverlayView.java index 2223740f31..cdad502bdc 100644 --- a/app/src/main/java/com/yalantis/ucrop/view/OverlayView.java +++ b/app/src/main/java/com/yalantis/ucrop/view/OverlayView.java @@ -38,20 +38,20 @@ public class OverlayView extends View { public boolean r; /* renamed from: s reason: collision with root package name */ - public boolean f2487s; + public boolean f2488s; public boolean t; public int u; public Path v = new Path(); public Paint w = new Paint(1); /* renamed from: x reason: collision with root package name */ - public Paint f2488x = new Paint(1); + public Paint f2489x = new Paint(1); /* renamed from: y reason: collision with root package name */ - public Paint f2489y = new Paint(1); + public Paint f2490y = new Paint(1); /* renamed from: z reason: collision with root package name */ - public Paint f2490z = new Paint(1); + public Paint f2491z = new Paint(1); public OverlayView(Context context, AttributeSet attributeSet) { super(context, attributeSet, 0); @@ -92,7 +92,7 @@ public class OverlayView extends View { if (this.t) { canvas.drawCircle(this.i.centerX(), this.i.centerY(), Math.min(this.i.width(), this.i.height()) / 2.0f, this.w); } - if (this.f2487s) { + if (this.f2488s) { if (this.q == null && !this.i.isEmpty()) { this.q = new float[((this.o * 4) + (this.n * 4))]; int i = 0; @@ -132,11 +132,11 @@ public class OverlayView extends View { } float[] fArr5 = this.q; if (fArr5 != null) { - canvas.drawLines(fArr5, this.f2488x); + canvas.drawLines(fArr5, this.f2489x); } } if (this.r) { - canvas.drawRect(this.i, this.f2489y); + canvas.drawRect(this.i, this.f2490y); } if (this.A != 0) { canvas.save(); @@ -150,7 +150,7 @@ public class OverlayView extends View { int i11 = this.G; rectF6.inset((float) (-i11), (float) i11); canvas.clipRect(this.j, Region.Op.DIFFERENCE); - canvas.drawRect(this.i, this.f2490z); + canvas.drawRect(this.i, this.f2491z); canvas.restore(); } } @@ -261,15 +261,15 @@ public class OverlayView extends View { } public void setCropFrameColor(@ColorInt int i) { - this.f2489y.setColor(i); + this.f2490y.setColor(i); } public void setCropFrameStrokeWidth(@IntRange(from = 0) int i) { - this.f2489y.setStrokeWidth((float) i); + this.f2490y.setStrokeWidth((float) i); } public void setCropGridColor(@ColorInt int i) { - this.f2488x.setColor(i); + this.f2489x.setColor(i); } public void setCropGridColumnCount(@IntRange(from = 0) int i) { @@ -283,7 +283,7 @@ public class OverlayView extends View { } public void setCropGridStrokeWidth(@IntRange(from = 0) int i) { - this.f2488x.setStrokeWidth((float) i); + this.f2489x.setStrokeWidth((float) i); } public void setDimmedColor(@ColorInt int i) { @@ -309,7 +309,7 @@ public class OverlayView extends View { } public void setShowCropGrid(boolean z2) { - this.f2487s = z2; + this.f2488s = z2; } public void setTargetAspectRatio(float f) { diff --git a/app/src/main/java/com/yalantis/ucrop/view/UCropView.java b/app/src/main/java/com/yalantis/ucrop/view/UCropView.java index 9bff6b5960..2aff8dca54 100644 --- a/app/src/main/java/com/yalantis/ucrop/view/UCropView.java +++ b/app/src/main/java/com/yalantis/ucrop/view/UCropView.java @@ -31,20 +31,20 @@ public class UCropView extends FrameLayout { overlayView.w.setStrokeWidth(1.0f); int dimensionPixelSize = obtainStyledAttributes.getDimensionPixelSize(R.h.ucrop_UCropView_ucrop_frame_stroke_size, overlayView.getResources().getDimensionPixelSize(R.b.ucrop_default_crop_frame_stoke_width)); int color2 = obtainStyledAttributes.getColor(R.h.ucrop_UCropView_ucrop_frame_color, overlayView.getResources().getColor(R.a.ucrop_color_default_crop_frame)); - overlayView.f2489y.setStrokeWidth((float) dimensionPixelSize); - overlayView.f2489y.setColor(color2); - overlayView.f2489y.setStyle(Paint.Style.STROKE); - overlayView.f2490z.setStrokeWidth((float) (dimensionPixelSize * 3)); - overlayView.f2490z.setColor(color2); - overlayView.f2490z.setStyle(Paint.Style.STROKE); + overlayView.f2490y.setStrokeWidth((float) dimensionPixelSize); + overlayView.f2490y.setColor(color2); + overlayView.f2490y.setStyle(Paint.Style.STROKE); + overlayView.f2491z.setStrokeWidth((float) (dimensionPixelSize * 3)); + overlayView.f2491z.setColor(color2); + overlayView.f2491z.setStyle(Paint.Style.STROKE); overlayView.r = obtainStyledAttributes.getBoolean(R.h.ucrop_UCropView_ucrop_show_frame, true); int dimensionPixelSize2 = obtainStyledAttributes.getDimensionPixelSize(R.h.ucrop_UCropView_ucrop_grid_stroke_size, overlayView.getResources().getDimensionPixelSize(R.b.ucrop_default_crop_grid_stoke_width)); int color3 = obtainStyledAttributes.getColor(R.h.ucrop_UCropView_ucrop_grid_color, overlayView.getResources().getColor(R.a.ucrop_color_default_crop_grid)); - overlayView.f2488x.setStrokeWidth((float) dimensionPixelSize2); - overlayView.f2488x.setColor(color3); + overlayView.f2489x.setStrokeWidth((float) dimensionPixelSize2); + overlayView.f2489x.setColor(color3); overlayView.n = obtainStyledAttributes.getInt(R.h.ucrop_UCropView_ucrop_grid_row_count, 2); overlayView.o = obtainStyledAttributes.getInt(R.h.ucrop_UCropView_ucrop_grid_column_count, 2); - overlayView.f2487s = obtainStyledAttributes.getBoolean(R.h.ucrop_UCropView_ucrop_show_grid, true); + overlayView.f2488s = obtainStyledAttributes.getBoolean(R.h.ucrop_UCropView_ucrop_show_grid, true); GestureCropImageView gestureCropImageView = this.i; Objects.requireNonNull(gestureCropImageView); float abs = Math.abs(obtainStyledAttributes.getFloat(R.h.ucrop_UCropView_ucrop_aspect_ratio_x, 0.0f)); diff --git a/app/src/main/java/com/yalantis/ucrop/view/widget/HorizontalProgressWheelView.java b/app/src/main/java/com/yalantis/ucrop/view/widget/HorizontalProgressWheelView.java index ec3509dca9..be36f1ab8c 100644 --- a/app/src/main/java/com/yalantis/ucrop/view/widget/HorizontalProgressWheelView.java +++ b/app/src/main/java/com/yalantis/ucrop/view/widget/HorizontalProgressWheelView.java @@ -23,7 +23,7 @@ public class HorizontalProgressWheelView extends View { public float r; /* renamed from: s reason: collision with root package name */ - public int f2491s = ContextCompat.getColor(getContext(), R.a.ucrop_color_widget_rotate_mid_line); + public int f2492s = ContextCompat.getColor(getContext(), R.a.ucrop_color_widget_rotate_mid_line); public interface a { void a(); @@ -42,7 +42,7 @@ public class HorizontalProgressWheelView extends View { this.l.setColor(getResources().getColor(R.a.ucrop_color_progress_wheel_line)); Paint paint2 = new Paint(this.l); this.m = paint2; - paint2.setColor(this.f2491s); + paint2.setColor(this.f2492s); this.m.setStrokeCap(Paint.Cap.ROUND); this.m.setStrokeWidth((float) getContext().getResources().getDimensionPixelSize(R.b.ucrop_width_middle_wheel_progress_line)); } @@ -109,7 +109,7 @@ public class HorizontalProgressWheelView extends View { } public void setMiddleLineColor(@ColorInt int i) { - this.f2491s = i; + this.f2492s = i; this.m.setColor(i); invalidate(); } diff --git a/app/src/main/java/d0/c0/e.java b/app/src/main/java/d0/c0/e.java index 9e2c5da012..e624e2fb09 100644 --- a/app/src/main/java/d0/c0/e.java +++ b/app/src/main/java/d0/c0/e.java @@ -11,13 +11,13 @@ public final class e extends c implements Serializable { private int w; /* renamed from: x reason: collision with root package name */ - private int f2492x; + private int f2493x; /* renamed from: y reason: collision with root package name */ - private int f2493y; + private int f2494y; /* renamed from: z reason: collision with root package name */ - private int f2494z; + private int f2495z; /* compiled from: XorWowRandom.kt */ public static final class a { @@ -34,9 +34,9 @@ public final class e extends c implements Serializable { } public e(int i, int i2, int i3, int i4, int i5, int i6) { - this.f2492x = i; - this.f2493y = i2; - this.f2494z = i3; + this.f2493x = i; + this.f2494y = i2; + this.f2495z = i3; this.w = i4; this.v = i5; this.addend = i6; @@ -57,11 +57,11 @@ public final class e extends c implements Serializable { @Override // d0.c0.c public int nextInt() { - int i = this.f2492x; + int i = this.f2493x; int i2 = i ^ (i >>> 2); - this.f2492x = this.f2493y; - this.f2493y = this.f2494z; - this.f2494z = this.w; + this.f2493x = this.f2494y; + this.f2494y = this.f2495z; + this.f2495z = this.w; int i3 = this.v; this.w = i3; int i4 = ((i2 ^ (i2 << 1)) ^ i3) ^ (i3 << 4); diff --git a/app/src/main/java/d0/e0/i.java b/app/src/main/java/d0/e0/i.java index bd6bf268d1..5b13ccaac2 100644 --- a/app/src/main/java/d0/e0/i.java +++ b/app/src/main/java/d0/e0/i.java @@ -10,7 +10,7 @@ public final class i { public static final a b = new a(null); /* renamed from: c reason: collision with root package name */ - public final j f2495c; + public final j f2496c; public final KType d; /* compiled from: KTypeProjection.kt */ @@ -40,7 +40,7 @@ public final class i { public i(j jVar, KType kType) { String str; - this.f2495c = jVar; + this.f2496c = jVar; this.d = kType; if (!((jVar == null) != (kType == null) ? false : true)) { if (jVar == null) { @@ -53,7 +53,7 @@ public final class i { } public final j component1() { - return this.f2495c; + return this.f2496c; } public final KType component2() { @@ -68,7 +68,7 @@ public final class i { return false; } i iVar = (i) obj; - return m.areEqual(this.f2495c, iVar.f2495c) && m.areEqual(this.d, iVar.d); + return m.areEqual(this.f2496c, iVar.f2496c) && m.areEqual(this.d, iVar.d); } public final KType getType() { @@ -76,11 +76,11 @@ public final class i { } public final j getVariance() { - return this.f2495c; + return this.f2496c; } public int hashCode() { - j jVar = this.f2495c; + j jVar = this.f2496c; int i = 0; int hashCode = (jVar != null ? jVar.hashCode() : 0) * 31; KType kType = this.d; @@ -91,7 +91,7 @@ public final class i { } public String toString() { - j jVar = this.f2495c; + j jVar = this.f2496c; if (jVar == null) { return "*"; } diff --git a/app/src/main/java/d0/e0/p/d/e.java b/app/src/main/java/d0/e0/p/d/e.java index 61de6de9dc..948c493c41 100644 --- a/app/src/main/java/d0/e0/p/d/e.java +++ b/app/src/main/java/d0/e0/p/d/e.java @@ -83,7 +83,7 @@ public abstract class e { public final n0 b; /* renamed from: c reason: collision with root package name */ - public final n f2496c; + public final n f2497c; public final a.d d; public final d0.e0.p.d.m0.f.z.c e; public final g f; @@ -99,7 +99,7 @@ public abstract class e { m.checkNotNullParameter(cVar, "nameResolver"); m.checkNotNullParameter(gVar, "typeTable"); this.b = n0Var; - this.f2496c = nVar; + this.f2497c = nVar; this.d = dVar; this.e = cVar; this.f = gVar; @@ -170,7 +170,7 @@ public abstract class e { } public final n getProto() { - return this.f2496c; + return this.f2497c; } public final a.d getSignature() { diff --git a/app/src/main/java/d0/e0/p/d/i.java b/app/src/main/java/d0/e0/p/d/i.java index a341286466..70b52c26c2 100644 --- a/app/src/main/java/d0/e0/p/d/i.java +++ b/app/src/main/java/d0/e0/p/d/i.java @@ -102,7 +102,7 @@ public abstract class i implements d0.z.d.e { public final CharSequence invoke(x xVar) { m.checkNotNullParameter(xVar, "descriptor"); - return d0.e0.p.d.m0.j.c.f2693c.render(xVar) + " | " + f0.b.mapSignature(xVar).asString(); + return d0.e0.p.d.m0.j.c.f2694c.render(xVar) + " | " + f0.b.mapSignature(xVar).asString(); } } @@ -116,7 +116,7 @@ public abstract class i implements d0.z.d.e { public final CharSequence invoke(n0 n0Var) { m.checkNotNullParameter(n0Var, "descriptor"); - return d0.e0.p.d.m0.j.c.f2693c.render(n0Var) + " | " + f0.b.mapPropertySignature(n0Var).asString(); + return d0.e0.p.d.m0.j.c.f2694c.render(n0Var) + " | " + f0.b.mapPropertySignature(n0Var).asString(); } } diff --git a/app/src/main/java/d0/e0/p/d/j.java b/app/src/main/java/d0/e0/p/d/j.java index 6c7be45ee5..8e5949973b 100644 --- a/app/src/main/java/d0/e0/p/d/j.java +++ b/app/src/main/java/d0/e0/p/d/j.java @@ -37,7 +37,7 @@ public final class j extends f implements i, KFunction, public final String r; /* renamed from: s reason: collision with root package name */ - public final Object f2498s; + public final Object f2499s; /* compiled from: KFunctionImpl.kt */ public static final class a extends o implements Function0> { @@ -211,7 +211,7 @@ public final class j extends f implements i, KFunction, public j(i iVar, String str, String str2, x xVar, Object obj) { this.q = iVar; this.r = str2; - this.f2498s = obj; + this.f2499s = obj; this.n = c0.lazySoft(xVar, new c(this, str)); this.o = c0.lazy(new a(this)); this.p = c0.lazy(new b(this)); @@ -248,7 +248,7 @@ public final class j extends f implements i, KFunction, public boolean equals(Object obj) { j asKFunctionImpl = j0.asKFunctionImpl(obj); - return asKFunctionImpl != null && m.areEqual(getContainer(), asKFunctionImpl.getContainer()) && m.areEqual(getName(), asKFunctionImpl.getName()) && m.areEqual(this.r, asKFunctionImpl.r) && m.areEqual(this.f2498s, asKFunctionImpl.f2498s); + return asKFunctionImpl != null && m.areEqual(getContainer(), asKFunctionImpl.getContainer()) && m.areEqual(getName(), asKFunctionImpl.getName()) && m.areEqual(this.r, asKFunctionImpl.r) && m.areEqual(this.f2499s, asKFunctionImpl.f2499s); } @Override // d0.z.d.i @@ -257,7 +257,7 @@ public final class j extends f implements i, KFunction, } public final Object getBoundReceiver() { - return h.coerceToExpectedReceiverType(this.f2498s, getDescriptor()); + return h.coerceToExpectedReceiverType(this.f2499s, getDescriptor()); } @Override // d0.e0.p.d.f @@ -380,7 +380,7 @@ public final class j extends f implements i, KFunction, @Override // d0.e0.p.d.f public boolean isBound() { - return !m.areEqual(this.f2498s, d0.z.d.d.NO_RECEIVER); + return !m.areEqual(this.f2499s, d0.z.d.d.NO_RECEIVER); } @Override // kotlin.reflect.KFunction diff --git a/app/src/main/java/d0/e0/p/d/j0.java b/app/src/main/java/d0/e0/p/d/j0.java index a8be144671..f244376142 100644 --- a/app/src/main/java/d0/e0/p/d/j0.java +++ b/app/src/main/java/d0/e0/p/d/j0.java @@ -355,7 +355,7 @@ public final class j0 { if (d0.z.d.m.areEqual(uVar, d0.e0.p.d.m0.c.t.e)) { return KVisibility.PUBLIC; } - if (d0.z.d.m.areEqual(uVar, d0.e0.p.d.m0.c.t.f2591c)) { + if (d0.z.d.m.areEqual(uVar, d0.e0.p.d.m0.c.t.f2592c)) { return KVisibility.PROTECTED; } if (d0.z.d.m.areEqual(uVar, d0.e0.p.d.m0.c.t.d)) { diff --git a/app/src/main/java/d0/e0/p/d/l0/a.java b/app/src/main/java/d0/e0/p/d/l0/a.java index fc35b111b0..5afe58ed1c 100644 --- a/app/src/main/java/d0/e0/p/d/l0/a.java +++ b/app/src/main/java/d0/e0/p/d/l0/a.java @@ -17,7 +17,7 @@ public final class a implements d { public final List> b; /* renamed from: c reason: collision with root package name */ - public final List f2499c; + public final List f2500c; public final Class d; public final List e; public final EnumC0203a f; @@ -68,7 +68,7 @@ public final class a implements d { for (Method method3 : list4) { arrayList3.add(method3.getDefaultValue()); } - this.f2499c = arrayList3; + this.f2500c = arrayList3; if (this.f == EnumC0203a.POSITIONAL_CALL && bVar == b.JAVA && (!u.minus(this.e, "value").isEmpty())) { throw new UnsupportedOperationException("Positional call of a Java annotation constructor is allowed only if there are no parameters or one parameter named \"value\". This restriction exists because Java annotations (in contrast to Kotlin)do not impose any order on their arguments. Use KCallable#callBy instead."); } @@ -97,7 +97,7 @@ public final class a implements d { while (i < length) { Object obj = objArr[i]; int i3 = i2 + 1; - Object access$transformKotlinToJvm = (obj == null && this.f == EnumC0203a.CALL_BY_NAME) ? this.f2499c.get(i2) : b.access$transformKotlinToJvm(obj, this.b.get(i2)); + Object access$transformKotlinToJvm = (obj == null && this.f == EnumC0203a.CALL_BY_NAME) ? this.f2500c.get(i2) : b.access$transformKotlinToJvm(obj, this.b.get(i2)); if (access$transformKotlinToJvm != null) { arrayList.add(access$transformKotlinToJvm); i++; diff --git a/app/src/main/java/d0/e0/p/d/l0/b.java b/app/src/main/java/d0/e0/p/d/l0/b.java index bd47feacf7..6b57c96a6f 100644 --- a/app/src/main/java/d0/e0/p/d/l0/b.java +++ b/app/src/main/java/d0/e0/p/d/l0/b.java @@ -152,14 +152,14 @@ public final class b { public final /* synthetic */ Lazy b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ Lazy f2500c; + public final /* synthetic */ Lazy f2501c; public final /* synthetic */ a d; public final /* synthetic */ Map e; public c(Class cls, Lazy lazy, KProperty kProperty, Lazy lazy2, KProperty kProperty2, a aVar, Map map) { this.a = cls; this.b = lazy; - this.f2500c = lazy2; + this.f2501c = lazy2; this.d = aVar; this.e = map; } @@ -176,7 +176,7 @@ public final class b { return this.a; } } else if (name.equals("hashCode")) { - return this.f2500c.getValue(); + return this.f2501c.getValue(); } } else if (name.equals("toString")) { return this.b.getValue(); diff --git a/app/src/main/java/d0/e0/p/d/l0/e.java b/app/src/main/java/d0/e0/p/d/l0/e.java index 3b56ff5317..028e75d51b 100644 --- a/app/src/main/java/d0/e0/p/d/l0/e.java +++ b/app/src/main/java/d0/e0/p/d/l0/e.java @@ -23,7 +23,7 @@ public abstract class e implements d { public final List b; /* renamed from: c reason: collision with root package name */ - public final M f2501c; + public final M f2502c; public final Type d; public final Class e; @@ -507,7 +507,7 @@ public abstract class e implements d { */ public e(Member member, Type type, Class cls, Type[] typeArr, DefaultConstructorMarker defaultConstructorMarker) { List list; - this.f2501c = member; + this.f2502c = member; this.d = type; this.e = cls; if (cls != null) { @@ -521,7 +521,7 @@ public abstract class e implements d { } public final void a(Object obj) { - if (obj == null || !this.f2501c.getDeclaringClass().isInstance(obj)) { + if (obj == null || !this.f2502c.getDeclaringClass().isInstance(obj)) { throw new IllegalArgumentException("An object member requires the object instance passed as the first argument."); } } @@ -537,7 +537,7 @@ public abstract class e implements d { @Override // d0.e0.p.d.l0.d public final M getMember() { - return this.f2501c; + return this.f2502c; } @Override // d0.e0.p.d.l0.d diff --git a/app/src/main/java/d0/e0/p/d/l0/g.java b/app/src/main/java/d0/e0/p/d/l0/g.java index f14be30e34..23c42739a6 100644 --- a/app/src/main/java/d0/e0/p/d/l0/g.java +++ b/app/src/main/java/d0/e0/p/d/l0/g.java @@ -25,7 +25,7 @@ public final class g implements d { public final d b; /* renamed from: c reason: collision with root package name */ - public final boolean f2502c; + public final boolean f2503c; /* compiled from: InlineClassAwareCaller.kt */ public static final class a { @@ -33,14 +33,14 @@ public final class g implements d { public final Method[] b; /* renamed from: c reason: collision with root package name */ - public final Method f2503c; + public final Method f2504c; public a(IntRange intRange, Method[] methodArr, Method method) { m.checkNotNullParameter(intRange, "argumentRange"); m.checkNotNullParameter(methodArr, "unbox"); this.a = intRange; this.b = methodArr; - this.f2503c = method; + this.f2504c = method; } public final IntRange component1() { @@ -52,7 +52,7 @@ public final class g implements d { } public final Method component3() { - return this.f2503c; + return this.f2504c; } } @@ -67,7 +67,7 @@ public final class g implements d { m.checkNotNullParameter(bVar, "descriptor"); m.checkNotNullParameter(dVar, "caller"); this.b = dVar; - this.f2502c = z2; + this.f2503c = z2; c0 returnType = bVar.getReturnType(); m.checkNotNull(returnType); m.checkNotNullExpressionValue(returnType, "descriptor.returnType!!"); @@ -137,7 +137,7 @@ public final class g implements d { P.append(getParameterTypes()); P.append(")\n"); P.append("Default: "); - P.append(this.f2502c); + P.append(this.f2503c); throw new a0(P.toString()); } } diff --git a/app/src/main/java/d0/e0/p/d/l0/i.java b/app/src/main/java/d0/e0/p/d/l0/i.java index bd1d83c12d..1b5c0e7bbf 100644 --- a/app/src/main/java/d0/e0/p/d/l0/i.java +++ b/app/src/main/java/d0/e0/p/d/l0/i.java @@ -17,7 +17,7 @@ public abstract class i implements d { public final Method b; /* renamed from: c reason: collision with root package name */ - public final List f2504c; + public final List f2505c; /* compiled from: InternalUnderlyingValOfInlineClass.kt */ public static final class a extends i implements c { @@ -68,7 +68,7 @@ public abstract class i implements d { public i(Method method, List list, DefaultConstructorMarker defaultConstructorMarker) { this.b = method; - this.f2504c = list; + this.f2505c = list; Class returnType = method.getReturnType(); m.checkNotNullExpressionValue(returnType, "unboxMethod.returnType"); this.a = returnType; @@ -86,7 +86,7 @@ public abstract class i implements d { @Override // d0.e0.p.d.l0.d public final List getParameterTypes() { - return this.f2504c; + return this.f2505c; } @Override // d0.e0.p.d.l0.d diff --git a/app/src/main/java/d0/e0/p/d/m0/a.java b/app/src/main/java/d0/e0/p/d/m0/a.java index 41ee69edfa..466aeca10a 100644 --- a/app/src/main/java/d0/e0/p/d/m0/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/a.java @@ -12,7 +12,7 @@ public final class a { public static final Set b; static { - List listOf = n.listOf((Object[]) new b[]{a0.a, a0.h, a0.i, a0.f2596c, a0.d, a0.f}); + List listOf = n.listOf((Object[]) new b[]{a0.a, a0.h, a0.i, a0.f2597c, a0.d, a0.f}); LinkedHashSet linkedHashSet = new LinkedHashSet(); for (b bVar : listOf) { linkedHashSet.add(d0.e0.p.d.m0.g.a.topLevel(bVar)); diff --git a/app/src/main/java/d0/e0/p/d/m0/b/g.java b/app/src/main/java/d0/e0/p/d/m0/b/g.java index fc6b1c005e..5768c2bfa7 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/g.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/g.java @@ -49,7 +49,7 @@ public final class g { public static final e extractParameterNameFromFunctionTypeArgument(c0 c0Var) { String str; m.checkNotNullParameter(c0Var, ""); - c findAnnotation = c0Var.getAnnotations().findAnnotation(k.a.f2522y); + c findAnnotation = c0Var.getAnnotations().findAnnotation(k.a.f2523y); if (findAnnotation == null) { return null; } @@ -89,7 +89,7 @@ public final class g { eVar = null; } if (eVar != null) { - b bVar = k.a.f2522y; + b bVar = k.a.f2523y; e identifier = e.identifier(ModelAuditLogEntry.CHANGE_KEY_NAME); String asString = eVar.asString(); m.checkNotNullExpressionValue(asString, "name.asString()"); @@ -122,7 +122,7 @@ public final class g { public static final c0 getReceiverTypeFromFunctionType(c0 c0Var) { m.checkNotNullParameter(c0Var, ""); isBuiltinFunctionalType(c0Var); - if (c0Var.getAnnotations().findAnnotation(k.a.f2521x) != null) { + if (c0Var.getAnnotations().findAnnotation(k.a.f2522x) != null) { return ((w0) u.first((List) c0Var.getArguments())).getType(); } return null; @@ -148,7 +148,7 @@ public final class g { if (!isBuiltinFunctionalType(c0Var)) { return false; } - return c0Var.getAnnotations().findAnnotation(k.a.f2521x) != null; + return c0Var.getAnnotations().findAnnotation(k.a.f2522x) != null; } public static final boolean isBuiltinFunctionalClassDescriptor(d0.e0.p.d.m0.c.m mVar) { @@ -178,7 +178,7 @@ public final class g { public static final d0.e0.p.d.m0.c.g1.g withExtensionFunctionAnnotation(d0.e0.p.d.m0.c.g1.g gVar, h hVar) { m.checkNotNullParameter(gVar, ""); m.checkNotNullParameter(hVar, "builtIns"); - b bVar = k.a.f2521x; + b bVar = k.a.f2522x; return gVar.hasAnnotation(bVar) ? gVar : d0.e0.p.d.m0.c.g1.g.f.create(u.plus(gVar, new j(hVar, bVar, h0.emptyMap()))); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/b/h.java b/app/src/main/java/d0/e0/p/d/m0/b/h.java index 3e46379738..7ce33ad690 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/h.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/h.java @@ -40,7 +40,7 @@ public abstract class h { public y b; /* renamed from: c reason: collision with root package name */ - public final j f2505c; + public final j f2506c; public final d0.e0.p.d.m0.m.h d; public final o e; @@ -131,12 +131,12 @@ public abstract class h { public final Map b; /* renamed from: c reason: collision with root package name */ - public final Map f2506c; + public final Map f2507c; public e(Map map, Map map2, Map map3, a aVar) { this.a = map; this.b = map2; - this.f2506c = map3; + this.f2507c = map3; } } @@ -144,7 +144,7 @@ public abstract class h { if (oVar != null) { this.e = oVar; oVar.createLazyValue(new a()); - this.f2505c = oVar.createLazyValue(new b()); + this.f2506c = oVar.createLazyValue(new b()); this.d = oVar.createMemoizedFunction(new c()); return; } @@ -1386,7 +1386,7 @@ public abstract class h { public static boolean isNothingOrNullableNothing(c0 c0Var) { if (c0Var != null) { - return i(c0Var, k.a.f2511c); + return i(c0Var, k.a.f2512c); } a(137); throw null; @@ -1444,7 +1444,7 @@ public abstract class h { public static boolean isSpecialClassWithNoSupertypes(d0.e0.p.d.m0.c.e eVar) { if (eVar != null) { - return c(eVar, k.a.b) || c(eVar, k.a.f2511c); + return c(eVar, k.a.b) || c(eVar, k.a.f2512c); } a(106); throw null; @@ -1469,7 +1469,7 @@ public abstract class h { public static boolean isUByteArray(c0 c0Var) { if (c0Var != null) { - return j(c0Var, k.a.f2518i0.toUnsafe()); + return j(c0Var, k.a.f2519i0.toUnsafe()); } a(127); throw null; @@ -1493,7 +1493,7 @@ public abstract class h { public static boolean isUShortArray(c0 c0Var) { if (c0Var != null) { - return j(c0Var, k.a.f2519j0.toUnsafe()); + return j(c0Var, k.a.f2520j0.toUnsafe()); } a(128); throw null; @@ -1614,7 +1614,7 @@ public abstract class h { throw null; } else if (!isArray(c0Var)) { c0 makeNotNullable = e1.makeNotNullable(c0Var); - d0.e0.p.d.m0.n.j0 j0Var2 = this.f2505c.mo1invoke().f2506c.get(makeNotNullable); + d0.e0.p.d.m0.n.j0 j0Var2 = this.f2506c.mo1invoke().f2507c.get(makeNotNullable); if (j0Var2 != null) { return j0Var2; } @@ -1861,7 +1861,7 @@ public abstract class h { public d0.e0.p.d.m0.n.j0 getPrimitiveArrayKotlinType(i iVar) { if (iVar != null) { - d0.e0.p.d.m0.n.j0 j0Var = this.f2505c.mo1invoke().a.get(iVar); + d0.e0.p.d.m0.n.j0 j0Var = this.f2506c.mo1invoke().a.get(iVar); if (j0Var != null) { return j0Var; } diff --git a/app/src/main/java/d0/e0/p/d/m0/b/j.java b/app/src/main/java/d0/e0/p/d/m0/b/j.java index 17d6fc4e6b..7001531f19 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/j.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/j.java @@ -29,7 +29,7 @@ public final class j { public static final /* synthetic */ KProperty[] b; /* renamed from: c reason: collision with root package name */ - public final d0 f2507c; + public final d0 f2508c; public final Lazy d; public final a e = new a(1); @@ -102,7 +102,7 @@ public final class j { public j(d0.e0.p.d.m0.c.c0 c0Var, d0 d0Var) { m.checkNotNullParameter(c0Var, "module"); m.checkNotNullParameter(d0Var, "notFoundClasses"); - this.f2507c = d0Var; + this.f2508c = d0Var; this.d = d0.g.lazy(d0.i.PUBLICATION, new c(c0Var)); new a(1); new a(1); @@ -119,7 +119,7 @@ public final class j { m.checkNotNullExpressionValue(identifier, "identifier(className)"); h contributedClassifier = ((i) jVar.d.getValue()).getContributedClassifier(identifier, d.FROM_REFLECTION); e eVar = contributedClassifier instanceof e ? (e) contributedClassifier : null; - return eVar == null ? jVar.f2507c.getClass(new d0.e0.p.d.m0.g.a(k.i, identifier), d0.t.m.listOf(Integer.valueOf(i))) : eVar; + return eVar == null ? jVar.f2508c.getClass(new d0.e0.p.d.m0.g.a(k.i, identifier), d0.t.m.listOf(Integer.valueOf(i))) : eVar; } public final e getKClass() { diff --git a/app/src/main/java/d0/e0/p/d/m0/b/k.java b/app/src/main/java/d0/e0/p/d/m0/b/k.java index 17893a08e1..114fe7130a 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/k.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/k.java @@ -18,7 +18,7 @@ public final class k { public static final e b; /* renamed from: c reason: collision with root package name */ - public static final e f2508c; + public static final e f2509c; public static final b d; public static final b e; public static final b f; @@ -64,45 +64,45 @@ public final class k { public static final a a; /* renamed from: a0 reason: collision with root package name */ - public static final b f2509a0; + public static final b f2510a0; public static final c b; /* renamed from: b0 reason: collision with root package name */ - public static final b f2510b0; + public static final b f2511b0; /* renamed from: c reason: collision with root package name */ - public static final c f2511c; + public static final c f2512c; /* renamed from: c0 reason: collision with root package name */ - public static final b f2512c0; + public static final b f2513c0; public static final c d; /* renamed from: d0 reason: collision with root package name */ - public static final b f2513d0; + public static final b f2514d0; public static final c e; /* renamed from: e0 reason: collision with root package name */ - public static final d0.e0.p.d.m0.g.a f2514e0; + public static final d0.e0.p.d.m0.g.a f2515e0; public static final c f; /* renamed from: f0 reason: collision with root package name */ - public static final d0.e0.p.d.m0.g.a f2515f0; + public static final d0.e0.p.d.m0.g.a f2516f0; public static final c g; /* renamed from: g0 reason: collision with root package name */ - public static final d0.e0.p.d.m0.g.a f2516g0; + public static final d0.e0.p.d.m0.g.a f2517g0; public static final c h; /* renamed from: h0 reason: collision with root package name */ - public static final d0.e0.p.d.m0.g.a f2517h0; + public static final d0.e0.p.d.m0.g.a f2518h0; public static final c i; /* renamed from: i0 reason: collision with root package name */ - public static final b f2518i0; + public static final b f2519i0; public static final c j; /* renamed from: j0 reason: collision with root package name */ - public static final b f2519j0; + public static final b f2520j0; public static final c k; public static final b k0; public static final c l; @@ -119,20 +119,20 @@ public final class k { public static final c r; /* renamed from: s reason: collision with root package name */ - public static final b f2520s; + public static final b f2521s; public static final b t; public static final b u; public static final b v; public static final b w; /* renamed from: x reason: collision with root package name */ - public static final b f2521x; + public static final b f2522x; /* renamed from: y reason: collision with root package name */ - public static final b f2522y; + public static final b f2523y; /* renamed from: z reason: collision with root package name */ - public static final b f2523z; + public static final b f2524z; static { a aVar = new a(); @@ -142,7 +142,7 @@ public final class k { b = unsafe; c unsafe2 = aVar.c("Nothing").toUnsafe(); m.checkNotNullExpressionValue(unsafe2, "fqName(simpleName).toUnsafe()"); - f2511c = unsafe2; + f2512c = unsafe2; c unsafe3 = aVar.c("Cloneable").toUnsafe(); m.checkNotNullExpressionValue(unsafe3, "fqName(simpleName).toUnsafe()"); d = unsafe3; @@ -190,7 +190,7 @@ public final class k { m.checkNotNullExpressionValue(unsafe17, "fqName(simpleName).toUnsafe()"); r = unsafe17; m.checkNotNullExpressionValue(aVar.c("Function").toUnsafe(), "fqName(simpleName).toUnsafe()"); - f2520s = aVar.c("Throwable"); + f2521s = aVar.c("Throwable"); t = aVar.c("Comparable"); b bVar = k.o; m.checkNotNullExpressionValue(bVar.child(e.identifier("IntRange")).toUnsafe(), "RANGES_PACKAGE_FQ_NAME.child(Name.identifier(simpleName)).toUnsafe()"); @@ -199,9 +199,9 @@ public final class k { aVar.c("DeprecatedSinceKotlin"); v = aVar.c("DeprecationLevel"); w = aVar.c("ReplaceWith"); - f2521x = aVar.c("ExtensionFunctionType"); - f2522y = aVar.c("ParameterName"); - f2523z = aVar.c("Annotation"); + f2522x = aVar.c("ExtensionFunctionType"); + f2523y = aVar.c("ParameterName"); + f2524z = aVar.c("Annotation"); A = aVar.a("Target"); B = aVar.a("AnnotationTarget"); C = aVar.a("AnnotationRetention"); @@ -248,27 +248,27 @@ public final class k { Z = aVar3; reflect("KDeclarationContainer"); b c2 = aVar2.c("UByte"); - f2509a0 = c2; + f2510a0 = c2; b c3 = aVar2.c("UShort"); - f2510b0 = c3; + f2511b0 = c3; b c4 = aVar2.c("UInt"); - f2512c0 = c4; + f2513c0 = c4; b c5 = aVar2.c("ULong"); - f2513d0 = c5; + f2514d0 = c5; d0.e0.p.d.m0.g.a aVar4 = d0.e0.p.d.m0.g.a.topLevel(c2); m.checkNotNullExpressionValue(aVar4, "topLevel(uByteFqName)"); - f2514e0 = aVar4; + f2515e0 = aVar4; d0.e0.p.d.m0.g.a aVar5 = d0.e0.p.d.m0.g.a.topLevel(c3); m.checkNotNullExpressionValue(aVar5, "topLevel(uShortFqName)"); - f2515f0 = aVar5; + f2516f0 = aVar5; d0.e0.p.d.m0.g.a aVar6 = d0.e0.p.d.m0.g.a.topLevel(c4); m.checkNotNullExpressionValue(aVar6, "topLevel(uIntFqName)"); - f2516g0 = aVar6; + f2517g0 = aVar6; d0.e0.p.d.m0.g.a aVar7 = d0.e0.p.d.m0.g.a.topLevel(c5); m.checkNotNullExpressionValue(aVar7, "topLevel(uLongFqName)"); - f2517h0 = aVar7; - f2518i0 = aVar2.c("UByteArray"); - f2519j0 = aVar2.c("UShortArray"); + f2518h0 = aVar7; + f2519i0 = aVar2.c("UByteArray"); + f2520j0 = aVar2.c("UShortArray"); k0 = aVar2.c("UIntArray"); l0 = aVar2.c("ULongArray"); i.values(); @@ -351,7 +351,7 @@ public final class k { b = identifier; e identifier2 = e.identifier("valueOf"); m.checkNotNullExpressionValue(identifier2, "identifier(\"valueOf\")"); - f2508c = identifier2; + f2509c = identifier2; b bVar = new b("kotlin.coroutines"); d = bVar; b child = bVar.child(e.identifier("experimental")); diff --git a/app/src/main/java/d0/e0/p/d/m0/b/o.java b/app/src/main/java/d0/e0/p/d/m0/b/o.java index 809c3ec27c..27c8e945f1 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/o.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/o.java @@ -20,7 +20,7 @@ public final class o { public static final Set b; /* renamed from: c reason: collision with root package name */ - public static final HashMap f2524c = new HashMap<>(); + public static final HashMap f2525c = new HashMap<>(); public static final HashMap d = new HashMap<>(); public static final Set e; @@ -49,7 +49,7 @@ public final class o { while (i < 4) { n nVar = values4[i]; i++; - f2524c.put(nVar.getArrayClassId(), nVar.getClassId()); + f2525c.put(nVar.getArrayClassId(), nVar.getClassId()); d.put(nVar.getClassId(), nVar.getArrayClassId()); } } @@ -65,7 +65,7 @@ public final class o { public final a getUnsignedClassIdByArrayClassId(a aVar) { m.checkNotNullParameter(aVar, "arrayClassId"); - return f2524c.get(aVar); + return f2525c.get(aVar); } public final boolean isShortNameOfUnsignedArray(e eVar) { diff --git a/app/src/main/java/d0/e0/p/d/m0/b/p/b.java b/app/src/main/java/d0/e0/p/d/m0/b/p/b.java index 24724415ed..998b50b04e 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/p/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/p/b.java @@ -39,7 +39,7 @@ public final class b extends d0.e0.p.d.m0.c.i1.a { public final c r; /* renamed from: s reason: collision with root package name */ - public final int f2525s; + public final int f2526s; public final C0211b t = new C0211b(this); public final d u; public final List v; @@ -55,31 +55,31 @@ public final class b extends d0.e0.p.d.m0.c.i1.a { public final class C0211b extends d0.e0.p.d.m0.n.b { /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ b f2526c; + public final /* synthetic */ b f2527c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public C0211b(b bVar) { super(b.access$getStorageManager$p(bVar)); m.checkNotNullParameter(bVar, "this$0"); - this.f2526c = bVar; + this.f2527c = bVar; } @Override // d0.e0.p.d.m0.n.g public Collection a() { List list; - int ordinal = this.f2526c.getFunctionKind().ordinal(); + int ordinal = this.f2527c.getFunctionKind().ordinal(); if (ordinal == 0) { list = d0.t.m.listOf(b.access$getFunctionClassId$cp()); } else if (ordinal == 1) { list = d0.t.m.listOf(b.access$getFunctionClassId$cp()); } else if (ordinal == 2) { - list = n.listOf((Object[]) new d0.e0.p.d.m0.g.a[]{b.access$getKFunctionClassId$cp(), new d0.e0.p.d.m0.g.a(k.l, c.Function.numberedClassName(this.f2526c.getArity()))}); + list = n.listOf((Object[]) new d0.e0.p.d.m0.g.a[]{b.access$getKFunctionClassId$cp(), new d0.e0.p.d.m0.g.a(k.l, c.Function.numberedClassName(this.f2527c.getArity()))}); } else if (ordinal == 3) { - list = n.listOf((Object[]) new d0.e0.p.d.m0.g.a[]{b.access$getKFunctionClassId$cp(), new d0.e0.p.d.m0.g.a(k.d, c.SuspendFunction.numberedClassName(this.f2526c.getArity()))}); + list = n.listOf((Object[]) new d0.e0.p.d.m0.g.a[]{b.access$getKFunctionClassId$cp(), new d0.e0.p.d.m0.g.a(k.d, c.SuspendFunction.numberedClassName(this.f2527c.getArity()))}); } else { throw new NoWhenBranchMatchedException(); } - d0.e0.p.d.m0.c.c0 containingDeclaration = b.access$getContainingDeclaration$p(this.f2526c).getContainingDeclaration(); + d0.e0.p.d.m0.c.c0 containingDeclaration = b.access$getContainingDeclaration$p(this.f2527c).getContainingDeclaration(); ArrayList arrayList = new ArrayList(d0.t.o.collectionSizeOrDefault(list, 10)); for (d0.e0.p.d.m0.g.a aVar : list) { d0.e0.p.d.m0.c.e findClassAcrossModuleDependencies = w.findClassAcrossModuleDependencies(containingDeclaration, aVar); @@ -105,12 +105,12 @@ public final class b extends d0.e0.p.d.m0.c.i1.a { @Override // d0.e0.p.d.m0.n.b, d0.e0.p.d.m0.n.g, d0.e0.p.d.m0.n.u0 public b getDeclarationDescriptor() { - return this.f2526c; + return this.f2527c; } @Override // d0.e0.p.d.m0.n.u0 public List getParameters() { - return b.access$getParameters$p(this.f2526c); + return b.access$getParameters$p(this.f2527c); } @Override // d0.e0.p.d.m0.n.u0 @@ -136,7 +136,7 @@ public final class b extends d0.e0.p.d.m0.c.i1.a { this.p = oVar; this.q = e0Var; this.r = cVar; - this.f2525s = i; + this.f2526s = i; this.u = new d(oVar, this); ArrayList arrayList = new ArrayList(); IntRange intRange = new IntRange(1, i); @@ -180,7 +180,7 @@ public final class b extends d0.e0.p.d.m0.c.i1.a { } public final int getArity() { - return this.f2525s; + return this.f2526s; } @Override // d0.e0.p.d.m0.c.e diff --git a/app/src/main/java/d0/e0/p/d/m0/b/p/d.java b/app/src/main/java/d0/e0/p/d/m0/b/p/d.java index bfca68fc69..502b563cba 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/p/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/p/d.java @@ -17,7 +17,7 @@ public final class d extends e { @Override // d0.e0.p.d.m0.k.a0.e public List a() { - int ordinal = ((b) this.f2705c).getFunctionKind().ordinal(); - return ordinal != 0 ? ordinal != 1 ? n.emptyList() : d0.t.m.listOf(e.L.create((b) this.f2705c, true)) : d0.t.m.listOf(e.L.create((b) this.f2705c, false)); + int ordinal = ((b) this.f2706c).getFunctionKind().ordinal(); + return ordinal != 0 ? ordinal != 1 ? n.emptyList() : d0.t.m.listOf(e.L.create((b) this.f2706c, true)) : d0.t.m.listOf(e.L.create((b) this.f2706c, false)); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/b/q/a.java b/app/src/main/java/d0/e0/p/d/m0/b/q/a.java index ba9c656afe..f6ffdcddcd 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/q/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/q/a.java @@ -50,8 +50,8 @@ public final class a extends e { @Override // d0.e0.p.d.m0.k.a0.e public List a() { - g0 create = g0.create(this.f2705c, g.f.getEMPTY(), e.getCLONE_NAME(), b.a.DECLARATION, u0.a); - create.initialize((q0) null, this.f2705c.getThisAsReceiverParameter(), n.emptyList(), n.emptyList(), (c0) d0.e0.p.d.m0.k.x.a.getBuiltIns(this.f2705c).getAnyType(), z.OPEN, t.f2591c); + g0 create = g0.create(this.f2706c, g.f.getEMPTY(), e.getCLONE_NAME(), b.a.DECLARATION, u0.a); + create.initialize((q0) null, this.f2706c.getThisAsReceiverParameter(), n.emptyList(), n.emptyList(), (c0) d0.e0.p.d.m0.k.x.a.getBuiltIns(this.f2706c).getAnyType(), z.OPEN, t.f2592c); return d0.t.m.listOf(create); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/b/q/c.java b/app/src/main/java/d0/e0/p/d/m0/b/q/c.java index bc71690215..a7c0b339cf 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/q/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/q/c.java @@ -25,7 +25,7 @@ public final class c { public static final String b; /* renamed from: c reason: collision with root package name */ - public static final String f2527c; + public static final String f2528c; public static final String d; public static final String e; public static final d0.e0.p.d.m0.g.a f; @@ -43,7 +43,7 @@ public final class c { public final d0.e0.p.d.m0.g.a b; /* renamed from: c reason: collision with root package name */ - public final d0.e0.p.d.m0.g.a f2528c; + public final d0.e0.p.d.m0.g.a f2529c; public a(d0.e0.p.d.m0.g.a aVar, d0.e0.p.d.m0.g.a aVar2, d0.e0.p.d.m0.g.a aVar3) { m.checkNotNullParameter(aVar, "javaClass"); @@ -51,7 +51,7 @@ public final class c { m.checkNotNullParameter(aVar3, "kotlinMutable"); this.a = aVar; this.b = aVar2; - this.f2528c = aVar3; + this.f2529c = aVar3; } public final d0.e0.p.d.m0.g.a component1() { @@ -63,7 +63,7 @@ public final class c { } public final d0.e0.p.d.m0.g.a component3() { - return this.f2528c; + return this.f2529c; } public boolean equals(Object obj) { @@ -74,7 +74,7 @@ public final class c { return false; } a aVar = (a) obj; - return m.areEqual(this.a, aVar.a) && m.areEqual(this.b, aVar.b) && m.areEqual(this.f2528c, aVar.f2528c); + return m.areEqual(this.a, aVar.a) && m.areEqual(this.b, aVar.b) && m.areEqual(this.f2529c, aVar.f2529c); } public final d0.e0.p.d.m0.g.a getJavaClass() { @@ -83,7 +83,7 @@ public final class c { public int hashCode() { int hashCode = this.b.hashCode(); - return this.f2528c.hashCode() + ((hashCode + (this.a.hashCode() * 31)) * 31); + return this.f2529c.hashCode() + ((hashCode + (this.a.hashCode() * 31)) * 31); } public String toString() { @@ -92,7 +92,7 @@ public final class c { P.append(", kotlinReadOnly="); P.append(this.b); P.append(", kotlinMutable="); - P.append(this.f2528c); + P.append(this.f2529c); P.append(')'); return P.toString(); } @@ -112,7 +112,7 @@ public final class c { sb2.append(cVar3.getPackageFqName().toString()); sb2.append('.'); sb2.append(cVar3.getClassNamePrefix()); - f2527c = sb2.toString(); + f2528c = sb2.toString(); StringBuilder sb3 = new StringBuilder(); d0.e0.p.d.m0.b.p.c cVar4 = d0.e0.p.d.m0.b.p.c.SuspendFunction; sb3.append(cVar4.getPackageFqName().toString()); @@ -199,12 +199,12 @@ public final class c { cVar.d(Object.class, k.a.b); cVar.d(String.class, k.a.g); cVar.d(CharSequence.class, k.a.f); - cVar.c(Throwable.class, k.a.f2520s); + cVar.c(Throwable.class, k.a.f2521s); cVar.d(Cloneable.class, k.a.d); cVar.d(Number.class, k.a.q); cVar.c(Comparable.class, k.a.t); cVar.d(Enum.class, k.a.r); - cVar.c(Annotation.class, k.a.f2523z); + cVar.c(Annotation.class, k.a.f2524z); for (a aVar17 : listOf) { c cVar6 = a; Objects.requireNonNull(cVar6); @@ -265,7 +265,7 @@ public final class c { m.checkNotNullExpressionValue(aVar22, "topLevel(FqName(\"kotlin.jvm.functions.Function$i\"))"); k kVar2 = k.a; cVar9.a(aVar22, k.getFunctionClassId(i4)); - cVar9.b(new b(m.stringPlus(f2527c, Integer.valueOf(i4))), h); + cVar9.b(new b(m.stringPlus(f2528c, Integer.valueOf(i4))), h); if (i5 >= 23) { break; } @@ -277,7 +277,7 @@ public final class c { c cVar11 = a; cVar11.b(new b(m.stringPlus(cVar10.getPackageFqName().toString() + '.' + cVar10.getClassNamePrefix(), Integer.valueOf(i2))), h); if (i6 >= 22) { - b safe = k.a.f2511c.toSafe(); + b safe = k.a.f2512c.toSafe(); m.checkNotNullExpressionValue(safe, "nothing.toSafe()"); cVar11.b(safe, cVar11.e(Void.class)); return; @@ -373,7 +373,7 @@ public final class c { public final d0.e0.p.d.m0.g.a mapKotlinToJava(d0.e0.p.d.m0.g.c cVar) { m.checkNotNullParameter(cVar, "kotlinFqName"); - return f(cVar, b) ? f : f(cVar, d) ? f : f(cVar, f2527c) ? h : f(cVar, e) ? h : j.get(cVar); + return f(cVar, b) ? f : f(cVar, d) ? f : f(cVar, f2528c) ? h : f(cVar, e) ? h : j.get(cVar); } public final b mutableToReadOnly(d0.e0.p.d.m0.g.c cVar) { diff --git a/app/src/main/java/d0/e0/p/d/m0/b/q/e.java b/app/src/main/java/d0/e0/p/d/m0/b/q/e.java index 48d16ceab3..54b49cc067 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/q/e.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/q/e.java @@ -30,7 +30,7 @@ public final class e implements d0.e0.p.d.m0.c.h1.b { public static final /* synthetic */ KProperty[] b = {a0.property1(new y(a0.getOrCreateKotlinClass(e.class), "cloneable", "getCloneable()Lorg/jetbrains/kotlin/descriptors/impl/ClassDescriptorImpl;"))}; /* renamed from: c reason: collision with root package name */ - public static final d0.e0.p.d.m0.g.b f2529c = k.l; + public static final d0.e0.p.d.m0.g.b f2530c = k.l; public static final d0.e0.p.d.m0.g.e d; public static final d0.e0.p.d.m0.g.a e; public final c0 f; @@ -128,7 +128,7 @@ public final class e implements d0.e0.p.d.m0.c.h1.b { } public static final /* synthetic */ d0.e0.p.d.m0.g.b access$getKOTLIN_FQ_NAME$cp() { - return f2529c; + return f2530c; } public static final /* synthetic */ c0 access$getModuleDescriptor$p(e eVar) { @@ -147,13 +147,13 @@ public final class e implements d0.e0.p.d.m0.c.h1.b { @Override // d0.e0.p.d.m0.c.h1.b public Collection getAllContributedClassesIfPossible(d0.e0.p.d.m0.g.b bVar) { d0.z.d.m.checkNotNullParameter(bVar, "packageFqName"); - return d0.z.d.m.areEqual(bVar, f2529c) ? m0.setOf((i) n.getValue(this.h, this, b[0])) : n0.emptySet(); + return d0.z.d.m.areEqual(bVar, f2530c) ? m0.setOf((i) n.getValue(this.h, this, b[0])) : n0.emptySet(); } @Override // d0.e0.p.d.m0.c.h1.b public boolean shouldCreateClass(d0.e0.p.d.m0.g.b bVar, d0.e0.p.d.m0.g.e eVar) { d0.z.d.m.checkNotNullParameter(bVar, "packageFqName"); d0.z.d.m.checkNotNullParameter(eVar, ModelAuditLogEntry.CHANGE_KEY_NAME); - return d0.z.d.m.areEqual(eVar, d) && d0.z.d.m.areEqual(bVar, f2529c); + return d0.z.d.m.areEqual(eVar, d) && d0.z.d.m.areEqual(bVar, f2530c); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/b/q/g.java b/app/src/main/java/d0/e0/p/d/m0/b/q/g.java index 0d2ba0584e..f6c124df06 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/q/g.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/q/g.java @@ -46,7 +46,7 @@ public final class g implements d0.e0.p.d.m0.c.h1.a, d0.e0.p.d.m0.c.h1.c { public final c0 b; /* renamed from: c reason: collision with root package name */ - public final d f2530c = d.a; + public final d f2531c = d.a; public final j d; public final d0.e0.p.d.m0.n.c0 e; public final j f; @@ -131,7 +131,7 @@ public final class g implements d0.e0.p.d.m0.c.h1.a, d0.e0.p.d.m0.c.h1.c { } public static final /* synthetic */ d access$getJ2kClassMapper$p(g gVar) { - return gVar.f2530c; + return gVar.f2531c; } public static final /* synthetic */ d0.e0.p.d.m0.e.a.i0.l.f access$getJavaAnalogue(g gVar, e eVar) { @@ -183,7 +183,7 @@ public final class g implements d0.e0.p.d.m0.c.h1.a, d0.e0.p.d.m0.c.h1.c { if (a2 == null) { return d0.t.n.emptyList(); } - e mapJavaToKotlin$default = d.mapJavaToKotlin$default(this.f2530c, d0.e0.p.d.m0.k.x.a.getFqNameSafe(a2), b.f.getInstance(), null, 4, null); + e mapJavaToKotlin$default = d.mapJavaToKotlin$default(this.f2531c, d0.e0.p.d.m0.k.x.a.getFqNameSafe(a2), b.f.getInstance(), null, 4, null); if (mapJavaToKotlin$default == null) { return d0.t.n.emptyList(); } @@ -316,7 +316,7 @@ public final class g implements d0.e0.p.d.m0.c.h1.a, d0.e0.p.d.m0.c.h1.c { if (a2 == null) { list = d0.t.n.emptyList(); } else { - Collection mapPlatformClass = this.f2530c.mapPlatformClass(d0.e0.p.d.m0.k.x.a.getFqNameSafe(a2), b.f.getInstance()); + Collection mapPlatformClass = this.f2531c.mapPlatformClass(d0.e0.p.d.m0.k.x.a.getFqNameSafe(a2), b.f.getInstance()); e eVar3 = (e) u.lastOrNull(mapPlatformClass); if (eVar3 == null) { list = d0.t.n.emptyList(); @@ -327,7 +327,7 @@ public final class g implements d0.e0.p.d.m0.c.h1.a, d0.e0.p.d.m0.c.h1.c { arrayList.add(d0.e0.p.d.m0.k.x.a.getFqNameSafe(eVar4)); } d0.e0.p.d.m0.p.j create = bVar.create(arrayList); - boolean isMutable = this.f2530c.isMutable(eVar2); + boolean isMutable = this.f2531c.isMutable(eVar2); i unsubstitutedMemberScope = ((e) ((f.d) this.g).computeIfAbsent(d0.e0.p.d.m0.k.x.a.getFqNameSafe(a2), new j(a2, eVar3))).getUnsubstitutedMemberScope(); m.checkNotNullExpressionValue(unsubstitutedMemberScope, "fakeJavaClassDescriptor.unsubstitutedMemberScope"); ArrayList arrayList2 = new ArrayList(); diff --git a/app/src/main/java/d0/e0/p/d/m0/b/q/p.java b/app/src/main/java/d0/e0/p/d/m0/b/q/p.java index b9bed773e1..8b6e57f640 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/q/p.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/q/p.java @@ -20,7 +20,7 @@ public final class p { public static final Set b; /* renamed from: c reason: collision with root package name */ - public static final Set f2531c; + public static final Set f2532c; public static final Set d; public static final Set e; public static final Set f; @@ -39,7 +39,7 @@ public final class p { m.checkNotNullExpressionValue(asString, "it.wrapperFqName.shortName().asString()"); r.addAll(linkedHashSet, wVar.inJavaLang(asString, dVar.getJavaKeywordName() + "Value()" + dVar.getDesc())); } - f2531c = o0.plus(o0.plus(o0.plus(o0.plus(o0.plus(o0.plus((Set) linkedHashSet, (Iterable) wVar.inJavaUtil("List", "sort(Ljava/util/Comparator;)V")), (Iterable) wVar.inJavaLang("String", "codePointAt(I)I", "codePointBefore(I)I", "codePointCount(II)I", "compareToIgnoreCase(Ljava/lang/String;)I", "concat(Ljava/lang/String;)Ljava/lang/String;", "contains(Ljava/lang/CharSequence;)Z", "contentEquals(Ljava/lang/CharSequence;)Z", "contentEquals(Ljava/lang/StringBuffer;)Z", "endsWith(Ljava/lang/String;)Z", "equalsIgnoreCase(Ljava/lang/String;)Z", "getBytes()[B", "getBytes(II[BI)V", "getBytes(Ljava/lang/String;)[B", "getBytes(Ljava/nio/charset/Charset;)[B", "getChars(II[CI)V", "indexOf(I)I", "indexOf(II)I", "indexOf(Ljava/lang/String;)I", "indexOf(Ljava/lang/String;I)I", "intern()Ljava/lang/String;", "isEmpty()Z", "lastIndexOf(I)I", "lastIndexOf(II)I", "lastIndexOf(Ljava/lang/String;)I", "lastIndexOf(Ljava/lang/String;I)I", "matches(Ljava/lang/String;)Z", "offsetByCodePoints(II)I", "regionMatches(ILjava/lang/String;II)Z", "regionMatches(ZILjava/lang/String;II)Z", "replaceAll(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", "replace(CC)Ljava/lang/String;", "replaceFirst(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", "replace(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Ljava/lang/String;", "split(Ljava/lang/String;I)[Ljava/lang/String;", "split(Ljava/lang/String;)[Ljava/lang/String;", "startsWith(Ljava/lang/String;I)Z", "startsWith(Ljava/lang/String;)Z", "substring(II)Ljava/lang/String;", "substring(I)Ljava/lang/String;", "toCharArray()[C", "toLowerCase()Ljava/lang/String;", "toLowerCase(Ljava/util/Locale;)Ljava/lang/String;", "toUpperCase()Ljava/lang/String;", "toUpperCase(Ljava/util/Locale;)Ljava/lang/String;", "trim()Ljava/lang/String;", "isBlank()Z", "lines()Ljava/util/stream/Stream;", "repeat(I)Ljava/lang/String;")), (Iterable) wVar.inJavaLang("Double", "isInfinite()Z", "isNaN()Z")), (Iterable) wVar.inJavaLang("Float", "isInfinite()Z", "isNaN()Z")), (Iterable) wVar.inJavaLang("Enum", "getDeclaringClass()Ljava/lang/Class;", "finalize()V")), (Iterable) wVar.inJavaLang("CharSequence", "isEmpty()Z")); + f2532c = o0.plus(o0.plus(o0.plus(o0.plus(o0.plus(o0.plus((Set) linkedHashSet, (Iterable) wVar.inJavaUtil("List", "sort(Ljava/util/Comparator;)V")), (Iterable) wVar.inJavaLang("String", "codePointAt(I)I", "codePointBefore(I)I", "codePointCount(II)I", "compareToIgnoreCase(Ljava/lang/String;)I", "concat(Ljava/lang/String;)Ljava/lang/String;", "contains(Ljava/lang/CharSequence;)Z", "contentEquals(Ljava/lang/CharSequence;)Z", "contentEquals(Ljava/lang/StringBuffer;)Z", "endsWith(Ljava/lang/String;)Z", "equalsIgnoreCase(Ljava/lang/String;)Z", "getBytes()[B", "getBytes(II[BI)V", "getBytes(Ljava/lang/String;)[B", "getBytes(Ljava/nio/charset/Charset;)[B", "getChars(II[CI)V", "indexOf(I)I", "indexOf(II)I", "indexOf(Ljava/lang/String;)I", "indexOf(Ljava/lang/String;I)I", "intern()Ljava/lang/String;", "isEmpty()Z", "lastIndexOf(I)I", "lastIndexOf(II)I", "lastIndexOf(Ljava/lang/String;)I", "lastIndexOf(Ljava/lang/String;I)I", "matches(Ljava/lang/String;)Z", "offsetByCodePoints(II)I", "regionMatches(ILjava/lang/String;II)Z", "regionMatches(ZILjava/lang/String;II)Z", "replaceAll(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", "replace(CC)Ljava/lang/String;", "replaceFirst(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", "replace(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Ljava/lang/String;", "split(Ljava/lang/String;I)[Ljava/lang/String;", "split(Ljava/lang/String;)[Ljava/lang/String;", "startsWith(Ljava/lang/String;I)Z", "startsWith(Ljava/lang/String;)Z", "substring(II)Ljava/lang/String;", "substring(I)Ljava/lang/String;", "toCharArray()[C", "toLowerCase()Ljava/lang/String;", "toLowerCase(Ljava/util/Locale;)Ljava/lang/String;", "toUpperCase()Ljava/lang/String;", "toUpperCase(Ljava/util/Locale;)Ljava/lang/String;", "trim()Ljava/lang/String;", "isBlank()Z", "lines()Ljava/util/stream/Stream;", "repeat(I)Ljava/lang/String;")), (Iterable) wVar.inJavaLang("Double", "isInfinite()Z", "isNaN()Z")), (Iterable) wVar.inJavaLang("Float", "isInfinite()Z", "isNaN()Z")), (Iterable) wVar.inJavaLang("Enum", "getDeclaringClass()Ljava/lang/Class;", "finalize()V")), (Iterable) wVar.inJavaLang("CharSequence", "isEmpty()Z")); w wVar2 = w.a; d = o0.plus(o0.plus(o0.plus(o0.plus(o0.plus(o0.plus((Set) wVar2.inJavaLang("CharSequence", "codePoints()Ljava/util/stream/IntStream;", "chars()Ljava/util/stream/IntStream;"), (Iterable) wVar2.inJavaUtil("Iterator", "forEachRemaining(Ljava/util/function/Consumer;)V")), (Iterable) wVar2.inJavaLang("Iterable", "forEach(Ljava/util/function/Consumer;)V", "spliterator()Ljava/util/Spliterator;")), (Iterable) wVar2.inJavaLang("Throwable", "setStackTrace([Ljava/lang/StackTraceElement;)V", "fillInStackTrace()Ljava/lang/Throwable;", "getLocalizedMessage()Ljava/lang/String;", "printStackTrace()V", "printStackTrace(Ljava/io/PrintStream;)V", "printStackTrace(Ljava/io/PrintWriter;)V", "getStackTrace()[Ljava/lang/StackTraceElement;", "initCause(Ljava/lang/Throwable;)Ljava/lang/Throwable;", "getSuppressed()[Ljava/lang/Throwable;", "addSuppressed(Ljava/lang/Throwable;)V")), (Iterable) wVar2.inJavaUtil("Collection", "spliterator()Ljava/util/Spliterator;", "parallelStream()Ljava/util/stream/Stream;", "stream()Ljava/util/stream/Stream;", "removeIf(Ljava/util/function/Predicate;)Z")), (Iterable) wVar2.inJavaUtil("List", "replaceAll(Ljava/util/function/UnaryOperator;)V")), (Iterable) wVar2.inJavaUtil("Map", "getOrDefault(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", "forEach(Ljava/util/function/BiConsumer;)V", "replaceAll(Ljava/util/function/BiFunction;)V", "merge(Ljava/lang/Object;Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;", "computeIfPresent(Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;", "putIfAbsent(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", "replace(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Z", "replace(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", "computeIfAbsent(Ljava/lang/Object;Ljava/util/function/Function;)Ljava/lang/Object;", "compute(Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;")); e = o0.plus(o0.plus((Set) wVar2.inJavaUtil("Collection", "removeIf(Ljava/util/function/Predicate;)Z"), (Iterable) wVar2.inJavaUtil("List", "replaceAll(Ljava/util/function/UnaryOperator;)V", "sort(Ljava/util/Comparator;)V")), (Iterable) wVar2.inJavaUtil("Map", "computeIfAbsent(Ljava/lang/Object;Ljava/util/function/Function;)Ljava/lang/Object;", "computeIfPresent(Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;", "compute(Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;", "merge(Ljava/lang/Object;Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;", "putIfAbsent(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", "remove(Ljava/lang/Object;Ljava/lang/Object;)Z", "replaceAll(Ljava/util/function/BiFunction;)V", "replace(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", "replace(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Z")); @@ -79,7 +79,7 @@ public final class p { } public final Set getHIDDEN_METHOD_SIGNATURES() { - return f2531c; + return f2532c; } public final Set getMUTABLE_METHOD_SIGNATURES() { diff --git a/app/src/main/java/d0/e0/p/d/m0/c/d0.java b/app/src/main/java/d0/e0/p/d/m0/c/d0.java index d20297e51c..46433de1ca 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/d0.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/d0.java @@ -30,7 +30,7 @@ public final class d0 { public final c0 b; /* renamed from: c reason: collision with root package name */ - public final h f2532c; + public final h f2533c; public final h d; /* compiled from: NotFoundClasses.kt */ @@ -84,7 +84,7 @@ public final class d0 { public final List r; /* renamed from: s reason: collision with root package name */ - public final i f2533s; + public final i f2534s; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public b(o oVar, m mVar, e eVar, boolean z2, int i) { @@ -101,7 +101,7 @@ public final class d0 { arrayList.add(k0.createWithDefaultBound(this, g.f.getEMPTY(), false, j1.INVARIANT, e.identifier(m.stringPlus(ExifInterface.GPS_DIRECTION_TRUE, Integer.valueOf(nextInt))), nextInt, oVar)); } this.r = arrayList; - this.f2533s = new i(this, a1.computeConstructorTypeParameters(this), m0.setOf(d0.e0.p.d.m0.k.x.a.getModule(this).getBuiltIns().getAnyType()), oVar); + this.f2534s = new i(this, a1.computeConstructorTypeParameters(this), m0.setOf(d0.e0.p.d.m0.k.x.a.getModule(this).getBuiltIns().getAnyType()), oVar); } @Override // d0.e0.p.d.m0.c.g1.a @@ -146,7 +146,7 @@ public final class d0 { @Override // d0.e0.p.d.m0.c.h public d0.e0.p.d.m0.n.i getTypeConstructor() { - return this.f2533s; + return this.f2534s; } @Override // d0.e0.p.d.m0.c.i1.u @@ -275,7 +275,7 @@ public final class d0 { m.checkNotNullParameter(c0Var, "module"); this.a = oVar; this.b = c0Var; - this.f2532c = oVar.createMemoizedFunction(new d(this)); + this.f2533c = oVar.createMemoizedFunction(new d(this)); this.d = oVar.createMemoizedFunction(new c(this)); } @@ -284,7 +284,7 @@ public final class d0 { } public static final /* synthetic */ h access$getPackageFragments$p(d0 d0Var) { - return d0Var.f2532c; + return d0Var.f2533c; } public static final /* synthetic */ o access$getStorageManager$p(d0 d0Var) { diff --git a/app/src/main/java/d0/e0/p/d/m0/c/e1.java b/app/src/main/java/d0/e0/p/d/m0/c/e1.java index f46e04f60a..fef27bb121 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/e1.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/e1.java @@ -13,7 +13,7 @@ public final class e1 { public static final class a extends f1 { /* renamed from: c reason: collision with root package name */ - public static final a f2534c = new a(); + public static final a f2535c = new a(); public a() { super("inherited", false); @@ -24,7 +24,7 @@ public final class e1 { public static final class b extends f1 { /* renamed from: c reason: collision with root package name */ - public static final b f2535c = new b(); + public static final b f2536c = new b(); public b() { super("internal", false); @@ -35,7 +35,7 @@ public final class e1 { public static final class c extends f1 { /* renamed from: c reason: collision with root package name */ - public static final c f2536c = new c(); + public static final c f2537c = new c(); public c() { super("invisible_fake", false); @@ -46,7 +46,7 @@ public final class e1 { public static final class d extends f1 { /* renamed from: c reason: collision with root package name */ - public static final d f2537c = new d(); + public static final d f2538c = new d(); public d() { super("local", false); @@ -57,7 +57,7 @@ public final class e1 { public static final class e extends f1 { /* renamed from: c reason: collision with root package name */ - public static final e f2538c = new e(); + public static final e f2539c = new e(); public e() { super("private", false); @@ -68,7 +68,7 @@ public final class e1 { public static final class f extends f1 { /* renamed from: c reason: collision with root package name */ - public static final f f2539c = new f(); + public static final f f2540c = new f(); public f() { super("private_to_this", false); @@ -84,7 +84,7 @@ public final class e1 { public static final class g extends f1 { /* renamed from: c reason: collision with root package name */ - public static final g f2540c = new g(); + public static final g f2541c = new g(); public g() { super("protected", true); @@ -95,7 +95,7 @@ public final class e1 { public static final class h extends f1 { /* renamed from: c reason: collision with root package name */ - public static final h f2541c = new h(); + public static final h f2542c = new h(); public h() { super("public", true); @@ -106,7 +106,7 @@ public final class e1 { public static final class i extends f1 { /* renamed from: c reason: collision with root package name */ - public static final i f2542c = new i(); + public static final i f2543c = new i(); public i() { super(EnvironmentCompat.MEDIA_UNKNOWN, false); @@ -115,11 +115,11 @@ public final class e1 { static { Map createMapBuilder = g0.createMapBuilder(); - createMapBuilder.put(f.f2539c, 0); - createMapBuilder.put(e.f2538c, 0); - createMapBuilder.put(b.f2535c, 1); - createMapBuilder.put(g.f2540c, 1); - createMapBuilder.put(h.f2541c, 2); + createMapBuilder.put(f.f2540c, 0); + createMapBuilder.put(e.f2539c, 0); + createMapBuilder.put(b.f2536c, 1); + createMapBuilder.put(g.f2541c, 1); + createMapBuilder.put(h.f2542c, 2); b = g0.build(createMapBuilder); } @@ -140,6 +140,6 @@ public final class e1 { public final boolean isPrivate(f1 f1Var) { m.checkNotNullParameter(f1Var, "visibility"); - return f1Var == e.f2538c || f1Var == f.f2539c; + return f1Var == e.f2539c || f1Var == f.f2540c; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/g1/d.java b/app/src/main/java/d0/e0/p/d/m0/c/g1/d.java index 5466c517ca..4400c391c3 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/g1/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/g1/d.java @@ -13,7 +13,7 @@ public class d implements c { public final Map> b; /* renamed from: c reason: collision with root package name */ - public final u0 f2543c; + public final u0 f2544c; public d(c0 c0Var, Map> map, u0 u0Var) { if (c0Var == null) { @@ -25,7 +25,7 @@ public class d implements c { } else if (u0Var != null) { this.a = c0Var; this.b = map; - this.f2543c = u0Var; + this.f2544c = u0Var; } else { a(2); throw null; @@ -80,7 +80,7 @@ public class d implements c { @Override // d0.e0.p.d.m0.c.g1.c public u0 getSource() { - u0 u0Var = this.f2543c; + u0 u0Var = this.f2544c; if (u0Var != null) { return u0Var; } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/g1/f.java b/app/src/main/java/d0/e0/p/d/m0/c/g1/f.java index 6909afec33..31099ee02e 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/g1/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/g1/f.java @@ -20,7 +20,7 @@ public final class f { public static final e b; /* renamed from: c reason: collision with root package name */ - public static final e f2544c; + public static final e f2545c; public static final e d; public static final e e; @@ -51,7 +51,7 @@ public final class f { b = identifier2; e identifier3 = e.identifier("level"); m.checkNotNullExpressionValue(identifier3, "identifier(\"level\")"); - f2544c = identifier3; + f2545c = identifier3; e identifier4 = e.identifier("expression"); m.checkNotNullExpressionValue(identifier4, "identifier(\"expression\")"); d = identifier4; @@ -67,7 +67,7 @@ public final class f { m.checkNotNullParameter(str3, "level"); j jVar = new j(hVar, k.a.w, h0.mapOf(d0.o.to(d, new w(str2)), d0.o.to(e, new b(n.emptyList(), new a(hVar))))); d0.e0.p.d.m0.g.b bVar = k.a.u; - e eVar = f2544c; + e eVar = f2545c; d0.e0.p.d.m0.g.a aVar = d0.e0.p.d.m0.g.a.topLevel(k.a.v); m.checkNotNullExpressionValue(aVar, "topLevel(StandardNames.FqNames.deprecationLevel)"); e identifier = e.identifier(str3); diff --git a/app/src/main/java/d0/e0/p/d/m0/c/g1/j.java b/app/src/main/java/d0/e0/p/d/m0/c/g1/j.java index 75dfaf3e48..349fe3db28 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/g1/j.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/g1/j.java @@ -19,7 +19,7 @@ public final class j implements c { public final b b; /* renamed from: c reason: collision with root package name */ - public final Map> f2545c; + public final Map> f2546c; public final Lazy d = d0.g.lazy(i.PUBLICATION, new a(this)); /* compiled from: BuiltInAnnotationDescriptor.kt */ @@ -47,7 +47,7 @@ public final class j implements c { m.checkNotNullParameter(map, "allValueArguments"); this.a = hVar; this.b = bVar; - this.f2545c = map; + this.f2546c = map; } public static final /* synthetic */ h access$getBuiltIns$p(j jVar) { @@ -56,7 +56,7 @@ public final class j implements c { @Override // d0.e0.p.d.m0.c.g1.c public Map> getAllValueArguments() { - return this.f2545c; + return this.f2546c; } @Override // d0.e0.p.d.m0.c.g1.c diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/b0.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/b0.java index 50a70d5793..99d2397523 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/b0.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/b0.java @@ -29,7 +29,7 @@ public abstract class b0 extends l implements m0 { public final b.a r; /* renamed from: s reason: collision with root package name */ - public u f2550s; + public u f2551s; public x t; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -53,7 +53,7 @@ public abstract class b0 extends l implements m0 { } else if (u0Var != null) { this.t = null; this.o = zVar; - this.f2550s = uVar; + this.f2551s = uVar; this.p = n0Var; this.m = z2; this.n = z3; @@ -277,7 +277,7 @@ public abstract class b0 extends l implements m0 { @Override // d0.e0.p.d.m0.c.q, d0.e0.p.d.m0.c.y public u getVisibility() { - u uVar = this.f2550s; + u uVar = this.f2551s; if (uVar != null) { return uVar; } @@ -362,7 +362,7 @@ public abstract class b0 extends l implements m0 { } public void setVisibility(u uVar) { - this.f2550s = uVar; + this.f2551s = uVar; } /* Return type fixed from 'd0.e0.p.d.m0.c.x' to match base method */ diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/c0.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/c0.java index f87e563803..962b1c7c17 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/c0.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/c0.java @@ -41,20 +41,20 @@ public class c0 extends n0 implements n0 { public Collection r; /* renamed from: s reason: collision with root package name */ - public final n0 f2551s; + public final n0 f2552s; public final b.a t; public final boolean u; public final boolean v; public final boolean w; /* renamed from: x reason: collision with root package name */ - public final boolean f2552x; + public final boolean f2553x; /* renamed from: y reason: collision with root package name */ - public final boolean f2553y; + public final boolean f2554y; /* renamed from: z reason: collision with root package name */ - public final boolean f2554z; + public final boolean f2555z; /* compiled from: PropertyDescriptorImpl */ public class a { @@ -62,7 +62,7 @@ public class c0 extends n0 implements n0 { public z b; /* renamed from: c reason: collision with root package name */ - public u f2555c; + public u f2556c; public n0 d = null; public b.a e; public d0.e0.p.d.m0.n.z0 f; @@ -74,7 +74,7 @@ public class c0 extends n0 implements n0 { public a() { this.a = c0.this.getContainingDeclaration(); this.b = c0.this.getModality(); - this.f2555c = c0.this.getVisibility(); + this.f2556c = c0.this.getVisibility(); this.e = c0.this.getKind(); this.f = d0.e0.p.d.m0.n.z0.a; this.g = true; @@ -213,7 +213,7 @@ public class c0 extends n0 implements n0 { p pVar = null; m mVar = this.a; z zVar = this.b; - u uVar = this.f2555c; + u uVar = this.f2556c; n0 n0Var = this.d; b.a aVar2 = this.e; e eVar = this.i; @@ -368,7 +368,7 @@ public class c0 extends n0 implements n0 { public a setVisibility(u uVar) { if (uVar != null) { - this.f2555c = uVar; + this.f2556c = uVar; return this; } a(8); @@ -401,14 +401,14 @@ public class c0 extends n0 implements n0 { this.r = null; this.p = zVar; this.q = uVar; - this.f2551s = n0Var == null ? this : n0Var; + this.f2552s = n0Var == null ? this : n0Var; this.t = aVar; this.u = z3; this.v = z4; this.w = z5; - this.f2552x = z6; - this.f2553y = z7; - this.f2554z = z8; + this.f2553x = z6; + this.f2554y = z7; + this.f2555z = z8; } else { a(6); throw null; @@ -824,7 +824,7 @@ public class c0 extends n0 implements n0 { @Override // d0.e0.p.d.m0.c.i1.l, d0.e0.p.d.m0.c.i1.k, d0.e0.p.d.m0.c.m public n0 getOriginal() { - n0 n0Var = this.f2551s; + n0 n0Var = this.f2552s; n0 original = n0Var == this ? this : n0Var.getOriginal(); if (original != null) { return original; @@ -895,7 +895,7 @@ public class c0 extends n0 implements n0 { @Override // d0.e0.p.d.m0.c.y public boolean isActual() { - return this.f2552x; + return this.f2553x; } @Override // d0.e0.p.d.m0.c.d1 @@ -905,7 +905,7 @@ public class c0 extends n0 implements n0 { @Override // d0.e0.p.d.m0.c.n0 public boolean isDelegated() { - return this.f2554z; + return this.f2555z; } @Override // d0.e0.p.d.m0.c.y @@ -915,7 +915,7 @@ public class c0 extends n0 implements n0 { @Override // d0.e0.p.d.m0.c.y public boolean isExternal() { - return this.f2553y; + return this.f2554y; } @Override // d0.e0.p.d.m0.c.d1 diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/e.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/e.java index bd2d75a5b7..2a4bd2b749 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/e.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/e.java @@ -73,7 +73,7 @@ public abstract class e extends l implements y0 { /* JADX DEBUG: Type inference failed for r0v2. Raw type applied. Possible types: java.util.List, java.util.List */ @Override // d0.e0.p.d.m0.n.u0 public List getParameters() { - List list = ((l) this.a).f2731y; + List list = ((l) this.a).f2732y; if (list != null) { return list; } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/f.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/f.java index 3f18fbb691..7484a4c207 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/f.java @@ -80,13 +80,13 @@ public abstract class f extends l implements z0 { public final x0 b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ f f2556c; + public final /* synthetic */ f f2557c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public c(f fVar, o oVar, x0 x0Var) { super(oVar); if (oVar != null) { - this.f2556c = fVar; + this.f2557c = fVar; this.b = x0Var; return; } @@ -158,7 +158,7 @@ public abstract class f extends l implements z0 { @Override // d0.e0.p.d.m0.n.g public Collection a() { - List d = this.f2556c.d(); + List d = this.f2557c.d(); if (d != null) { return d; } @@ -184,7 +184,7 @@ public abstract class f extends l implements z0 { @Override // d0.e0.p.d.m0.n.g public List e(List list) { if (list != null) { - List b = this.f2556c.b(list); + List b = this.f2557c.b(list); if (b != null) { return b; } @@ -198,7 +198,7 @@ public abstract class f extends l implements z0 { @Override // d0.e0.p.d.m0.n.g public void f(c0 c0Var) { if (c0Var != null) { - this.f2556c.c(c0Var); + this.f2557c.c(c0Var); } else { g(6); throw null; @@ -207,7 +207,7 @@ public abstract class f extends l implements z0 { @Override // d0.e0.p.d.m0.n.u0 public d0.e0.p.d.m0.b.h getBuiltIns() { - d0.e0.p.d.m0.b.h builtIns = d0.e0.p.d.m0.k.x.a.getBuiltIns(this.f2556c); + d0.e0.p.d.m0.b.h builtIns = d0.e0.p.d.m0.k.x.a.getBuiltIns(this.f2557c); if (builtIns != null) { return builtIns; } @@ -217,7 +217,7 @@ public abstract class f extends l implements z0 { @Override // d0.e0.p.d.m0.n.g, d0.e0.p.d.m0.n.u0 public d0.e0.p.d.m0.c.h getDeclarationDescriptor() { - f fVar = this.f2556c; + f fVar = this.f2557c; if (fVar != null) { return fVar; } @@ -241,7 +241,7 @@ public abstract class f extends l implements z0 { } public String toString() { - return this.f2556c.getName().toString(); + return this.f2557c.getName().toString(); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/h0.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/h0.java index c2a9c44830..7b74094f56 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/h0.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/h0.java @@ -21,13 +21,13 @@ public class h0 extends j { public final c0 b; /* renamed from: c reason: collision with root package name */ - public final b f2557c; + public final b f2558c; public h0(c0 c0Var, b bVar) { m.checkNotNullParameter(c0Var, "moduleDescriptor"); m.checkNotNullParameter(bVar, "fqName"); this.b = c0Var; - this.f2557c = bVar; + this.f2558c = bVar; } @Override // d0.e0.p.d.m0.k.a0.j, d0.e0.p.d.m0.k.a0.i @@ -42,10 +42,10 @@ public class h0 extends j { if (!dVar.acceptsKinds(d.a.getPACKAGES_MASK())) { return n.emptyList(); } - if (this.f2557c.isRoot() && dVar.getExcludes().contains(c.b.a)) { + if (this.f2558c.isRoot() && dVar.getExcludes().contains(c.b.a)) { return n.emptyList(); } - Collection subPackagesOf = this.b.getSubPackagesOf(this.f2557c, function1); + Collection subPackagesOf = this.b.getSubPackagesOf(this.f2558c, function1); ArrayList arrayList = new ArrayList(subPackagesOf.size()); for (b bVar : subPackagesOf) { e shortName = bVar.shortName(); @@ -55,7 +55,7 @@ public class h0 extends j { j0 j0Var = null; if (!shortName.isSpecial()) { c0 c0Var = this.b; - b child = this.f2557c.child(shortName); + b child = this.f2558c.child(shortName); m.checkNotNullExpressionValue(child, "fqName.child(name)"); j0 j0Var2 = c0Var.getPackage(child); if (!j0Var2.isEmpty()) { diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/i.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/i.java index a79490756f..db2da000d2 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/i.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/i.java @@ -25,7 +25,7 @@ public class i extends h { public final f r; /* renamed from: s reason: collision with root package name */ - public final u0 f2558s; + public final u0 f2559s; public d0.e0.p.d.m0.k.a0.i t; public Set u; public d v; @@ -54,7 +54,7 @@ public class i extends h { } else if (oVar != null) { this.q = zVar; this.r = fVar; - this.f2558s = new d0.e0.p.d.m0.n.i(this, Collections.emptyList(), collection, oVar); + this.f2559s = new d0.e0.p.d.m0.n.i(this, Collections.emptyList(), collection, oVar); } else { a(6); throw null; @@ -300,7 +300,7 @@ public class i extends h { @Override // d0.e0.p.d.m0.c.h public u0 getTypeConstructor() { - u0 u0Var = this.f2558s; + u0 u0Var = this.f2559s; if (u0Var != null) { return u0Var; } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/k.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/k.java index 0287d923fe..01379a57a3 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/k.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/k.java @@ -70,7 +70,7 @@ public abstract class k extends b implements m { public static String toString(m mVar) { if (mVar != null) { try { - String str = c.f2693c.render(mVar) + "[" + mVar.getClass().getSimpleName() + "@" + Integer.toHexString(System.identityHashCode(mVar)) + "]"; + String str = c.f2694c.render(mVar) + "[" + mVar.getClass().getSimpleName() + "@" + Integer.toHexString(System.identityHashCode(mVar)) + "]"; if (str != null) { return str; } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/k0.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/k0.java index ebddde54b5..6ef2f3a33b 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/k0.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/k0.java @@ -19,7 +19,7 @@ import kotlin.jvm.functions.Function1; public class k0 extends f { /* renamed from: s reason: collision with root package name */ - public final Function1 f2559s; + public final Function1 f2560s; public final List t; public boolean u; @@ -47,7 +47,7 @@ public class k0 extends f { } else if (oVar != null) { this.t = new ArrayList(1); this.u = false; - this.f2559s = function1; + this.f2560s = function1; } else { a(25); throw null; @@ -253,7 +253,7 @@ public class k0 extends f { @Override // d0.e0.p.d.m0.c.i1.f public void c(c0 c0Var) { if (c0Var != null) { - Function1 function1 = this.f2559s; + Function1 function1 = this.f2560s; if (function1 != null) { function1.invoke(c0Var); return; diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/l0.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/l0.java index a8d0d3ff1d..babd32c7bc 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/l0.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/l0.java @@ -26,7 +26,7 @@ public class l0 extends m0 implements c1 { public final boolean r; /* renamed from: s reason: collision with root package name */ - public final c0 f2560s; + public final c0 f2561s; public final c1 t; /* compiled from: ValueParameterDescriptorImpl.kt */ @@ -112,7 +112,7 @@ public class l0 extends m0 implements c1 { this.p = z2; this.q = z3; this.r = z4; - this.f2560s = c0Var2; + this.f2561s = c0Var2; this.t = c1Var == null ? this : c1Var; } @@ -182,7 +182,7 @@ public class l0 extends m0 implements c1 { @Override // d0.e0.p.d.m0.c.c1 public c0 getVarargElementType() { - return this.f2560s; + return this.f2561s; } @Override // d0.e0.p.d.m0.c.q, d0.e0.p.d.m0.c.y diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/o.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/o.java index 7110366927..845559f189 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/o.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/o.java @@ -33,7 +33,7 @@ public class o extends h { public final i r; /* renamed from: s reason: collision with root package name */ - public final j> f2561s; + public final j> f2562s; public final g t; /* compiled from: EnumEntrySyntheticClassDescriptor */ @@ -41,7 +41,7 @@ public class o extends h { public final h> b; /* renamed from: c reason: collision with root package name */ - public final h> f2562c; + public final h> f2563c; public final j> d; public final /* synthetic */ o e; @@ -89,7 +89,7 @@ public class o extends h { a aVar = a.this; Objects.requireNonNull(aVar); HashSet hashSet = new HashSet(); - for (e eVar : aVar.e.f2561s.mo1invoke()) { + for (e eVar : aVar.e.f2562s.mo1invoke()) { d0.e0.p.d.m0.d.b.d dVar = d0.e0.p.d.m0.d.b.d.FOR_NON_TRACKED_SCOPE; hashSet.addAll(aVar.getContributedFunctions(eVar, dVar)); hashSet.addAll(aVar.getContributedVariables(eVar, dVar)); @@ -151,7 +151,7 @@ public class o extends h { if (oVar2 != null) { this.e = oVar; this.b = oVar2.createMemoizedFunction(new C0219a(oVar)); - this.f2562c = oVar2.createMemoizedFunction(new b(oVar)); + this.f2563c = oVar2.createMemoizedFunction(new b(oVar)); this.d = oVar2.createLazyValue(new c(oVar)); return; } @@ -442,7 +442,7 @@ public class o extends h { a(1); throw null; } else if (bVar != null) { - Collection collection = (Collection) ((f.m) this.f2562c).invoke(eVar); + Collection collection = (Collection) ((f.m) this.f2563c).invoke(eVar); if (collection != null) { return collection; } @@ -456,7 +456,7 @@ public class o extends h { @Override // d0.e0.p.d.m0.k.a0.j, d0.e0.p.d.m0.k.a0.i public Set getFunctionNames() { - Set invoke = this.e.f2561s.mo1invoke(); + Set invoke = this.e.f2562s.mo1invoke(); if (invoke != null) { return invoke; } @@ -466,7 +466,7 @@ public class o extends h { @Override // d0.e0.p.d.m0.k.a0.j, d0.e0.p.d.m0.k.a0.i public Set getVariableNames() { - Set invoke = this.e.f2561s.mo1invoke(); + Set invoke = this.e.f2562s.mo1invoke(); if (invoke != null) { return invoke; } @@ -497,7 +497,7 @@ public class o extends h { this.t = gVar; this.q = new d0.e0.p.d.m0.n.i(this, Collections.emptyList(), Collections.singleton(c0Var), oVar); this.r = new a(this, oVar); - this.f2561s = jVar; + this.f2562s = jVar; } else { a(12); throw null; diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/q.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/q.java index f42a7a1b78..fba86cff9b 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/q.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/q.java @@ -49,20 +49,20 @@ public abstract class q extends l implements x { public z r; /* renamed from: s reason: collision with root package name */ - public u f2563s; + public u f2564s; public boolean t; public boolean u; public boolean v; public boolean w; /* renamed from: x reason: collision with root package name */ - public boolean f2564x; + public boolean f2565x; /* renamed from: y reason: collision with root package name */ - public boolean f2565y; + public boolean f2566y; /* renamed from: z reason: collision with root package name */ - public boolean f2566z; + public boolean f2567z; /* compiled from: FunctionDescriptorImpl */ public class a implements Function0> { @@ -104,7 +104,7 @@ public abstract class q extends l implements x { public m b; /* renamed from: c reason: collision with root package name */ - public z f2567c; + public z f2568c; public u d; public x e; public b.a f; @@ -122,7 +122,7 @@ public abstract class q extends l implements x { public g r; /* renamed from: s reason: collision with root package name */ - public boolean f2568s; + public boolean f2569s; public Map, Object> t; public Boolean u; public boolean v; @@ -158,13 +158,13 @@ public abstract class q extends l implements x { this.p = qVar.isHiddenToOvercomeSignatureClash(); this.q = null; this.r = null; - this.f2568s = qVar.isHiddenForResolutionEverywhereBesideSupercalls(); + this.f2569s = qVar.isHiddenForResolutionEverywhereBesideSupercalls(); this.t = new LinkedHashMap(); this.u = null; this.v = false; this.a = z0Var; this.b = mVar; - this.f2567c = zVar; + this.f2568c = zVar; this.d = uVar; this.f = aVar; this.g = list; @@ -567,7 +567,7 @@ public abstract class q extends l implements x { /* Return type fixed from 'd0.e0.p.d.m0.c.i1.q$c' to match base method */ @Override // d0.e0.p.d.m0.c.x.a public x.a setHiddenForResolutionEverywhereBesideSupercalls() { - this.f2568s = true; + this.f2569s = true; return this; } @@ -598,7 +598,7 @@ public abstract class q extends l implements x { @Override // d0.e0.p.d.m0.c.x.a public x.a setModality(z zVar) { if (zVar != null) { - this.f2567c = zVar; + this.f2568c = zVar; return this; } a(9); @@ -720,14 +720,14 @@ public abstract class q extends l implements x { a(3); throw null; } else if (u0Var != null) { - this.f2563s = t.i; + this.f2564s = t.i; this.t = false; this.u = false; this.v = false; this.w = false; - this.f2564x = false; - this.f2565y = false; - this.f2566z = false; + this.f2565x = false; + this.f2566y = false; + this.f2567z = false; this.A = false; this.B = false; this.C = false; @@ -1084,18 +1084,18 @@ public abstract class q extends l implements x { if (!zArr[0] && cVar.v) { return this; } - b2.initialize(f0Var, q0Var, arrayList, substitutedValueParameters, substitute, cVar.f2567c, cVar.d); + b2.initialize(f0Var, q0Var, arrayList, substitutedValueParameters, substitute, cVar.f2568c, cVar.d); b2.setOperator(this.t); b2.setInfix(this.u); b2.setExternal(this.v); b2.setInline(this.w); - b2.setTailrec(this.f2564x); + b2.setTailrec(this.f2565x); b2.setSuspend(this.C); - b2.setExpect(this.f2565y); - b2.setActual(this.f2566z); + b2.setExpect(this.f2566y); + b2.setActual(this.f2567z); b2.setHasStableParameterNames(this.D); b2.A = cVar.p; - b2.B = cVar.f2568s; + b2.B = cVar.f2569s; Boolean bool = cVar.u; b2.setHasSynthesizedParameterNames(bool != null ? bool.booleanValue() : this.E); if (!cVar.t.isEmpty() || this.K != null) { @@ -1255,7 +1255,7 @@ public abstract class q extends l implements x { @Override // d0.e0.p.d.m0.c.q, d0.e0.p.d.m0.c.y public u getVisibility() { - u uVar = this.f2563s; + u uVar = this.f2564s; if (uVar != null) { return uVar; } @@ -1284,7 +1284,7 @@ public abstract class q extends l implements x { this.n = d0.t.u.toList(list2); this.o = c0Var; this.r = zVar; - this.f2563s = uVar; + this.f2564s = uVar; this.p = q0Var; this.q = q0Var2; for (int i = 0; i < list.size(); i++) { @@ -1308,12 +1308,12 @@ public abstract class q extends l implements x { @Override // d0.e0.p.d.m0.c.y public boolean isActual() { - return this.f2566z; + return this.f2567z; } @Override // d0.e0.p.d.m0.c.y public boolean isExpect() { - return this.f2565y; + return this.f2566y; } @Override // d0.e0.p.d.m0.c.y @@ -1369,7 +1369,7 @@ public abstract class q extends l implements x { @Override // d0.e0.p.d.m0.c.x public boolean isTailrec() { - return this.f2564x; + return this.f2565x; } @Override // d0.e0.p.d.m0.c.x, d0.e0.p.d.m0.c.t0 @@ -1385,11 +1385,11 @@ public abstract class q extends l implements x { } public void setActual(boolean z2) { - this.f2566z = z2; + this.f2567z = z2; } public void setExpect(boolean z2) { - this.f2565y = z2; + this.f2566y = z2; } public void setExternal(boolean z2) { @@ -1449,12 +1449,12 @@ public abstract class q extends l implements x { } public void setTailrec(boolean z2) { - this.f2564x = z2; + this.f2565x = z2; } public void setVisibility(u uVar) { if (uVar != null) { - this.f2563s = uVar; + this.f2564s = uVar; } else { a(9); throw null; diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/x.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/x.java index 175a4307eb..ff3c1634bb 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/x.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/x.java @@ -9,7 +9,7 @@ public final class x implements w { public final Set b; /* renamed from: c reason: collision with root package name */ - public final List f2569c; + public final List f2570c; public x(List list, Set set, List list2, Set set2) { m.checkNotNullParameter(list, "allDependencies"); @@ -18,7 +18,7 @@ public final class x implements w { m.checkNotNullParameter(set2, "allExpectedByDependencies"); this.a = list; this.b = set; - this.f2569c = list2; + this.f2570c = list2; } @Override // d0.e0.p.d.m0.c.i1.w @@ -28,7 +28,7 @@ public final class x implements w { @Override // d0.e0.p.d.m0.c.i1.w public List getDirectExpectedByDependencies() { - return this.f2569c; + return this.f2570c; } @Override // d0.e0.p.d.m0.c.i1.w diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/z.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/z.java index b86a30bb34..05eaccf1d9 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/z.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/z.java @@ -26,14 +26,14 @@ public class z extends h { public final boolean r; /* renamed from: s reason: collision with root package name */ - public d0.e0.p.d.m0.c.z f2570s; + public d0.e0.p.d.m0.c.z f2571s; public u t; public u0 u; public List v; public final Collection w; /* renamed from: x reason: collision with root package name */ - public final o f2571x; + public final o f2572x; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public z(m mVar, f fVar, boolean z2, boolean z3, e eVar, d0.e0.p.d.m0.c.u0 u0Var, o oVar) { @@ -52,7 +52,7 @@ public class z extends h { throw null; } else if (oVar != null) { this.w = new ArrayList(); - this.f2571x = oVar; + this.f2572x = oVar; this.q = fVar; this.r = z2; } else { @@ -248,7 +248,7 @@ public class z extends h { } public void createTypeConstructor() { - this.u = new i(this, this.v, this.w, this.f2571x); + this.u = new i(this, this.v, this.w, this.f2572x); Iterator it = getConstructors().iterator(); while (it.hasNext()) { ((g) it.next()).setReturnType(getDefaultType()); @@ -302,7 +302,7 @@ public class z extends h { @Override // d0.e0.p.d.m0.c.e, d0.e0.p.d.m0.c.y public d0.e0.p.d.m0.c.z getModality() { - d0.e0.p.d.m0.c.z zVar = this.f2570s; + d0.e0.p.d.m0.c.z zVar = this.f2571s; if (zVar != null) { return zVar; } @@ -411,7 +411,7 @@ public class z extends h { public void setModality(d0.e0.p.d.m0.c.z zVar) { if (zVar != null) { - this.f2570s = zVar; + this.f2571s = zVar; } else { a(6); throw null; diff --git a/app/src/main/java/d0/e0/p/d/m0/c/j1/a.java b/app/src/main/java/d0/e0/p/d/m0/c/j1/a.java index 59a4588b6d..e8f38bec86 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/j1/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/j1/a.java @@ -7,7 +7,7 @@ import d0.z.d.m; public final class a extends f1 { /* renamed from: c reason: collision with root package name */ - public static final a f2572c = new a(); + public static final a f2573c = new a(); public a() { super("package", false); @@ -29,6 +29,6 @@ public final class a extends f1 { @Override // d0.e0.p.d.m0.c.f1 public f1 normalize() { - return e1.g.f2540c; + return e1.g.f2541c; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/j1/b.java b/app/src/main/java/d0/e0/p/d/m0/c/j1/b.java index abcd17bfbf..f34ff971f8 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/j1/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/j1/b.java @@ -7,7 +7,7 @@ import d0.z.d.m; public final class b extends f1 { /* renamed from: c reason: collision with root package name */ - public static final b f2573c = new b(); + public static final b f2574c = new b(); public b() { super("protected_and_package", true); @@ -19,7 +19,7 @@ public final class b extends f1 { if (m.areEqual(this, f1Var)) { return 0; } - if (f1Var == e1.b.f2535c) { + if (f1Var == e1.b.f2536c) { return null; } return Integer.valueOf(e1.a.isPrivate(f1Var) ? 1 : -1); @@ -32,6 +32,6 @@ public final class b extends f1 { @Override // d0.e0.p.d.m0.c.f1 public f1 normalize() { - return e1.g.f2540c; + return e1.g.f2541c; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/j1/c.java b/app/src/main/java/d0/e0/p/d/m0/c/j1/c.java index 88b0426649..07442b3d60 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/j1/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/j1/c.java @@ -6,7 +6,7 @@ import d0.e0.p.d.m0.c.f1; public final class c extends f1 { /* renamed from: c reason: collision with root package name */ - public static final c f2574c = new c(); + public static final c f2575c = new c(); public c() { super("protected_static", true); @@ -19,6 +19,6 @@ public final class c extends f1 { @Override // d0.e0.p.d.m0.c.f1 public f1 normalize() { - return e1.g.f2540c; + return e1.g.f2541c; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/a/a.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/a/a.java index 5c7d9bf7b2..8a262a08a2 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/a/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/a/a.java @@ -21,7 +21,7 @@ public final class a { public final g b; /* renamed from: c reason: collision with root package name */ - public final ConcurrentHashMap f2575c = new ConcurrentHashMap<>(); + public final ConcurrentHashMap f2576c = new ConcurrentHashMap<>(); public a(f fVar, g gVar) { m.checkNotNullParameter(fVar, "resolver"); @@ -33,7 +33,7 @@ public final class a { public final i getPackagePartScope(f fVar) { Collection

collection; m.checkNotNullParameter(fVar, "fileClass"); - ConcurrentHashMap concurrentHashMap = this.f2575c; + ConcurrentHashMap concurrentHashMap = this.f2576c; d0.e0.p.d.m0.g.a classId = fVar.getClassId(); i iVar = concurrentHashMap.get(classId); if (iVar == null) { diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/a/f.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/a/f.java index bc1182ca59..191a64c203 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/a/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/a/f.java @@ -12,7 +12,7 @@ public final class f implements p { public final Class b; /* renamed from: c reason: collision with root package name */ - public final d0.e0.p.d.m0.e.b.b0.a f2576c; + public final d0.e0.p.d.m0.e.b.b0.a f2577c; /* compiled from: ReflectKotlinClass.kt */ public static final class a { @@ -33,7 +33,7 @@ public final class f implements p { public f(Class cls, d0.e0.p.d.m0.e.b.b0.a aVar, DefaultConstructorMarker defaultConstructorMarker) { this.b = cls; - this.f2576c = aVar; + this.f2577c = aVar; } public boolean equals(Object obj) { @@ -42,7 +42,7 @@ public final class f implements p { @Override // d0.e0.p.d.m0.e.b.p public d0.e0.p.d.m0.e.b.b0.a getClassHeader() { - return this.f2576c; + return this.f2577c; } @Override // d0.e0.p.d.m0.e.b.p diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/a/k.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/a/k.java index 2f590c7fa1..7f2fdb9c6b 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/a/k.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/a/k.java @@ -23,7 +23,7 @@ public final class k { public final j b; /* renamed from: c reason: collision with root package name */ - public final a f2577c; + public final a f2578c; /* compiled from: RuntimeModuleData.kt */ public static final class a { @@ -61,7 +61,7 @@ public final class k { public k(j jVar, a aVar, DefaultConstructorMarker defaultConstructorMarker) { this.b = jVar; - this.f2577c = aVar; + this.f2578c = aVar; } public final j getDeserialization() { @@ -73,6 +73,6 @@ public final class k { } public final a getPackagePartScopeCache() { - return this.f2577c; + return this.f2578c; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/b.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/b.java index 4d0a595df0..9cd3181010 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/b.java @@ -45,7 +45,7 @@ public final class b { public static final Map, Class> b; /* renamed from: c reason: collision with root package name */ - public static final Map, Class> f2578c; + public static final Map, Class> f2579c; public static final Map>, Integer> d; /* compiled from: reflectClassUtil.kt */ @@ -101,7 +101,7 @@ public final class b { c cVar2 = (c) it2.next(); arrayList2.add(d0.o.to(d0.z.a.getJavaPrimitiveType(cVar2), d0.z.a.getJavaObjectType(cVar2))); } - f2578c = h0.toMap(arrayList2); + f2579c = h0.toMap(arrayList2); List listOf2 = n.listOf((Object[]) new Class[]{Function0.class, Function1.class, Function2.class, Function3.class, Function4.class, Function5.class, Function6.class, Function7.class, Function8.class, Function9.class, Function10.class, Function11.class, Function12.class, Function13.class, Function14.class, Function15.class, Function16.class, d0.z.c.a.class, d0.z.c.b.class, d0.z.c.c.class, d.class, e.class, f.class}); ArrayList arrayList3 = new ArrayList(d0.t.o.collectionSizeOrDefault(listOf2, 10)); for (Object obj : listOf2) { @@ -189,7 +189,7 @@ public final class b { public static final Class getWrapperByPrimitive(Class cls) { m.checkNotNullParameter(cls, ""); - return f2578c.get(cls); + return f2579c.get(cls); } public static final boolean isEnumClassOrSpecializedEnumEntryClass(Class cls) { diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/e.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/e.java index bd3aa85f2a..6cacecd524 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/e.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/e.java @@ -8,17 +8,17 @@ import java.lang.annotation.Annotation; public final class e extends d implements c { /* renamed from: c reason: collision with root package name */ - public final Annotation f2579c; + public final Annotation f2580c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public e(d0.e0.p.d.m0.g.e eVar, Annotation annotation) { super(eVar); m.checkNotNullParameter(annotation, "annotation"); - this.f2579c = annotation; + this.f2580c = annotation; } @Override // d0.e0.p.d.m0.e.a.k0.c public a getAnnotation() { - return new c(this.f2579c); + return new c(this.f2580c); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/h.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/h.java index 061ed06c02..94fd3195ca 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/h.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/h.java @@ -9,18 +9,18 @@ import java.util.List; public final class h extends d implements e { /* renamed from: c reason: collision with root package name */ - public final Object[] f2580c; + public final Object[] f2581c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public h(d0.e0.p.d.m0.g.e eVar, Object[] objArr) { super(eVar); m.checkNotNullParameter(objArr, "values"); - this.f2580c = objArr; + this.f2581c = objArr; } @Override // d0.e0.p.d.m0.e.a.k0.e public List getElements() { - Object[] objArr = this.f2580c; + Object[] objArr = this.f2581c; ArrayList arrayList = new ArrayList(objArr.length); for (Object obj : objArr) { d.a aVar = d.a; diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/i.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/i.java index 21a2fa32f2..69024d15bd 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/i.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/i.java @@ -13,7 +13,7 @@ public final class i extends w implements f { public final Type b; /* renamed from: c reason: collision with root package name */ - public final w f2581c; + public final w f2582c; public final Collection d; public i(Type type) { @@ -41,7 +41,7 @@ public final class i extends w implements f { P.append(type); throw new IllegalArgumentException(P.toString()); } - this.f2581c = wVar; + this.f2582c = wVar; this.d = n.emptyList(); } @@ -52,7 +52,7 @@ public final class i extends w implements f { @Override // d0.e0.p.d.m0.e.a.k0.f public w getComponentType() { - return this.f2581c; + return this.f2582c; } @Override // d0.e0.p.d.m0.c.k1.b.w diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/k.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/k.java index f9645b387a..7d5df446cd 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/k.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/k.java @@ -8,17 +8,17 @@ import d0.z.d.m; public final class k extends d implements h { /* renamed from: c reason: collision with root package name */ - public final Class f2582c; + public final Class f2583c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public k(e eVar, Class cls) { super(eVar); m.checkNotNullParameter(cls, "klass"); - this.f2582c = cls; + this.f2583c = cls; } @Override // d0.e0.p.d.m0.e.a.k0.h public x getReferencedType() { - return w.a.create(this.f2582c); + return w.a.create(this.f2583c); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/l.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/l.java index c47f379ae5..b19801898b 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/l.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/l.java @@ -21,7 +21,7 @@ public final class l extends w implements j { public final Type b; /* renamed from: c reason: collision with root package name */ - public final i f2583c; + public final i f2584c; public l(Type type) { i iVar; @@ -43,7 +43,7 @@ public final class l extends w implements j { P.append(reflectType); throw new IllegalStateException(P.toString()); } - this.f2583c = iVar; + this.f2584c = iVar; } @Override // d0.e0.p.d.m0.c.k1.b.w, d0.e0.p.d.m0.e.a.k0.d @@ -59,7 +59,7 @@ public final class l extends w implements j { @Override // d0.e0.p.d.m0.e.a.k0.j public i getClassifier() { - return this.f2583c; + return this.f2584c; } @Override // d0.e0.p.d.m0.e.a.k0.j diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/o.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/o.java index a58e96536a..9f0293f258 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/o.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/o.java @@ -7,23 +7,23 @@ import d0.e0.p.d.m0.g.e; public final class o extends d implements m { /* renamed from: c reason: collision with root package name */ - public final Enum f2584c; + public final Enum f2585c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public o(e eVar, Enum r3) { super(eVar); d0.z.d.m.checkNotNullParameter(r3, "value"); - this.f2584c = r3; + this.f2585c = r3; } @Override // d0.e0.p.d.m0.e.a.k0.m public e getEntryName() { - return e.identifier(this.f2584c.name()); + return e.identifier(this.f2585c.name()); } @Override // d0.e0.p.d.m0.e.a.k0.m public a getEnumClassId() { - Class cls = this.f2584c.getClass(); + Class cls = this.f2585c.getClass(); if (!cls.isEnum()) { cls = cls.getEnclosingClass(); } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/q.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/q.java index 753e1cbba6..9b2948ad46 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/q.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/q.java @@ -7,17 +7,17 @@ import d0.z.d.m; public final class q extends d implements o { /* renamed from: c reason: collision with root package name */ - public final Object f2585c; + public final Object f2586c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public q(e eVar, Object obj) { super(eVar); m.checkNotNullParameter(obj, "value"); - this.f2585c = obj; + this.f2586c = obj; } @Override // d0.e0.p.d.m0.e.a.k0.o public Object getValue() { - return this.f2585c; + return this.f2586c; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/t.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/t.java index 5ccdf9f873..b9be306812 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/t.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/t.java @@ -15,7 +15,7 @@ public interface t extends s { public static f1 getVisibility(t tVar) { m.checkNotNullParameter(tVar, "this"); int modifiers = tVar.getModifiers(); - return Modifier.isPublic(modifiers) ? e1.h.f2541c : Modifier.isPrivate(modifiers) ? e1.e.f2538c : Modifier.isProtected(modifiers) ? Modifier.isStatic(modifiers) ? c.f2574c : b.f2573c : d0.e0.p.d.m0.c.j1.a.f2572c; + return Modifier.isPublic(modifiers) ? e1.h.f2542c : Modifier.isPrivate(modifiers) ? e1.e.f2539c : Modifier.isProtected(modifiers) ? Modifier.isStatic(modifiers) ? c.f2575c : b.f2574c : d0.e0.p.d.m0.c.j1.a.f2573c; } public static boolean isAbstract(t tVar) { diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/v.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/v.java index 557ddcd49c..f9242af90f 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/v.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/v.java @@ -12,7 +12,7 @@ public final class v extends w implements d0.e0.p.d.m0.e.a.k0.v { public final Class b; /* renamed from: c reason: collision with root package name */ - public final Collection f2586c = n.emptyList(); + public final Collection f2587c = n.emptyList(); public v(Class cls) { m.checkNotNullParameter(cls, "reflectType"); @@ -21,7 +21,7 @@ public final class v extends w implements d0.e0.p.d.m0.e.a.k0.v { @Override // d0.e0.p.d.m0.e.a.k0.d public Collection getAnnotations() { - return this.f2586c; + return this.f2587c; } @Override // d0.e0.p.d.m0.c.k1.b.w diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/y.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/y.java index 3d5f0d6b8a..7e83275555 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/y.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/y.java @@ -12,7 +12,7 @@ public final class y extends n implements a0 { public final Annotation[] b; /* renamed from: c reason: collision with root package name */ - public final String f2587c; + public final String f2588c; public final boolean d; public y(w wVar, Annotation[] annotationArr, String str, boolean z2) { @@ -20,7 +20,7 @@ public final class y extends n implements a0 { m.checkNotNullParameter(annotationArr, "reflectAnnotations"); this.a = wVar; this.b = annotationArr; - this.f2587c = str; + this.f2588c = str; this.d = z2; } @@ -37,7 +37,7 @@ public final class y extends n implements a0 { @Override // d0.e0.p.d.m0.e.a.k0.a0 public e getName() { - String str = this.f2587c; + String str = this.f2588c; if (str == null) { return null; } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/z.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/z.java index e3ecce91dd..a328a68657 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/z.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/z.java @@ -14,7 +14,7 @@ public final class z extends w implements b0 { public final WildcardType b; /* renamed from: c reason: collision with root package name */ - public final Collection f2588c = n.emptyList(); + public final Collection f2589c = n.emptyList(); public z(WildcardType wildcardType) { m.checkNotNullParameter(wildcardType, "reflectType"); @@ -23,7 +23,7 @@ public final class z extends w implements b0 { @Override // d0.e0.p.d.m0.e.a.k0.d public Collection getAnnotations() { - return this.f2588c; + return this.f2589c; } @Override // d0.e0.p.d.m0.e.a.k0.b0 diff --git a/app/src/main/java/d0/e0/p/d/m0/c/l0.java b/app/src/main/java/d0/e0/p/d/m0/c/l0.java index a82acb8a14..2dca14a584 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/l0.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/l0.java @@ -9,7 +9,7 @@ public final class l0 { public final List b; /* renamed from: c reason: collision with root package name */ - public final l0 f2589c; + public final l0 f2590c; /* JADX DEBUG: Multi-variable search result rejected for r3v0, resolved type: java.util.List */ /* JADX WARN: Multi-variable type inference failed */ @@ -18,7 +18,7 @@ public final class l0 { m.checkNotNullParameter(list, "arguments"); this.a = iVar; this.b = list; - this.f2589c = l0Var; + this.f2590c = l0Var; } public final List getArguments() { @@ -30,6 +30,6 @@ public final class l0 { } public final l0 getOuterType() { - return this.f2589c; + return this.f2590c; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/r0.java b/app/src/main/java/d0/e0/p/d/m0/c/r0.java index e106f3830a..6629c53e0e 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/r0.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/r0.java @@ -19,7 +19,7 @@ public final class r0 { public static final /* synthetic */ KProperty[] b = {a0.property1(new y(a0.getOrCreateKotlinClass(r0.class), "scopeForOwnerModule", "getScopeForOwnerModule()Lorg/jetbrains/kotlin/resolve/scopes/MemberScope;"))}; /* renamed from: c reason: collision with root package name */ - public final e f2590c; + public final e f2591c; public final Function1 d; public final g e; public final j f; @@ -58,7 +58,7 @@ public final class r0 { } public r0(e eVar, o oVar, Function1 function1, g gVar, DefaultConstructorMarker defaultConstructorMarker) { - this.f2590c = eVar; + this.f2591c = eVar; this.d = function1; this.e = gVar; this.f = oVar.createLazyValue(new s0(this)); @@ -74,11 +74,11 @@ public final class r0 { public final T getScope(g gVar) { m.checkNotNullParameter(gVar, "kotlinTypeRefiner"); - if (!gVar.isRefinementNeededForModule(d0.e0.p.d.m0.k.x.a.getModule(this.f2590c))) { + if (!gVar.isRefinementNeededForModule(d0.e0.p.d.m0.k.x.a.getModule(this.f2591c))) { return (T) ((i) n.getValue(this.f, this, b[0])); } - u0 typeConstructor = this.f2590c.getTypeConstructor(); + u0 typeConstructor = this.f2591c.getTypeConstructor(); m.checkNotNullExpressionValue(typeConstructor, "classDescriptor.typeConstructor"); - return !gVar.isRefinementNeededForTypeConstructor(typeConstructor) ? (T) ((i) n.getValue(this.f, this, b[0])) : (T) gVar.getOrPutScopeForClass(this.f2590c, new b(this, gVar)); + return !gVar.isRefinementNeededForTypeConstructor(typeConstructor) ? (T) ((i) n.getValue(this.f, this, b[0])) : (T) gVar.getOrPutScopeForClass(this.f2591c, new b(this, gVar)); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/t.java b/app/src/main/java/d0/e0/p/d/m0/c/t.java index 39b8cdb4d5..08c03b7d49 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/t.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/t.java @@ -16,7 +16,7 @@ public class t { public static final u b; /* renamed from: c reason: collision with root package name */ - public static final u f2591c; + public static final u f2592c; public static final u d; public static final u e; public static final u f; @@ -455,23 +455,23 @@ public class t { } static { - d dVar = new d(e1.e.f2538c); + d dVar = new d(e1.e.f2539c); a = dVar; - e eVar = new e(e1.f.f2539c); + e eVar = new e(e1.f.f2540c); b = eVar; - f fVar = new f(e1.g.f2540c); - f2591c = fVar; - g gVar = new g(e1.b.f2535c); + f fVar = new f(e1.g.f2541c); + f2592c = fVar; + g gVar = new g(e1.b.f2536c); d = gVar; - h hVar = new h(e1.h.f2541c); + h hVar = new h(e1.h.f2542c); e = hVar; - i iVar = new i(e1.d.f2537c); + i iVar = new i(e1.d.f2538c); f = iVar; - j jVar = new j(e1.a.f2534c); + j jVar = new j(e1.a.f2535c); g = jVar; - k kVar = new k(e1.c.f2536c); + k kVar = new k(e1.c.f2537c); h = kVar; - l lVar = new l(e1.i.f2542c); + l lVar = new l(e1.i.f2543c); i = lVar; Collections.unmodifiableSet(n0.setOf((Object[]) new u[]{dVar, eVar, gVar, iVar})); HashMap newHashMapWithExpectedSize = d0.e0.p.d.m0.p.a.newHashMapWithExpectedSize(4); diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/a0.java b/app/src/main/java/d0/e0/p/d/m0/e/a/a0.java index 28c2fb4f55..ce2b506821 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/a0.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/a0.java @@ -12,7 +12,7 @@ public final class a0 { public static final e b = e.identifier("value"); /* renamed from: c reason: collision with root package name */ - public static final b f2596c = new b(Target.class.getCanonicalName()); + public static final b f2597c = new b(Target.class.getCanonicalName()); public static final b d = new b(Retention.class.getCanonicalName()); public static final b e = new b(Deprecated.class.getCanonicalName()); public static final b f = new b(Documented.class.getCanonicalName()); @@ -30,7 +30,7 @@ public final class a0 { public static final b r = new b("kotlin.annotations.jvm.internal.DefaultValue"); /* renamed from: s reason: collision with root package name */ - public static final b f2597s = new b("kotlin.annotations.jvm.internal.DefaultNull"); + public static final b f2598s = new b("kotlin.annotations.jvm.internal.DefaultNull"); static { b bVar = new b("kotlin.Metadata"); diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/b.java b/app/src/main/java/d0/e0/p/d/m0/e/a/b.java index 51d0bc5df5..242d57360e 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/b.java @@ -17,7 +17,7 @@ public final class b { public static final d0.e0.p.d.m0.g.b b = new d0.e0.p.d.m0.g.b("javax.annotation.meta.TypeQualifier"); /* renamed from: c reason: collision with root package name */ - public static final d0.e0.p.d.m0.g.b f2598c = new d0.e0.p.d.m0.g.b("javax.annotation.meta.TypeQualifierDefault"); + public static final d0.e0.p.d.m0.g.b f2599c = new d0.e0.p.d.m0.g.b("javax.annotation.meta.TypeQualifierDefault"); public static final d0.e0.p.d.m0.g.b d = new d0.e0.p.d.m0.g.b("kotlin.annotations.jvm.UnderMigration"); public static final List e; public static final Map f; @@ -52,7 +52,7 @@ public final class b { } public static final d0.e0.p.d.m0.g.b getTYPE_QUALIFIER_DEFAULT_FQNAME() { - return f2598c; + return f2599c; } public static final d0.e0.p.d.m0.g.b getTYPE_QUALIFIER_FQNAME() { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/b0.java b/app/src/main/java/d0/e0/p/d/m0/e/a/b0.java index b868d7ce49..b1c56f0ecf 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/b0.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/b0.java @@ -12,7 +12,7 @@ public final class b0 { public static final b b; /* renamed from: c reason: collision with root package name */ - public static final b f2599c; + public static final b f2600c; public static final List d; public static final b e; public static final b f = new b("javax.annotation.CheckForNull"); @@ -30,7 +30,7 @@ public final class b0 { b bVar2 = new b("org.jspecify.annotations.NullnessUnspecified"); b = bVar2; b bVar3 = new b("org.jspecify.annotations.DefaultNonNull"); - f2599c = bVar3; + f2600c = bVar3; List listOf = n.listOf((Object[]) new b[]{a0.i, new b("androidx.annotation.Nullable"), new b("androidx.annotation.Nullable"), new b("android.annotation.Nullable"), new b("com.android.annotations.Nullable"), new b("org.eclipse.jdt.annotation.Nullable"), new b("org.checkerframework.checker.nullness.qual.Nullable"), new b("javax.annotation.Nullable"), new b("javax.annotation.CheckForNull"), new b("edu.umd.cs.findbugs.annotations.CheckForNull"), new b("edu.umd.cs.findbugs.annotations.Nullable"), new b("edu.umd.cs.findbugs.annotations.PossiblyNull"), new b("io.reactivex.annotations.Nullable")}); d = listOf; b bVar4 = new b("javax.annotation.Nonnull"); @@ -73,7 +73,7 @@ public final class b0 { } public static final b getJSPECIFY_DEFAULT_NOT_NULL() { - return f2599c; + return f2600c; } public static final b getJSPECIFY_NULLABLE() { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/c.java b/app/src/main/java/d0/e0/p/d/m0/e/a/c.java index 78797f447e..160b5b1fa0 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/c.java @@ -153,7 +153,7 @@ public final class c { return null; } d0.e0.p.d.m0.c.g1.g annotations = annotationClass.getAnnotations(); - d0.e0.p.d.m0.g.b bVar = a0.f2596c; + d0.e0.p.d.m0.g.b bVar = a0.f2597c; m.checkNotNullExpressionValue(bVar, "TARGET_ANNOTATION"); d0.e0.p.d.m0.c.g1.c findAnnotation = annotations.findAnnotation(bVar); if (findAnnotation == null) { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/e0.java b/app/src/main/java/d0/e0/p/d/m0/e/a/e0.java index 2530f0950b..0224f61d9a 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/e0.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/e0.java @@ -26,7 +26,7 @@ public class e0 { public static final List b; /* renamed from: c reason: collision with root package name */ - public static final List f2600c; + public static final List f2601c; public static final Map d; public static final Map e; public static final Set f; @@ -212,7 +212,7 @@ public class e0 { for (a.C0222a aVar2 : arrayList) { arrayList2.add(aVar2.getSignature()); } - f2600c = arrayList2; + f2601c = arrayList2; List list = b; ArrayList arrayList3 = new ArrayList(o.collectionSizeOrDefault(list, 10)); for (a.C0222a aVar3 : list) { @@ -334,7 +334,7 @@ public class e0 { } public static final /* synthetic */ List access$getERASED_COLLECTION_PARAMETER_SIGNATURES$cp() { - return f2600c; + return f2601c; } public static final /* synthetic */ Set access$getERASED_VALUE_PARAMETERS_SHORT_NAMES$cp() { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/g0/a.java b/app/src/main/java/d0/e0/p/d/m0/e/a/g0/a.java index 87002bb08b..59db4c01cc 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/g0/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/g0/a.java @@ -23,7 +23,7 @@ public final class a { public final /* synthetic */ Set b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ boolean f2601c; + public final /* synthetic */ boolean f2602c; /* compiled from: DescriptorResolverUtils */ /* renamed from: d0.e0.p.d.m0.e.a.g0.a$a$a reason: collision with other inner class name */ @@ -43,7 +43,7 @@ public final class a { public C0223a(p pVar, Set set, boolean z2) { this.a = pVar; this.b = set; - this.f2601c = z2; + this.f2602c = z2; } public static /* synthetic */ void a(int i) { @@ -100,7 +100,7 @@ public final class a { } else if (collection == null) { a(4); throw null; - } else if (!this.f2601c || bVar.getKind() == b.a.FAKE_OVERRIDE) { + } else if (!this.f2602c || bVar.getKind() == b.a.FAKE_OVERRIDE) { super.setOverriddenDescriptors(bVar, collection); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/g0/b.java b/app/src/main/java/d0/e0/p/d/m0/e/a/g0/b.java index ddbe0fa857..f16026acc8 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/g0/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/g0/b.java @@ -24,7 +24,7 @@ public class b implements c, i { public final d0.e0.p.d.m0.g.b b; /* renamed from: c reason: collision with root package name */ - public final u0 f2602c; + public final u0 f2603c; public final j d; public final d0.e0.p.d.m0.e.a.k0.b e; public final boolean f; @@ -61,7 +61,7 @@ public class b implements c, i { source = u0.a; m.checkNotNullExpressionValue(source, "NO_SOURCE"); } - this.f2602c = source; + this.f2603c = source; this.d = gVar.getStorageManager().createLazyValue(new a(gVar, this)); this.e = (aVar == null || (arguments = aVar.getArguments()) == null) ? null : (d0.e0.p.d.m0.e.a.k0.b) u.firstOrNull(arguments); this.f = m.areEqual(aVar != null ? Boolean.valueOf(aVar.isIdeExternalAnnotation()) : bool, Boolean.TRUE); @@ -79,7 +79,7 @@ public class b implements c, i { @Override // d0.e0.p.d.m0.c.g1.c public u0 getSource() { - return this.f2602c; + return this.f2603c; } @Override // d0.e0.p.d.m0.c.g1.c diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/g0/c.java b/app/src/main/java/d0/e0/p/d/m0/e/a/g0/c.java index 774e698a48..d69416f1fb 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/g0/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/g0/c.java @@ -17,7 +17,7 @@ public final class c { public static final e b; /* renamed from: c reason: collision with root package name */ - public static final e f2603c; + public static final e f2604c; public static final e d; public static final Map e; public static final Map f; @@ -28,12 +28,12 @@ public final class c { b = identifier; e identifier2 = e.identifier("allowedTargets"); m.checkNotNullExpressionValue(identifier2, "identifier(\"allowedTargets\")"); - f2603c = identifier2; + f2604c = identifier2; e identifier3 = e.identifier("value"); m.checkNotNullExpressionValue(identifier3, "identifier(\"value\")"); d = identifier3; b bVar = k.a.A; - b bVar2 = a0.f2596c; + b bVar2 = a0.f2597c; b bVar3 = k.a.D; b bVar4 = a0.d; b bVar5 = k.a.E; @@ -80,14 +80,14 @@ public final class c { } public final e getTARGET_ANNOTATION_ALLOWED_TARGETS$descriptors_jvm() { - return f2603c; + return f2604c; } public final d0.e0.p.d.m0.c.g1.c mapOrResolveJavaAnnotation(a aVar, g gVar, boolean z2) { m.checkNotNullParameter(aVar, "annotation"); m.checkNotNullParameter(gVar, "c"); d0.e0.p.d.m0.g.a classId = aVar.getClassId(); - if (m.areEqual(classId, d0.e0.p.d.m0.g.a.topLevel(a0.f2596c))) { + if (m.areEqual(classId, d0.e0.p.d.m0.g.a.topLevel(a0.f2597c))) { return new i(aVar, gVar); } if (m.areEqual(classId, d0.e0.p.d.m0.g.a.topLevel(a0.d))) { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/g0/d.java b/app/src/main/java/d0/e0/p/d/m0/e/a/g0/d.java index a07832c306..09369016b8 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/g0/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/g0/d.java @@ -27,7 +27,7 @@ public final class d { public static final Map> b = h0.mapOf(o.to("PACKAGE", EnumSet.noneOf(n.class)), o.to("TYPE", EnumSet.of(n.CLASS, n.FILE)), o.to("ANNOTATION_TYPE", EnumSet.of(n.ANNOTATION_CLASS)), o.to("TYPE_PARAMETER", EnumSet.of(n.TYPE_PARAMETER)), o.to("FIELD", EnumSet.of(n.FIELD)), o.to("LOCAL_VARIABLE", EnumSet.of(n.LOCAL_VARIABLE)), o.to("PARAMETER", EnumSet.of(n.VALUE_PARAMETER)), o.to("CONSTRUCTOR", EnumSet.of(n.CONSTRUCTOR)), o.to("METHOD", EnumSet.of(n.FUNCTION, n.PROPERTY_GETTER, n.PROPERTY_SETTER)), o.to("TYPE_USE", EnumSet.of(n.TYPE))); /* renamed from: c reason: collision with root package name */ - public static final Map f2604c = h0.mapOf(o.to("RUNTIME", m.RUNTIME), o.to("CLASS", m.BINARY), o.to("SOURCE", m.SOURCE)); + public static final Map f2605c = h0.mapOf(o.to("RUNTIME", m.RUNTIME), o.to("CLASS", m.BINARY), o.to("SOURCE", m.SOURCE)); /* compiled from: JavaAnnotationMapper.kt */ public static final class a extends d0.z.d.o implements Function1 { @@ -55,7 +55,7 @@ public final class d { if (mVar == null) { return null; } - Map map = f2604c; + Map map = f2605c; e entryName = mVar.getEntryName(); m mVar2 = map.get(entryName == null ? null : entryName.asString()); if (mVar2 == null) { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/g0/j.java b/app/src/main/java/d0/e0/p/d/m0/e/a/g0/j.java index 295aa31f0d..4d8a0c6a6c 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/g0/j.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/g0/j.java @@ -87,7 +87,7 @@ public interface j { public final c0 b; /* renamed from: c reason: collision with root package name */ - public final List f2605c; + public final List f2606c; public final List d; public final List e; public final boolean f; @@ -105,7 +105,7 @@ public interface j { } else if (list3 != null) { this.a = c0Var; this.b = c0Var2; - this.f2605c = list; + this.f2606c = list; this.d = list2; this.e = list3; this.f = z2; @@ -191,7 +191,7 @@ public interface j { } public List getValueParameters() { - List list = this.f2605c; + List list = this.f2606c; if (list != null) { return list; } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/h0/k.java b/app/src/main/java/d0/e0/p/d/m0/e/a/h0/k.java index abd5f805bd..6f6b129202 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/h0/k.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/h0/k.java @@ -69,7 +69,7 @@ public final class k { return new j(str); } g annotations2 = c1Var.getAnnotations(); - b bVar2 = a0.f2597s; + b bVar2 = a0.f2598s; m.checkNotNullExpressionValue(bVar2, "DEFAULT_NULL_FQ_NAME"); if (annotations2.hasAnnotation(bVar2)) { return h.a; diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i.java index f70a6af049..6903886a30 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i.java @@ -23,7 +23,7 @@ public final class i { public static final Map b; /* renamed from: c reason: collision with root package name */ - public static final Map> f2606c; + public static final Map> f2607c; public static final Set d; public static final Set e; @@ -49,7 +49,7 @@ public final class i { } ((List) obj).add((e) pair.getFirst()); } - f2606c = linkedHashMap; + f2607c = linkedHashMap; Set keySet = b.keySet(); d = keySet; ArrayList arrayList2 = new ArrayList(d0.t.o.collectionSizeOrDefault(keySet, 10)); @@ -65,7 +65,7 @@ public final class i { public final List getPropertyNameCandidatesBySpecialGetterName(e eVar) { m.checkNotNullParameter(eVar, "name1"); - List list = f2606c.get(eVar); + List list = f2607c.get(eVar); return list == null ? n.emptyList() : list; } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/b.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/b.java index 294ac10a82..b1cd616eae 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/b.java @@ -22,7 +22,7 @@ public final class b { public final s b; /* renamed from: c reason: collision with root package name */ - public final n f2607c; + public final n f2608c; public final f d; public final j e; public final p f; @@ -40,7 +40,7 @@ public final class b { public final l r; /* renamed from: s reason: collision with root package name */ - public final t f2608s; + public final t f2609s; public final c t; public final d0.e0.p.d.m0.n.l1.l u; public final e v; @@ -70,7 +70,7 @@ public final class b { m.checkNotNullParameter(eVar, "javaTypeEnhancementState"); this.a = oVar; this.b = sVar; - this.f2607c = nVar; + this.f2608c = nVar; this.d = fVar; this.e = jVar; this.f = pVar; @@ -86,7 +86,7 @@ public final class b { this.p = jVar2; this.q = cVar2; this.r = lVar; - this.f2608s = tVar; + this.f2609s = tVar; this.t = cVar3; this.u = lVar2; this.v = eVar; @@ -109,7 +109,7 @@ public final class b { } public final t getJavaClassesTracker() { - return this.f2608s; + return this.f2609s; } public final d0.e0.p.d.m0.e.a.g0.f getJavaPropertyInitializerEvaluator() { @@ -125,7 +125,7 @@ public final class b { } public final n getKotlinClassFinder() { - return this.f2607c; + return this.f2608c; } public final d0.e0.p.d.m0.n.l1.l getKotlinTypeChecker() { @@ -178,6 +178,6 @@ public final class b { public final b replace(g gVar) { m.checkNotNullParameter(gVar, "javaResolverCache"); - return new b(this.a, this.b, this.f2607c, this.d, this.e, this.f, gVar, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.o, this.p, this.q, this.r, this.f2608s, this.t, this.u, this.v); + return new b(this.a, this.b, this.f2608c, this.d, this.e, this.f, gVar, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.o, this.p, this.q, this.r, this.f2609s, this.t, this.u, this.v); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/g.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/g.java index 6741e97de3..d0f4e82720 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/g.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/g.java @@ -12,7 +12,7 @@ public final class g { public final k b; /* renamed from: c reason: collision with root package name */ - public final Lazy f2609c; + public final Lazy f2610c; public final Lazy d; public final d e; @@ -22,7 +22,7 @@ public final class g { m.checkNotNullParameter(lazy, "delegateForDefaultTypeQualifiers"); this.a = bVar; this.b = kVar; - this.f2609c = lazy; + this.f2610c = lazy; this.d = lazy; this.e = new d(this, kVar); } @@ -36,7 +36,7 @@ public final class g { } public final Lazy getDelegateForDefaultTypeQualifiers$descriptors_jvm() { - return this.f2609c; + return this.f2610c; } public final c0 getModule() { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/h.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/h.java index b879477ea1..6790eff0ff 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/h.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/h.java @@ -15,7 +15,7 @@ public final class h implements k { public final m b; /* renamed from: c reason: collision with root package name */ - public final int f2610c; + public final int f2611c; public final Map d; public final i e; @@ -46,7 +46,7 @@ public final class h implements k { d0.z.d.m.checkNotNullParameter(zVar, "typeParameterOwner"); this.a = gVar; this.b = mVar; - this.f2610c = i; + this.f2611c = i; this.d = d0.e0.p.d.m0.p.a.mapToIndex(zVar.getTypeParameters()); this.e = gVar.getStorageManager().createMemoizedFunctionWithNullableValues(new a(this)); } @@ -64,7 +64,7 @@ public final class h implements k { } public static final /* synthetic */ int access$getTypeParametersIndexOffset$p(h hVar) { - return hVar.f2610c; + return hVar.f2611c; } @Override // d0.e0.p.d.m0.e.a.i0.k diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/a.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/a.java index adec7d0c46..8e55f3d915 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/a.java @@ -29,7 +29,7 @@ public class a implements b { public final Function1 b; /* renamed from: c reason: collision with root package name */ - public final Function1 f2611c; + public final Function1 f2612c; public final Map> d; public final Map e; public final Map f; @@ -66,7 +66,7 @@ public class a implements b { this.a = gVar; this.b = function1; C0226a aVar = new C0226a(this); - this.f2611c = aVar; + this.f2612c = aVar; Sequence filter = d0.f0.q.filter(u.asSequence(gVar.getMethods()), aVar); LinkedHashMap linkedHashMap = new LinkedHashMap(); for (Object obj : filter) { @@ -135,7 +135,7 @@ public class a implements b { @Override // d0.e0.p.d.m0.e.a.i0.l.b public Set getMethodNames() { - Sequence filter = d0.f0.q.filter(u.asSequence(this.a.getMethods()), this.f2611c); + Sequence filter = d0.f0.q.filter(u.asSequence(this.a.getMethods()), this.f2612c); LinkedHashSet linkedHashSet = new LinkedHashSet(); for (t tVar : filter) { linkedHashSet.add(tVar.getName()); diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/d.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/d.java index 6495cbd46d..2aabd958a9 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/d.java @@ -31,7 +31,7 @@ public final class d implements i { public static final /* synthetic */ KProperty[] b = {a0.property1(new y(a0.getOrCreateKotlinClass(d.class), "kotlinScopes", "getKotlinScopes()[Lorg/jetbrains/kotlin/resolve/scopes/MemberScope;"))}; /* renamed from: c reason: collision with root package name */ - public final g f2612c; + public final g f2613c; public final i d; public final j e; public final j f; @@ -68,14 +68,14 @@ public final class d implements i { m.checkNotNullParameter(gVar, "c"); m.checkNotNullParameter(uVar, "jPackage"); m.checkNotNullParameter(iVar, "packageFragment"); - this.f2612c = gVar; + this.f2613c = gVar; this.d = iVar; this.e = new j(gVar, uVar, iVar); this.f = gVar.getStorageManager().createLazyValue(new a(this)); } public static final /* synthetic */ g access$getC$p(d dVar) { - return dVar.f2612c; + return dVar.f2613c; } public static final /* synthetic */ i access$getPackageFragment$p(d dVar) { @@ -209,6 +209,6 @@ public final class d implements i { public void recordLookup(e eVar, b bVar) { m.checkNotNullParameter(eVar, ModelAuditLogEntry.CHANGE_KEY_NAME); m.checkNotNullParameter(bVar, "location"); - d0.e0.p.d.m0.d.a.record(this.f2612c.getComponents().getLookupTracker(), bVar, this.d, eVar); + d0.e0.p.d.m0.d.a.record(this.f2613c.getComponents().getLookupTracker(), bVar, this.d, eVar); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/e.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/e.java index dfc680f659..3e53eb66e0 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/e.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/e.java @@ -34,7 +34,7 @@ public final class e implements d0.e0.p.d.m0.c.g1.c, i { public final g b; /* renamed from: c reason: collision with root package name */ - public final d0.e0.p.d.m0.e.a.k0.a f2613c; + public final d0.e0.p.d.m0.e.a.k0.a f2614c; public final k d; public final j e; public final d0.e0.p.d.m0.e.a.j0.a f; @@ -128,7 +128,7 @@ public final class e implements d0.e0.p.d.m0.c.g1.c, i { m.checkNotNullParameter(gVar, "c"); m.checkNotNullParameter(aVar, "javaAnnotation"); this.b = gVar; - this.f2613c = aVar; + this.f2614c = aVar; this.d = gVar.getStorageManager().createNullableLazyValue(new b(this)); this.e = gVar.getStorageManager().createLazyValue(new c(this)); this.f = gVar.getComponents().getSourceElementFactory().source(aVar); @@ -154,7 +154,7 @@ public final class e implements d0.e0.p.d.m0.c.g1.c, i { } public static final /* synthetic */ d0.e0.p.d.m0.e.a.k0.a access$getJavaAnnotation$p(e eVar) { - return eVar.f2613c; + return eVar.f2614c; } public static final /* synthetic */ d0.e0.p.d.m0.k.v.g access$resolveAnnotationArgument(e eVar, d0.e0.p.d.m0.e.a.k0.b bVar) { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/f.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/f.java index 015d61348a..8aae08593d 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/f.java @@ -52,20 +52,20 @@ public final class f extends h implements d0.e0.p.d.m0.e.a.h0.d { public final d0.e0.p.d.m0.e.a.k0.g r; /* renamed from: s reason: collision with root package name */ - public final e f2614s; + public final e f2615s; public final d0.e0.p.d.m0.e.a.i0.g t; public final d0.e0.p.d.m0.c.f u; public final z v; public final f1 w; /* renamed from: x reason: collision with root package name */ - public final boolean f2615x; + public final boolean f2616x; /* renamed from: y reason: collision with root package name */ - public final b f2616y; + public final b f2617y; /* renamed from: z reason: collision with root package name */ - public final h f2617z; + public final h f2618z; /* compiled from: LazyJavaClassDescriptor.kt */ public static final class a { @@ -77,7 +77,7 @@ public final class f extends h implements d0.e0.p.d.m0.e.a.h0.d { public final class b extends d0.e0.p.d.m0.n.b { /* renamed from: c reason: collision with root package name */ - public final j> f2618c; + public final j> f2619c; public final /* synthetic */ f d; /* compiled from: LazyJavaClassDescriptor.kt */ @@ -103,7 +103,7 @@ public final class f extends h implements d0.e0.p.d.m0.e.a.h0.d { super(f.access$getC$p(fVar).getStorageManager()); m.checkNotNullParameter(fVar, "this$0"); this.d = fVar; - this.f2618c = f.access$getC$p(fVar).getStorageManager().createLazyValue(new a(fVar)); + this.f2619c = f.access$getC$p(fVar).getStorageManager().createLazyValue(new a(fVar)); } /* JADX WARNING: Code restructure failed: missing block: B:22:0x0073, code lost: @@ -249,7 +249,7 @@ public final class f extends h implements d0.e0.p.d.m0.e.a.h0.d { @Override // d0.e0.p.d.m0.n.u0 public List getParameters() { - return this.f2618c.mo1invoke(); + return this.f2619c.mo1invoke(); } @Override // d0.e0.p.d.m0.n.u0 @@ -325,7 +325,7 @@ public final class f extends h implements d0.e0.p.d.m0.e.a.h0.d { m.checkNotNullParameter(gVar2, "jClass"); this.q = gVar; this.r = gVar2; - this.f2614s = eVar; + this.f2615s = eVar; d0.e0.p.d.m0.e.a.i0.g childForClassOrPackage$default = d0.e0.p.d.m0.e.a.i0.a.childForClassOrPackage$default(gVar, this, gVar2, 0, 4, null); this.t = childForClassOrPackage$default; ((g.a) childForClassOrPackage$default.getComponents().getJavaResolverCache()).recordClass(gVar2, this); @@ -338,10 +338,10 @@ public final class f extends h implements d0.e0.p.d.m0.e.a.h0.d { } this.v = zVar; this.w = gVar2.getVisibility(); - this.f2615x = gVar2.getOuterClass() != null && !gVar2.isStatic(); - this.f2616y = new b(this); + this.f2616x = gVar2.getOuterClass() != null && !gVar2.isStatic(); + this.f2617y = new b(this); h hVar = new h(childForClassOrPackage$default, this, gVar2, eVar != null, null, 16, null); - this.f2617z = hVar; + this.f2618z = hVar; this.A = r0.a.create(this, childForClassOrPackage$default.getStorageManager(), childForClassOrPackage$default.getComponents().getKotlinTypeChecker().getKotlinTypeRefiner(), new d(this)); this.B = new d0.e0.p.d.m0.k.a0.g(hVar); this.C = new o(childForClassOrPackage$default, gVar2, this); @@ -355,7 +355,7 @@ public final class f extends h implements d0.e0.p.d.m0.e.a.h0.d { } public static final /* synthetic */ e access$getAdditionalSupertypeClassDescriptor$p(f fVar) { - return fVar.f2614s; + return fVar.f2615s; } public static final /* synthetic */ d0.e0.p.d.m0.e.a.i0.g access$getC$p(f fVar) { @@ -363,7 +363,7 @@ public final class f extends h implements d0.e0.p.d.m0.e.a.h0.d { } public static final /* synthetic */ h access$getUnsubstitutedMemberScope$p(f fVar) { - return fVar.f2617z; + return fVar.f2618z; } public final f copy$descriptors_jvm(d0.e0.p.d.m0.e.a.g0.g gVar, e eVar) { @@ -387,7 +387,7 @@ public final class f extends h implements d0.e0.p.d.m0.e.a.h0.d { @Override // d0.e0.p.d.m0.c.e public List getConstructors() { - return this.f2617z.getConstructors$descriptors_jvm().mo1invoke(); + return this.f2618z.getConstructors$descriptors_jvm().mo1invoke(); } @Override // d0.e0.p.d.m0.c.e, d0.e0.p.d.m0.c.i @@ -434,7 +434,7 @@ public final class f extends h implements d0.e0.p.d.m0.e.a.h0.d { @Override // d0.e0.p.d.m0.c.h public u0 getTypeConstructor() { - return this.f2616y; + return this.f2617y; } @Override // d0.e0.p.d.m0.c.i1.a, d0.e0.p.d.m0.c.e @@ -500,7 +500,7 @@ public final class f extends h implements d0.e0.p.d.m0.e.a.h0.d { @Override // d0.e0.p.d.m0.c.i public boolean isInner() { - return this.f2615x; + return this.f2616x; } @Override // d0.e0.p.d.m0.c.e diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/h.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/h.java index b31d681a7c..77e17117a8 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/h.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/h.java @@ -59,7 +59,7 @@ public final class h extends k { public final j> r; /* renamed from: s reason: collision with root package name */ - public final j> f2619s; + public final j> f2620s; public final d0.e0.p.d.m0.m.i t; /* compiled from: LazyJavaClassMemberScope.kt */ @@ -335,7 +335,7 @@ public final class h extends k { this.p = z2; this.q = gVar.getStorageManager().createLazyValue(new e(this, gVar)); this.r = gVar.getStorageManager().createLazyValue(new C0227h(this)); - this.f2619s = gVar.getStorageManager().createLazyValue(new f(this)); + this.f2620s = gVar.getStorageManager().createLazyValue(new f(this)); this.t = gVar.getStorageManager().createMemoizedFunctionWithNullableValues(new i(this, gVar)); } @@ -352,7 +352,7 @@ public final class h extends k { return null; } d0.e0.p.d.m0.c.e eVar = hVar.n; - d0.e0.p.d.m0.e.a.h0.c createJavaConstructor = d0.e0.p.d.m0.e.a.h0.c.createJavaConstructor(eVar, d0.e0.p.d.m0.c.g1.g.f.getEMPTY(), true, hVar.f2621c.getComponents().getSourceElementFactory().source(hVar.o)); + d0.e0.p.d.m0.e.a.h0.c createJavaConstructor = d0.e0.p.d.m0.e.a.h0.c.createJavaConstructor(eVar, d0.e0.p.d.m0.c.g1.g.f.getEMPTY(), true, hVar.f2622c.getComponents().getSourceElementFactory().source(hVar.o)); m.checkNotNullExpressionValue(createJavaConstructor, "createJavaConstructor(\n classDescriptor, Annotations.EMPTY, /* isPrimary = */ true, c.components.sourceElementFactory.source(jClass)\n )"); if (isAnnotationType) { Collection methods = hVar.o.getMethods(); @@ -376,16 +376,16 @@ public final class h extends k { x returnType = rVar.getReturnType(); if (returnType instanceof d0.e0.p.d.m0.e.a.k0.f) { d0.e0.p.d.m0.e.a.k0.f fVar = (d0.e0.p.d.m0.e.a.k0.f) returnType; - pair = new Pair(hVar.f2621c.getTypeResolver().transformArrayType(fVar, attributes$default, true), hVar.f2621c.getTypeResolver().transformJavaType(fVar.getComponentType(), attributes$default)); + pair = new Pair(hVar.f2622c.getTypeResolver().transformArrayType(fVar, attributes$default, true), hVar.f2622c.getTypeResolver().transformJavaType(fVar.getComponentType(), attributes$default)); } else { - pair = new Pair(hVar.f2621c.getTypeResolver().transformJavaType(returnType, attributes$default), null); + pair = new Pair(hVar.f2622c.getTypeResolver().transformJavaType(returnType, attributes$default), null); } hVar.o(list, createJavaConstructor, 0, rVar, (c0) pair.component1(), (c0) pair.component2()); } int i2 = rVar != null ? 1 : 0; int i3 = 0; for (r rVar2 : list3) { - hVar.o(list, createJavaConstructor, i3 + i2, rVar2, hVar.f2621c.getTypeResolver().transformJavaType(rVar2.getReturnType(), attributes$default), null); + hVar.o(list, createJavaConstructor, i3 + i2, rVar2, hVar.f2622c.getTypeResolver().transformJavaType(rVar2.getReturnType(), attributes$default), null); i3++; } } else { @@ -395,13 +395,13 @@ public final class h extends k { createJavaConstructor.initialize(list, hVar.B(eVar)); createJavaConstructor.setHasStableParameterNames(true); createJavaConstructor.setReturnType(eVar.getDefaultType()); - ((g.a) hVar.f2621c.getComponents().getJavaResolverCache()).recordConstructor(hVar.o, createJavaConstructor); + ((g.a) hVar.f2622c.getComponents().getJavaResolverCache()).recordConstructor(hVar.o, createJavaConstructor); return createJavaConstructor; } public static final d0.e0.p.d.m0.c.d access$createDefaultRecordConstructor(h hVar) { d0.e0.p.d.m0.c.e eVar = hVar.n; - d0.e0.p.d.m0.e.a.h0.c createJavaConstructor = d0.e0.p.d.m0.e.a.h0.c.createJavaConstructor(eVar, d0.e0.p.d.m0.c.g1.g.f.getEMPTY(), true, hVar.f2621c.getComponents().getSourceElementFactory().source(hVar.o)); + d0.e0.p.d.m0.e.a.h0.c createJavaConstructor = d0.e0.p.d.m0.e.a.h0.c.createJavaConstructor(eVar, d0.e0.p.d.m0.c.g1.g.f.getEMPTY(), true, hVar.f2622c.getComponents().getSourceElementFactory().source(hVar.o)); m.checkNotNullExpressionValue(createJavaConstructor, "createJavaConstructor(\n classDescriptor, Annotations.EMPTY, /* isPrimary = */ true, c.components.sourceElementFactory.source(jClass)\n )"); Collection recordComponents = hVar.o.getRecordComponents(); ArrayList arrayList = new ArrayList(recordComponents.size()); @@ -410,8 +410,8 @@ public final class h extends k { int i2 = 0; for (w wVar : recordComponents) { int i3 = i2 + 1; - c0 transformJavaType = hVar.f2621c.getTypeResolver().transformJavaType(wVar.getType(), attributes$default); - arrayList.add(new l0(createJavaConstructor, null, i2, d0.e0.p.d.m0.c.g1.g.f.getEMPTY(), wVar.getName(), transformJavaType, false, false, false, wVar.isVararg() ? hVar.f2621c.getComponents().getModule().getBuiltIns().getArrayElementType(transformJavaType) : c0Var, hVar.f2621c.getComponents().getSourceElementFactory().source(wVar))); + c0 transformJavaType = hVar.f2622c.getTypeResolver().transformJavaType(wVar.getType(), attributes$default); + arrayList.add(new l0(createJavaConstructor, null, i2, d0.e0.p.d.m0.c.g1.g.f.getEMPTY(), wVar.getName(), transformJavaType, false, false, false, wVar.isVararg() ? hVar.f2622c.getComponents().getModule().getBuiltIns().getArrayElementType(transformJavaType) : c0Var, hVar.f2622c.getComponents().getSourceElementFactory().source(wVar))); i2 = i3; attributes$default = attributes$default; c0Var = c0Var; @@ -424,7 +424,7 @@ public final class h extends k { } public static final /* synthetic */ j access$getEnumEntryIndex$p(h hVar) { - return hVar.f2619s; + return hVar.f2620s; } public static final /* synthetic */ d0.e0.p.d.m0.e.a.k0.g access$getJClass$p(h hVar) { @@ -437,9 +437,9 @@ public final class h extends k { public static final d0.e0.p.d.m0.e.a.h0.c access$resolveConstructor(h hVar, k kVar) { d0.e0.p.d.m0.c.e eVar = hVar.n; - d0.e0.p.d.m0.e.a.h0.c createJavaConstructor = d0.e0.p.d.m0.e.a.h0.c.createJavaConstructor(eVar, d0.e0.p.d.m0.e.a.i0.e.resolveAnnotations(hVar.f2621c, kVar), false, hVar.f2621c.getComponents().getSourceElementFactory().source(kVar)); + d0.e0.p.d.m0.e.a.h0.c createJavaConstructor = d0.e0.p.d.m0.e.a.h0.c.createJavaConstructor(eVar, d0.e0.p.d.m0.e.a.i0.e.resolveAnnotations(hVar.f2622c, kVar), false, hVar.f2622c.getComponents().getSourceElementFactory().source(kVar)); m.checkNotNullExpressionValue(createJavaConstructor, "createJavaConstructor(\n classDescriptor,\n c.resolveAnnotations(constructor), /* isPrimary = */\n false,\n c.components.sourceElementFactory.source(constructor)\n )"); - d0.e0.p.d.m0.e.a.i0.g childForMethod = d0.e0.p.d.m0.e.a.i0.a.childForMethod(hVar.f2621c, createJavaConstructor, kVar, eVar.getDeclaredTypeParameters().size()); + d0.e0.p.d.m0.e.a.i0.g childForMethod = d0.e0.p.d.m0.e.a.i0.a.childForMethod(hVar.f2622c, createJavaConstructor, kVar, eVar.getDeclaredTypeParameters().size()); k.b n = hVar.n(childForMethod, createJavaConstructor, kVar.getValueParameters()); List declaredTypeParameters = eVar.getDeclaredTypeParameters(); m.checkNotNullExpressionValue(declaredTypeParameters, "classDescriptor.declaredTypeParameters"); @@ -527,7 +527,7 @@ public final class h extends k { if (!m.areEqual(visibility, d0.e0.p.d.m0.e.a.w.b)) { return visibility; } - d0.e0.p.d.m0.c.u uVar = d0.e0.p.d.m0.e.a.w.f2637c; + d0.e0.p.d.m0.c.u uVar = d0.e0.p.d.m0.e.a.w.f2638c; m.checkNotNullExpressionValue(uVar, "PROTECTED_AND_PACKAGE"); return uVar; } @@ -753,7 +753,7 @@ public final class h extends k { @Override // d0.e0.p.d.m0.e.a.i0.l.k public Set a(d0.e0.p.d.m0.k.a0.d dVar, Function1 function1) { m.checkNotNullParameter(dVar, "kindFilter"); - return o0.plus((Set) this.r.mo1invoke(), (Iterable) this.f2619s.mo1invoke().keySet()); + return o0.plus((Set) this.r.mo1invoke(), (Iterable) this.f2620s.mo1invoke().keySet()); } @Override // d0.e0.p.d.m0.e.a.i0.l.k @@ -794,11 +794,11 @@ public final class h extends k { if (z2) { w findRecordComponentByName = this.f.mo1invoke().findRecordComponentByName(eVar); m.checkNotNull(findRecordComponentByName); - d0.e0.p.d.m0.e.a.h0.f createJavaMethod = d0.e0.p.d.m0.e.a.h0.f.createJavaMethod(this.n, d0.e0.p.d.m0.e.a.i0.e.resolveAnnotations(this.f2621c, findRecordComponentByName), findRecordComponentByName.getName(), this.f2621c.getComponents().getSourceElementFactory().source(findRecordComponentByName), true); + d0.e0.p.d.m0.e.a.h0.f createJavaMethod = d0.e0.p.d.m0.e.a.h0.f.createJavaMethod(this.n, d0.e0.p.d.m0.e.a.i0.e.resolveAnnotations(this.f2622c, findRecordComponentByName), findRecordComponentByName.getName(), this.f2622c.getComponents().getSourceElementFactory().source(findRecordComponentByName), true); m.checkNotNullExpressionValue(createJavaMethod, "createJavaMethod(\n ownerDescriptor, annotations, recordComponent.name, c.components.sourceElementFactory.source(recordComponent), true\n )"); - createJavaMethod.initialize(null, i(), d0.t.n.emptyList(), d0.t.n.emptyList(), this.f2621c.getTypeResolver().transformJavaType(findRecordComponentByName.getType(), d0.e0.p.d.m0.e.a.i0.m.e.toAttributes$default(d0.e0.p.d.m0.e.a.g0.k.COMMON, false, null, 2, null)), d0.e0.p.d.m0.c.z.i.convertFromFlags(false, false, true), t.e, null); + createJavaMethod.initialize(null, i(), d0.t.n.emptyList(), d0.t.n.emptyList(), this.f2622c.getTypeResolver().transformJavaType(findRecordComponentByName.getType(), d0.e0.p.d.m0.e.a.i0.m.e.toAttributes$default(d0.e0.p.d.m0.e.a.g0.k.COMMON, false, null, 2, null)), d0.e0.p.d.m0.c.z.i.convertFromFlags(false, false, true), t.e, null); createJavaMethod.setParameterNamesStatus(false, false); - ((g.a) this.f2621c.getComponents().getJavaResolverCache()).recordMethod(findRecordComponentByName, createJavaMethod); + ((g.a) this.f2622c.getComponents().getJavaResolverCache()).recordMethod(findRecordComponentByName, createJavaMethod); collection.add(createJavaMethod); } } @@ -842,7 +842,7 @@ public final class h extends k { } } Collection create = d0.e0.p.d.m0.p.j.i.create(); - Collection resolveOverridesForNonStaticMembers = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForNonStaticMembers(eVar, C, d0.t.n.emptyList(), this.n, p.a, this.f2621c.getComponents().getKotlinTypeChecker().getOverridingUtil()); + Collection resolveOverridesForNonStaticMembers = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForNonStaticMembers(eVar, C, d0.t.n.emptyList(), this.n, p.a, this.f2622c.getComponents().getKotlinTypeChecker().getOverridingUtil()); m.checkNotNullExpressionValue(resolveOverridesForNonStaticMembers, "resolveOverridesForNonStaticMembers(\n name, functionsFromSupertypes, emptyList(), ownerDescriptor, ErrorReporter.DO_NOTHING,\n c.components.kotlinTypeChecker.overridingUtil\n )"); q(eVar, collection, resolveOverridesForNonStaticMembers, collection, new a(this)); q(eVar, collection, resolveOverridesForNonStaticMembers, create, new b(this)); @@ -861,12 +861,12 @@ public final class h extends k { m.checkNotNullParameter(eVar, ModelAuditLogEntry.CHANGE_KEY_NAME); m.checkNotNullParameter(collection, "result"); if (this.o.isAnnotationType() && (rVar = (r) d0.t.u.singleOrNull(this.f.mo1invoke().findMethodsByName(eVar))) != null) { - d0.e0.p.d.m0.e.a.h0.g create = d0.e0.p.d.m0.e.a.h0.g.create(this.n, d0.e0.p.d.m0.e.a.i0.e.resolveAnnotations(this.f2621c, rVar), d0.e0.p.d.m0.c.z.FINAL, f0.toDescriptorVisibility(rVar.getVisibility()), false, rVar.getName(), this.f2621c.getComponents().getSourceElementFactory().source(rVar), false); + d0.e0.p.d.m0.e.a.h0.g create = d0.e0.p.d.m0.e.a.h0.g.create(this.n, d0.e0.p.d.m0.e.a.i0.e.resolveAnnotations(this.f2622c, rVar), d0.e0.p.d.m0.c.z.FINAL, f0.toDescriptorVisibility(rVar.getVisibility()), false, rVar.getName(), this.f2622c.getComponents().getSourceElementFactory().source(rVar), false); m.checkNotNullExpressionValue(create, "create(\n ownerDescriptor, annotations, modality, method.visibility.toDescriptorVisibility(),\n /* isVar = */ false, method.name, c.components.sourceElementFactory.source(method),\n /* isStaticFinal = */ false\n )"); d0.e0.p.d.m0.c.i1.d0 createDefaultGetter = d0.e0.p.d.m0.k.d.createDefaultGetter(create, d0.e0.p.d.m0.c.g1.g.f.getEMPTY()); m.checkNotNullExpressionValue(createDefaultGetter, "createDefaultGetter(propertyDescriptor, Annotations.EMPTY)"); create.initialize(createDefaultGetter, null); - c0 e2 = e(rVar, d0.e0.p.d.m0.e.a.i0.a.childForMethod$default(this.f2621c, create, rVar, 0, 4, null)); + c0 e2 = e(rVar, d0.e0.p.d.m0.e.a.i0.a.childForMethod$default(this.f2622c, create, rVar, 0, 4, null)); create.setType(e2, d0.t.n.emptyList(), i(), null); createDefaultGetter.initialize(e2); collection.add(create); @@ -878,7 +878,7 @@ public final class h extends k { d0.e0.p.d.m0.p.j create3 = bVar.create(); r(D, collection, create2, new c(this)); r(o0.minus((Set) D, (Iterable) create2), create3, null, new d(this)); - Collection resolveOverridesForNonStaticMembers = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForNonStaticMembers(eVar, o0.plus((Set) D, (Iterable) create3), collection, this.n, this.f2621c.getComponents().getErrorReporter(), this.f2621c.getComponents().getKotlinTypeChecker().getOverridingUtil()); + Collection resolveOverridesForNonStaticMembers = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForNonStaticMembers(eVar, o0.plus((Set) D, (Iterable) create3), collection, this.n, this.f2622c.getComponents().getErrorReporter(), this.f2622c.getComponents().getKotlinTypeChecker().getOverridingUtil()); m.checkNotNullExpressionValue(resolveOverridesForNonStaticMembers, "resolveOverridesForNonStaticMembers(\n name,\n propertiesFromSupertypes + propertiesOverridesFromSuperTypes,\n result,\n ownerDescriptor,\n c.components.errorReporter,\n c.components.kotlinTypeChecker.overridingUtil\n )"); collection.addAll(resolveOverridesForNonStaticMembers); } @@ -958,7 +958,7 @@ public final class h extends k { m.checkNotNullParameter(list, "methodTypeParameters"); m.checkNotNullParameter(c0Var, "returnType"); m.checkNotNullParameter(list2, "valueParameters"); - j.b resolvePropagatedSignature = ((j.a) this.f2621c.getComponents().getSignaturePropagator()).resolvePropagatedSignature(rVar, this.n, c0Var, null, list2, list); + j.b resolvePropagatedSignature = ((j.a) this.f2622c.getComponents().getSignaturePropagator()).resolvePropagatedSignature(rVar, this.n, c0Var, null, list2, list); m.checkNotNullExpressionValue(resolvePropagatedSignature, "c.components.signaturePropagator.resolvePropagatedSignature(\n method, ownerDescriptor, returnType, null, valueParameters, methodTypeParameters\n )"); c0 returnType = resolvePropagatedSignature.getReturnType(); m.checkNotNullExpressionValue(returnType, "propagated.returnType"); @@ -978,11 +978,11 @@ public final class h extends k { d0.e0.p.d.m0.g.e name = rVar.getName(); c0 makeNotNullable = e1.makeNotNullable(c0Var); m.checkNotNullExpressionValue(makeNotNullable, "makeNotNullable(returnType)"); - list.add(new l0(lVar, null, i2, empty, name, makeNotNullable, rVar.getHasAnnotationParameterDefaultValue(), false, false, c0Var2 == null ? null : e1.makeNotNullable(c0Var2), this.f2621c.getComponents().getSourceElementFactory().source(rVar))); + list.add(new l0(lVar, null, i2, empty, name, makeNotNullable, rVar.getHasAnnotationParameterDefaultValue(), false, false, c0Var2 == null ? null : e1.makeNotNullable(c0Var2), this.f2622c.getComponents().getSourceElementFactory().source(rVar))); } public final void p(Collection collection, d0.e0.p.d.m0.g.e eVar, Collection collection2, boolean z2) { - Collection resolveOverridesForNonStaticMembers = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForNonStaticMembers(eVar, collection2, collection, this.n, this.f2621c.getComponents().getErrorReporter(), this.f2621c.getComponents().getKotlinTypeChecker().getOverridingUtil()); + Collection resolveOverridesForNonStaticMembers = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForNonStaticMembers(eVar, collection2, collection, this.n, this.f2622c.getComponents().getErrorReporter(), this.f2622c.getComponents().getKotlinTypeChecker().getOverridingUtil()); m.checkNotNullExpressionValue(resolveOverridesForNonStaticMembers, "resolveOverridesForNonStaticMembers(\n name, functionsFromSupertypes, result, ownerDescriptor, c.components.errorReporter,\n c.components.kotlinTypeChecker.overridingUtil\n )"); if (!z2) { collection.addAll(resolveOverridesForNonStaticMembers); @@ -1185,12 +1185,12 @@ public final class h extends k { public void recordLookup(d0.e0.p.d.m0.g.e eVar, d0.e0.p.d.m0.d.b.b bVar) { m.checkNotNullParameter(eVar, ModelAuditLogEntry.CHANGE_KEY_NAME); m.checkNotNullParameter(bVar, "location"); - d0.e0.p.d.m0.d.a.record(this.f2621c.getComponents().getLookupTracker(), bVar, this.n, eVar); + d0.e0.p.d.m0.d.a.record(this.f2622c.getComponents().getLookupTracker(), bVar, this.n, eVar); } public final Collection s() { if (!this.p) { - return this.f2621c.getComponents().getKotlinTypeChecker().getKotlinTypeRefiner().refineSupertypes(this.n); + return this.f2622c.getComponents().getKotlinTypeChecker().getKotlinTypeRefiner().refineSupertypes(this.n); } Collection supertypes = this.n.getTypeConstructor().getSupertypes(); m.checkNotNullExpressionValue(supertypes, "ownerDescriptor.typeConstructor.supertypes"); @@ -1234,7 +1234,7 @@ public final class h extends k { } /* JADX WARNING: Code restructure failed: missing block: B:15:0x004d, code lost: - if (d0.e0.p.d.m0.b.l.isContinuation(r3, r5.f2621c.getComponents().getSettings().isReleaseCoroutines()) == false) goto L_0x0012; + if (d0.e0.p.d.m0.b.l.isContinuation(r3, r5.f2622c.getComponents().getSettings().isReleaseCoroutines()) == false) goto L_0x0012; */ public final t0 u(t0 t0Var) { d0.e0.p.d.m0.g.b bVar; diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/i.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/i.java index 7a6963dbea..2cde9a00f2 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/i.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/i.java @@ -31,7 +31,7 @@ public final class i extends a0 { public final d r; /* renamed from: s reason: collision with root package name */ - public final j> f2620s; + public final j> f2621s; public final d0.e0.p.d.m0.c.g1.g t; /* compiled from: LazyJavaPackageFragment.kt */ @@ -132,7 +132,7 @@ public final class i extends a0 { this.p = childForClassOrPackage$default; this.q = childForClassOrPackage$default.getStorageManager().createLazyValue(new a(this)); this.r = new d(childForClassOrPackage$default, uVar, this); - this.f2620s = childForClassOrPackage$default.getStorageManager().createRecursionTolerantLazyValue(new c(this), n.emptyList()); + this.f2621s = childForClassOrPackage$default.getStorageManager().createRecursionTolerantLazyValue(new c(this), n.emptyList()); this.t = childForClassOrPackage$default.getComponents().getJavaTypeEnhancementState().getDisabledDefaultAnnotations() ? d0.e0.p.d.m0.c.g1.g.f.getEMPTY() : e.resolveAnnotations(childForClassOrPackage$default, uVar); childForClassOrPackage$default.getStorageManager().createLazyValue(new b(this)); } @@ -170,7 +170,7 @@ public final class i extends a0 { } public final List getSubPackageFqNames$descriptors_jvm() { - return this.f2620s.mo1invoke(); + return this.f2621s.mo1invoke(); } @Override // d0.e0.p.d.m0.c.i1.a0, d0.e0.p.d.m0.c.i1.k diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/j.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/j.java index 3c0a43254d..1cb1e0421e 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/j.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/j.java @@ -205,7 +205,7 @@ public final class j extends r { if (pVar.getClassHeader().getKind() != a.EnumC0236a.CLASS) { return b.c.a; } - e resolveClass = jVar.f2621c.getComponents().getDeserializedDescriptorResolver().resolveClass(pVar); + e resolveClass = jVar.f2622c.getComponents().getDeserializedDescriptorResolver().resolveClass(pVar); return resolveClass != null ? new b.a(resolveClass) : b.C0228b.a; } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/k.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/k.java index 8d352f4aa2..587a7283a9 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/k.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/k.java @@ -44,7 +44,7 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { public static final /* synthetic */ KProperty[] b = {a0.property1(new y(a0.getOrCreateKotlinClass(k.class), "functionNamesLazy", "getFunctionNamesLazy()Ljava/util/Set;")), a0.property1(new y(a0.getOrCreateKotlinClass(k.class), "propertyNamesLazy", "getPropertyNamesLazy()Ljava/util/Set;")), a0.property1(new y(a0.getOrCreateKotlinClass(k.class), "classNamesLazy", "getClassNamesLazy()Ljava/util/Set;"))}; /* renamed from: c reason: collision with root package name */ - public final d0.e0.p.d.m0.e.a.i0.g f2621c; + public final d0.e0.p.d.m0.e.a.i0.g f2622c; public final k d; public final d0.e0.p.d.m0.m.j> e; public final d0.e0.p.d.m0.m.j f; @@ -62,7 +62,7 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { public final c0 b; /* renamed from: c reason: collision with root package name */ - public final List f2622c; + public final List f2623c; public final List d; public final boolean e; public final List f; @@ -77,7 +77,7 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { d0.z.d.m.checkNotNullParameter(list3, "errors"); this.a = c0Var; this.b = c0Var2; - this.f2622c = list; + this.f2623c = list; this.d = list2; this.e = z2; this.f = list3; @@ -91,7 +91,7 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { return false; } a aVar = (a) obj; - return d0.z.d.m.areEqual(this.a, aVar.a) && d0.z.d.m.areEqual(this.b, aVar.b) && d0.z.d.m.areEqual(this.f2622c, aVar.f2622c) && d0.z.d.m.areEqual(this.d, aVar.d) && this.e == aVar.e && d0.z.d.m.areEqual(this.f, aVar.f); + return d0.z.d.m.areEqual(this.a, aVar.a) && d0.z.d.m.areEqual(this.b, aVar.b) && d0.z.d.m.areEqual(this.f2623c, aVar.f2623c) && d0.z.d.m.areEqual(this.d, aVar.d) && this.e == aVar.e && d0.z.d.m.areEqual(this.f, aVar.f); } public final List getErrors() { @@ -115,14 +115,14 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { } public final List getValueParameters() { - return this.f2622c; + return this.f2623c; } public int hashCode() { int hashCode = this.a.hashCode() * 31; c0 c0Var = this.b; int hashCode2 = c0Var == null ? 0 : c0Var.hashCode(); - int hashCode3 = (this.d.hashCode() + ((this.f2622c.hashCode() + ((hashCode + hashCode2) * 31)) * 31)) * 31; + int hashCode3 = (this.d.hashCode() + ((this.f2623c.hashCode() + ((hashCode + hashCode2) * 31)) * 31)) * 31; boolean z2 = this.e; if (z2) { z2 = true; @@ -139,7 +139,7 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { P.append(", receiverType="); P.append(this.b); P.append(", valueParameters="); - P.append(this.f2622c); + P.append(this.f2623c); P.append(", typeParameters="); P.append(this.d); P.append(", hasStableParameterNames="); @@ -283,7 +283,7 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { for (r rVar : this.this$0.f.mo1invoke().findMethodsByName(eVar)) { d0.e0.p.d.m0.e.a.h0.f m = this.this$0.m(rVar); if (this.this$0.k(m)) { - ((g.a) this.this$0.f2621c.getComponents().getJavaResolverCache()).recordMethod(rVar, m); + ((g.a) this.this$0.f2622c.getComponents().getJavaResolverCache()).recordMethod(rVar, m); arrayList.add(m); } } @@ -342,7 +342,7 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { LinkedHashSet linkedHashSet = new LinkedHashSet((Collection) ((f.m) k.access$getDeclaredFunctions$p(this.this$0)).invoke(eVar)); k.access$retainMostSpecificMethods(this.this$0, linkedHashSet); this.this$0.f(linkedHashSet, eVar); - return u.toList(this.this$0.f2621c.getComponents().getSignatureEnhancement().enhanceSignatures(this.this$0.f2621c, linkedHashSet)); + return u.toList(this.this$0.f2622c.getComponents().getSignatureEnhancement().enhanceSignatures(this.this$0.f2622c, linkedHashSet)); } } @@ -361,7 +361,7 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { ArrayList arrayList = new ArrayList(); d0.e0.p.d.m0.p.a.addIfNotNull(arrayList, k.access$getDeclaredField$p(this.this$0).invoke(eVar)); this.this$0.g(eVar, arrayList); - return d0.e0.p.d.m0.k.e.isAnnotationClass(this.this$0.j()) ? u.toList(arrayList) : u.toList(this.this$0.f2621c.getComponents().getSignatureEnhancement().enhanceSignatures(this.this$0.f2621c, arrayList)); + return d0.e0.p.d.m0.k.e.isAnnotationClass(this.this$0.j()) ? u.toList(arrayList) : u.toList(this.this$0.f2622c.getComponents().getSignatureEnhancement().enhanceSignatures(this.this$0.f2622c, arrayList)); } } @@ -386,7 +386,7 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { public k(d0.e0.p.d.m0.e.a.i0.g gVar, k kVar) { d0.z.d.m.checkNotNullParameter(gVar, "c"); - this.f2621c = gVar; + this.f2622c = gVar; this.d = kVar; this.e = gVar.getStorageManager().createRecursionTolerantLazyValue(new c(this), d0.t.n.emptyList()); this.f = gVar.getStorageManager().createLazyValue(new g(this)); @@ -418,10 +418,10 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { public static final n0 access$resolveProperty(k kVar, n nVar) { Objects.requireNonNull(kVar); boolean z2 = true; - d0.e0.p.d.m0.e.a.h0.g create = d0.e0.p.d.m0.e.a.h0.g.create(kVar.j(), d0.e0.p.d.m0.e.a.i0.e.resolveAnnotations(kVar.f2621c, nVar), z.FINAL, f0.toDescriptorVisibility(nVar.getVisibility()), !nVar.isFinal(), nVar.getName(), kVar.f2621c.getComponents().getSourceElementFactory().source(nVar), nVar.isFinal() && nVar.isStatic()); + d0.e0.p.d.m0.e.a.h0.g create = d0.e0.p.d.m0.e.a.h0.g.create(kVar.j(), d0.e0.p.d.m0.e.a.i0.e.resolveAnnotations(kVar.f2622c, nVar), z.FINAL, f0.toDescriptorVisibility(nVar.getVisibility()), !nVar.isFinal(), nVar.getName(), kVar.f2622c.getComponents().getSourceElementFactory().source(nVar), nVar.isFinal() && nVar.isStatic()); d0.z.d.m.checkNotNullExpressionValue(create, "create(\n ownerDescriptor, annotations, Modality.FINAL, field.visibility.toDescriptorVisibility(), isVar, field.name,\n c.components.sourceElementFactory.source(field), /* isConst = */ field.isFinalStatic\n )"); create.initialize(null, null, null, null); - c0 transformJavaType = kVar.f2621c.getTypeResolver().transformJavaType(nVar.getType(), d0.e0.p.d.m0.e.a.i0.m.e.toAttributes$default(d0.e0.p.d.m0.e.a.g0.k.COMMON, false, null, 3, null)); + c0 transformJavaType = kVar.f2622c.getTypeResolver().transformJavaType(nVar.getType(), d0.e0.p.d.m0.e.a.i0.m.e.toAttributes$default(d0.e0.p.d.m0.e.a.g0.k.COMMON, false, null, 3, null)); if (d0.e0.p.d.m0.b.h.isPrimitiveType(transformJavaType) || d0.e0.p.d.m0.b.h.isString(transformJavaType)) { if (nVar.isFinal() && nVar.isStatic()) { } @@ -433,9 +433,9 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { } create.setType(transformJavaType, d0.t.n.emptyList(), kVar.i(), null); if (d0.e0.p.d.m0.k.e.shouldRecordInitializerForProperty(create, create.getType())) { - create.setCompileTimeInitializer(kVar.f2621c.getStorageManager().createNullableLazyValue(new l(kVar, nVar, create))); + create.setCompileTimeInitializer(kVar.f2622c.getStorageManager().createNullableLazyValue(new l(kVar, nVar, create))); } - ((g.a) kVar.f2621c.getComponents().getJavaResolverCache()).recordField(nVar, create); + ((g.a) kVar.f2622c.getComponents().getJavaResolverCache()).recordField(nVar, create); return create; } @@ -532,9 +532,9 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { public final d0.e0.p.d.m0.e.a.h0.f m(r rVar) { d0.z.d.m.checkNotNullParameter(rVar, "method"); - d0.e0.p.d.m0.e.a.h0.f createJavaMethod = d0.e0.p.d.m0.e.a.h0.f.createJavaMethod(j(), d0.e0.p.d.m0.e.a.i0.e.resolveAnnotations(this.f2621c, rVar), rVar.getName(), this.f2621c.getComponents().getSourceElementFactory().source(rVar), this.f.mo1invoke().findRecordComponentByName(rVar.getName()) != null && rVar.getValueParameters().isEmpty()); + d0.e0.p.d.m0.e.a.h0.f createJavaMethod = d0.e0.p.d.m0.e.a.h0.f.createJavaMethod(j(), d0.e0.p.d.m0.e.a.i0.e.resolveAnnotations(this.f2622c, rVar), rVar.getName(), this.f2622c.getComponents().getSourceElementFactory().source(rVar), this.f.mo1invoke().findRecordComponentByName(rVar.getName()) != null && rVar.getValueParameters().isEmpty()); d0.z.d.m.checkNotNullExpressionValue(createJavaMethod, "createJavaMethod(\n ownerDescriptor, annotations, method.name, c.components.sourceElementFactory.source(method),\n declaredMemberIndex().findRecordComponentByName(method.name) != null && method.valueParameters.isEmpty()\n )"); - d0.e0.p.d.m0.e.a.i0.g childForMethod$default = d0.e0.p.d.m0.e.a.i0.a.childForMethod$default(this.f2621c, createJavaMethod, rVar, 0, 4, null); + d0.e0.p.d.m0.e.a.i0.g childForMethod$default = d0.e0.p.d.m0.e.a.i0.a.childForMethod$default(this.f2622c, createJavaMethod, rVar, 0, 4, null); List typeParameters = rVar.getTypeParameters(); List arrayList = new ArrayList<>(d0.t.o.collectionSizeOrDefault(typeParameters, 10)); for (d0.e0.p.d.m0.e.a.k0.y yVar : typeParameters) { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/l.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/l.java index f45cdec912..fe016b3ab6 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/l.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/l.java @@ -22,6 +22,6 @@ public final class l extends o implements Function0> { @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final g mo1invoke() { - return this.this$0.f2621c.getComponents().getJavaPropertyInitializerEvaluator().getInitializerConstant(this.$field, this.$propertyDescriptor); + return this.this$0.f2622c.getComponents().getJavaPropertyInitializerEvaluator().getInitializerConstant(this.$field, this.$propertyDescriptor); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/o.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/o.java index 67e1e0268f..e80f57105a 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/o.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/o.java @@ -83,7 +83,7 @@ public final class o extends r { } mutableSet.addAll(functionNames); if (this.n.isEnum()) { - mutableSet.addAll(n.listOf((Object[]) new e[]{d0.e0.p.d.m0.b.k.f2508c, d0.e0.p.d.m0.b.k.b})); + mutableSet.addAll(n.listOf((Object[]) new e[]{d0.e0.p.d.m0.b.k.f2509c, d0.e0.p.d.m0.b.k.b})); } return mutableSet; } @@ -98,13 +98,13 @@ public final class o extends r { m.checkNotNullParameter(collection, "result"); m.checkNotNullParameter(eVar, ModelAuditLogEntry.CHANGE_KEY_NAME); o parentJavaStaticClassScope = k.getParentJavaStaticClassScope(this.o); - Collection resolveOverridesForStaticMembers = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForStaticMembers(eVar, parentJavaStaticClassScope == null ? d0.t.n0.emptySet() : u.toSet(parentJavaStaticClassScope.getContributedFunctions(eVar, d.WHEN_GET_SUPER_MEMBERS)), collection, this.o, this.f2621c.getComponents().getErrorReporter(), this.f2621c.getComponents().getKotlinTypeChecker().getOverridingUtil()); + Collection resolveOverridesForStaticMembers = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForStaticMembers(eVar, parentJavaStaticClassScope == null ? d0.t.n0.emptySet() : u.toSet(parentJavaStaticClassScope.getContributedFunctions(eVar, d.WHEN_GET_SUPER_MEMBERS)), collection, this.o, this.f2622c.getComponents().getErrorReporter(), this.f2622c.getComponents().getKotlinTypeChecker().getOverridingUtil()); m.checkNotNullExpressionValue(resolveOverridesForStaticMembers, "resolveOverridesForStaticMembers(\n name,\n functionsFromSupertypes,\n result,\n ownerDescriptor,\n c.components.errorReporter,\n c.components.kotlinTypeChecker.overridingUtil\n )"); collection.addAll(resolveOverridesForStaticMembers); if (!this.n.isEnum()) { return; } - if (m.areEqual(eVar, d0.e0.p.d.m0.b.k.f2508c)) { + if (m.areEqual(eVar, d0.e0.p.d.m0.b.k.f2509c)) { t0 createEnumValueOfMethod = d0.e0.p.d.m0.k.d.createEnumValueOfMethod(this.o); m.checkNotNullExpressionValue(createEnumValueOfMethod, "createEnumValueOfMethod(ownerDescriptor)"); collection.add(createEnumValueOfMethod); @@ -123,7 +123,7 @@ public final class o extends r { LinkedHashSet linkedHashSet = new LinkedHashSet(); d0.e0.p.d.m0.p.b.dfs(d0.t.m.listOf(fVar), p.a, new q(fVar, linkedHashSet, new a(eVar))); if (!collection.isEmpty()) { - Collection resolveOverridesForStaticMembers = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForStaticMembers(eVar, linkedHashSet, collection, this.o, this.f2621c.getComponents().getErrorReporter(), this.f2621c.getComponents().getKotlinTypeChecker().getOverridingUtil()); + Collection resolveOverridesForStaticMembers = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForStaticMembers(eVar, linkedHashSet, collection, this.o, this.f2622c.getComponents().getErrorReporter(), this.f2622c.getComponents().getKotlinTypeChecker().getOverridingUtil()); m.checkNotNullExpressionValue(resolveOverridesForStaticMembers, "resolveOverridesForStaticMembers(\n name,\n propertiesFromSupertypes,\n result,\n ownerDescriptor,\n c.components.errorReporter,\n c.components.kotlinTypeChecker.overridingUtil\n )"); collection.addAll(resolveOverridesForStaticMembers); return; @@ -140,7 +140,7 @@ public final class o extends r { } ArrayList arrayList = new ArrayList(); for (Map.Entry entry : linkedHashMap.entrySet()) { - Collection resolveOverridesForStaticMembers2 = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForStaticMembers(eVar, (Collection) entry.getValue(), collection, this.o, this.f2621c.getComponents().getErrorReporter(), this.f2621c.getComponents().getKotlinTypeChecker().getOverridingUtil()); + Collection resolveOverridesForStaticMembers2 = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForStaticMembers(eVar, (Collection) entry.getValue(), collection, this.o, this.f2622c.getComponents().getErrorReporter(), this.f2622c.getComponents().getKotlinTypeChecker().getOverridingUtil()); m.checkNotNullExpressionValue(resolveOverridesForStaticMembers2, "resolveOverridesForStaticMembers(\n name, it.value, result, ownerDescriptor, c.components.errorReporter,\n c.components.kotlinTypeChecker.overridingUtil\n )"); r.addAll(arrayList, resolveOverridesForStaticMembers2); } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/q.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/q.java index a02396d31f..0e64245a05 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/q.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/q.java @@ -14,14 +14,14 @@ public final class q extends b.AbstractC0292b { public final /* synthetic */ Set b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ Function1> f2623c; + public final /* synthetic */ Function1> f2624c; /* JADX DEBUG: Multi-variable search result rejected for r3v0, resolved type: kotlin.jvm.functions.Function1> */ /* JADX WARN: Multi-variable type inference failed */ public q(e eVar, Set set, Function1> function1) { this.a = eVar; this.b = set; - this.f2623c = function1; + this.f2624c = function1; } public boolean beforeChildren(e eVar) { @@ -34,7 +34,7 @@ public final class q extends b.AbstractC0292b { if (!(staticScope instanceof r)) { return true; } - this.b.addAll((Collection) this.f2623c.invoke(staticScope)); + this.b.addAll((Collection) this.f2624c.invoke(staticScope)); return false; } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/s.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/s.java index 81d0ee3eac..0bbe0aae0c 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/s.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/s.java @@ -21,7 +21,7 @@ import java.util.List; public final class s extends b { /* renamed from: s reason: collision with root package name */ - public final g f2624s; + public final g f2625s; public final y t; public final d u; @@ -31,7 +31,7 @@ public final class s extends b { d0.z.d.m.checkNotNullParameter(gVar, "c"); d0.z.d.m.checkNotNullParameter(yVar, "javaTypeParameter"); d0.z.d.m.checkNotNullParameter(mVar, "containingDeclaration"); - this.f2624s = gVar; + this.f2625s = gVar; this.t = yVar; this.u = new d(gVar, yVar, false, 4, null); } @@ -39,7 +39,7 @@ public final class s extends b { @Override // d0.e0.p.d.m0.c.i1.f public List b(List list) { d0.z.d.m.checkNotNullParameter(list, "bounds"); - return this.f2624s.getComponents().getSignatureEnhancement().enhanceTypeParameterBounds(this, list, this.f2624s); + return this.f2625s.getComponents().getSignatureEnhancement().enhanceTypeParameterBounds(this, list, this.f2625s); } @Override // d0.e0.p.d.m0.c.i1.f @@ -52,15 +52,15 @@ public final class s extends b { Collection upperBounds = this.t.getUpperBounds(); if (upperBounds.isEmpty()) { d0 d0Var = d0.a; - j0 anyType = this.f2624s.getModule().getBuiltIns().getAnyType(); + j0 anyType = this.f2625s.getModule().getBuiltIns().getAnyType(); d0.z.d.m.checkNotNullExpressionValue(anyType, "c.module.builtIns.anyType"); - j0 nullableAnyType = this.f2624s.getModule().getBuiltIns().getNullableAnyType(); + j0 nullableAnyType = this.f2625s.getModule().getBuiltIns().getNullableAnyType(); d0.z.d.m.checkNotNullExpressionValue(nullableAnyType, "c.module.builtIns.nullableAnyType"); return d0.t.m.listOf(d0.flexibleType(anyType, nullableAnyType)); } ArrayList arrayList = new ArrayList(o.collectionSizeOrDefault(upperBounds, 10)); for (j jVar : upperBounds) { - arrayList.add(this.f2624s.getTypeResolver().transformJavaType(jVar, e.toAttributes$default(k.COMMON, false, this, 1, null))); + arrayList.add(this.f2625s.getTypeResolver().transformJavaType(jVar, e.toAttributes$default(k.COMMON, false, this, 1, null))); } return arrayList; } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/m/a.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/m/a.java index 76ed55bf2a..76cf897cff 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/m/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/m/a.java @@ -10,7 +10,7 @@ public final class a { public final b b; /* renamed from: c reason: collision with root package name */ - public final boolean f2625c; + public final boolean f2626c; public final z0 d; public a(k kVar, b bVar, boolean z2, z0 z0Var) { @@ -18,7 +18,7 @@ public final class a { m.checkNotNullParameter(bVar, "flexibility"); this.a = kVar; this.b = bVar; - this.f2625c = z2; + this.f2626c = z2; this.d = z0Var; } @@ -35,7 +35,7 @@ public final class a { bVar = aVar.b; } if ((i & 4) != 0) { - z2 = aVar.f2625c; + z2 = aVar.f2626c; } if ((i & 8) != 0) { z0Var = aVar.d; @@ -57,7 +57,7 @@ public final class a { return false; } a aVar = (a) obj; - return this.a == aVar.a && this.b == aVar.b && this.f2625c == aVar.f2625c && m.areEqual(this.d, aVar.d); + return this.a == aVar.a && this.b == aVar.b && this.f2626c == aVar.f2626c && m.areEqual(this.d, aVar.d); } public final b getFlexibility() { @@ -74,7 +74,7 @@ public final class a { public int hashCode() { int hashCode = (this.b.hashCode() + (this.a.hashCode() * 31)) * 31; - boolean z2 = this.f2625c; + boolean z2 = this.f2626c; if (z2) { z2 = true; } @@ -87,7 +87,7 @@ public final class a { } public final boolean isForAnnotationParameter() { - return this.f2625c; + return this.f2626c; } public String toString() { @@ -96,7 +96,7 @@ public final class a { P.append(", flexibility="); P.append(this.b); P.append(", isForAnnotationParameter="); - P.append(this.f2625c); + P.append(this.f2626c); P.append(", upperBoundOfTypeParameter="); P.append(this.d); P.append(')'); diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/m/f.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/m/f.java index 3985589ae0..a7c6a07bd6 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/m/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/m/f.java @@ -28,7 +28,7 @@ public final class f extends z0 { public static final f b = new f(); /* renamed from: c reason: collision with root package name */ - public static final a f2626c; + public static final a f2627c; public static final a d; /* compiled from: RawType.kt */ @@ -64,7 +64,7 @@ public final class f extends z0 { static { k kVar = k.COMMON; - f2626c = e.toAttributes$default(kVar, false, null, 3, null).withFlexibility(b.FLEXIBLE_LOWER_BOUND); + f2627c = e.toAttributes$default(kVar, false, null, 3, null).withFlexibility(b.FLEXIBLE_LOWER_BOUND); d = e.toAttributes$default(kVar, false, null, 3, null).withFlexibility(b.FLEXIBLE_UPPER_BOUND); } @@ -121,7 +121,7 @@ public final class f extends z0 { if (declarationDescriptor instanceof e) { d0.e0.p.d.m0.c.h declarationDescriptor2 = y.upperIfFlexible(c0Var).getConstructor().getDeclarationDescriptor(); if (declarationDescriptor2 instanceof e) { - Pair a2 = a(y.lowerIfFlexible(c0Var), (e) declarationDescriptor, f2626c); + Pair a2 = a(y.lowerIfFlexible(c0Var), (e) declarationDescriptor, f2627c); j0 component1 = a2.component1(); boolean booleanValue = a2.component2().booleanValue(); Pair a3 = a(y.upperIfFlexible(c0Var), (e) declarationDescriptor2, d); diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/d.java b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/d.java index d1d154e3d5..cecf2318ce 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/d.java @@ -34,13 +34,13 @@ public final class d { public final int b; /* renamed from: c reason: collision with root package name */ - public final boolean f2627c; + public final boolean f2628c; public a(c0 c0Var, int i, boolean z2) { m.checkNotNullParameter(c0Var, "type"); this.a = c0Var; this.b = i; - this.f2627c = z2; + this.f2628c = z2; } public final int getSubtreeSize() { @@ -60,7 +60,7 @@ public final class d { } public final boolean getWereChanges() { - return this.f2627c; + return this.f2628c; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/e.java b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/e.java index b0b44399c5..c33fc4bfcb 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/e.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/e.java @@ -7,7 +7,7 @@ public final class e { public static final e b = new e(null, null, false, false, 8, null); /* renamed from: c reason: collision with root package name */ - public final h f2628c; + public final h f2629c; public final f d; public final boolean e; public final boolean f; @@ -23,7 +23,7 @@ public final class e { } public e(h hVar, f fVar, boolean z2, boolean z3) { - this.f2628c = hVar; + this.f2629c = hVar; this.d = fVar; this.e = z2; this.f = z3; @@ -43,7 +43,7 @@ public final class e { } public final h getNullability() { - return this.f2628c; + return this.f2629c; } public final boolean isNotNullTypeParameter() { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/j.java b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/j.java index 2898c95872..bd3c1f972c 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/j.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/j.java @@ -10,7 +10,7 @@ public final class j { public static final e b; /* renamed from: c reason: collision with root package name */ - public static final e f2629c; + public static final e f2630c; public static final Map d; /* compiled from: predefinedEnhancementInfo.kt */ @@ -727,7 +727,7 @@ public final class j { static { h hVar = h.NOT_NULL; b = new e(hVar, null, false, false, 8, null); - f2629c = new e(hVar, null, true, false, 8, null); + f2630c = new e(hVar, null, true, false, 8, null); d0.e0.p.d.m0.e.b.w wVar = d0.e0.p.d.m0.e.b.w.a; String javaLang = wVar.javaLang("Object"); String javaFunction = wVar.javaFunction("Predicate"); @@ -774,7 +774,7 @@ public final class j { } public static final /* synthetic */ e access$getNOT_NULLABLE$p$s1730278749() { - return f2629c; + return f2630c; } public static final /* synthetic */ e access$getNOT_PLATFORM$p$s1730278749() { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/l.java b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/l.java index 4101787ef4..41ff4c1576 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/l.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/l.java @@ -48,7 +48,7 @@ public final class l { public final e b; /* renamed from: c reason: collision with root package name */ - public final d f2630c; + public final d f2631c; /* compiled from: signatureEnhancement.kt */ public static class a { @@ -56,17 +56,17 @@ public final class l { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f2631c; + public final boolean f2632c; public a(c0 c0Var, boolean z2, boolean z3) { m.checkNotNullParameter(c0Var, "type"); this.a = c0Var; this.b = z2; - this.f2631c = z3; + this.f2632c = z3; } public final boolean getContainsFunctionN() { - return this.f2631c; + return this.f2632c; } public final c0 getType() { @@ -84,7 +84,7 @@ public final class l { public final c0 b; /* renamed from: c reason: collision with root package name */ - public final Collection f2632c; + public final Collection f2633c; public final boolean d; public final g e; public final d0.e0.p.d.m0.e.a.a f; @@ -148,7 +148,7 @@ public final class l { l.this = lVar; this.a = aVar; this.b = c0Var; - this.f2632c = collection; + this.f2633c = collection; this.d = z2; this.e = gVar; this.f = aVar2; @@ -409,7 +409,7 @@ public final class l { i nullabilityQualifier; d0.e0.p.d.m0.c.g1.a aVar; boolean z8; - Collection collection = this.f2632c; + Collection collection = this.f2633c; int i3 = 10; ArrayList arrayList2 = new ArrayList(d0.t.o.collectionSizeOrDefault(collection, 10)); Iterator it2 = collection.iterator(); @@ -426,7 +426,7 @@ public final class l { ArrayList arrayList4 = new ArrayList(1); d(this, arrayList4, c0Var, this.e, null); if (this.d) { - Collection collection2 = this.f2632c; + Collection collection2 = this.f2633c; if (!(collection2 instanceof Collection) || !collection2.isEmpty()) { Iterator it3 = collection2.iterator(); while (true) { @@ -809,7 +809,7 @@ public final class l { m.checkNotNullParameter(dVar, "typeEnhancement"); this.a = cVar; this.b = eVar; - this.f2630c = dVar; + this.f2631c = dVar; } public static final /* synthetic */ d0.e0.p.d.m0.e.a.c access$getAnnotationTypeQualifierResolver$p(l lVar) { @@ -817,7 +817,7 @@ public final class l { } public static final /* synthetic */ d access$getTypeEnhancement$p(l lVar) { - return lVar.f2630c; + return lVar.f2631c; } /* JADX INFO: Can't fix incorrect switch cases order, some code will duplicate */ diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/q.java b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/q.java index f14cb150a8..94b5735222 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/q.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/q.java @@ -34,7 +34,7 @@ public final class q { public final List> b = new ArrayList(); /* renamed from: c reason: collision with root package name */ - public Pair f2633c = o.to(ExifInterface.GPS_MEASUREMENT_INTERRUPTED, null); + public Pair f2634c = o.to(ExifInterface.GPS_MEASUREMENT_INTERRUPTED, null); public final /* synthetic */ a d; public C0233a(a aVar, String str) { @@ -54,8 +54,8 @@ public final class q { while (it.hasNext()) { arrayList.add((String) ((Pair) it.next()).getFirst()); } - String signature = wVar.signature(className, wVar.jvmDescriptor(functionName, arrayList, this.f2633c.getFirst())); - w second = this.f2633c.getSecond(); + String signature = wVar.signature(className, wVar.jvmDescriptor(functionName, arrayList, this.f2634c.getFirst())); + w second = this.f2634c.getSecond(); List> list2 = this.b; ArrayList arrayList2 = new ArrayList(d0.t.o.collectionSizeOrDefault(list2, 10)); Iterator it2 = list2.iterator(); @@ -91,7 +91,7 @@ public final class q { m.checkNotNullParameter(dVar, "type"); String desc = dVar.getDesc(); m.checkNotNullExpressionValue(desc, "type.desc"); - this.f2633c = o.to(desc, null); + this.f2634c = o.to(desc, null); } public final void returns(String str, e... eVarArr) { @@ -102,7 +102,7 @@ public final class q { for (z zVar : withIndex) { linkedHashMap.put(Integer.valueOf(zVar.getIndex()), (e) zVar.getValue()); } - this.f2633c = o.to(str, new w(linkedHashMap)); + this.f2634c = o.to(str, new w(linkedHashMap)); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/s.java b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/s.java index 48f484af4f..5d49058bfb 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/s.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/s.java @@ -11,14 +11,14 @@ public final class s { public final u b; /* renamed from: c reason: collision with root package name */ - public final z0 f2634c; + public final z0 f2635c; public final boolean d; public s(c0 c0Var, u uVar, z0 z0Var, boolean z2) { m.checkNotNullParameter(c0Var, "type"); this.a = c0Var; this.b = uVar; - this.f2634c = z0Var; + this.f2635c = z0Var; this.d = z2; } @@ -31,7 +31,7 @@ public final class s { } public final z0 component3() { - return this.f2634c; + return this.f2635c; } public final boolean component4() { @@ -46,7 +46,7 @@ public final class s { return false; } s sVar = (s) obj; - return m.areEqual(this.a, sVar.a) && m.areEqual(this.b, sVar.b) && m.areEqual(this.f2634c, sVar.f2634c) && this.d == sVar.d; + return m.areEqual(this.a, sVar.a) && m.areEqual(this.b, sVar.b) && m.areEqual(this.f2635c, sVar.f2635c) && this.d == sVar.d; } public final c0 getType() { @@ -58,7 +58,7 @@ public final class s { u uVar = this.b; int i = 0; int hashCode2 = (hashCode + (uVar == null ? 0 : uVar.hashCode())) * 31; - z0 z0Var = this.f2634c; + z0 z0Var = this.f2635c; if (z0Var != null) { i = z0Var.hashCode(); } @@ -79,7 +79,7 @@ public final class s { P.append(", defaultQualifiers="); P.append(this.b); P.append(", typeParameterForArgument="); - P.append(this.f2634c); + P.append(this.f2635c); P.append(", isFromStarProjection="); P.append(this.d); P.append(')'); diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/s.java b/app/src/main/java/d0/e0/p/d/m0/e/a/s.java index b1ea8c1c64..18a9e38410 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/s.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/s.java @@ -16,13 +16,13 @@ public interface s { public final byte[] b; /* renamed from: c reason: collision with root package name */ - public final g f2635c; + public final g f2636c; public a(d0.e0.p.d.m0.g.a aVar, byte[] bArr, g gVar) { m.checkNotNullParameter(aVar, "classId"); this.a = aVar; this.b = bArr; - this.f2635c = gVar; + this.f2636c = gVar; } /* JADX INFO: this call moved to the top of the method (can break code semantics) */ @@ -38,7 +38,7 @@ public interface s { return false; } a aVar = (a) obj; - return m.areEqual(this.a, aVar.a) && m.areEqual(this.b, aVar.b) && m.areEqual(this.f2635c, aVar.f2635c); + return m.areEqual(this.a, aVar.a) && m.areEqual(this.b, aVar.b) && m.areEqual(this.f2636c, aVar.f2636c); } public final d0.e0.p.d.m0.g.a getClassId() { @@ -50,7 +50,7 @@ public interface s { byte[] bArr = this.b; int i = 0; int hashCode2 = (hashCode + (bArr == null ? 0 : Arrays.hashCode(bArr))) * 31; - g gVar = this.f2635c; + g gVar = this.f2636c; if (gVar != null) { i = gVar.hashCode(); } @@ -63,7 +63,7 @@ public interface s { P.append(", previouslyFoundClassFileContent="); P.append(Arrays.toString(this.b)); P.append(", outerClass="); - P.append(this.f2635c); + P.append(this.f2636c); P.append(')'); return P.toString(); } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/u.java b/app/src/main/java/d0/e0/p/d/m0/e/a/u.java index 13b70402d3..5003f6cb1b 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/u.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/u.java @@ -12,7 +12,7 @@ public final class u { public final Collection b; /* renamed from: c reason: collision with root package name */ - public final boolean f2636c; + public final boolean f2637c; /* JADX DEBUG: Multi-variable search result rejected for r3v0, resolved type: java.util.Collection */ /* JADX WARN: Multi-variable type inference failed */ @@ -21,7 +21,7 @@ public final class u { m.checkNotNullParameter(collection, "qualifierApplicabilityTypes"); this.a = iVar; this.b = collection; - this.f2636c = z2; + this.f2637c = z2; } /* JADX INFO: this call moved to the top of the method (can break code semantics) */ @@ -39,7 +39,7 @@ public final class u { collection = uVar.b; } if ((i & 4) != 0) { - z2 = uVar.f2636c; + z2 = uVar.f2637c; } return uVar.copy(iVar, collection, z2); } @@ -58,15 +58,15 @@ public final class u { return false; } u uVar = (u) obj; - return m.areEqual(this.a, uVar.a) && m.areEqual(this.b, uVar.b) && this.f2636c == uVar.f2636c; + return m.areEqual(this.a, uVar.a) && m.areEqual(this.b, uVar.b) && this.f2637c == uVar.f2637c; } public final boolean getAffectsTypeParameterBasedTypes() { - return this.f2636c; + return this.f2637c; } public final boolean getMakesTypeParameterNotNull() { - return this.a.getQualifier() == h.NOT_NULL && this.f2636c; + return this.a.getQualifier() == h.NOT_NULL && this.f2637c; } public final i getNullabilityQualifier() { @@ -79,7 +79,7 @@ public final class u { public int hashCode() { int hashCode = (this.b.hashCode() + (this.a.hashCode() * 31)) * 31; - boolean z2 = this.f2636c; + boolean z2 = this.f2637c; if (z2) { z2 = true; } @@ -95,7 +95,7 @@ public final class u { P.append(", qualifierApplicabilityTypes="); P.append(this.b); P.append(", affectsTypeParameterBasedTypes="); - P.append(this.f2636c); + P.append(this.f2637c); P.append(')'); return P.toString(); } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/w.java b/app/src/main/java/d0/e0/p/d/m0/e/a/w.java index 1bcf09ac23..7edf89b986 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/w.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/w.java @@ -17,7 +17,7 @@ public class w { public static final u b; /* renamed from: c reason: collision with root package name */ - public static final u f2637c; + public static final u f2638c; public static final Map d = new HashMap(); /* compiled from: JavaDescriptorVisibilities */ @@ -117,12 +117,12 @@ public class w { } static { - a aVar = new a(d0.e0.p.d.m0.c.j1.a.f2572c); + a aVar = new a(d0.e0.p.d.m0.c.j1.a.f2573c); a = aVar; - b bVar = new b(d0.e0.p.d.m0.c.j1.c.f2574c); + b bVar = new b(d0.e0.p.d.m0.c.j1.c.f2575c); b = bVar; - c cVar = new c(d0.e0.p.d.m0.c.j1.b.f2573c); - f2637c = cVar; + c cVar = new c(d0.e0.p.d.m0.c.j1.b.f2574c); + f2638c = cVar; d(aVar); d(bVar); d(cVar); @@ -181,7 +181,7 @@ public class w { } else if (c(e.unwrapFakeOverrideToAnyDeclaration(qVar), mVar)) { return true; } else { - return t.f2591c.isVisible(dVar, qVar, mVar); + return t.f2592c.isVisible(dVar, qVar, mVar); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/a.java b/app/src/main/java/d0/e0/p/d/m0/e/b/a.java index 184b126a9a..b0093f256f 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/a.java @@ -275,7 +275,7 @@ public abstract class a implements d0.e0.p.d.m0.l.b.c { public abstract p.a h(d0.e0.p.d.m0.g.a aVar, u0 u0Var, List list); public final List i(y yVar, d0.e0.p.d.m0.f.n nVar, EnumC0234a aVar) { - Boolean bool = d0.e0.p.d.m0.f.z.b.f2676z.get(nVar.getFlags()); + Boolean bool = d0.e0.p.d.m0.f.z.b.f2677z.get(nVar.getFlags()); m.checkNotNullExpressionValue(bool, "IS_CONST.get(proto.flags)"); boolean booleanValue = bool.booleanValue(); d0.e0.p.d.m0.f.a0.b.h hVar = d0.e0.p.d.m0.f.a0.b.h.a; @@ -367,7 +367,7 @@ public abstract class a implements d0.e0.p.d.m0.l.b.c { m.checkNotNullParameter(yVar, "container"); m.checkNotNullParameter(nVar, "proto"); m.checkNotNullParameter(c0Var, "expectedType"); - Boolean bool = d0.e0.p.d.m0.f.z.b.f2676z.get(nVar.getFlags()); + Boolean bool = d0.e0.p.d.m0.f.z.b.f2677z.get(nVar.getFlags()); d0.e0.p.d.m0.f.a0.b.h hVar = d0.e0.p.d.m0.f.a0.b.h.a; p g = g(yVar, true, true, bool, d0.e0.p.d.m0.f.a0.b.h.isMovedFromInterfaceCompanion(nVar)); if (g == null) { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/b.java b/app/src/main/java/d0/e0/p/d/m0/e/b/b.java index 9fc5a70fd8..16a10bcb18 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/b.java @@ -20,7 +20,7 @@ public final class b implements p.d { public final /* synthetic */ HashMap> b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ HashMap f2638c; + public final /* synthetic */ HashMap f2639c; /* compiled from: AbstractBinaryClassAnnotationAndConstantLoader.kt */ public final class a extends C0235b implements p.e { @@ -55,12 +55,12 @@ public final class b implements p.d { public final ArrayList b = new ArrayList<>(); /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ b f2639c; + public final /* synthetic */ b f2640c; public C0235b(b bVar, s sVar) { m.checkNotNullParameter(bVar, "this$0"); m.checkNotNullParameter(sVar, "signature"); - this.f2639c = bVar; + this.f2640c = bVar; this.a = sVar; } @@ -68,13 +68,13 @@ public final class b implements p.d { public p.a visitAnnotation(d0.e0.p.d.m0.g.a aVar, u0 u0Var) { m.checkNotNullParameter(aVar, "classId"); m.checkNotNullParameter(u0Var, "source"); - return a.access$loadAnnotationIfNotSpecial(this.f2639c.a, aVar, u0Var, this.b); + return a.access$loadAnnotationIfNotSpecial(this.f2640c.a, aVar, u0Var, this.b); } @Override // d0.e0.p.d.m0.e.b.p.c public void visitEnd() { if (!this.b.isEmpty()) { - this.f2639c.b.put(this.a, this.b); + this.f2640c.b.put(this.a, this.b); } } } @@ -82,7 +82,7 @@ public final class b implements p.d { public b(a aVar, HashMap> hashMap, HashMap hashMap2) { this.a = aVar; this.b = hashMap; - this.f2638c = hashMap2; + this.f2639c = hashMap2; } @Override // d0.e0.p.d.m0.e.b.p.d @@ -123,7 +123,7 @@ public final class b implements p.d { } g createConstantValue = h.a.createConstantValue(obj); if (createConstantValue != null) { - this.f2638c.put(fromFieldNameAndDesc, createConstantValue); + this.f2639c.put(fromFieldNameAndDesc, createConstantValue); } } return new C0235b(this, fromFieldNameAndDesc); diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/b0/a.java b/app/src/main/java/d0/e0/p/d/m0/e/b/b0/a.java index 469fa6d32c..d5c6c88cb3 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/b0/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/b0/a.java @@ -16,7 +16,7 @@ public final class a { public final f b; /* renamed from: c reason: collision with root package name */ - public final String[] f2640c; + public final String[] f2641c; public final String[] d; public final String[] e; public final String f; @@ -36,7 +36,7 @@ public final class a { public static final Map j; /* renamed from: id reason: collision with root package name */ - private final int f2641id; + private final int f2642id; /* compiled from: KotlinClassHeader.kt */ /* renamed from: d0.e0.p.d.m0.e.b.b0.a$a$a reason: collision with other inner class name */ @@ -61,7 +61,7 @@ public final class a { } public EnumC0236a(int i2) { - this.f2641id = i2; + this.f2642id = i2; } public static final /* synthetic */ Map access$getEntryById$cp() { @@ -73,7 +73,7 @@ public final class a { } public final int getId() { - return this.f2641id; + return this.f2642id; } } @@ -83,7 +83,7 @@ public final class a { m.checkNotNullParameter(cVar, "bytecodeVersion"); this.a = aVar; this.b = fVar; - this.f2640c = strArr; + this.f2641c = strArr; this.d = strArr2; this.e = strArr3; this.f = str; @@ -95,7 +95,7 @@ public final class a { } public final String[] getData() { - return this.f2640c; + return this.f2641c; } public final String[] getIncompatibleData() { @@ -119,7 +119,7 @@ public final class a { } public final List getMultifilePartNames() { - String[] strArr = this.f2640c; + String[] strArr = this.f2641c; List list = null; if (!(getKind() == EnumC0236a.MULTIFILE_CLASS)) { strArr = null; diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/b0/b.java b/app/src/main/java/d0/e0/p/d/m0/e/b/b0/b.java index 0e41078e97..84db784bd0 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/b0/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/b0/b.java @@ -17,7 +17,7 @@ public class b implements p.c { public static final Map b; /* renamed from: c reason: collision with root package name */ - public int[] f2642c = null; + public int[] f2643c = null; public d0.e0.p.d.m0.f.a0.b.c d = null; public String e = null; public int f = 0; @@ -133,7 +133,7 @@ public class b implements p.c { } } else if ("mv".equals(asString)) { if (obj instanceof int[]) { - b.this.f2642c = (int[]) obj; + b.this.f2643c = (int[]) obj; } } else if ("bv".equals(asString)) { if (obj instanceof int[]) { @@ -259,7 +259,7 @@ public class b implements p.c { if (obj instanceof int[]) { b bVar = b.this; int[] iArr = (int[]) obj; - bVar.f2642c = iArr; + bVar.f2643c = iArr; if (bVar.d == null) { bVar.d = new d0.e0.p.d.m0.f.a0.b.c(iArr); } @@ -352,11 +352,11 @@ public class b implements p.c { } public a createHeader() { - if (this.k == null || this.f2642c == null) { + if (this.k == null || this.f2643c == null) { return null; } boolean z2 = true; - d0.e0.p.d.m0.f.a0.b.f fVar = new d0.e0.p.d.m0.f.a0.b.f(this.f2642c, (this.f & 8) != 0); + d0.e0.p.d.m0.f.a0.b.f fVar = new d0.e0.p.d.m0.f.a0.b.f(this.f2643c, (this.f & 8) != 0); if (!fVar.isCompatible()) { this.j = this.h; this.h = null; diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/c.java b/app/src/main/java/d0/e0/p/d/m0/e/b/c.java index e0ad582485..74952a7b1a 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/c.java @@ -25,7 +25,7 @@ import java.util.List; public final class c extends a> { /* renamed from: c reason: collision with root package name */ - public final c0 f2643c; + public final c0 f2644c; public final d0 d; public final e e; @@ -35,7 +35,7 @@ public final class c extends a> { public final /* synthetic */ d0.e0.p.d.m0.c.e b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ c f2644c; + public final /* synthetic */ c f2645c; public final /* synthetic */ List d; public final /* synthetic */ u0 e; @@ -46,13 +46,13 @@ public final class c extends a> { public final /* synthetic */ p.a b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ a f2645c; + public final /* synthetic */ a f2646c; public final /* synthetic */ d0.e0.p.d.m0.g.e d; public final /* synthetic */ ArrayList e; public C0239a(p.a aVar, a aVar2, d0.e0.p.d.m0.g.e eVar, ArrayList arrayList) { this.b = aVar; - this.f2645c = aVar2; + this.f2646c = aVar2; this.d = eVar; this.e = arrayList; this.a = aVar; @@ -86,7 +86,7 @@ public final class c extends a> { @Override // d0.e0.p.d.m0.e.b.p.a public void visitEnd() { this.b.visitEnd(); - a.access$getArguments$p(this.f2645c).put(this.d, new d0.e0.p.d.m0.k.v.a((d0.e0.p.d.m0.c.g1.c) u.single((List) this.e))); + a.access$getArguments$p(this.f2646c).put(this.d, new d0.e0.p.d.m0.k.v.a((d0.e0.p.d.m0.c.g1.c) u.single((List) this.e))); } @Override // d0.e0.p.d.m0.e.b.p.a @@ -104,18 +104,18 @@ public final class c extends a> { public final /* synthetic */ a b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ d0.e0.p.d.m0.g.e f2646c; + public final /* synthetic */ d0.e0.p.d.m0.g.e f2647c; public final /* synthetic */ d0.e0.p.d.m0.c.e d; public b(a aVar, d0.e0.p.d.m0.g.e eVar, d0.e0.p.d.m0.c.e eVar2) { this.b = aVar; - this.f2646c = eVar; + this.f2647c = eVar; this.d = eVar2; } @Override // d0.e0.p.d.m0.e.b.p.b public void visit(Object obj) { - this.a.add(a.access$createConstant(this.b, this.f2646c, obj)); + this.a.add(a.access$createConstant(this.b, this.f2647c, obj)); } @Override // d0.e0.p.d.m0.e.b.p.b @@ -126,10 +126,10 @@ public final class c extends a> { @Override // d0.e0.p.d.m0.e.b.p.b public void visitEnd() { - c1 annotationParameterByName = d0.e0.p.d.m0.e.a.g0.a.getAnnotationParameterByName(this.f2646c, this.d); + c1 annotationParameterByName = d0.e0.p.d.m0.e.a.g0.a.getAnnotationParameterByName(this.f2647c, this.d); if (annotationParameterByName != null) { HashMap access$getArguments$p = a.access$getArguments$p(this.b); - d0.e0.p.d.m0.g.e eVar = this.f2646c; + d0.e0.p.d.m0.g.e eVar = this.f2647c; h hVar = h.a; List> compact = d0.e0.p.d.m0.p.a.compact(this.a); d0.e0.p.d.m0.n.c0 type = annotationParameterByName.getType(); @@ -148,7 +148,7 @@ public final class c extends a> { public a(d0.e0.p.d.m0.c.e eVar, c cVar, List list, u0 u0Var) { this.b = eVar; - this.f2644c = cVar; + this.f2645c = cVar; this.d = list; this.e = u0Var; } @@ -178,7 +178,7 @@ public final class c extends a> { m.checkNotNullParameter(eVar, ModelAuditLogEntry.CHANGE_KEY_NAME); m.checkNotNullParameter(aVar, "classId"); ArrayList arrayList = new ArrayList(); - c cVar = this.f2644c; + c cVar = this.f2645c; u0 u0Var = u0.a; m.checkNotNullExpressionValue(u0Var, "NO_SOURCE"); p.a h = cVar.h(aVar, u0Var, arrayList); @@ -220,7 +220,7 @@ public final class c extends a> { m.checkNotNullParameter(d0Var, "notFoundClasses"); m.checkNotNullParameter(oVar, "storageManager"); m.checkNotNullParameter(nVar, "kotlinClassFinder"); - this.f2643c = c0Var; + this.f2644c = c0Var; this.d = d0Var; this.e = new e(c0Var, d0Var); } @@ -230,6 +230,6 @@ public final class c extends a> { m.checkNotNullParameter(aVar, "annotationClassId"); m.checkNotNullParameter(u0Var, "source"); m.checkNotNullParameter(list, "result"); - return new a(w.findNonGenericClassAcrossDependencies(this.f2643c, aVar, this.d), this, list, u0Var); + return new a(w.findNonGenericClassAcrossDependencies(this.f2644c, aVar, this.d), this, list, u0Var); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/f.java b/app/src/main/java/d0/e0/p/d/m0/e/b/f.java index cb070f6515..c23f98392d 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/f.java @@ -27,7 +27,7 @@ public final class f { public static final Set b = m0.setOf(a.EnumC0236a.CLASS); /* renamed from: c reason: collision with root package name */ - public static final Set f2647c = n0.setOf((Object[]) new a.EnumC0236a[]{a.EnumC0236a.FILE_FACADE, a.EnumC0236a.MULTIFILE_CLASS_PART}); + public static final Set f2648c = n0.setOf((Object[]) new a.EnumC0236a[]{a.EnumC0236a.FILE_FACADE, a.EnumC0236a.MULTIFILE_CLASS_PART}); public static final d0.e0.p.d.m0.f.a0.b.f d = new d0.e0.p.d.m0.f.a0.b.f(1, 1, 2); public static final d0.e0.p.d.m0.f.a0.b.f e = new d0.e0.p.d.m0.f.a0.b.f(1, 1, 11); public static final d0.e0.p.d.m0.f.a0.b.f f = new d0.e0.p.d.m0.f.a0.b.f(1, 1, 13); @@ -101,7 +101,7 @@ public final class f { Pair pair; m.checkNotNullParameter(e0Var, "descriptor"); m.checkNotNullParameter(pVar, "kotlinClass"); - String[] d2 = d(pVar, f2647c); + String[] d2 = d(pVar, f2648c); if (d2 == null || (strings = pVar.getClassHeader().getStrings()) == null) { return null; } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/j.java b/app/src/main/java/d0/e0/p/d/m0/e/b/j.java index 4e980a3d88..66cc6b431c 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/j.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/j.java @@ -16,7 +16,7 @@ public final class j implements f { public final c b; /* renamed from: c reason: collision with root package name */ - public final c f2648c; + public final c f2649c; public final p d; /* JADX WARNING: Illegal instructions before constructor call */ @@ -43,7 +43,7 @@ public final class j implements f { m.checkNotNullParameter(cVar3, "nameResolver"); m.checkNotNullParameter(eVar, "abiStability"); this.b = cVar; - this.f2648c = cVar2; + this.f2649c = cVar2; this.d = pVar; g.f fVar = a.m; m.checkNotNullExpressionValue(fVar, "packageModuleName"); @@ -65,7 +65,7 @@ public final class j implements f { } public final c getFacadeClassName() { - return this.f2648c; + return this.f2649c; } public final p getKnownJvmBinaryClass() { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/k.java b/app/src/main/java/d0/e0/p/d/m0/e/b/k.java index 466151cc5e..5929a9cc8a 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/k.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/k.java @@ -8,7 +8,7 @@ public abstract class k { public static final d b = new d(d0.e0.p.d.m0.k.y.d.BOOLEAN); /* renamed from: c reason: collision with root package name */ - public static final d f2649c = new d(d0.e0.p.d.m0.k.y.d.CHAR); + public static final d f2650c = new d(d0.e0.p.d.m0.k.y.d.CHAR); public static final d d = new d(d0.e0.p.d.m0.k.y.d.BYTE); public static final d e = new d(d0.e0.p.d.m0.k.y.d.SHORT); public static final d f = new d(d0.e0.p.d.m0.k.y.d.INT); @@ -115,7 +115,7 @@ public abstract class k { } public static final /* synthetic */ d access$getCHAR$cp() { - return f2649c; + return f2650c; } public static final /* synthetic */ d access$getDOUBLE$cp() { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/u.java b/app/src/main/java/d0/e0/p/d/m0/e/b/u.java index 8a77b37abe..649944c3de 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/u.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/u.java @@ -146,6 +146,6 @@ public final class u { public static final k mapToJvmType(c0 c0Var) { m.checkNotNullParameter(c0Var, ""); - return (k) d.mapType$default(c0Var, m.a, z.f2650c, y.a, null, null, 32, null); + return (k) d.mapType$default(c0Var, m.a, z.f2651c, y.a, null, null, 32, null); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/z.java b/app/src/main/java/d0/e0/p/d/m0/e/b/z.java index e52cf0c176..8f49d473ac 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/z.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/z.java @@ -12,7 +12,7 @@ public final class z { public static final z b; /* renamed from: c reason: collision with root package name */ - public static final z f2650c; + public static final z f2651c; public final boolean d; public final boolean e; public final boolean f; @@ -37,7 +37,7 @@ public final class z { z zVar2 = new z(false, false, false, false, false, null, false, null, null, true, FrameMetricsAggregator.EVERY_DURATION, null); b = zVar2; new z(false, true, false, false, false, null, false, null, null, false, PointerIconCompat.TYPE_GRABBING, null); - f2650c = new z(false, false, false, false, false, zVar, false, null, null, false, 988, null); + f2651c = new z(false, false, false, false, false, zVar, false, null, null, false, 988, null); new z(false, false, false, false, false, zVar2, false, null, null, true, 476, null); new z(false, true, false, false, false, zVar, false, null, null, false, 988, null); new z(false, false, false, true, false, zVar, false, null, null, false, 983, null); diff --git a/app/src/main/java/d0/e0/p/d/m0/f/a0/a.java b/app/src/main/java/d0/e0/p/d/m0/f/a0/a.java index d881c83244..12de1b25e7 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/a0/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/a0/a.java @@ -26,7 +26,7 @@ public final class a { public static final g.f b; /* renamed from: c reason: collision with root package name */ - public static final g.f f2651c; + public static final g.f f2652c; public static final g.f d; public static final g.f e; public static final g.f> f; @@ -1894,7 +1894,7 @@ public final class a { b = g.newSingularGeneratedExtension(i.getDefaultInstance(), c.getDefaultInstance(), c.getDefaultInstance(), null, 100, bVar, c.class); i defaultInstance4 = i.getDefaultInstance(); w.b bVar2 = w.b.INT32; - f2651c = g.newSingularGeneratedExtension(defaultInstance4, 0, null, null, 101, bVar2, Integer.class); + f2652c = g.newSingularGeneratedExtension(defaultInstance4, 0, null, null, 101, bVar2, Integer.class); d = g.newSingularGeneratedExtension(n.getDefaultInstance(), d.getDefaultInstance(), d.getDefaultInstance(), null, 100, bVar, d.class); e = g.newSingularGeneratedExtension(n.getDefaultInstance(), 0, null, null, 101, bVar2, Integer.class); f = g.newRepeatedGeneratedExtension(q.getDefaultInstance(), d0.e0.p.d.m0.f.b.getDefaultInstance(), null, 100, bVar, false, d0.e0.p.d.m0.f.b.class); @@ -1910,7 +1910,7 @@ public final class a { public static void registerAllExtensions(d0.e0.p.d.m0.i.e eVar) { eVar.add(a); eVar.add(b); - eVar.add(f2651c); + eVar.add(f2652c); eVar.add(d); eVar.add(e); eVar.add(f); diff --git a/app/src/main/java/d0/e0/p/d/m0/f/a0/b/b.java b/app/src/main/java/d0/e0/p/d/m0/f/a0/b/b.java index 40c24a5bfd..55663c4580 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/a0/b/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/a0/b/b.java @@ -17,7 +17,7 @@ public final class b { public static final String b = u.joinToString$default(n.listOf((Object[]) new Character[]{'k', 'o', 't', 'l', 'i', 'n'}), "", null, null, 0, null, null, 62, null); /* renamed from: c reason: collision with root package name */ - public static final Map f2652c; + public static final Map f2653c; static { int i = 0; @@ -78,7 +78,7 @@ public final class b { for (String str5 : n.listOf((Object[]) new String[]{"Char", "Byte", "Short", "Int", "Float", "Long", "Double", "String", "Enum"})) { a(linkedHashMap, m.stringPlus(str5, ".Companion"), b + "/jvm/internal/" + str5 + "CompanionObject"); } - f2652c = linkedHashMap; + f2653c = linkedHashMap; } public static final void a(Map map, String str, String str2) { @@ -87,7 +87,7 @@ public final class b { public static final String mapClass(String str) { m.checkNotNullParameter(str, "classId"); - String str2 = f2652c.get(str); + String str2 = f2653c.get(str); return str2 == null ? a.G(a.N('L'), t.replace$default(str, '.', '$', false, 4, (Object) null), ';') : str2; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/f/a0/b/d.java b/app/src/main/java/d0/e0/p/d/m0/f/a0/b/d.java index cc5e2b2744..4cc9db5174 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/a0/b/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/a0/b/d.java @@ -7,11 +7,11 @@ public final class d { public static final b.C0258b b = b.d.booleanFirst(); /* renamed from: c reason: collision with root package name */ - public static final b.C0258b f2653c; + public static final b.C0258b f2654c; static { b.C0258b booleanFirst = b.d.booleanFirst(); - f2653c = booleanFirst; + f2654c = booleanFirst; b.d.booleanAfter(booleanFirst); } diff --git a/app/src/main/java/d0/e0/p/d/m0/f/a0/b/g.java b/app/src/main/java/d0/e0/p/d/m0/f/a0/b/g.java index 2309900152..a9b17e582e 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/a0/b/g.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/a0/b/g.java @@ -22,7 +22,7 @@ public final class g implements c { public static final String b; /* renamed from: c reason: collision with root package name */ - public static final List f2654c; + public static final List f2655c; public final a.e d; public final String[] e; public final Set f; @@ -43,7 +43,7 @@ public final class g implements c { a = aVar; String joinToString$default = u.joinToString$default(n.listOf((Object[]) new Character[]{'k', 'o', 't', 'l', 'i', 'n'}), "", null, null, 0, null, null, 62, null); b = joinToString$default; - f2654c = n.listOf((Object[]) new String[]{m.stringPlus(joinToString$default, "/Any"), m.stringPlus(joinToString$default, "/Nothing"), m.stringPlus(joinToString$default, "/Unit"), m.stringPlus(joinToString$default, "/Throwable"), m.stringPlus(joinToString$default, "/Number"), m.stringPlus(joinToString$default, "/Byte"), m.stringPlus(joinToString$default, "/Double"), m.stringPlus(joinToString$default, "/Float"), m.stringPlus(joinToString$default, "/Int"), m.stringPlus(joinToString$default, "/Long"), m.stringPlus(joinToString$default, "/Short"), m.stringPlus(joinToString$default, "/Boolean"), m.stringPlus(joinToString$default, "/Char"), m.stringPlus(joinToString$default, "/CharSequence"), m.stringPlus(joinToString$default, "/String"), m.stringPlus(joinToString$default, "/Comparable"), m.stringPlus(joinToString$default, "/Enum"), m.stringPlus(joinToString$default, "/Array"), m.stringPlus(joinToString$default, "/ByteArray"), m.stringPlus(joinToString$default, "/DoubleArray"), m.stringPlus(joinToString$default, "/FloatArray"), m.stringPlus(joinToString$default, "/IntArray"), m.stringPlus(joinToString$default, "/LongArray"), m.stringPlus(joinToString$default, "/ShortArray"), m.stringPlus(joinToString$default, "/BooleanArray"), m.stringPlus(joinToString$default, "/CharArray"), m.stringPlus(joinToString$default, "/Cloneable"), m.stringPlus(joinToString$default, "/Annotation"), m.stringPlus(joinToString$default, "/collections/Iterable"), m.stringPlus(joinToString$default, "/collections/MutableIterable"), m.stringPlus(joinToString$default, "/collections/Collection"), m.stringPlus(joinToString$default, "/collections/MutableCollection"), m.stringPlus(joinToString$default, "/collections/List"), m.stringPlus(joinToString$default, "/collections/MutableList"), m.stringPlus(joinToString$default, "/collections/Set"), m.stringPlus(joinToString$default, "/collections/MutableSet"), m.stringPlus(joinToString$default, "/collections/Map"), m.stringPlus(joinToString$default, "/collections/MutableMap"), m.stringPlus(joinToString$default, "/collections/Map.Entry"), m.stringPlus(joinToString$default, "/collections/MutableMap.MutableEntry"), m.stringPlus(joinToString$default, "/collections/Iterator"), m.stringPlus(joinToString$default, "/collections/MutableIterator"), m.stringPlus(joinToString$default, "/collections/ListIterator"), m.stringPlus(joinToString$default, "/collections/MutableListIterator")}); + f2655c = n.listOf((Object[]) new String[]{m.stringPlus(joinToString$default, "/Any"), m.stringPlus(joinToString$default, "/Nothing"), m.stringPlus(joinToString$default, "/Unit"), m.stringPlus(joinToString$default, "/Throwable"), m.stringPlus(joinToString$default, "/Number"), m.stringPlus(joinToString$default, "/Byte"), m.stringPlus(joinToString$default, "/Double"), m.stringPlus(joinToString$default, "/Float"), m.stringPlus(joinToString$default, "/Int"), m.stringPlus(joinToString$default, "/Long"), m.stringPlus(joinToString$default, "/Short"), m.stringPlus(joinToString$default, "/Boolean"), m.stringPlus(joinToString$default, "/Char"), m.stringPlus(joinToString$default, "/CharSequence"), m.stringPlus(joinToString$default, "/String"), m.stringPlus(joinToString$default, "/Comparable"), m.stringPlus(joinToString$default, "/Enum"), m.stringPlus(joinToString$default, "/Array"), m.stringPlus(joinToString$default, "/ByteArray"), m.stringPlus(joinToString$default, "/DoubleArray"), m.stringPlus(joinToString$default, "/FloatArray"), m.stringPlus(joinToString$default, "/IntArray"), m.stringPlus(joinToString$default, "/LongArray"), m.stringPlus(joinToString$default, "/ShortArray"), m.stringPlus(joinToString$default, "/BooleanArray"), m.stringPlus(joinToString$default, "/CharArray"), m.stringPlus(joinToString$default, "/Cloneable"), m.stringPlus(joinToString$default, "/Annotation"), m.stringPlus(joinToString$default, "/collections/Iterable"), m.stringPlus(joinToString$default, "/collections/MutableIterable"), m.stringPlus(joinToString$default, "/collections/Collection"), m.stringPlus(joinToString$default, "/collections/MutableCollection"), m.stringPlus(joinToString$default, "/collections/List"), m.stringPlus(joinToString$default, "/collections/MutableList"), m.stringPlus(joinToString$default, "/collections/Set"), m.stringPlus(joinToString$default, "/collections/MutableSet"), m.stringPlus(joinToString$default, "/collections/Map"), m.stringPlus(joinToString$default, "/collections/MutableMap"), m.stringPlus(joinToString$default, "/collections/Map.Entry"), m.stringPlus(joinToString$default, "/collections/MutableMap.MutableEntry"), m.stringPlus(joinToString$default, "/collections/Iterator"), m.stringPlus(joinToString$default, "/collections/MutableIterator"), m.stringPlus(joinToString$default, "/collections/ListIterator"), m.stringPlus(joinToString$default, "/collections/MutableListIterator")}); Iterable withIndex = u.withIndex(aVar.getPREDEFINED_STRINGS()); LinkedHashMap linkedHashMap = new LinkedHashMap(f.coerceAtLeast(g0.mapCapacity(o.collectionSizeOrDefault(withIndex, 10)), 16)); for (z zVar : withIndex) { @@ -79,7 +79,7 @@ public final class g implements c { } public static final /* synthetic */ List access$getPREDEFINED_STRINGS$cp() { - return f2654c; + return f2655c; } @Override // d0.e0.p.d.m0.f.z.c diff --git a/app/src/main/java/d0/e0/p/d/m0/f/b.java b/app/src/main/java/d0/e0/p/d/m0/f/b.java index 6ee2085975..224e28331b 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/b.java @@ -192,7 +192,7 @@ public final class b extends g implements o { public b r = b.getDefaultInstance(); /* renamed from: s reason: collision with root package name */ - public List f2655s = Collections.emptyList(); + public List f2656s = Collections.emptyList(); public int t; public int u; @@ -242,10 +242,10 @@ public final class b extends g implements o { } c.h(cVar, this.r); if ((this.j & 256) == 256) { - this.f2655s = Collections.unmodifiableList(this.f2655s); + this.f2656s = Collections.unmodifiableList(this.f2656s); this.j &= -257; } - c.j(cVar, this.f2655s); + c.j(cVar, this.f2656s); if ((i & 512) == 512) { i2 |= 256; } @@ -302,15 +302,15 @@ public final class b extends g implements o { mergeAnnotation(cVar.getAnnotation()); } if (!c.i(cVar).isEmpty()) { - if (this.f2655s.isEmpty()) { - this.f2655s = c.i(cVar); + if (this.f2656s.isEmpty()) { + this.f2656s = c.i(cVar); this.j &= -257; } else { if ((this.j & 256) != 256) { - this.f2655s = new ArrayList(this.f2655s); + this.f2656s = new ArrayList(this.f2656s); this.j |= 256; } - this.f2655s.addAll(c.i(cVar)); + this.f2656s.addAll(c.i(cVar)); } } if (cVar.hasArrayDimensionCount()) { diff --git a/app/src/main/java/d0/e0/p/d/m0/f/c.java b/app/src/main/java/d0/e0/p/d/m0/f/c.java index 7abee30ea4..bf4b4b3986 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/c.java @@ -66,20 +66,20 @@ public final class c extends g.d implements o { public List r = Collections.emptyList(); /* renamed from: s reason: collision with root package name */ - public List f2657s = Collections.emptyList(); + public List f2658s = Collections.emptyList(); public List t = Collections.emptyList(); public List u = Collections.emptyList(); public List v = Collections.emptyList(); public List w = Collections.emptyList(); /* renamed from: x reason: collision with root package name */ - public List f2658x = Collections.emptyList(); + public List f2659x = Collections.emptyList(); /* renamed from: y reason: collision with root package name */ - public List f2659y = Collections.emptyList(); + public List f2660y = Collections.emptyList(); /* renamed from: z reason: collision with root package name */ - public t f2660z = t.getDefaultInstance(); + public t f2661z = t.getDefaultInstance(); @Override // d0.e0.p.d.m0.i.n.a public c build() { @@ -122,10 +122,10 @@ public final class c extends g.d implements o { } c.z(cVar, this.r); if ((this.l & 64) == 64) { - this.f2657s = Collections.unmodifiableList(this.f2657s); + this.f2658s = Collections.unmodifiableList(this.f2658s); this.l &= -65; } - c.B(cVar, this.f2657s); + c.B(cVar, this.f2658s); if ((this.l & 128) == 128) { this.t = Collections.unmodifiableList(this.t); this.l &= -129; @@ -147,19 +147,19 @@ public final class c extends g.d implements o { } c.J(cVar, this.w); if ((this.l & 2048) == 2048) { - this.f2658x = Collections.unmodifiableList(this.f2658x); + this.f2659x = Collections.unmodifiableList(this.f2659x); this.l &= -2049; } - c.i(cVar, this.f2658x); + c.i(cVar, this.f2659x); if ((this.l & 4096) == 4096) { - this.f2659y = Collections.unmodifiableList(this.f2659y); + this.f2660y = Collections.unmodifiableList(this.f2660y); this.l &= -4097; } - c.k(cVar, this.f2659y); + c.k(cVar, this.f2660y); if ((i & 8192) == 8192) { i2 |= 8; } - c.l(cVar, this.f2660z); + c.l(cVar, this.f2661z); if ((this.l & 16384) == 16384) { this.A = Collections.unmodifiableList(this.A); this.l &= -16385; @@ -228,15 +228,15 @@ public final class c extends g.d implements o { } } if (!c.A(cVar).isEmpty()) { - if (this.f2657s.isEmpty()) { - this.f2657s = c.A(cVar); + if (this.f2658s.isEmpty()) { + this.f2658s = c.A(cVar); this.l &= -65; } else { if ((this.l & 64) != 64) { - this.f2657s = new ArrayList(this.f2657s); + this.f2658s = new ArrayList(this.f2658s); this.l |= 64; } - this.f2657s.addAll(c.A(cVar)); + this.f2658s.addAll(c.A(cVar)); } } if (!c.C(cVar).isEmpty()) { @@ -288,27 +288,27 @@ public final class c extends g.d implements o { } } if (!c.h(cVar).isEmpty()) { - if (this.f2658x.isEmpty()) { - this.f2658x = c.h(cVar); + if (this.f2659x.isEmpty()) { + this.f2659x = c.h(cVar); this.l &= -2049; } else { if ((this.l & 2048) != 2048) { - this.f2658x = new ArrayList(this.f2658x); + this.f2659x = new ArrayList(this.f2659x); this.l |= 2048; } - this.f2658x.addAll(c.h(cVar)); + this.f2659x.addAll(c.h(cVar)); } } if (!c.j(cVar).isEmpty()) { - if (this.f2659y.isEmpty()) { - this.f2659y = c.j(cVar); + if (this.f2660y.isEmpty()) { + this.f2660y = c.j(cVar); this.l &= -4097; } else { if ((this.l & 4096) != 4096) { - this.f2659y = new ArrayList(this.f2659y); + this.f2660y = new ArrayList(this.f2660y); this.l |= 4096; } - this.f2659y.addAll(c.j(cVar)); + this.f2660y.addAll(c.j(cVar)); } } if (cVar.hasTypeTable()) { @@ -359,10 +359,10 @@ public final class c extends g.d implements o { } public b mergeTypeTable(t tVar) { - if ((this.l & 8192) != 8192 || this.f2660z == t.getDefaultInstance()) { - this.f2660z = tVar; + if ((this.l & 8192) != 8192 || this.f2661z == t.getDefaultInstance()) { + this.f2661z = tVar; } else { - this.f2660z = t.newBuilder(this.f2660z).mergeFrom(tVar).buildPartial(); + this.f2661z = t.newBuilder(this.f2661z).mergeFrom(tVar).buildPartial(); } this.l |= 8192; return this; diff --git a/app/src/main/java/d0/e0/p/d/m0/f/i.java b/app/src/main/java/d0/e0/p/d/m0/f/i.java index 32b01bc8ce..30f3baee26 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/i.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/i.java @@ -57,14 +57,14 @@ public final class i extends g.d implements o { public List r = Collections.emptyList(); /* renamed from: s reason: collision with root package name */ - public q f2661s = q.getDefaultInstance(); + public q f2662s = q.getDefaultInstance(); public int t; public List u = Collections.emptyList(); public t v = t.getDefaultInstance(); public List w = Collections.emptyList(); /* renamed from: x reason: collision with root package name */ - public e f2662x = e.getDefaultInstance(); + public e f2663x = e.getDefaultInstance(); @Override // d0.e0.p.d.m0.i.n.a public i build() { @@ -107,7 +107,7 @@ public final class i extends g.d implements o { if ((i & 64) == 64) { i2 |= 32; } - i.o(iVar, this.f2661s); + i.o(iVar, this.f2662s); if ((i & 128) == 128) { i2 |= 64; } @@ -129,7 +129,7 @@ public final class i extends g.d implements o { if ((i & 2048) == 2048) { i2 |= 256; } - i.v(iVar, this.f2662x); + i.v(iVar, this.f2663x); i.w(iVar, i2); return iVar; } @@ -140,10 +140,10 @@ public final class i extends g.d implements o { } public b mergeContract(e eVar) { - if ((this.l & 2048) != 2048 || this.f2662x == e.getDefaultInstance()) { - this.f2662x = eVar; + if ((this.l & 2048) != 2048 || this.f2663x == e.getDefaultInstance()) { + this.f2663x = eVar; } else { - this.f2662x = e.newBuilder(this.f2662x).mergeFrom(eVar).buildPartial(); + this.f2663x = e.newBuilder(this.f2663x).mergeFrom(eVar).buildPartial(); } this.l |= 2048; return this; @@ -246,10 +246,10 @@ public final class i extends g.d implements o { } public b mergeReceiverType(q qVar) { - if ((this.l & 64) != 64 || this.f2661s == q.getDefaultInstance()) { - this.f2661s = qVar; + if ((this.l & 64) != 64 || this.f2662s == q.getDefaultInstance()) { + this.f2662s = qVar; } else { - this.f2661s = q.newBuilder(this.f2661s).mergeFrom(qVar).buildPartial(); + this.f2662s = q.newBuilder(this.f2662s).mergeFrom(qVar).buildPartial(); } this.l |= 64; return this; diff --git a/app/src/main/java/d0/e0/p/d/m0/f/n.java b/app/src/main/java/d0/e0/p/d/m0/f/n.java index c6dc210ef7..7dddaa0e31 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/n.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/n.java @@ -55,14 +55,14 @@ public final class n extends g.d implements o { public List r = Collections.emptyList(); /* renamed from: s reason: collision with root package name */ - public q f2663s = q.getDefaultInstance(); + public q f2664s = q.getDefaultInstance(); public int t; public u u = u.getDefaultInstance(); public int v; public int w; /* renamed from: x reason: collision with root package name */ - public List f2664x = Collections.emptyList(); + public List f2665x = Collections.emptyList(); @Override // d0.e0.p.d.m0.i.n.a public n build() { @@ -105,7 +105,7 @@ public final class n extends g.d implements o { if ((i & 64) == 64) { i2 |= 32; } - n.o(nVar, this.f2663s); + n.o(nVar, this.f2664s); if ((i & 128) == 128) { i2 |= 64; } @@ -123,10 +123,10 @@ public final class n extends g.d implements o { } n.s(nVar, this.w); if ((this.l & 2048) == 2048) { - this.f2664x = Collections.unmodifiableList(this.f2664x); + this.f2665x = Collections.unmodifiableList(this.f2665x); this.l &= -2049; } - n.u(nVar, this.f2664x); + n.u(nVar, this.f2665x); n.v(nVar, i2); return nVar; } @@ -183,15 +183,15 @@ public final class n extends g.d implements o { setSetterFlags(nVar.getSetterFlags()); } if (!n.t(nVar).isEmpty()) { - if (this.f2664x.isEmpty()) { - this.f2664x = n.t(nVar); + if (this.f2665x.isEmpty()) { + this.f2665x = n.t(nVar); this.l &= -2049; } else { if ((this.l & 2048) != 2048) { - this.f2664x = new ArrayList(this.f2664x); + this.f2665x = new ArrayList(this.f2665x); this.l |= 2048; } - this.f2664x.addAll(n.t(nVar)); + this.f2665x.addAll(n.t(nVar)); } } b(nVar); @@ -224,10 +224,10 @@ public final class n extends g.d implements o { } public b mergeReceiverType(q qVar) { - if ((this.l & 64) != 64 || this.f2663s == q.getDefaultInstance()) { - this.f2663s = qVar; + if ((this.l & 64) != 64 || this.f2664s == q.getDefaultInstance()) { + this.f2664s = qVar; } else { - this.f2663s = q.newBuilder(this.f2663s).mergeFrom(qVar).buildPartial(); + this.f2664s = q.newBuilder(this.f2664s).mergeFrom(qVar).buildPartial(); } this.l |= 64; return this; diff --git a/app/src/main/java/d0/e0/p/d/m0/f/q.java b/app/src/main/java/d0/e0/p/d/m0/f/q.java index 4b92409e46..2ea40487df 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/q.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/q.java @@ -429,20 +429,20 @@ public final class q extends g.d implements o { public int r; /* renamed from: s reason: collision with root package name */ - public int f2665s; + public int f2666s; public int t; public int u; public q v = q.getDefaultInstance(); public int w; /* renamed from: x reason: collision with root package name */ - public q f2666x = q.getDefaultInstance(); + public q f2667x = q.getDefaultInstance(); /* renamed from: y reason: collision with root package name */ - public int f2667y; + public int f2668y; /* renamed from: z reason: collision with root package name */ - public int f2668z; + public int f2669z; @Override // d0.e0.p.d.m0.i.n.a public q build() { @@ -485,7 +485,7 @@ public final class q extends g.d implements o { if ((i & 64) == 64) { i2 |= 32; } - q.o(qVar, this.f2665s); + q.o(qVar, this.f2666s); if ((i & 128) == 128) { i2 |= 64; } @@ -505,15 +505,15 @@ public final class q extends g.d implements o { if ((i & 2048) == 2048) { i2 |= 1024; } - q.t(qVar, this.f2666x); + q.t(qVar, this.f2667x); if ((i & 4096) == 4096) { i2 |= 2048; } - q.u(qVar, this.f2667y); + q.u(qVar, this.f2668y); if ((i & 8192) == 8192) { i2 |= 4096; } - q.v(qVar, this.f2668z); + q.v(qVar, this.f2669z); q.w(qVar, i2); return qVar; } @@ -524,10 +524,10 @@ public final class q extends g.d implements o { } public c mergeAbbreviatedType(q qVar) { - if ((this.l & 2048) != 2048 || this.f2666x == q.getDefaultInstance()) { - this.f2666x = qVar; + if ((this.l & 2048) != 2048 || this.f2667x == q.getDefaultInstance()) { + this.f2667x = qVar; } else { - this.f2666x = q.newBuilder(this.f2666x).mergeFrom(qVar).buildPartial(); + this.f2667x = q.newBuilder(this.f2667x).mergeFrom(qVar).buildPartial(); } this.l |= 2048; return this; @@ -639,7 +639,7 @@ public final class q extends g.d implements o { public c setAbbreviatedTypeId(int i) { this.l |= 4096; - this.f2667y = i; + this.f2668y = i; return this; } @@ -651,7 +651,7 @@ public final class q extends g.d implements o { public c setFlags(int i) { this.l |= 8192; - this.f2668z = i; + this.f2669z = i; return this; } @@ -687,7 +687,7 @@ public final class q extends g.d implements o { public c setTypeParameter(int i) { this.l |= 64; - this.f2665s = i; + this.f2666s = i; return this; } diff --git a/app/src/main/java/d0/e0/p/d/m0/f/r.java b/app/src/main/java/d0/e0/p/d/m0/f/r.java index 230ec795c2..fbf996420f 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/r.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/r.java @@ -52,7 +52,7 @@ public final class r extends g.d implements o { public q r = q.getDefaultInstance(); /* renamed from: s reason: collision with root package name */ - public int f2669s; + public int f2670s; public List t = Collections.emptyList(); public List u = Collections.emptyList(); @@ -97,7 +97,7 @@ public final class r extends g.d implements o { if ((i & 64) == 64) { i2 |= 32; } - r.o(rVar, this.f2669s); + r.o(rVar, this.f2670s); if ((this.l & 128) == 128) { this.t = Collections.unmodifiableList(this.t); this.l &= -129; @@ -226,7 +226,7 @@ public final class r extends g.d implements o { public b setExpandedTypeId(int i) { this.l |= 64; - this.f2669s = i; + this.f2670s = i; return this; } diff --git a/app/src/main/java/d0/e0/p/d/m0/f/y/b.java b/app/src/main/java/d0/e0/p/d/m0/f/y/b.java index d6a4deca3b..94fe3809e4 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/y/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/y/b.java @@ -20,7 +20,7 @@ public final class b { public static final g.f> b; /* renamed from: c reason: collision with root package name */ - public static final g.f> f2670c; + public static final g.f> f2671c; public static final g.f> d; public static final g.f> e; public static final g.f> f; @@ -36,7 +36,7 @@ public final class b { d0.e0.p.d.m0.f.b defaultInstance2 = d0.e0.p.d.m0.f.b.getDefaultInstance(); w.b bVar = w.b.MESSAGE; b = g.newRepeatedGeneratedExtension(defaultInstance, defaultInstance2, null, FontUtils.MAX_FONT_SCALING, bVar, false, d0.e0.p.d.m0.f.b.class); - f2670c = g.newRepeatedGeneratedExtension(d.getDefaultInstance(), d0.e0.p.d.m0.f.b.getDefaultInstance(), null, FontUtils.MAX_FONT_SCALING, bVar, false, d0.e0.p.d.m0.f.b.class); + f2671c = g.newRepeatedGeneratedExtension(d.getDefaultInstance(), d0.e0.p.d.m0.f.b.getDefaultInstance(), null, FontUtils.MAX_FONT_SCALING, bVar, false, d0.e0.p.d.m0.f.b.class); d = g.newRepeatedGeneratedExtension(i.getDefaultInstance(), d0.e0.p.d.m0.f.b.getDefaultInstance(), null, FontUtils.MAX_FONT_SCALING, bVar, false, d0.e0.p.d.m0.f.b.class); e = g.newRepeatedGeneratedExtension(n.getDefaultInstance(), d0.e0.p.d.m0.f.b.getDefaultInstance(), null, FontUtils.MAX_FONT_SCALING, bVar, false, d0.e0.p.d.m0.f.b.class); f = g.newRepeatedGeneratedExtension(n.getDefaultInstance(), d0.e0.p.d.m0.f.b.getDefaultInstance(), null, 152, bVar, false, d0.e0.p.d.m0.f.b.class); @@ -51,7 +51,7 @@ public final class b { public static void registerAllExtensions(e eVar) { eVar.add(a); eVar.add(b); - eVar.add(f2670c); + eVar.add(f2671c); eVar.add(d); eVar.add(e); eVar.add(f); diff --git a/app/src/main/java/d0/e0/p/d/m0/f/z/a.java b/app/src/main/java/d0/e0/p/d/m0/f/z/a.java index b6c1469423..e42f7aa8e0 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/z/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/z/a.java @@ -15,7 +15,7 @@ public abstract class a { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2671c; + public final int f2672c; public final int d; public final List e; @@ -37,7 +37,7 @@ public abstract class a { int i = -1; this.b = orNull == null ? -1 : orNull.intValue(); Integer orNull2 = k.getOrNull(iArr, 1); - this.f2671c = orNull2 == null ? -1 : orNull2.intValue(); + this.f2672c = orNull2 == null ? -1 : orNull2.intValue(); Integer orNull3 = k.getOrNull(iArr, 2); this.d = orNull3 != null ? orNull3.intValue() : i; this.e = iArr.length > 3 ? u.toList(j.asList(iArr).subList(3, iArr.length)) : n.emptyList(); @@ -47,10 +47,10 @@ public abstract class a { m.checkNotNullParameter(aVar, "ourVersion"); int i = this.b; if (i == 0) { - if (aVar.b == 0 && this.f2671c == aVar.f2671c) { + if (aVar.b == 0 && this.f2672c == aVar.f2672c) { return true; } - } else if (i == aVar.b && this.f2671c <= aVar.f2671c) { + } else if (i == aVar.b && this.f2672c <= aVar.f2672c) { return true; } return false; @@ -59,7 +59,7 @@ public abstract class a { public boolean equals(Object obj) { if (obj != null && m.areEqual(getClass(), obj.getClass())) { a aVar = (a) obj; - if (this.b == aVar.b && this.f2671c == aVar.f2671c && this.d == aVar.d && m.areEqual(this.e, aVar.e)) { + if (this.b == aVar.b && this.f2672c == aVar.f2672c && this.d == aVar.d && m.areEqual(this.e, aVar.e)) { return true; } } @@ -71,12 +71,12 @@ public abstract class a { } public final int getMinor() { - return this.f2671c; + return this.f2672c; } public int hashCode() { int i = this.b; - int i2 = (i * 31) + this.f2671c + i; + int i2 = (i * 31) + this.f2672c + i; int i3 = (i2 * 31) + this.d + i2; return this.e.hashCode() + (i3 * 31) + i3; } @@ -89,7 +89,7 @@ public abstract class a { if (i4 < i) { return false; } - int i5 = this.f2671c; + int i5 = this.f2672c; if (i5 > i2) { return true; } @@ -98,7 +98,7 @@ public abstract class a { public final boolean isAtLeast(a aVar) { m.checkNotNullParameter(aVar, "version"); - return isAtLeast(aVar.b, aVar.f2671c, aVar.d); + return isAtLeast(aVar.b, aVar.f2672c, aVar.d); } public final boolean isAtMost(int i, int i2, int i3) { @@ -109,7 +109,7 @@ public abstract class a { if (i4 > i) { return false; } - int i5 = this.f2671c; + int i5 = this.f2672c; if (i5 < i2) { return true; } diff --git a/app/src/main/java/d0/e0/p/d/m0/f/z/b.java b/app/src/main/java/d0/e0/p/d/m0/f/z/b.java index 707ae414d0..dbbcbc1546 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/z/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/z/b.java @@ -24,7 +24,7 @@ public class b { public static final C0258b b; /* renamed from: c reason: collision with root package name */ - public static final d f2672c; + public static final d f2673c; public static final d d; public static final d e; public static final C0258b f; @@ -42,20 +42,20 @@ public class b { public static final C0258b r; /* renamed from: s reason: collision with root package name */ - public static final C0258b f2673s; + public static final C0258b f2674s; public static final C0258b t; public static final C0258b u; public static final C0258b v; public static final C0258b w; /* renamed from: x reason: collision with root package name */ - public static final C0258b f2674x; + public static final C0258b f2675x; /* renamed from: y reason: collision with root package name */ - public static final C0258b f2675y; + public static final C0258b f2676y; /* renamed from: z reason: collision with root package name */ - public static final C0258b f2676z; + public static final C0258b f2677z; /* compiled from: Flags */ /* renamed from: d0.e0.p.d.m0.f.z.b$b reason: collision with other inner class name */ @@ -85,7 +85,7 @@ public class b { public static class c extends d { /* renamed from: c reason: collision with root package name */ - public final E[] f2677c; + public final E[] f2678c; /* JADX WARNING: Illegal instructions before constructor call */ public c(int i, E[] eArr) { @@ -103,7 +103,7 @@ public class b { P.append(eArr.getClass()); throw new IllegalStateException(P.toString()); } - this.f2677c = eArr; + this.f2678c = eArr; return; } throw new IllegalArgumentException(String.format("Argument for @NotNull parameter '%s' of %s.%s must not be null", "enumEntries", "kotlin/reflect/jvm/internal/impl/metadata/deserialization/Flags$EnumLiteFlagField", "bitWidth")); @@ -113,7 +113,7 @@ public class b { public E get(int i) { int i2 = this.a; int i3 = (i & (((1 << this.b) - 1) << i2)) >> i2; - E[] eArr = this.f2677c; + E[] eArr = this.f2678c; for (E e : eArr) { if (e.getNumber() == i3) { return e; @@ -165,7 +165,7 @@ public class b { C0258b booleanFirst = d.booleanFirst(); b = booleanFirst; d after = d.after(booleanFirst, x.values()); - f2672c = after; + f2673c = after; d after2 = d.after(after, k.values()); d = after2; d after3 = d.after(after2, c.EnumC0253c.values()); @@ -195,7 +195,7 @@ public class b { C0258b booleanAfter10 = d.booleanAfter(booleanAfter9); r = booleanAfter10; C0258b booleanAfter11 = d.booleanAfter(booleanAfter10); - f2673s = booleanAfter11; + f2674s = booleanAfter11; C0258b booleanAfter12 = d.booleanAfter(booleanAfter11); t = booleanAfter12; C0258b booleanAfter13 = d.booleanAfter(booleanAfter12); @@ -204,11 +204,11 @@ public class b { C0258b booleanAfter14 = d.booleanAfter(after4); w = booleanAfter14; C0258b booleanAfter15 = d.booleanAfter(booleanAfter14); - f2674x = booleanAfter15; + f2675x = booleanAfter15; C0258b booleanAfter16 = d.booleanAfter(booleanAfter15); - f2675y = booleanAfter16; + f2676y = booleanAfter16; C0258b booleanAfter17 = d.booleanAfter(booleanAfter16); - f2676z = booleanAfter17; + f2677z = booleanAfter17; C0258b booleanAfter18 = d.booleanAfter(booleanAfter17); A = booleanAfter18; C0258b booleanAfter19 = d.booleanAfter(booleanAfter18); @@ -292,7 +292,7 @@ public class b { a(10); throw null; } else if (kVar != null) { - return b.toFlags(Boolean.valueOf(z2)) | d.toFlags(kVar) | f2672c.toFlags(xVar) | I.toFlags(Boolean.valueOf(z3)) | J.toFlags(Boolean.valueOf(z4)) | K.toFlags(Boolean.valueOf(z5)); + return b.toFlags(Boolean.valueOf(z2)) | d.toFlags(kVar) | f2673c.toFlags(xVar) | I.toFlags(Boolean.valueOf(z3)) | J.toFlags(Boolean.valueOf(z4)) | K.toFlags(Boolean.valueOf(z5)); } else { a(11); throw null; diff --git a/app/src/main/java/d0/e0/p/d/m0/f/z/h.java b/app/src/main/java/d0/e0/p/d/m0/f/z/h.java index d15646d9d6..d834121cc1 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/z/h.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/z/h.java @@ -18,7 +18,7 @@ public final class h { public final b b; /* renamed from: c reason: collision with root package name */ - public final v.d f2678c; + public final v.d f2679c; public final d0.a d; public final Integer e; public final String f; @@ -95,7 +95,7 @@ public final class h { public static final b b = new b(256, 256, 256); /* renamed from: c reason: collision with root package name */ - public final int f2679c; + public final int f2680c; public final int d; public final int e; @@ -110,7 +110,7 @@ public final class h { } public b(int i, int i2, int i3) { - this.f2679c = i; + this.f2680c = i; this.d = i2; this.e = i3; } @@ -125,12 +125,12 @@ public final class h { StringBuilder sb; if (this.e == 0) { sb = new StringBuilder(); - sb.append(this.f2679c); + sb.append(this.f2680c); sb.append('.'); i = this.d; } else { sb = new StringBuilder(); - sb.append(this.f2679c); + sb.append(this.f2680c); sb.append('.'); sb.append(this.d); sb.append('.'); @@ -148,11 +148,11 @@ public final class h { return false; } b bVar = (b) obj; - return this.f2679c == bVar.f2679c && this.d == bVar.d && this.e == bVar.e; + return this.f2680c == bVar.f2680c && this.d == bVar.d && this.e == bVar.e; } public int hashCode() { - return (((this.f2679c * 31) + this.d) * 31) + this.e; + return (((this.f2680c * 31) + this.d) * 31) + this.e; } public String toString() { @@ -165,14 +165,14 @@ public final class h { m.checkNotNullParameter(dVar, "kind"); m.checkNotNullParameter(aVar, "level"); this.b = bVar; - this.f2678c = dVar; + this.f2679c = dVar; this.d = aVar; this.e = num; this.f = str; } public final v.d getKind() { - return this.f2678c; + return this.f2679c; } public final b getVersion() { diff --git a/app/src/main/java/d0/e0/p/d/m0/f/z/i.java b/app/src/main/java/d0/e0/p/d/m0/f/z/i.java index 32cb196b95..18d70d80f0 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/z/i.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/z/i.java @@ -13,7 +13,7 @@ public final class i { public static final i b = new i(n.emptyList()); /* renamed from: c reason: collision with root package name */ - public final List f2680c; + public final List f2681c; /* compiled from: VersionRequirement.kt */ public static final class a { @@ -36,11 +36,11 @@ public final class i { } public i(List list) { - this.f2680c = list; + this.f2681c = list; } public i(List list, DefaultConstructorMarker defaultConstructorMarker) { - this.f2680c = list; + this.f2681c = list; } public static final /* synthetic */ i access$getEMPTY$cp() { @@ -48,6 +48,6 @@ public final class i { } public final v get(int i) { - return (v) u.getOrNull(this.f2680c, i); + return (v) u.getOrNull(this.f2681c, i); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/g/a.java b/app/src/main/java/d0/e0/p/d/m0/g/a.java index 1c2727995a..e4a86eb3e0 100644 --- a/app/src/main/java/d0/e0/p/d/m0/g/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/g/a.java @@ -10,7 +10,7 @@ public final class a { public final b b; /* renamed from: c reason: collision with root package name */ - public final boolean f2681c; + public final boolean f2682c; public a(b bVar, b bVar2, boolean z2) { if (bVar == null) { @@ -19,7 +19,7 @@ public final class a { } else if (bVar2 != null) { this.a = bVar; this.b = bVar2; - this.f2681c = z2; + this.f2682c = z2; } else { a(2); throw null; @@ -178,7 +178,7 @@ public final class a { public a createNestedClassId(e eVar) { if (eVar != null) { - return new a(getPackageFqName(), this.b.child(eVar), this.f2681c); + return new a(getPackageFqName(), this.b.child(eVar), this.f2682c); } a(8); throw null; @@ -192,7 +192,7 @@ public final class a { return false; } a aVar = (a) obj; - return this.a.equals(aVar.a) && this.b.equals(aVar.b) && this.f2681c == aVar.f2681c; + return this.a.equals(aVar.a) && this.b.equals(aVar.b) && this.f2682c == aVar.f2682c; } public a getOuterClassId() { @@ -200,7 +200,7 @@ public final class a { if (parent.isRoot()) { return null; } - return new a(getPackageFqName(), parent, this.f2681c); + return new a(getPackageFqName(), parent, this.f2682c); } public b getPackageFqName() { @@ -232,11 +232,11 @@ public final class a { public int hashCode() { int hashCode = this.b.hashCode(); - return Boolean.valueOf(this.f2681c).hashCode() + ((hashCode + (this.a.hashCode() * 31)) * 31); + return Boolean.valueOf(this.f2682c).hashCode() + ((hashCode + (this.a.hashCode() * 31)) * 31); } public boolean isLocal() { - return this.f2681c; + return this.f2682c; } public boolean isNestedClass() { diff --git a/app/src/main/java/d0/e0/p/d/m0/g/b.java b/app/src/main/java/d0/e0/p/d/m0/g/b.java index 36ddb09d9d..6a28ac79a9 100644 --- a/app/src/main/java/d0/e0/p/d/m0/g/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/g/b.java @@ -8,7 +8,7 @@ public final class b { public final c b; /* renamed from: c reason: collision with root package name */ - public transient b f2682c; + public transient b f2683c; public b(c cVar) { if (cVar != null) { @@ -22,7 +22,7 @@ public final class b { public b(c cVar, b bVar) { if (cVar != null) { this.b = cVar; - this.f2682c = bVar; + this.f2683c = bVar; return; } a(3); @@ -209,7 +209,7 @@ public final class b { } public b parent() { - b bVar = this.f2682c; + b bVar = this.f2683c; if (bVar != null) { if (bVar != null) { return bVar; @@ -218,7 +218,7 @@ public final class b { throw null; } else if (!isRoot()) { b bVar2 = new b(this.b.parent()); - this.f2682c = bVar2; + this.f2683c = bVar2; if (bVar2 != null) { return bVar2; } diff --git a/app/src/main/java/d0/e0/p/d/m0/g/c.java b/app/src/main/java/d0/e0/p/d/m0/g/c.java index 575ca6db65..b88073f29f 100644 --- a/app/src/main/java/d0/e0/p/d/m0/g/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/g/c.java @@ -12,7 +12,7 @@ public final class c { public static final Pattern b = Pattern.compile("\\."); /* renamed from: c reason: collision with root package name */ - public static final Function1 f2683c = new a(); + public static final Function1 f2684c = new a(); public final String d; public transient b e; public transient c f; @@ -296,7 +296,7 @@ public final class c { } public List pathSegments() { - List emptyList = isRoot() ? Collections.emptyList() : k.map(b.split(this.d), f2683c); + List emptyList = isRoot() ? Collections.emptyList() : k.map(b.split(this.d), f2684c); if (emptyList != null) { return emptyList; } diff --git a/app/src/main/java/d0/e0/p/d/m0/g/g.java b/app/src/main/java/d0/e0/p/d/m0/g/g.java index 4c4f37e906..1510637070 100644 --- a/app/src/main/java/d0/e0/p/d/m0/g/g.java +++ b/app/src/main/java/d0/e0/p/d/m0/g/g.java @@ -7,7 +7,7 @@ public class g { public static final e b = e.identifier("Companion"); /* renamed from: c reason: collision with root package name */ - public static final e f2684c = e.identifier("no_name_in_PSI_3d19d79d_1ba9_4cd0_b7f5_b46aa3cd5d40"); + public static final e f2685c = e.identifier("no_name_in_PSI_3d19d79d_1ba9_4cd0_b7f5_b46aa3cd5d40"); static { e.special(""); @@ -47,7 +47,7 @@ public class g { public static e safeIdentifier(e eVar) { if (eVar == null || eVar.isSpecial()) { - eVar = f2684c; + eVar = f2685c; } if (eVar != null) { return eVar; diff --git a/app/src/main/java/d0/e0/p/d/m0/i/d.java b/app/src/main/java/d0/e0/p/d/m0/i/d.java index 1eddace891..fc0de6fd1c 100644 --- a/app/src/main/java/d0/e0/p/d/m0/i/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/i/d.java @@ -14,7 +14,7 @@ public final class d { public final boolean b; /* renamed from: c reason: collision with root package name */ - public int f2685c = 0; + public int f2686c = 0; public int d; public int e = 0; public final InputStream f; @@ -82,9 +82,9 @@ public final class d { throw InvalidProtocolBufferException.c(); } else if (i < 4096) { byte[] bArr = new byte[i]; - int i6 = this.f2685c - i3; + int i6 = this.f2686c - i3; System.arraycopy(this.a, i3, bArr, 0, i6); - int i7 = this.f2685c; + int i7 = this.f2686c; this.e = i7; int i8 = i - i6; if (i7 - i7 >= i8 || e(i8)) { @@ -94,10 +94,10 @@ public final class d { } throw InvalidProtocolBufferException.c(); } else { - int i9 = this.f2685c; + int i9 = this.f2686c; this.h = i2 + i9; this.e = 0; - this.f2685c = 0; + this.f2686c = 0; int i10 = i9 - i3; int i11 = i - i10; ArrayList arrayList = new ArrayList(); @@ -148,14 +148,14 @@ public final class d { } public final void c() { - int i = this.f2685c + this.d; - this.f2685c = i; + int i = this.f2686c + this.d; + this.f2686c = i; int i2 = this.h + i; int i3 = this.i; if (i2 > i3) { int i4 = i2 - i3; this.d = i4; - this.f2685c = i - i4; + this.f2686c = i - i4; return; } this.d = 0; @@ -176,7 +176,7 @@ public final class d { public final boolean e(int i) throws IOException { int i2 = this.e; int i3 = i2 + i; - int i4 = this.f2685c; + int i4 = this.f2686c; if (i3 > i4) { if (this.h + i2 + i <= this.i && this.f != null) { if (i2 > 0) { @@ -185,12 +185,12 @@ public final class d { System.arraycopy(bArr, i2, bArr, 0, i4 - i2); } this.h += i2; - this.f2685c -= i2; + this.f2686c -= i2; this.e = 0; } InputStream inputStream = this.f; byte[] bArr2 = this.a; - int i5 = this.f2685c; + int i5 = this.f2686c; int read = inputStream.read(bArr2, i5, bArr2.length - i5); if (read == 0 || read < -1 || read > this.a.length) { StringBuilder sb = new StringBuilder(102); @@ -199,10 +199,10 @@ public final class d { sb.append("\nThe InputStream implementation is buggy."); throw new IllegalStateException(sb.toString()); } else if (read > 0) { - this.f2685c += read; + this.f2686c += read; if ((this.h + i) - 67108864 <= 0) { c(); - if (this.f2685c >= i) { + if (this.f2686c >= i) { return true; } return e(i); @@ -228,7 +228,7 @@ public final class d { } public boolean isAtEnd() throws IOException { - return this.e == this.f2685c && !e(1); + return this.e == this.f2686c && !e(1); } public void popLimit(int i) { @@ -256,7 +256,7 @@ public final class d { public c readBytes() throws IOException { int readRawVarint32 = readRawVarint32(); - int i = this.f2685c; + int i = this.f2686c; int i2 = this.e; if (readRawVarint32 > i - i2 || readRawVarint32 <= 0) { return readRawVarint32 == 0 ? c.i : new m(a(readRawVarint32)); @@ -336,7 +336,7 @@ public final class d { } public byte readRawByte() throws IOException { - if (this.e == this.f2685c) { + if (this.e == this.f2686c) { d(1); } byte[] bArr = this.a; @@ -347,7 +347,7 @@ public final class d { public int readRawLittleEndian32() throws IOException { int i = this.e; - if (this.f2685c - i < 4) { + if (this.f2686c - i < 4) { d(4); i = this.e; } @@ -358,7 +358,7 @@ public final class d { public long readRawLittleEndian64() throws IOException { int i = this.e; - if (this.f2685c - i < 8) { + if (this.f2686c - i < 8) { d(8); i = this.e; } @@ -374,7 +374,7 @@ public final class d { int i; long j; int i2 = this.e; - int i3 = this.f2685c; + int i3 = this.f2686c; if (i3 != i2) { byte[] bArr = this.a; int i4 = i2 + 1; @@ -443,7 +443,7 @@ public final class d { long j2; long j3; int i = this.e; - int i2 = this.f2685c; + int i2 = this.f2686c; if (i2 != i) { byte[] bArr = this.a; int i3 = i + 1; @@ -530,7 +530,7 @@ public final class d { public String readString() throws IOException { int readRawVarint32 = readRawVarint32(); - if (readRawVarint32 > this.f2685c - this.e || readRawVarint32 <= 0) { + if (readRawVarint32 > this.f2686c - this.e || readRawVarint32 <= 0) { return readRawVarint32 == 0 ? "" : new String(a(readRawVarint32), Constants.ENCODING); } String str = new String(this.a, this.e, readRawVarint32, Constants.ENCODING); @@ -542,7 +542,7 @@ public final class d { byte[] bArr; int readRawVarint32 = readRawVarint32(); int i = this.e; - if (readRawVarint32 <= this.f2685c - i && readRawVarint32 > 0) { + if (readRawVarint32 <= this.f2686c - i && readRawVarint32 > 0) { bArr = this.a; this.e = i + readRawVarint32; } else if (readRawVarint32 == 0) { @@ -626,7 +626,7 @@ public final class d { } public void skipRawBytes(int i) throws IOException { - int i2 = this.f2685c; + int i2 = this.f2686c; int i3 = this.e; if (i <= i2 - i3 && i >= 0) { this.e = i3 + i; @@ -640,7 +640,7 @@ public final class d { d(1); while (true) { int i8 = i - i7; - int i9 = this.f2685c; + int i9 = this.f2686c; if (i8 > i9) { i7 += i9; this.e = i9; diff --git a/app/src/main/java/d0/e0/p/d/m0/i/f.java b/app/src/main/java/d0/e0/p/d/m0/i/f.java index a5824fcf72..0cb664730c 100644 --- a/app/src/main/java/d0/e0/p/d/m0/i/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/i/f.java @@ -18,7 +18,7 @@ public final class f> { public final t b; /* renamed from: c reason: collision with root package name */ - public boolean f2686c; + public boolean f2687c; public boolean d = false; /* compiled from: FieldSet */ @@ -504,9 +504,9 @@ public final class f> { } public void makeImmutable() { - if (!this.f2686c) { + if (!this.f2687c) { this.b.makeImmutable(); - this.f2686c = true; + this.f2687c = true; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/i/g.java b/app/src/main/java/d0/e0/p/d/m0/i/g.java index 5426cdc4d9..3e79aae642 100644 --- a/app/src/main/java/d0/e0/p/d/m0/i/g.java +++ b/app/src/main/java/d0/e0/p/d/m0/i/g.java @@ -63,7 +63,7 @@ public abstract class g extends a implements Serializable { public Map.Entry b; /* renamed from: c reason: collision with root package name */ - public final boolean f2687c; + public final boolean f2688c; public a(boolean z2, a aVar) { Iterator> it = d.a(d.this).iterator(); @@ -71,7 +71,7 @@ public abstract class g extends a implements Serializable { if (it.hasNext()) { this.b = it.next(); } - this.f2687c = z2; + this.f2688c = z2; } public void writeUntil(int i, CodedOutputStream codedOutputStream) throws IOException { @@ -79,7 +79,7 @@ public abstract class g extends a implements Serializable { Map.Entry entry = this.b; if (entry != null && entry.getKey().getNumber() < i) { e key = this.b.getKey(); - if (!this.f2687c || key.getLiteJavaType() != w.c.MESSAGE || key.isRepeated()) { + if (!this.f2688c || key.getLiteJavaType() != w.c.MESSAGE || key.isRepeated()) { f.writeField(key, this.b.getValue(), codedOutputStream); } else { codedOutputStream.writeMessageSetExtension(key.getNumber(), (n) this.b.getValue()); @@ -315,7 +315,7 @@ public abstract class g extends a implements Serializable { public final Type b; /* renamed from: c reason: collision with root package name */ - public final n f2688c; + public final n f2689c; public final e d; public final Method e; @@ -327,7 +327,7 @@ public abstract class g extends a implements Serializable { } else { this.a = containingtype; this.b = type; - this.f2688c = nVar; + this.f2689c = nVar; this.d = eVar; if (h.a.class.isAssignableFrom(cls)) { try { @@ -374,7 +374,7 @@ public abstract class g extends a implements Serializable { } public n getMessageDefaultInstance() { - return this.f2688c; + return this.f2689c; } public int getNumber() { diff --git a/app/src/main/java/d0/e0/p/d/m0/j/c.java b/app/src/main/java/d0/e0/p/d/m0/j/c.java index 0fb64282d6..5b3df12a41 100644 --- a/app/src/main/java/d0/e0/p/d/m0/j/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/j/c.java @@ -18,7 +18,7 @@ public abstract class c { public static final c b; /* renamed from: c reason: collision with root package name */ - public static final c f2693c; + public static final c f2694c; /* compiled from: DescriptorRenderer.kt */ public static final class a extends o implements Function1 { @@ -361,7 +361,7 @@ public abstract class c { b = kVar.withOptions(f.i); kVar.withOptions(g.i); kVar.withOptions(j.i); - f2693c = kVar.withOptions(e.i); + f2694c = kVar.withOptions(e.i); kVar.withOptions(h.i); } diff --git a/app/src/main/java/d0/e0/p/d/m0/j/d.java b/app/src/main/java/d0/e0/p/d/m0/j/d.java index 6121d1235e..1aa5fbf5af 100644 --- a/app/src/main/java/d0/e0/p/d/m0/j/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/j/d.java @@ -319,7 +319,7 @@ public final class d extends c implements h { public final void invoke(h hVar) { m.checkNotNullParameter(hVar, ""); - hVar.setExcludedTypeAnnotationClasses(d0.t.o0.plus((Set) hVar.getExcludedTypeAnnotationClasses(), (Iterable) d0.t.m.listOf(k.a.f2521x))); + hVar.setExcludedTypeAnnotationClasses(d0.t.o0.plus((Set) hVar.getExcludedTypeAnnotationClasses(), (Iterable) d0.t.m.listOf(k.a.f2522x))); hVar.setAnnotationArgumentsRenderingPolicy(a.ALWAYS_PARENTHESIZED); } } @@ -1322,7 +1322,7 @@ public final class d extends c implements h { Set excludedTypeAnnotationClasses = aVar instanceof d0.e0.p.d.m0.n.c0 ? getExcludedTypeAnnotationClasses() : getExcludedAnnotationClasses(); Function1 annotationFilter = getAnnotationFilter(); for (d0.e0.p.d.m0.c.g1.c cVar : aVar.getAnnotations()) { - if (!d0.t.u.contains(excludedTypeAnnotationClasses, cVar.getFqName()) && !m.areEqual(cVar.getFqName(), k.a.f2522y)) { + if (!d0.t.u.contains(excludedTypeAnnotationClasses, cVar.getFqName()) && !m.areEqual(cVar.getFqName(), k.a.f2523y)) { if (annotationFilter == null || annotationFilter.invoke(cVar).booleanValue()) { sb.append(renderAnnotation(cVar, eVar)); if (getEachAnnotationOnNewLine()) { diff --git a/app/src/main/java/d0/e0/p/d/m0/j/i.java b/app/src/main/java/d0/e0/p/d/m0/j/i.java index c191a26ec3..b4c3972acf 100644 --- a/app/src/main/java/d0/e0/p/d/m0/j/i.java +++ b/app/src/main/java/d0/e0/p/d/m0/j/i.java @@ -46,7 +46,7 @@ public final class i implements h { public boolean b; /* renamed from: c reason: collision with root package name */ - public final ReadWriteProperty f2697c; + public final ReadWriteProperty f2698c; public final ReadWriteProperty d; public final ReadWriteProperty e; public final ReadWriteProperty f; @@ -64,20 +64,20 @@ public final class i implements h { public final ReadWriteProperty r; /* renamed from: s reason: collision with root package name */ - public final ReadWriteProperty f2698s; + public final ReadWriteProperty f2699s; public final ReadWriteProperty t; public final ReadWriteProperty u; public final ReadWriteProperty v; public final ReadWriteProperty w; /* renamed from: x reason: collision with root package name */ - public final ReadWriteProperty f2699x; + public final ReadWriteProperty f2700x; /* renamed from: y reason: collision with root package name */ - public final ReadWriteProperty f2700y; + public final ReadWriteProperty f2701y; /* renamed from: z reason: collision with root package name */ - public final ReadWriteProperty f2701z; + public final ReadWriteProperty f2702z; /* compiled from: DescriptorRendererOptionsImpl.kt */ public static final class a extends o implements Function1 { @@ -109,7 +109,7 @@ public final class i implements h { public i() { b.c cVar = b.c.a; - this.f2697c = new j(cVar, cVar, this); + this.f2698c = new j(cVar, cVar, this); Boolean bool = Boolean.TRUE; this.d = new j(bool, bool, this); this.e = new j(bool, bool, this); @@ -128,16 +128,16 @@ public final class i implements h { this.p = new j(bool, bool, this); this.q = new j(bool, bool, this); this.r = new j(bool2, bool2, this); - this.f2698s = new j(bool2, bool2, this); + this.f2699s = new j(bool2, bool2, this); this.t = new j(bool2, bool2, this); this.u = new j(bool2, bool2, this); this.v = new j(bool2, bool2, this); this.w = new j(bool2, bool2, this); - this.f2699x = new j(bool2, bool2, this); + this.f2700x = new j(bool2, bool2, this); b bVar = b.i; - this.f2700y = new j(bVar, bVar, this); + this.f2701y = new j(bVar, bVar, this); a aVar = a.i; - this.f2701z = new j(aVar, aVar, this); + this.f2702z = new j(aVar, aVar, this); this.A = new j(bool, bool, this); m mVar = m.RENDER_OPEN; this.B = new j(mVar, mVar, this); @@ -226,7 +226,7 @@ public final class i implements h { } public b getClassifierNamePolicy() { - return (b) this.f2697c.getValue(this, a[0]); + return (b) this.f2698c.getValue(this, a[0]); } @Override // d0.e0.p.d.m0.j.h @@ -235,7 +235,7 @@ public final class i implements h { } public Function1 getDefaultParameterValueRenderer() { - return (Function1) this.f2701z.getValue(this, a[23]); + return (Function1) this.f2702z.getValue(this, a[23]); } public boolean getEachAnnotationOnNewLine() { @@ -333,7 +333,7 @@ public final class i implements h { } public boolean getRenderPrimaryConstructorParametersAsProperties() { - return ((Boolean) this.f2698s.getValue(this, a[16])).booleanValue(); + return ((Boolean) this.f2699s.getValue(this, a[16])).booleanValue(); } public boolean getRenderTypeExpansions() { @@ -361,7 +361,7 @@ public final class i implements h { } public Function1 getTypeNormalizer() { - return (Function1) this.f2700y.getValue(this, a[22]); + return (Function1) this.f2701y.getValue(this, a[22]); } public boolean getUninferredTypeParameterAsName() { @@ -393,7 +393,7 @@ public final class i implements h { } public boolean getWithoutSuperTypes() { - return ((Boolean) this.f2699x.getValue(this, a[21])).booleanValue(); + return ((Boolean) this.f2700x.getValue(this, a[21])).booleanValue(); } public boolean getWithoutTypeParameters() { @@ -417,7 +417,7 @@ public final class i implements h { @Override // d0.e0.p.d.m0.j.h public void setClassifierNamePolicy(b bVar) { m.checkNotNullParameter(bVar, ""); - this.f2697c.setValue(this, a[0], bVar); + this.f2698c.setValue(this, a[0], bVar); } @Override // d0.e0.p.d.m0.j.h @@ -471,7 +471,7 @@ public final class i implements h { @Override // d0.e0.p.d.m0.j.h public void setWithoutSuperTypes(boolean z2) { - this.f2699x.setValue(this, a[21], Boolean.valueOf(z2)); + this.f2700x.setValue(this, a[21], Boolean.valueOf(z2)); } @Override // d0.e0.p.d.m0.j.h diff --git a/app/src/main/java/d0/e0/p/d/m0/k/a0/b.java b/app/src/main/java/d0/e0/p/d/m0/k/a0/b.java index 0c55fa3061..cf95813a66 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/a0/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/a0/b.java @@ -23,7 +23,7 @@ public final class b implements i { public static final a b = new a(null); /* renamed from: c reason: collision with root package name */ - public final String f2702c; + public final String f2703c; public final i[] d; /* compiled from: ChainedMemberScope.kt */ @@ -64,7 +64,7 @@ public final class b implements i { } public b(String str, i[] iVarArr, DefaultConstructorMarker defaultConstructorMarker) { - this.f2702c = str; + this.f2703c = str; this.d = iVarArr; } @@ -193,6 +193,6 @@ public final class b implements i { } public String toString() { - return this.f2702c; + return this.f2703c; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/k/a0/d.java b/app/src/main/java/d0/e0/p/d/m0/k/a0/d.java index a1809afb81..edfa70cbdb 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/a0/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/a0/d.java @@ -17,7 +17,7 @@ public final class d { public static int b = 1; /* renamed from: c reason: collision with root package name */ - public static final int f2703c; + public static final int f2704c; public static final int d; public static final int e; public static final int f; @@ -35,7 +35,7 @@ public final class d { public static final List r; /* renamed from: s reason: collision with root package name */ - public static final List f2704s; + public static final List f2705s; public final List t; public final int u; @@ -119,7 +119,7 @@ public final class d { a.C0266a aVar2; a aVar3 = new a(null); a = aVar3; - f2703c = a.access$nextMask(aVar3); + f2704c = a.access$nextMask(aVar3); d = a.access$nextMask(aVar3); e = a.access$nextMask(aVar3); f = a.access$nextMask(aVar3); @@ -194,7 +194,7 @@ public final class d { arrayList5.add(aVar); } } - f2704s = arrayList5; + f2705s = arrayList5; } /* JADX DEBUG: Multi-variable search result rejected for r3v0, resolved type: java.util.List */ @@ -230,7 +230,7 @@ public final class d { } public static final /* synthetic */ int access$getNON_SINGLETON_CLASSIFIERS_MASK$cp() { - return f2703c; + return f2704c; } public static final /* synthetic */ int access$getNextMaskValue$cp() { @@ -305,7 +305,7 @@ public final class d { a.C0266a aVar = (a.C0266a) obj; String name = aVar == null ? null : aVar.getName(); if (name == null) { - List list = f2704s; + List list = f2705s; ArrayList arrayList = new ArrayList(); for (a.C0266a aVar2 : list) { String name2 = acceptsKinds(aVar2.getMask()) ? aVar2.getName() : null; diff --git a/app/src/main/java/d0/e0/p/d/m0/k/a0/e.java b/app/src/main/java/d0/e0/p/d/m0/k/a0/e.java index 28467bc544..2ac16a0c48 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/a0/e.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/a0/e.java @@ -32,7 +32,7 @@ public abstract class e extends j { public static final /* synthetic */ KProperty[] b = {a0.property1(new y(a0.getOrCreateKotlinClass(e.class), "allDescriptors", "getAllDescriptors()Ljava/util/List;"))}; /* renamed from: c reason: collision with root package name */ - public final d0.e0.p.d.m0.c.e f2705c; + public final d0.e0.p.d.m0.c.e f2706c; public final j d; /* compiled from: GivenFunctionsMemberScope.kt */ @@ -57,7 +57,7 @@ public abstract class e extends j { public e(d0.e0.p.d.m0.m.o oVar, d0.e0.p.d.m0.c.e eVar) { d0.z.d.m.checkNotNullParameter(oVar, "storageManager"); d0.z.d.m.checkNotNullParameter(eVar, "containingClass"); - this.f2705c = eVar; + this.f2706c = eVar; this.d = oVar.createLazyValue(new a(this)); } @@ -69,7 +69,7 @@ public abstract class e extends j { ?? r5; Objects.requireNonNull(eVar); ArrayList arrayList = new ArrayList(3); - Collection supertypes = eVar.f2705c.getTypeConstructor().getSupertypes(); + Collection supertypes = eVar.f2706c.getTypeConstructor().getSupertypes(); d0.z.d.m.checkNotNullExpressionValue(supertypes, "containingClass.typeConstructor.supertypes"); ArrayList arrayList2 = new ArrayList(); for (c0 c0Var : supertypes) { @@ -121,7 +121,7 @@ public abstract class e extends j { } else { r5 = n.emptyList(); } - r4.generateOverridesInFunctionGroup(eVar2, list2, r5, eVar.f2705c, new f(arrayList, eVar)); + r4.generateOverridesInFunctionGroup(eVar2, list2, r5, eVar.f2706c, new f(arrayList, eVar)); } } return d0.e0.p.d.m0.p.a.compact(arrayList); diff --git a/app/src/main/java/d0/e0/p/d/m0/k/a0/f.java b/app/src/main/java/d0/e0/p/d/m0/k/a0/f.java index afee7bec4c..4c7fb3e7ef 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/a0/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/a0/f.java @@ -26,6 +26,6 @@ public final class f extends i { public void conflict(b bVar, b bVar2) { d0.z.d.m.checkNotNullParameter(bVar, "fromSuper"); d0.z.d.m.checkNotNullParameter(bVar2, "fromCurrent"); - throw new IllegalStateException(("Conflict in scope of " + this.b.f2705c + ": " + bVar + " vs " + bVar2).toString()); + throw new IllegalStateException(("Conflict in scope of " + this.b.f2706c + ": " + bVar + " vs " + bVar2).toString()); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/k/a0/m.java b/app/src/main/java/d0/e0/p/d/m0/k/a0/m.java index bb65158e83..263f2c1c24 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/a0/m.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/a0/m.java @@ -21,7 +21,7 @@ public final class m extends j { public static final /* synthetic */ KProperty[] b = {a0.property1(new y(a0.getOrCreateKotlinClass(m.class), "functions", "getFunctions()Ljava/util/List;"))}; /* renamed from: c reason: collision with root package name */ - public final e f2706c; + public final e f2707c; public final j d; /* compiled from: StaticScopeForKotlinEnum.kt */ @@ -45,14 +45,14 @@ public final class m extends j { public m(d0.e0.p.d.m0.m.o oVar, e eVar) { d0.z.d.m.checkNotNullParameter(oVar, "storageManager"); d0.z.d.m.checkNotNullParameter(eVar, "containingClass"); - this.f2706c = eVar; + this.f2707c = eVar; eVar.getKind(); f fVar = f.ENUM_CLASS; this.d = oVar.createLazyValue(new a(this)); } public static final /* synthetic */ e access$getContainingClass$p(m mVar) { - return mVar.f2706c; + return mVar.f2707c; } @Override // d0.e0.p.d.m0.k.a0.j, d0.e0.p.d.m0.k.a0.l diff --git a/app/src/main/java/d0/e0/p/d/m0/k/a0/n.java b/app/src/main/java/d0/e0/p/d/m0/k/a0/n.java index 5eda20ff02..2185fbf120 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/a0/n.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/a0/n.java @@ -28,7 +28,7 @@ public final class n implements i { public final i b; /* renamed from: c reason: collision with root package name */ - public final c1 f2707c; + public final c1 f2708c; public Map d; public final Lazy e = g.lazy(new a(this)); @@ -57,7 +57,7 @@ public final class n implements i { this.b = iVar; z0 substitution = c1Var.getSubstitution(); d0.z.d.m.checkNotNullExpressionValue(substitution, "givenSubstitutor.substitution"); - this.f2707c = d.wrapWithCapturingSubstitution$default(substitution, false, 1, null).buildSubstitutor(); + this.f2708c = d.wrapWithCapturingSubstitution$default(substitution, false, 1, null).buildSubstitutor(); } public static final /* synthetic */ i access$getWorkerScope$p(n nVar) { @@ -72,7 +72,7 @@ public final class n implements i { /* JADX DEBUG: Multi-variable search result rejected for r3v0, resolved type: java.util.Collection */ /* JADX WARN: Multi-variable type inference failed */ public final Collection a(Collection collection) { - if (this.f2707c.isEmpty() || collection.isEmpty()) { + if (this.f2708c.isEmpty() || collection.isEmpty()) { return collection; } LinkedHashSet newLinkedHashSetWithExpectedSize = d0.e0.p.d.m0.p.a.newLinkedHashSetWithExpectedSize(collection.size()); @@ -84,7 +84,7 @@ public final class n implements i { } public final D b(D d) { - if (this.f2707c.isEmpty()) { + if (this.f2708c.isEmpty()) { return d; } if (this.d == null) { @@ -95,7 +95,7 @@ public final class n implements i { m mVar = map.get(d); if (mVar == null) { if (d instanceof w0) { - mVar = ((w0) d).substitute(this.f2707c); + mVar = ((w0) d).substitute(this.f2708c); if (mVar != null) { map.put(d, mVar); } else { diff --git a/app/src/main/java/d0/e0/p/d/m0/k/a0/o.java b/app/src/main/java/d0/e0/p/d/m0/k/a0/o.java index 4ab3d8fe06..f4bed95bb3 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/a0/o.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/a0/o.java @@ -20,7 +20,7 @@ public final class o extends a { public static final a b = new a(null); /* renamed from: c reason: collision with root package name */ - public final i f2708c; + public final i f2709c; /* compiled from: TypeIntersectionScope.kt */ public static final class a { @@ -83,7 +83,7 @@ public final class o extends a { } public o(String str, i iVar, DefaultConstructorMarker defaultConstructorMarker) { - this.f2708c = iVar; + this.f2709c = iVar; } public static final i create(String str, Collection collection) { @@ -92,7 +92,7 @@ public final class o extends a { @Override // d0.e0.p.d.m0.k.a0.a public i a() { - return this.f2708c; + return this.f2709c; } @Override // d0.e0.p.d.m0.k.a0.a, d0.e0.p.d.m0.k.a0.l diff --git a/app/src/main/java/d0/e0/p/d/m0/k/a0/p/b.java b/app/src/main/java/d0/e0/p/d/m0/k/a0/p/b.java index 719bcf5c4a..9ceb5ed7c2 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/a0/p/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/a0/p/b.java @@ -6,7 +6,7 @@ import d0.e0.p.d.m0.n.c0; public class b extends a implements d { /* renamed from: c reason: collision with root package name */ - public final a f2709c; + public final a f2710c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public b(a aVar, c0 c0Var, d dVar) { @@ -15,7 +15,7 @@ public class b extends a implements d { a(0); throw null; } else if (c0Var != null) { - this.f2709c = aVar; + this.f2710c = aVar; } else { a(1); throw null; @@ -54,6 +54,6 @@ public class b extends a implements d { } public String toString() { - return getType() + ": Ext {" + this.f2709c + "}"; + return getType() + ": Ext {" + this.f2710c + "}"; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/k/b.java b/app/src/main/java/d0/e0/p/d/m0/k/b.java index a66dab2c90..334bc83b22 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/b.java @@ -46,7 +46,7 @@ public final class b { public final /* synthetic */ boolean b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ d0.e0.p.d.m0.c.a f2710c; + public final /* synthetic */ d0.e0.p.d.m0.c.a f2711c; public final /* synthetic */ d0.e0.p.d.m0.c.a d; /* compiled from: DescriptorEquivalenceForOverrides.kt */ @@ -77,7 +77,7 @@ public final class b { public C0268b(b bVar, boolean z2, d0.e0.p.d.m0.c.a aVar, d0.e0.p.d.m0.c.a aVar2) { this.a = bVar; this.b = z2; - this.f2710c = aVar; + this.f2711c = aVar; this.d = aVar2; } @@ -93,7 +93,7 @@ public final class b { if (!(declarationDescriptor instanceof z0) || !(declarationDescriptor2 instanceof z0)) { return false; } - return b.access$areTypeParametersEquivalent(this.a, (z0) declarationDescriptor, (z0) declarationDescriptor2, this.b, new a(this.f2710c, this.d)); + return b.access$areTypeParametersEquivalent(this.a, (z0) declarationDescriptor, (z0) declarationDescriptor2, this.b, new a(this.f2711c, this.d)); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/k/d.java b/app/src/main/java/d0/e0/p/d/m0/k/d.java index 72f1fc48b4..6ddfe551a1 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/d.java @@ -215,7 +215,7 @@ public class d { public static t0 createEnumValueOfMethod(e eVar) { if (eVar != null) { g.a aVar = d0.e0.p.d.m0.c.g1.g.f; - g0 create = g0.create(eVar, aVar.getEMPTY(), k.f2508c, b.a.SYNTHESIZED, eVar.getSource()); + g0 create = g0.create(eVar, aVar.getEMPTY(), k.f2509c, b.a.SYNTHESIZED, eVar.getSource()); g0 initialize = create.initialize((q0) null, (q0) null, Collections.emptyList(), Collections.singletonList(new l0(create, null, 0, aVar.getEMPTY(), d0.e0.p.d.m0.g.e.identifier("value"), d0.e0.p.d.m0.k.x.a.getBuiltIns(eVar).getStringType(), false, false, false, null, eVar.getSource())), (c0) eVar.getDefaultType(), z.FINAL, t.e); if (initialize != null) { return initialize; @@ -336,7 +336,7 @@ public class d { public static boolean isEnumValueOfMethod(x xVar) { if (xVar != null) { - return xVar.getName().equals(k.f2508c) && b(xVar); + return xVar.getName().equals(k.f2509c) && b(xVar); } a(27); throw null; diff --git a/app/src/main/java/d0/e0/p/d/m0/k/k.java b/app/src/main/java/d0/e0/p/d/m0/k/k.java index 2fb673f56a..54c6fc8dc6 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/k.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/k.java @@ -47,7 +47,7 @@ public class k { public static final k b; /* renamed from: c reason: collision with root package name */ - public static final f.a f2711c; + public static final f.a f2712c; public final g d; public final f.a e; @@ -286,7 +286,7 @@ public class k { static { a aVar = new a(); - f2711c = aVar; + f2712c = aVar; b = new k(aVar, g.a.a); } @@ -1016,7 +1016,7 @@ public class k { public static k createWithTypeRefiner(g gVar) { if (gVar != null) { - return new k(f2711c, gVar); + return new k(f2712c, gVar); } a(1); throw null; diff --git a/app/src/main/java/d0/e0/p/d/m0/k/u/a/d.java b/app/src/main/java/d0/e0/p/d/m0/k/u/a/d.java index cf672f6035..cf7e75ac9a 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/u/a/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/u/a/d.java @@ -44,17 +44,17 @@ public final class d { public static final class b extends l { /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ boolean f2712c; + public final /* synthetic */ boolean f2713c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public b(boolean z2, z0 z0Var) { super(z0Var); - this.f2712c = z2; + this.f2713c = z2; } @Override // d0.e0.p.d.m0.n.z0 public boolean approximateContravariantCapturedTypes() { - return this.f2712c; + return this.f2713c; } @Override // d0.e0.p.d.m0.n.l, d0.e0.p.d.m0.n.z0 diff --git a/app/src/main/java/d0/e0/p/d/m0/k/v/a0.java b/app/src/main/java/d0/e0/p/d/m0/k/v/a0.java index 427c7029bd..4fd2c3058b 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/v/a0.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/v/a0.java @@ -16,7 +16,7 @@ public final class a0 extends b0 { @Override // d0.e0.p.d.m0.k.v.g public c0 getType(d0.e0.p.d.m0.c.c0 c0Var) { m.checkNotNullParameter(c0Var, "module"); - e findClassAcrossModuleDependencies = w.findClassAcrossModuleDependencies(c0Var, k.a.f2515f0); + e findClassAcrossModuleDependencies = w.findClassAcrossModuleDependencies(c0Var, k.a.f2516f0); j0 defaultType = findClassAcrossModuleDependencies == null ? null : findClassAcrossModuleDependencies.getDefaultType(); if (defaultType != null) { return defaultType; diff --git a/app/src/main/java/d0/e0/p/d/m0/k/v/j.java b/app/src/main/java/d0/e0/p/d/m0/k/v/j.java index 65c7260b66..3966036b5b 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/v/j.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/v/j.java @@ -14,7 +14,7 @@ public final class j extends g> { public final a b; /* renamed from: c reason: collision with root package name */ - public final e f2713c; + public final e f2714c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public j(a aVar, e eVar) { @@ -22,11 +22,11 @@ public final class j extends g> { m.checkNotNullParameter(aVar, "enumClassId"); m.checkNotNullParameter(eVar, "enumEntryName"); this.b = aVar; - this.f2713c = eVar; + this.f2714c = eVar; } public final e getEnumEntryName() { - return this.f2713c; + return this.f2714c; } @Override // d0.e0.p.d.m0.k.v.g @@ -48,7 +48,7 @@ public final class j extends g> { StringBuilder P = c.d.b.a.a.P("Containing class for error-class based enum entry "); P.append(this.b); P.append('.'); - P.append(this.f2713c); + P.append(this.f2714c); j0 createErrorType = t.createErrorType(P.toString()); m.checkNotNullExpressionValue(createErrorType, "createErrorType(\"Containing class for error-class based enum entry $enumClassId.$enumEntryName\")"); return createErrorType; @@ -62,7 +62,7 @@ public final class j extends g> { StringBuilder sb = new StringBuilder(); sb.append(this.b.getShortClassName()); sb.append('.'); - sb.append(this.f2713c); + sb.append(this.f2714c); return sb.toString(); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/k/v/k.java b/app/src/main/java/d0/e0/p/d/m0/k/v/k.java index 7490889530..b37d8f4ef6 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/v/k.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/v/k.java @@ -25,24 +25,24 @@ public abstract class k extends g { public static final class b extends k { /* renamed from: c reason: collision with root package name */ - public final String f2714c; + public final String f2715c; public b(String str) { m.checkNotNullParameter(str, "message"); - this.f2714c = str; + this.f2715c = str; } @Override // d0.e0.p.d.m0.k.v.g public j0 getType(c0 c0Var) { m.checkNotNullParameter(c0Var, "module"); - j0 createErrorType = t.createErrorType(this.f2714c); + j0 createErrorType = t.createErrorType(this.f2715c); m.checkNotNullExpressionValue(createErrorType, "createErrorType(message)"); return createErrorType; } @Override // d0.e0.p.d.m0.k.v.g public String toString() { - return this.f2714c; + return this.f2715c; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/k/v/n.java b/app/src/main/java/d0/e0/p/d/m0/k/v/n.java index f80c86a5b7..9c4fe2b40e 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/v/n.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/v/n.java @@ -26,7 +26,7 @@ public final class n implements u0 { public final long b; /* renamed from: c reason: collision with root package name */ - public final c0 f2715c; + public final c0 f2716c; public final Set d; public final j0 e = d0.integerLiteralType(g.f.getEMPTY(), this, false); public final Lazy f = d0.g.lazy(new b(this)); @@ -102,12 +102,12 @@ public final class n implements u0 { public n(long j, c0 c0Var, Set set, DefaultConstructorMarker defaultConstructorMarker) { d0 d0Var = d0.a; this.b = j; - this.f2715c = c0Var; + this.f2716c = c0Var; this.d = set; } public static final /* synthetic */ c0 access$getModule$p(n nVar) { - return nVar.f2715c; + return nVar.f2716c; } public static final /* synthetic */ j0 access$getType$p(n nVar) { @@ -119,7 +119,7 @@ public final class n implements u0 { } public static final boolean access$isContainsOnlyUnsignedTypes(n nVar) { - Collection allSignedLiteralTypes = u.getAllSignedLiteralTypes(nVar.f2715c); + Collection allSignedLiteralTypes = u.getAllSignedLiteralTypes(nVar.f2716c); if ((allSignedLiteralTypes instanceof Collection) && allSignedLiteralTypes.isEmpty()) { return true; } @@ -147,7 +147,7 @@ public final class n implements u0 { @Override // d0.e0.p.d.m0.n.u0 public h getBuiltIns() { - return this.f2715c.getBuiltIns(); + return this.f2716c.getBuiltIns(); } @Override // d0.e0.p.d.m0.n.u0 diff --git a/app/src/main/java/d0/e0/p/d/m0/k/v/x.java b/app/src/main/java/d0/e0/p/d/m0/k/v/x.java index 5aa16cb03a..a0146d1fd7 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/v/x.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/v/x.java @@ -16,7 +16,7 @@ public final class x extends b0 { @Override // d0.e0.p.d.m0.k.v.g public c0 getType(d0.e0.p.d.m0.c.c0 c0Var) { m.checkNotNullParameter(c0Var, "module"); - e findClassAcrossModuleDependencies = w.findClassAcrossModuleDependencies(c0Var, k.a.f2514e0); + e findClassAcrossModuleDependencies = w.findClassAcrossModuleDependencies(c0Var, k.a.f2515e0); j0 defaultType = findClassAcrossModuleDependencies == null ? null : findClassAcrossModuleDependencies.getDefaultType(); if (defaultType != null) { return defaultType; diff --git a/app/src/main/java/d0/e0/p/d/m0/k/v/y.java b/app/src/main/java/d0/e0/p/d/m0/k/v/y.java index 22398b5fcc..9a673d6fe8 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/v/y.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/v/y.java @@ -16,7 +16,7 @@ public final class y extends b0 { @Override // d0.e0.p.d.m0.k.v.g public c0 getType(d0.e0.p.d.m0.c.c0 c0Var) { m.checkNotNullParameter(c0Var, "module"); - e findClassAcrossModuleDependencies = w.findClassAcrossModuleDependencies(c0Var, k.a.f2516g0); + e findClassAcrossModuleDependencies = w.findClassAcrossModuleDependencies(c0Var, k.a.f2517g0); j0 defaultType = findClassAcrossModuleDependencies == null ? null : findClassAcrossModuleDependencies.getDefaultType(); if (defaultType != null) { return defaultType; diff --git a/app/src/main/java/d0/e0/p/d/m0/k/v/z.java b/app/src/main/java/d0/e0/p/d/m0/k/v/z.java index 1307f8b249..604619a0b5 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/v/z.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/v/z.java @@ -16,7 +16,7 @@ public final class z extends b0 { @Override // d0.e0.p.d.m0.k.v.g public c0 getType(d0.e0.p.d.m0.c.c0 c0Var) { m.checkNotNullParameter(c0Var, "module"); - e findClassAcrossModuleDependencies = w.findClassAcrossModuleDependencies(c0Var, k.a.f2517h0); + e findClassAcrossModuleDependencies = w.findClassAcrossModuleDependencies(c0Var, k.a.f2518h0); j0 defaultType = findClassAcrossModuleDependencies == null ? null : findClassAcrossModuleDependencies.getDefaultType(); if (defaultType != null) { return defaultType; diff --git a/app/src/main/java/d0/e0/p/d/m0/k/y/d.java b/app/src/main/java/d0/e0/p/d/m0/k/y/d.java index 19199fb7f2..f27744ee5f 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/y/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/y/d.java @@ -26,7 +26,7 @@ public enum d { public static final Map r = new HashMap(); /* renamed from: s reason: collision with root package name */ - public static final Map f2716s = new EnumMap(i.class); + public static final Map f2717s = new EnumMap(i.class); public static final Map t = new HashMap(); private final String desc; private final String name; @@ -39,7 +39,7 @@ public enum d { d dVar = values[i]; q.add(dVar.getWrapperFqName()); r.put(dVar.getJavaKeywordName(), dVar); - f2716s.put(dVar.getPrimitiveType(), dVar); + f2717s.put(dVar.getPrimitiveType(), dVar); t.put(dVar.getDesc(), dVar); } } @@ -226,7 +226,7 @@ public enum d { public static d get(i iVar) { if (iVar != null) { - d dVar = f2716s.get(iVar); + d dVar = f2717s.get(iVar); if (dVar != null) { return dVar; } diff --git a/app/src/main/java/d0/e0/p/d/m0/l/a.java b/app/src/main/java/d0/e0/p/d/m0/l/a.java index b63e5e60d8..bdc3c25b26 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/a.java @@ -19,7 +19,7 @@ public class a { public final g.f> b; /* renamed from: c reason: collision with root package name */ - public final g.f> f2717c; + public final g.f> f2718c; public final g.f> d; public final g.f> e; public final g.f> f; @@ -46,7 +46,7 @@ public class a { m.checkNotNullParameter(fVar12, "typeParameterAnnotation"); this.a = eVar; this.b = fVar2; - this.f2717c = fVar3; + this.f2718c = fVar3; this.d = fVar4; this.e = fVar5; this.f = fVar6; @@ -59,7 +59,7 @@ public class a { } public final g.f> getClassAnnotation() { - return this.f2717c; + return this.f2718c; } public final g.f getCompileTimeValue() { diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/a.java b/app/src/main/java/d0/e0/p/d/m0/l/b/a.java index edf8e98a53..6120d84e85 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/a.java @@ -22,7 +22,7 @@ public abstract class a implements i0 { public final s b; /* renamed from: c reason: collision with root package name */ - public final c0 f2718c; + public final c0 f2719c; public j d; public final i e; @@ -43,7 +43,7 @@ public abstract class a implements i0 { Objects.requireNonNull(oVar); m.checkNotNullParameter(bVar, "fqName"); InputStream findBuiltInsData = oVar.b.findBuiltInsData(bVar); - c create = findBuiltInsData == null ? null : c.u.create(bVar, oVar.a, oVar.f2718c, findBuiltInsData, false); + c create = findBuiltInsData == null ? null : c.u.create(bVar, oVar.a, oVar.f2719c, findBuiltInsData, false); if (create == null) { return null; } @@ -63,7 +63,7 @@ public abstract class a implements i0 { m.checkNotNullParameter(c0Var, "moduleDescriptor"); this.a = oVar; this.b = sVar; - this.f2718c = c0Var; + this.f2719c = c0Var; this.e = oVar.createMemoizedFunctionWithNullableValues(new C0272a(this)); } diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/a0.java b/app/src/main/java/d0/e0/p/d/m0/l/b/a0.java index 5183d9d34d..df3a135663 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/a0.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/a0.java @@ -37,7 +37,7 @@ public final class a0 { m.checkNotNullExpressionValue(uVar3, "PRIVATE_TO_THIS"); return uVar3; case 4: - u uVar4 = t.f2591c; + u uVar4 = t.f2592c; m.checkNotNullExpressionValue(uVar4, "PROTECTED"); return uVar4; case 5: diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/c0.java b/app/src/main/java/d0/e0/p/d/m0/l/b/c0.java index b2bf99fbe1..bb7982f593 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/c0.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/c0.java @@ -41,7 +41,7 @@ public final class c0 { public final c0 b; /* renamed from: c reason: collision with root package name */ - public final String f2719c; + public final String f2720c; public final String d; public boolean e; public final Function1 f; @@ -186,7 +186,7 @@ public final class c0 { m.checkNotNullParameter(str2, "containerPresentableName"); this.a = lVar; this.b = c0Var; - this.f2719c = str; + this.f2720c = str; this.d = str2; this.e = z2; this.f = lVar.getStorageManager().createMemoizedFunctionWithNullableValues(new a(this)); @@ -469,9 +469,9 @@ public final class c0 { } public String toString() { - String str = this.f2719c; + String str = this.f2720c; c0 c0Var = this.b; - return m.stringPlus(str, c0Var == null ? "" : m.stringPlus(". Child of ", c0Var.f2719c)); + return m.stringPlus(str, c0Var == null ? "" : m.stringPlus(". Child of ", c0Var.f2720c)); } public final d0.e0.p.d.m0.n.c0 type(q qVar) { diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/d0/a.java b/app/src/main/java/d0/e0/p/d/m0/l/b/d0/a.java index 004173175a..c9a3b5379b 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/d0/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/d0/a.java @@ -28,7 +28,7 @@ public final class a extends d0.e0.p.d.m0.l.a { m.checkNotNullExpressionValue(newInstance, "newInstance().apply(BuiltInsProtoBuf::registerAllExtensions)"); g.f fVar = b.a; m.checkNotNullExpressionValue(fVar, "packageFqName"); - g.f> fVar2 = b.f2670c; + g.f> fVar2 = b.f2671c; m.checkNotNullExpressionValue(fVar2, "constructorAnnotation"); g.f> fVar3 = b.b; m.checkNotNullExpressionValue(fVar3, "classAnnotation"); diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/e0/d.java b/app/src/main/java/d0/e0/p/d/m0/l/b/e0/d.java index ba14052853..11ad7a37e8 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/e0/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/e0/d.java @@ -60,20 +60,20 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { public final z r; /* renamed from: s reason: collision with root package name */ - public final u f2720s; + public final u f2721s; public final d0.e0.p.d.m0.c.f t; public final l u; public final d0.e0.p.d.m0.k.a0.j v; public final b w; /* renamed from: x reason: collision with root package name */ - public final r0 f2721x; + public final r0 f2722x; /* renamed from: y reason: collision with root package name */ - public final c f2722y; + public final c f2723y; /* renamed from: z reason: collision with root package name */ - public final m f2723z; + public final m f2724z; /* compiled from: DeserializedClassDescriptor.kt */ public final class a extends h { @@ -181,8 +181,8 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { arrayList.add(w.getName(nameResolver, number.intValue())); } this.g = gVar; - this.h = this.f2726c.getStorageManager().createLazyValue(new b(this)); - this.i = this.f2726c.getStorageManager().createLazyValue(new C0274d(this)); + this.h = this.f2727c.getStorageManager().createLazyValue(new b(this)); + this.i = this.f2727c.getStorageManager().createLazyValue(new C0274d(this)); } public static final d access$getClassDescriptor(a aVar) { @@ -213,7 +213,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { for (c0 c0Var : this.i.mo1invoke()) { arrayList.addAll(c0Var.getMemberScope().getContributedFunctions(eVar, d0.e0.p.d.m0.d.b.d.FOR_ALREADY_TRACKED)); } - list.addAll(this.f2726c.getComponents().getAdditionalClassPartsProvider().getFunctions(eVar, this.j)); + list.addAll(this.f2727c.getComponents().getAdditionalClassPartsProvider().getFunctions(eVar, this.j)); k(eVar, arrayList, list); } @@ -257,7 +257,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { for (c0 c0Var : supertypes) { d0.t.r.addAll(linkedHashSet, c0Var.getMemberScope().getFunctionNames()); } - linkedHashSet.addAll(this.f2726c.getComponents().getAdditionalClassPartsProvider().getFunctionsNames(this.j)); + linkedHashSet.addAll(this.f2727c.getComponents().getAdditionalClassPartsProvider().getFunctionsNames(this.j)); return linkedHashSet; } @@ -307,17 +307,17 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { @Override // d0.e0.p.d.m0.l.b.e0.h public boolean j(t0 t0Var) { d0.z.d.m.checkNotNullParameter(t0Var, "function"); - return this.f2726c.getComponents().getPlatformDependentDeclarationFilter().isFunctionAvailable(this.j, t0Var); + return this.f2727c.getComponents().getPlatformDependentDeclarationFilter().isFunctionAvailable(this.j, t0Var); } public final void k(d0.e0.p.d.m0.g.e eVar, Collection collection, List list) { - this.f2726c.getComponents().getKotlinTypeChecker().getOverridingUtil().generateOverridesInFunctionGroup(eVar, collection, new ArrayList(list), this.j, new c(list)); + this.f2727c.getComponents().getKotlinTypeChecker().getOverridingUtil().generateOverridesInFunctionGroup(eVar, collection, new ArrayList(list), this.j, new c(list)); } public void recordLookup(d0.e0.p.d.m0.g.e eVar, d0.e0.p.d.m0.d.b.b bVar) { d0.z.d.m.checkNotNullParameter(eVar, ModelAuditLogEntry.CHANGE_KEY_NAME); d0.z.d.m.checkNotNullParameter(bVar, "location"); - d0.e0.p.d.m0.d.a.record(this.f2726c.getComponents().getLookupTracker(), bVar, this.j, eVar); + d0.e0.p.d.m0.d.a.record(this.f2727c.getComponents().getLookupTracker(), bVar, this.j, eVar); } } @@ -325,7 +325,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { public final class b extends d0.e0.p.d.m0.n.b { /* renamed from: c reason: collision with root package name */ - public final j> f2724c; + public final j> f2725c; public final /* synthetic */ d d; /* compiled from: DeserializedClassDescriptor.kt */ @@ -351,7 +351,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { super(dVar.getC().getStorageManager()); d0.z.d.m.checkNotNullParameter(dVar, "this$0"); this.d = dVar; - this.f2724c = dVar.getC().getStorageManager().createLazyValue(new a(dVar)); + this.f2725c = dVar.getC().getStorageManager().createLazyValue(new a(dVar)); } @Override // d0.e0.p.d.m0.n.g @@ -408,7 +408,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { @Override // d0.e0.p.d.m0.n.u0 public List getParameters() { - return this.f2724c.mo1invoke(); + return this.f2725c.mo1invoke(); } @Override // d0.e0.p.d.m0.n.u0 @@ -429,7 +429,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { public final d0.e0.p.d.m0.m.i b; /* renamed from: c reason: collision with root package name */ - public final j> f2725c; + public final j> f2726c; public final /* synthetic */ d d; /* compiled from: DeserializedClassDescriptor.kt */ @@ -505,7 +505,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { } this.a = linkedHashMap; this.b = this.d.getC().getStorageManager().createMemoizedFunctionWithNullableValues(new a(this, this.d)); - this.f2725c = this.d.getC().getStorageManager().createLazyValue(new b(this)); + this.f2726c = this.d.getC().getStorageManager().createLazyValue(new b(this)); } public static final Set access$computeEnumMemberNames(c cVar) { @@ -538,7 +538,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { } public static final /* synthetic */ j access$getEnumMemberNames$p(c cVar) { - return cVar.f2725c; + return cVar.f2726c; } public final Collection all() { @@ -689,7 +689,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { this.q = w.getClassId(cVar2, cVar.getFqName()); d0.e0.p.d.m0.l.b.z zVar = d0.e0.p.d.m0.l.b.z.a; this.r = zVar.modality(d0.e0.p.d.m0.f.z.b.d.get(cVar.getFlags())); - this.f2720s = d0.e0.p.d.m0.l.b.a0.descriptorVisibility(zVar, d0.e0.p.d.m0.f.z.b.f2672c.get(cVar.getFlags())); + this.f2721s = d0.e0.p.d.m0.l.b.a0.descriptorVisibility(zVar, d0.e0.p.d.m0.f.z.b.f2673c.get(cVar.getFlags())); d0.e0.p.d.m0.c.f classKind = zVar.classKind(d0.e0.p.d.m0.f.z.b.e.get(cVar.getFlags())); this.t = classKind; List typeParameterList = cVar.getTypeParameterList(); @@ -705,11 +705,11 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { d0.e0.p.d.m0.c.f fVar = d0.e0.p.d.m0.c.f.ENUM_CLASS; this.v = classKind == fVar ? new d0.e0.p.d.m0.k.a0.m(childContext.getStorageManager(), this) : i.b.b; this.w = new b(this); - this.f2721x = r0.a.create(this, childContext.getStorageManager(), childContext.getComponents().getKotlinTypeChecker().getKotlinTypeRefiner(), new g(this)); + this.f2722x = r0.a.create(this, childContext.getStorageManager(), childContext.getComponents().getKotlinTypeChecker().getKotlinTypeRefiner(), new g(this)); y.a aVar3 = null; - this.f2722y = classKind == fVar ? new c(this) : null; + this.f2723y = classKind == fVar ? new c(this) : null; m containingDeclaration = lVar.getContainingDeclaration(); - this.f2723z = containingDeclaration; + this.f2724z = containingDeclaration; this.A = childContext.getStorageManager().createNullableLazyValue(new h(this)); this.B = childContext.getStorageManager().createLazyValue(new f(this)); this.C = childContext.getStorageManager().createNullableLazyValue(new e(this)); @@ -807,7 +807,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { } public static final /* synthetic */ c access$getEnumEntries$p(d dVar) { - return dVar.f2722y; + return dVar.f2723y; } public static final /* synthetic */ b access$getTypeConstructor$p(d dVar) { @@ -815,7 +815,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { } public final a b() { - return this.f2721x.getScope(this.u.getComponents().getKotlinTypeChecker().getKotlinTypeRefiner()); + return this.f2722x.getScope(this.u.getComponents().getKotlinTypeChecker().getKotlinTypeRefiner()); } @Override // d0.e0.p.d.m0.c.g1.a @@ -843,7 +843,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { @Override // d0.e0.p.d.m0.c.e, d0.e0.p.d.m0.c.n, d0.e0.p.d.m0.c.m public m getContainingDeclaration() { - return this.f2723z; + return this.f2724z; } @Override // d0.e0.p.d.m0.c.e, d0.e0.p.d.m0.c.i @@ -892,7 +892,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { @Override // d0.e0.p.d.m0.c.i1.u public d0.e0.p.d.m0.k.a0.i getUnsubstitutedMemberScope(d0.e0.p.d.m0.n.l1.g gVar) { d0.z.d.m.checkNotNullParameter(gVar, "kotlinTypeRefiner"); - return this.f2721x.getScope(gVar); + return this.f2722x.getScope(gVar); } @Override // d0.e0.p.d.m0.c.e @@ -902,7 +902,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { @Override // d0.e0.p.d.m0.c.e, d0.e0.p.d.m0.c.q, d0.e0.p.d.m0.c.y public u getVisibility() { - return this.f2720s; + return this.f2721s; } public final boolean hasNestedClass$deserialization(d0.e0.p.d.m0.g.e eVar) { diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/e0/h.java b/app/src/main/java/d0/e0/p/d/m0/l/b/e0/h.java index c8d7cf3994..f88facbd34 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/e0/h.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/e0/h.java @@ -43,7 +43,7 @@ public abstract class h extends j { public static final /* synthetic */ KProperty[] b = {a0.property1(new y(a0.getOrCreateKotlinClass(h.class), "classNames", "getClassNames$deserialization()Ljava/util/Set;")), a0.property1(new y(a0.getOrCreateKotlinClass(h.class), "classifierNamesLazy", "getClassifierNamesLazy()Ljava/util/Set;"))}; /* renamed from: c reason: collision with root package name */ - public final l f2726c; + public final l f2727c; public final a d; public final d0.e0.p.d.m0.m.j e; public final k f; @@ -71,7 +71,7 @@ public abstract class h extends j { public final List b; /* renamed from: c reason: collision with root package name */ - public final List f2727c; + public final List f2728c; public final List d; public final d0.e0.p.d.m0.m.j e; public final d0.e0.p.d.m0.m.j f; @@ -323,18 +323,18 @@ public abstract class h extends j { d0.z.d.m.checkNotNullParameter(list3, "typeAliasList"); this.o = hVar; this.b = list; - this.f2727c = list2; - this.d = !hVar.f2726c.getComponents().getConfiguration().getTypeAliasesAllowed() ? d0.t.n.emptyList() : list3; - this.e = hVar.f2726c.getStorageManager().createLazyValue(new d(this)); - this.f = hVar.f2726c.getStorageManager().createLazyValue(new e(this)); - this.g = hVar.f2726c.getStorageManager().createLazyValue(new c(this)); - this.h = hVar.f2726c.getStorageManager().createLazyValue(new a(this)); - this.i = hVar.f2726c.getStorageManager().createLazyValue(new C0277b(this)); - this.j = hVar.f2726c.getStorageManager().createLazyValue(new i(this)); - this.k = hVar.f2726c.getStorageManager().createLazyValue(new g(this)); - this.l = hVar.f2726c.getStorageManager().createLazyValue(new C0278h(this)); - this.m = hVar.f2726c.getStorageManager().createLazyValue(new f(this, hVar)); - this.n = hVar.f2726c.getStorageManager().createLazyValue(new j(this, hVar)); + this.f2728c = list2; + this.d = !hVar.f2727c.getComponents().getConfiguration().getTypeAliasesAllowed() ? d0.t.n.emptyList() : list3; + this.e = hVar.f2727c.getStorageManager().createLazyValue(new d(this)); + this.f = hVar.f2727c.getStorageManager().createLazyValue(new e(this)); + this.g = hVar.f2727c.getStorageManager().createLazyValue(new c(this)); + this.h = hVar.f2727c.getStorageManager().createLazyValue(new a(this)); + this.i = hVar.f2727c.getStorageManager().createLazyValue(new C0277b(this)); + this.j = hVar.f2727c.getStorageManager().createLazyValue(new i(this)); + this.k = hVar.f2727c.getStorageManager().createLazyValue(new g(this)); + this.l = hVar.f2727c.getStorageManager().createLazyValue(new C0278h(this)); + this.m = hVar.f2727c.getStorageManager().createLazyValue(new f(this, hVar)); + this.n = hVar.f2727c.getStorageManager().createLazyValue(new j(this, hVar)); } public static final List access$computeAllNonDeclaredFunctions(b bVar) { @@ -390,7 +390,7 @@ public abstract class h extends j { } public static final List access$computeProperties(b bVar) { - List list = bVar.f2727c; + List list = bVar.f2728c; h hVar = bVar.o; ArrayList arrayList = new ArrayList(); for (d0.e0.p.d.m0.i.n nVar : list) { @@ -440,7 +440,7 @@ public abstract class h extends j { } public static final /* synthetic */ List access$getPropertyList$p(b bVar) { - return bVar.f2727c; + return bVar.f2728c; } /* JADX DEBUG: Multi-variable search result rejected for r4v0, resolved type: java.util.Collection */ @@ -527,7 +527,7 @@ public abstract class h extends j { public final Map b; /* renamed from: c reason: collision with root package name */ - public final Map f2728c; + public final Map f2729c; public final Map d; public final d0.e0.p.d.m0.m.h> e; public final d0.e0.p.d.m0.m.h> f; @@ -554,7 +554,7 @@ public abstract class h extends j { @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final M mo1invoke() { - return (d0.e0.p.d.m0.i.n) ((d0.e0.p.d.m0.i.b) this.$parser).parseDelimitedFrom((InputStream) this.$inputStream, this.this$0.f2726c.getComponents().getExtensionRegistryLite()); + return (d0.e0.p.d.m0.i.n) ((d0.e0.p.d.m0.i.b) this.$parser).parseDelimitedFrom((InputStream) this.$inputStream, this.this$0.f2727c.getComponents().getExtensionRegistryLite()); } } @@ -676,8 +676,8 @@ public abstract class h extends j { } ((List) obj4).add(obj3); } - this.f2728c = a(linkedHashMap2); - if (this.j.f2726c.getComponents().getConfiguration().getTypeAliasesAllowed()) { + this.f2729c = a(linkedHashMap2); + if (this.j.f2727c.getComponents().getConfiguration().getTypeAliasesAllowed()) { h hVar3 = this.j; LinkedHashMap linkedHashMap3 = new LinkedHashMap(); for (Object obj5 : list3) { @@ -694,11 +694,11 @@ public abstract class h extends j { map = h0.emptyMap(); } this.d = map; - this.e = this.j.f2726c.getStorageManager().createMemoizedFunction(new C0279c(this)); - this.f = this.j.f2726c.getStorageManager().createMemoizedFunction(new d(this)); - this.g = this.j.f2726c.getStorageManager().createMemoizedFunctionWithNullableValues(new e(this)); - this.h = this.j.f2726c.getStorageManager().createLazyValue(new b(this, this.j)); - this.i = this.j.f2726c.getStorageManager().createLazyValue(new f(this, this.j)); + this.e = this.j.f2727c.getStorageManager().createMemoizedFunction(new C0279c(this)); + this.f = this.j.f2727c.getStorageManager().createMemoizedFunction(new d(this)); + this.g = this.j.f2727c.getStorageManager().createMemoizedFunctionWithNullableValues(new e(this)); + this.h = this.j.f2727c.getStorageManager().createLazyValue(new b(this, this.j)); + this.i = this.j.f2727c.getStorageManager().createLazyValue(new f(this, this.j)); } public static final Collection access$computeFunctions(c cVar, d0.e0.p.d.m0.g.e eVar) { @@ -713,7 +713,7 @@ public abstract class h extends j { } ArrayList arrayList = new ArrayList(list.size()); for (d0.e0.p.d.m0.f.i iVar : list) { - d0.e0.p.d.m0.l.b.u memberDeserializer = hVar.f2726c.getMemberDeserializer(); + d0.e0.p.d.m0.l.b.u memberDeserializer = hVar.f2727c.getMemberDeserializer(); d0.z.d.m.checkNotNullExpressionValue(iVar, "it"); t0 loadFunction = memberDeserializer.loadFunction(iVar); if (!hVar.j(loadFunction)) { @@ -728,7 +728,7 @@ public abstract class h extends j { } public static final Collection access$computeProperties(c cVar, d0.e0.p.d.m0.g.e eVar) { - Map map = cVar.f2728c; + Map map = cVar.f2729c; p pVar = n.j; d0.z.d.m.checkNotNullExpressionValue(pVar, "PARSER"); h hVar = cVar.j; @@ -739,7 +739,7 @@ public abstract class h extends j { } ArrayList arrayList = new ArrayList(list.size()); for (n nVar : list) { - d0.e0.p.d.m0.l.b.u memberDeserializer = hVar.f2726c.getMemberDeserializer(); + d0.e0.p.d.m0.l.b.u memberDeserializer = hVar.f2727c.getMemberDeserializer(); d0.z.d.m.checkNotNullExpressionValue(nVar, "it"); n0 loadProperty = memberDeserializer.loadProperty(nVar); if (loadProperty != null) { @@ -753,10 +753,10 @@ public abstract class h extends j { public static final y0 access$createTypeAlias(c cVar, d0.e0.p.d.m0.g.e eVar) { r parseDelimitedFrom; byte[] bArr = cVar.d.get(eVar); - if (bArr == null || (parseDelimitedFrom = r.parseDelimitedFrom(new ByteArrayInputStream(bArr), cVar.j.f2726c.getComponents().getExtensionRegistryLite())) == null) { + if (bArr == null || (parseDelimitedFrom = r.parseDelimitedFrom(new ByteArrayInputStream(bArr), cVar.j.f2727c.getComponents().getExtensionRegistryLite())) == null) { return null; } - return cVar.j.f2726c.getMemberDeserializer().loadTypeAlias(parseDelimitedFrom); + return cVar.j.f2727c.getMemberDeserializer().loadTypeAlias(parseDelimitedFrom); } public static final /* synthetic */ Map access$getFunctionProtosBytes$p(c cVar) { @@ -764,7 +764,7 @@ public abstract class h extends j { } public static final /* synthetic */ Map access$getPropertyProtosBytes$p(c cVar) { - return cVar.f2728c; + return cVar.f2729c; } public final Map a(Map> map) { @@ -903,14 +903,14 @@ public abstract class h extends j { d0.z.d.m.checkNotNullParameter(list2, "propertyList"); d0.z.d.m.checkNotNullParameter(list3, "typeAliasList"); d0.z.d.m.checkNotNullParameter(function0, "classNames"); - this.f2726c = lVar; + this.f2727c = lVar; this.d = lVar.getComponents().getConfiguration().getPreserveDeclarationsOrdering() ? new b(this, list, list2, list3) : new c(this, list, list2, list3); this.e = lVar.getStorageManager().createLazyValue(new d(function0)); this.f = lVar.getStorageManager().createNullableLazyValue(new e(this)); } public static final /* synthetic */ l access$getC(h hVar) { - return hVar.f2726c; + return hVar.f2727c; } public static final /* synthetic */ a access$getImpl$p(h hVar) { @@ -932,7 +932,7 @@ public abstract class h extends j { if (dVar.acceptsKinds(aVar.getCLASSIFIERS_MASK())) { for (d0.e0.p.d.m0.g.e eVar : getClassNames$deserialization()) { if (function1.invoke(eVar).booleanValue()) { - d0.e0.p.d.m0.p.a.addIfNotNull(arrayList, this.f2726c.getComponents().deserializeClass(e(eVar))); + d0.e0.p.d.m0.p.a.addIfNotNull(arrayList, this.f2727c.getComponents().deserializeClass(e(eVar))); } } } @@ -976,7 +976,7 @@ public abstract class h extends j { d0.z.d.m.checkNotNullParameter(eVar, ModelAuditLogEntry.CHANGE_KEY_NAME); d0.z.d.m.checkNotNullParameter(bVar, "location"); if (i(eVar)) { - return this.f2726c.getComponents().deserializeClass(e(eVar)); + return this.f2727c.getComponents().deserializeClass(e(eVar)); } if (this.d.getTypeAliasNames().contains(eVar)) { return this.d.getTypeAliasByName(eVar); diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/e0/i.java b/app/src/main/java/d0/e0/p/d/m0/l/b/e0/i.java index a895d711f6..a03d8ae662 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/e0/i.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/e0/i.java @@ -92,7 +92,7 @@ public class i extends h { m.checkNotNullParameter(dVar, "kindFilter"); m.checkNotNullParameter(function1, "nameFilter"); Collection b = b(dVar, function1, d0.e0.p.d.m0.d.b.d.WHEN_GET_ALL_DESCRIPTORS); - Iterable fictitiousClassDescriptorFactories = this.f2726c.getComponents().getFictitiousClassDescriptorFactories(); + Iterable fictitiousClassDescriptorFactories = this.f2727c.getComponents().getFictitiousClassDescriptorFactories(); ArrayList arrayList = new ArrayList(); for (d0.e0.p.d.m0.c.h1.b bVar : fictitiousClassDescriptorFactories) { d0.t.r.addAll(arrayList, bVar.getAllContributedClassesIfPossible(this.h)); @@ -113,7 +113,7 @@ public class i extends h { if (getClassNames$deserialization().contains(eVar)) { return true; } - Iterable fictitiousClassDescriptorFactories = this.f2726c.getComponents().getFictitiousClassDescriptorFactories(); + Iterable fictitiousClassDescriptorFactories = this.f2727c.getComponents().getFictitiousClassDescriptorFactories(); if (!(fictitiousClassDescriptorFactories instanceof Collection) || !((Collection) fictitiousClassDescriptorFactories).isEmpty()) { Iterator it = fictitiousClassDescriptorFactories.iterator(); while (true) { @@ -134,6 +134,6 @@ public class i extends h { public void recordLookup(e eVar, d0.e0.p.d.m0.d.b.b bVar) { m.checkNotNullParameter(eVar, ModelAuditLogEntry.CHANGE_KEY_NAME); m.checkNotNullParameter(bVar, "location"); - d0.e0.p.d.m0.d.a.record(this.f2726c.getComponents().getLookupTracker(), bVar, this.g, eVar); + d0.e0.p.d.m0.d.a.record(this.f2727c.getComponents().getLookupTracker(), bVar, this.g, eVar); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/e0/l.java b/app/src/main/java/d0/e0/p/d/m0/l/b/e0/l.java index 8e76deceea..c062d6ed11 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/e0/l.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/e0/l.java @@ -32,20 +32,20 @@ public final class l extends e implements g { public final c r; /* renamed from: s reason: collision with root package name */ - public final d0.e0.p.d.m0.f.z.g f2729s; + public final d0.e0.p.d.m0.f.z.g f2730s; public final i t; public final f u; public Collection v; public j0 w; /* renamed from: x reason: collision with root package name */ - public j0 f2730x; + public j0 f2731x; /* renamed from: y reason: collision with root package name */ - public List f2731y; + public List f2732y; /* renamed from: z reason: collision with root package name */ - public j0 f2732z; + public j0 f2733z; /* JADX WARNING: Illegal instructions before constructor call */ public l(o oVar, m mVar, d0.e0.p.d.m0.c.g1.g gVar, d0.e0.p.d.m0.g.e eVar, u uVar, r rVar, c cVar, d0.e0.p.d.m0.f.z.g gVar2, i iVar, f fVar) { @@ -64,7 +64,7 @@ public final class l extends e implements g { this.p = oVar; this.q = rVar; this.r = cVar; - this.f2729s = gVar2; + this.f2730s = gVar2; this.t = iVar; this.u = fVar; } @@ -92,7 +92,7 @@ public final class l extends e implements g { @Override // d0.e0.p.d.m0.c.h public j0 getDefaultType() { - j0 j0Var = this.f2732z; + j0 j0Var = this.f2733z; if (j0Var != null) { return j0Var; } @@ -102,7 +102,7 @@ public final class l extends e implements g { @Override // d0.e0.p.d.m0.c.y0 public j0 getExpandedType() { - j0 j0Var = this.f2730x; + j0 j0Var = this.f2731x; if (j0Var != null) { return j0Var; } @@ -122,7 +122,7 @@ public final class l extends e implements g { @Override // d0.e0.p.d.m0.l.b.e0.g public d0.e0.p.d.m0.f.z.g getTypeTable() { - return this.f2729s; + return this.f2730s; } @Override // d0.e0.p.d.m0.c.y0 @@ -152,8 +152,8 @@ public final class l extends e implements g { d0.z.d.m.checkNotNullParameter(aVar, "isExperimentalCoroutineInReleaseEnvironment"); initialize(list); this.w = j0Var; - this.f2730x = j0Var2; - this.f2731y = a1.computeConstructorTypeParameters(this); + this.f2731x = j0Var2; + this.f2732y = a1.computeConstructorTypeParameters(this); d0.e0.p.d.m0.c.e classDescriptor = getClassDescriptor(); d0.e0.p.d.m0.k.a0.i unsubstitutedMemberScope = classDescriptor == null ? null : classDescriptor.getUnsubstitutedMemberScope(); if (unsubstitutedMemberScope == null) { @@ -161,7 +161,7 @@ public final class l extends e implements g { } j0 makeUnsubstitutedType = e1.makeUnsubstitutedType(this, unsubstitutedMemberScope, new d(this)); d0.z.d.m.checkNotNullExpressionValue(makeUnsubstitutedType, "@OptIn(TypeRefinement::class)\n protected fun computeDefaultType(): SimpleType =\n TypeUtils.makeUnsubstitutedType(this, classDescriptor?.unsubstitutedMemberScope ?: MemberScope.Empty) { kotlinTypeRefiner ->\n kotlinTypeRefiner.refineDescriptor(this)?.defaultType\n }"); - this.f2732z = makeUnsubstitutedType; + this.f2733z = makeUnsubstitutedType; this.v = getTypeAliasConstructors(); this.A = aVar; } diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/e0/m.java b/app/src/main/java/d0/e0/p/d/m0/l/b/e0/m.java index 3b56aab7c6..591ef183d0 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/e0/m.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/e0/m.java @@ -21,7 +21,7 @@ import kotlin.jvm.functions.Function0; public final class m extends b { /* renamed from: s reason: collision with root package name */ - public final l f2733s; + public final l f2734s; public final s t; public final a u; @@ -54,13 +54,13 @@ public final class m extends b { z zVar = z.a; s.c variance = sVar.getVariance(); d0.z.d.m.checkNotNullExpressionValue(variance, "proto.variance"); - this.f2733s = lVar; + this.f2734s = lVar; this.t = sVar; this.u = new a(lVar.getStorageManager(), new a(this)); } public static final /* synthetic */ l access$getC$p(m mVar) { - return mVar.f2733s; + return mVar.f2734s; } @Override // d0.e0.p.d.m0.c.i1.f @@ -71,11 +71,11 @@ public final class m extends b { @Override // d0.e0.p.d.m0.c.i1.f public List d() { - List upperBounds = f.upperBounds(this.t, this.f2733s.getTypeTable()); + List upperBounds = f.upperBounds(this.t, this.f2734s.getTypeTable()); if (upperBounds.isEmpty()) { return d0.t.m.listOf(d0.e0.p.d.m0.k.x.a.getBuiltIns(this).getDefaultBound()); } - d0.e0.p.d.m0.l.b.c0 typeDeserializer = this.f2733s.getTypeDeserializer(); + d0.e0.p.d.m0.l.b.c0 typeDeserializer = this.f2734s.getTypeDeserializer(); ArrayList arrayList = new ArrayList(d0.t.o.collectionSizeOrDefault(upperBounds, 10)); for (q qVar : upperBounds) { arrayList.add(typeDeserializer.type(qVar)); diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/f.java b/app/src/main/java/d0/e0/p/d/m0/l/b/f.java index e19d053949..0cacab6a66 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/f.java @@ -10,7 +10,7 @@ public final class f { public final d0.e0.p.d.m0.f.c b; /* renamed from: c reason: collision with root package name */ - public final a f2734c; + public final a f2735c; public final u0 d; public f(c cVar, d0.e0.p.d.m0.f.c cVar2, a aVar, u0 u0Var) { @@ -20,7 +20,7 @@ public final class f { m.checkNotNullParameter(u0Var, "sourceElement"); this.a = cVar; this.b = cVar2; - this.f2734c = aVar; + this.f2735c = aVar; this.d = u0Var; } @@ -33,7 +33,7 @@ public final class f { } public final a component3() { - return this.f2734c; + return this.f2735c; } public final u0 component4() { @@ -48,12 +48,12 @@ public final class f { return false; } f fVar = (f) obj; - return m.areEqual(this.a, fVar.a) && m.areEqual(this.b, fVar.b) && m.areEqual(this.f2734c, fVar.f2734c) && m.areEqual(this.d, fVar.d); + return m.areEqual(this.a, fVar.a) && m.areEqual(this.b, fVar.b) && m.areEqual(this.f2735c, fVar.f2735c) && m.areEqual(this.d, fVar.d); } public int hashCode() { int hashCode = this.b.hashCode(); - int hashCode2 = this.f2734c.hashCode(); + int hashCode2 = this.f2735c.hashCode(); return this.d.hashCode() + ((hashCode2 + ((hashCode + (this.a.hashCode() * 31)) * 31)) * 31); } @@ -63,7 +63,7 @@ public final class f { P.append(", classProto="); P.append(this.b); P.append(", metadataVersion="); - P.append(this.f2734c); + P.append(this.f2735c); P.append(", sourceElement="); P.append(this.d); P.append(')'); diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/h.java b/app/src/main/java/d0/e0/p/d/m0/l/b/h.java index 58881744dc..9d9ab9bcb8 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/h.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/h.java @@ -25,7 +25,7 @@ public final class h { public static final Set b = m0.setOf(d0.e0.p.d.m0.g.a.topLevel(k.a.d.toSafe())); /* renamed from: c reason: collision with root package name */ - public final j f2735c; + public final j f2736c; public final Function1 d; /* compiled from: ClassDeserializer.kt */ @@ -84,7 +84,7 @@ public final class h { public h(j jVar) { m.checkNotNullParameter(jVar, "components"); - this.f2735c = jVar; + this.f2736c = jVar; this.d = jVar.getStorageManager().createMemoizedFunctionWithNullableValues(new c(this)); } @@ -95,7 +95,7 @@ public final class h { boolean z2; Objects.requireNonNull(hVar); d0.e0.p.d.m0.g.a classId = aVar.getClassId(); - for (d0.e0.p.d.m0.c.h1.b bVar : hVar.f2735c.getFictitiousClassDescriptorFactories()) { + for (d0.e0.p.d.m0.c.h1.b bVar : hVar.f2736c.getFictitiousClassDescriptorFactories()) { e createClass = bVar.createClass(classId); if (createClass != null) { return createClass; @@ -105,7 +105,7 @@ public final class h { return null; } f classData = aVar.getClassData(); - if (classData == null && (classData = hVar.f2735c.getClassDataFinder().findClassData(classId)) == null) { + if (classData == null && (classData = hVar.f2736c.getClassDataFinder().findClassData(classId)) == null) { return null; } d0.e0.p.d.m0.f.z.c component1 = classData.component1(); @@ -126,7 +126,7 @@ public final class h { } lVar = dVar.getC(); } else { - f0 packageFragmentProvider = hVar.f2735c.getPackageFragmentProvider(); + f0 packageFragmentProvider = hVar.f2736c.getPackageFragmentProvider(); d0.e0.p.d.m0.g.b packageFqName = classId.getPackageFqName(); m.checkNotNullExpressionValue(packageFqName, "classId.packageFqName"); Iterator it = h0.packageFragments(packageFragmentProvider, packageFqName).iterator(); @@ -157,7 +157,7 @@ public final class h { if (e0Var2 == null) { return null; } - j jVar = hVar.f2735c; + j jVar = hVar.f2736c; t typeTable = component2.getTypeTable(); m.checkNotNullExpressionValue(typeTable, "classProto.typeTable"); g gVar = new g(typeTable); diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/j.java b/app/src/main/java/d0/e0/p/d/m0/l/b/j.java index a4dba7b9f3..0a03dca68f 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/j.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/j.java @@ -24,7 +24,7 @@ public final class j { public final c0 b; /* renamed from: c reason: collision with root package name */ - public final k f2736c; + public final k f2737c; public final g d; public final c> e; public final f0 f; @@ -42,7 +42,7 @@ public final class j { public final d0.e0.p.d.m0.k.z.a r; /* renamed from: s reason: collision with root package name */ - public final d0.e0.p.d.m0.c.h1.e f2737s; + public final d0.e0.p.d.m0.c.h1.e f2738s; public final h t; /* JADX DEBUG: Multi-variable search result rejected for r21v0, resolved type: d0.e0.p.d.m0.l.b.c> */ @@ -70,7 +70,7 @@ public final class j { m.checkNotNullParameter(eVar2, "platformDependentTypeTransformer"); this.a = oVar; this.b = c0Var; - this.f2736c = kVar; + this.f2737c = kVar; this.d = gVar; this.e = cVar; this.f = f0Var; @@ -86,7 +86,7 @@ public final class j { this.p = eVar; this.q = lVar; this.r = aVar2; - this.f2737s = eVar2; + this.f2738s = eVar2; this.t = new h(this); } @@ -126,7 +126,7 @@ public final class j { } public final k getConfiguration() { - return this.f2736c; + return this.f2737c; } public final i getContractDeserializer() { @@ -178,7 +178,7 @@ public final class j { } public final d0.e0.p.d.m0.c.h1.e getPlatformDependentTypeTransformer() { - return this.f2737s; + return this.f2738s; } public final o getStorageManager() { diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/l.java b/app/src/main/java/d0/e0/p/d/m0/l/b/l.java index 1387bdec65..c828dd3ea1 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/l.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/l.java @@ -16,7 +16,7 @@ public final class l { public final c b; /* renamed from: c reason: collision with root package name */ - public final m f2738c; + public final m f2739c; public final g d; public final i e; public final a f; @@ -35,7 +35,7 @@ public final class l { d0.z.d.m.checkNotNullParameter(list, "typeParameters"); this.a = jVar; this.b = cVar; - this.f2738c = mVar; + this.f2739c = mVar; this.d = gVar; this.e = iVar; this.f = aVar; @@ -87,7 +87,7 @@ public final class l { } public final m getContainingDeclaration() { - return this.f2738c; + return this.f2739c; } public final u getMemberDeserializer() { diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/o.java b/app/src/main/java/d0/e0/p/d/m0/l/b/o.java index 56430345f4..c749652783 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/o.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/o.java @@ -21,7 +21,7 @@ public abstract class o extends n { public final x r; /* renamed from: s reason: collision with root package name */ - public m f2739s; + public m f2740s; public i t; /* compiled from: DeserializedPackageFragmentImpl.kt */ @@ -93,7 +93,7 @@ public abstract class o extends n { d dVar = new d(strings, qualifiedNames); this.q = dVar; this.r = new x(mVar, dVar, aVar, new a(this)); - this.f2739s = mVar; + this.f2740s = mVar; } public static final /* synthetic */ f access$getContainerSource$p(o oVar) { @@ -117,9 +117,9 @@ public abstract class o extends n { public void initialize(j jVar) { d0.z.d.m.checkNotNullParameter(jVar, "components"); - m mVar = this.f2739s; + m mVar = this.f2740s; if (mVar != null) { - this.f2739s = null; + this.f2740s = null; l lVar = mVar.getPackage(); d0.z.d.m.checkNotNullExpressionValue(lVar, "proto.`package`"); this.t = new d0.e0.p.d.m0.l.b.e0.i(this, lVar, this.q, this.o, this.p, jVar, new b(this)); diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/r.java b/app/src/main/java/d0/e0/p/d/m0/l/b/r.java index 3827d866eb..abbf80c032 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/r.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/r.java @@ -8,7 +8,7 @@ public final class r { public final T b; /* renamed from: c reason: collision with root package name */ - public final String f2740c; + public final String f2741c; public final a d; public r(T t, T t2, String str, a aVar) { @@ -16,7 +16,7 @@ public final class r { m.checkNotNullParameter(aVar, "classId"); this.a = t; this.b = t2; - this.f2740c = str; + this.f2741c = str; this.d = aVar; } @@ -28,7 +28,7 @@ public final class r { return false; } r rVar = (r) obj; - return m.areEqual(this.a, rVar.a) && m.areEqual(this.b, rVar.b) && m.areEqual(this.f2740c, rVar.f2740c) && m.areEqual(this.d, rVar.d); + return m.areEqual(this.a, rVar.a) && m.areEqual(this.b, rVar.b) && m.areEqual(this.f2741c, rVar.f2741c) && m.areEqual(this.d, rVar.d); } public int hashCode() { @@ -39,7 +39,7 @@ public final class r { if (t2 != null) { i = t2.hashCode(); } - return this.d.hashCode() + c.d.b.a.a.m(this.f2740c, (hashCode + i) * 31, 31); + return this.d.hashCode() + c.d.b.a.a.m(this.f2741c, (hashCode + i) * 31, 31); } public String toString() { @@ -48,7 +48,7 @@ public final class r { P.append(", expectedVersion="); P.append((Object) this.b); P.append(", filePath="); - P.append(this.f2740c); + P.append(this.f2741c); P.append(", classId="); P.append(this.d); P.append(')'); diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/u.java b/app/src/main/java/d0/e0/p/d/m0/l/b/u.java index b64fb05ab9..da36296aec 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/u.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/u.java @@ -426,7 +426,7 @@ public final class u { u memberDeserializer = l.childContext$default(this.a, cVar2, d0.t.n.emptyList(), null, null, null, null, 60, null).getMemberDeserializer(); List valueParameterList = dVar.getValueParameterList(); m.checkNotNullExpressionValue(valueParameterList, "proto.valueParameterList"); - cVar2.initialize(memberDeserializer.h(valueParameterList, dVar, bVar), a0.descriptorVisibility(z.a, d0.e0.p.d.m0.f.z.b.f2672c.get(dVar.getFlags()))); + cVar2.initialize(memberDeserializer.h(valueParameterList, dVar, bVar), a0.descriptorVisibility(z.a, d0.e0.p.d.m0.f.z.b.f2673c.get(dVar.getFlags()))); cVar2.setReturnType(eVar.getDefaultType()); boolean z3 = true; cVar2.setHasStableParameterNames(!d0.e0.p.d.m0.f.z.b.m.get(dVar.getFlags()).booleanValue()); @@ -487,7 +487,7 @@ public final class u { List h = memberDeserializer.h(valueParameterList, iVar, bVar); c0 type2 = childContext$default.getTypeDeserializer().type(f.returnType(iVar, this.a.getTypeTable())); z modality = zVar.modality(d0.e0.p.d.m0.f.z.b.d.get(i)); - d0.e0.p.d.m0.c.u descriptorVisibility = a0.descriptorVisibility(zVar, d0.e0.p.d.m0.f.z.b.f2672c.get(i)); + d0.e0.p.d.m0.c.u descriptorVisibility = a0.descriptorVisibility(zVar, d0.e0.p.d.m0.f.z.b.f2673c.get(i)); Map, ?> emptyMap = h0.emptyMap(); b.C0258b bVar2 = d0.e0.p.d.m0.f.z.b.t; kVar.initialize(createExtensionReceiverParameterForCallable, f, ownTypeParameters, h, type2, modality, descriptorVisibility, emptyMap, c(kVar, createExtensionReceiverParameterForCallable, h, ownTypeParameters, type2, c.d.b.a.a.r0(bVar2, i, "IS_SUSPEND.get(flags)"))); @@ -497,7 +497,7 @@ public final class u { Boolean bool2 = d0.e0.p.d.m0.f.z.b.p.get(i); m.checkNotNullExpressionValue(bool2, "IS_INFIX.get(flags)"); kVar.setInfix(bool2.booleanValue()); - Boolean bool3 = d0.e0.p.d.m0.f.z.b.f2673s.get(i); + Boolean bool3 = d0.e0.p.d.m0.f.z.b.f2674s.get(i); m.checkNotNullExpressionValue(bool3, "IS_EXTERNAL_FUNCTION.get(flags)"); kVar.setExternal(bool3.booleanValue()); Boolean bool4 = d0.e0.p.d.m0.f.z.b.q.get(i); @@ -545,13 +545,13 @@ public final class u { z zVar2 = z.a; b.d dVar = d0.e0.p.d.m0.f.z.b.d; z modality = zVar2.modality(dVar.get(i)); - b.d dVar2 = d0.e0.p.d.m0.f.z.b.f2672c; - j jVar2 = new j(containingDeclaration, null, e2, modality, a0.descriptorVisibility(zVar2, dVar2.get(i)), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.w, i, "IS_VAR.get(flags)"), w.getName(this.a.getNameResolver(), nVar.getName()), a0.memberKind(zVar2, d0.e0.p.d.m0.f.z.b.n.get(i)), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.A, i, "IS_LATEINIT.get(flags)"), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.f2676z, i, "IS_CONST.get(flags)"), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.C, i, "IS_EXTERNAL_PROPERTY.get(flags)"), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.D, i, "IS_DELEGATED.get(flags)"), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.E, i, "IS_EXPECT_PROPERTY.get(flags)"), nVar, this.a.getNameResolver(), this.a.getTypeTable(), this.a.getVersionRequirementTable(), this.a.getContainerSource()); + b.d dVar2 = d0.e0.p.d.m0.f.z.b.f2673c; + j jVar2 = new j(containingDeclaration, null, e2, modality, a0.descriptorVisibility(zVar2, dVar2.get(i)), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.w, i, "IS_VAR.get(flags)"), w.getName(this.a.getNameResolver(), nVar.getName()), a0.memberKind(zVar2, d0.e0.p.d.m0.f.z.b.n.get(i)), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.A, i, "IS_LATEINIT.get(flags)"), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.f2677z, i, "IS_CONST.get(flags)"), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.C, i, "IS_EXTERNAL_PROPERTY.get(flags)"), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.D, i, "IS_DELEGATED.get(flags)"), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.E, i, "IS_EXPECT_PROPERTY.get(flags)"), nVar, this.a.getNameResolver(), this.a.getTypeTable(), this.a.getVersionRequirementTable(), this.a.getContainerSource()); l lVar = this.a; List typeParameterList = nVar.getTypeParameterList(); m.checkNotNullExpressionValue(typeParameterList, "proto.typeParameterList"); l childContext$default = l.childContext$default(lVar, jVar2, typeParameterList, null, null, null, null, 60, null); - boolean r0 = c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.f2674x, i, "HAS_GETTER.get(flags)"); + boolean r0 = c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.f2675x, i, "HAS_GETTER.get(flags)"); if (!r0 || !f.hasReceiver(nVar)) { nVar2 = nVar; bVar = bVar2; @@ -594,7 +594,7 @@ public final class u { zVar = zVar2; d0Var = null; } - if (c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.f2675y, i, "HAS_SETTER.get(flags)")) { + if (c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.f2676y, i, "HAS_SETTER.get(flags)")) { if (nVar.hasSetterFlags()) { accessorFlags = nVar.getSetterFlags(); } @@ -633,7 +633,7 @@ public final class u { m.checkNotNullExpressionValue(bVar, "it"); arrayList.add(eVar.deserializeAnnotation(bVar, this.a.getNameResolver())); } - l lVar = new l(this.a.getStorageManager(), this.a.getContainingDeclaration(), aVar.create(arrayList), w.getName(this.a.getNameResolver(), rVar.getName()), a0.descriptorVisibility(z.a, d0.e0.p.d.m0.f.z.b.f2672c.get(rVar.getFlags())), rVar, this.a.getNameResolver(), this.a.getTypeTable(), this.a.getVersionRequirementTable(), this.a.getContainerSource()); + l lVar = new l(this.a.getStorageManager(), this.a.getContainingDeclaration(), aVar.create(arrayList), w.getName(this.a.getNameResolver(), rVar.getName()), a0.descriptorVisibility(z.a, d0.e0.p.d.m0.f.z.b.f2673c.get(rVar.getFlags())), rVar, this.a.getNameResolver(), this.a.getTypeTable(), this.a.getVersionRequirementTable(), this.a.getContainerSource()); l lVar2 = this.a; List typeParameterList = rVar.getTypeParameterList(); m.checkNotNullExpressionValue(typeParameterList, "proto.typeParameterList"); diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/x.java b/app/src/main/java/d0/e0/p/d/m0/l/b/x.java index 21427261fb..39e538e0aa 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/x.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/x.java @@ -18,7 +18,7 @@ public final class x implements g { public final a b; /* renamed from: c reason: collision with root package name */ - public final Function1 f2741c; + public final Function1 f2742c; public final Map d; /* JADX DEBUG: Multi-variable search result rejected for r5v0, resolved type: kotlin.jvm.functions.Function1 */ @@ -30,7 +30,7 @@ public final class x implements g { d0.z.d.m.checkNotNullParameter(function1, "classSource"); this.a = cVar; this.b = aVar; - this.f2741c = function1; + this.f2742c = function1; List class_List = mVar.getClass_List(); d0.z.d.m.checkNotNullExpressionValue(class_List, "proto.class_List"); LinkedHashMap linkedHashMap = new LinkedHashMap(f.coerceAtLeast(g0.mapCapacity(o.collectionSizeOrDefault(class_List, 10)), 16)); @@ -47,7 +47,7 @@ public final class x implements g { if (cVar == null) { return null; } - return new f(this.a, cVar, this.b, this.f2741c.invoke(aVar)); + return new f(this.a, cVar, this.b, this.f2742c.invoke(aVar)); } public final Collection getAllClassIds() { diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/y.java b/app/src/main/java/d0/e0/p/d/m0/l/b/y.java index a76f4262ff..bc179b9e4d 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/y.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/y.java @@ -12,7 +12,7 @@ public abstract class y { public final g b; /* renamed from: c reason: collision with root package name */ - public final u0 f2742c; + public final u0 f2743c; /* compiled from: ProtoContainer.kt */ public static final class a extends y { @@ -88,7 +88,7 @@ public abstract class y { public y(d0.e0.p.d.m0.f.z.c cVar, g gVar, u0 u0Var, DefaultConstructorMarker defaultConstructorMarker) { this.a = cVar; this.b = gVar; - this.f2742c = u0Var; + this.f2743c = u0Var; } public abstract d0.e0.p.d.m0.g.b debugFqName(); @@ -98,7 +98,7 @@ public abstract class y { } public final u0 getSource() { - return this.f2742c; + return this.f2743c; } public final g getTypeTable() { diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/z.java b/app/src/main/java/d0/e0/p/d/m0/l/b/z.java index 28462cac3d..dd92f01eb0 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/z.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/z.java @@ -19,7 +19,7 @@ public final class z { public static final /* synthetic */ int[] b = {1, 2, 3, 4, 5, 6, 7}; /* renamed from: c reason: collision with root package name */ - public static final /* synthetic */ int[] f2743c = {1, 2, 3}; + public static final /* synthetic */ int[] f2744c = {1, 2, 3}; public static final /* synthetic */ int[] d = {1, 2, 3, 4}; static { diff --git a/app/src/main/java/d0/e0/p/d/m0/m/c.java b/app/src/main/java/d0/e0/p/d/m0/m/c.java index 7aeedbc7d9..ab20c125ee 100644 --- a/app/src/main/java/d0/e0/p/d/m0/m/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/m/c.java @@ -10,7 +10,7 @@ import kotlin.jvm.functions.Function1; public final class c extends d { /* renamed from: c reason: collision with root package name */ - public final Runnable f2744c; + public final Runnable f2745c; public final Function1 d; /* JADX INFO: this call moved to the top of the method (can break code semantics) */ @@ -28,7 +28,7 @@ public final class c extends d { m.checkNotNullParameter(lock, "lock"); m.checkNotNullParameter(runnable, "checkCancelled"); m.checkNotNullParameter(function1, "interruptedExceptionHandler"); - this.f2744c = runnable; + this.f2745c = runnable; this.d = function1; } @@ -36,7 +36,7 @@ public final class c extends d { public void lock() { while (!this.b.tryLock(50, TimeUnit.MILLISECONDS)) { try { - this.f2744c.run(); + this.f2745c.run(); } catch (InterruptedException e) { this.d.invoke(e); return; diff --git a/app/src/main/java/d0/e0/p/d/m0/m/f.java b/app/src/main/java/d0/e0/p/d/m0/m/f.java index 07ff2ab7d4..c06d793971 100644 --- a/app/src/main/java/d0/e0/p/d/m0/m/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/m/f.java @@ -16,7 +16,7 @@ public class f implements o { public static final o b = new a("NO_LOCKS", AbstractC0281f.a, e.b); /* renamed from: c reason: collision with root package name */ - public final l f2745c; + public final l f2746c; public final AbstractC0281f d; public final String e; @@ -337,7 +337,7 @@ public class f implements o { if (!(obj instanceof n)) { return (T) WrappedValues.unescapeThrowable(obj); } - this.i.f2745c.lock(); + this.i.f2746c.lock(); try { Object obj2 = this.k; if (!(obj2 instanceof n)) { @@ -374,7 +374,7 @@ public class f implements o { } return t; } finally { - this.i.f2745c.unlock(); + this.i.f2746c.unlock(); } } @@ -609,7 +609,7 @@ public class f implements o { if (obj != null && obj != nVar2) { return (V) WrappedValues.unescapeExceptionOrNull(obj); } - this.i.f2745c.lock(); + this.i.f2746c.lock(); try { Object obj2 = this.j.get(k); if (obj2 == nVar2) { @@ -643,7 +643,7 @@ public class f implements o { V v2 = (V) this.k.invoke(k); Object put = this.j.put(k, WrappedValues.escapeNull(v2)); if (put == nVar2) { - this.i.f2745c.unlock(); + this.i.f2746c.unlock(); return v2; } throw b(k, put); @@ -662,7 +662,7 @@ public class f implements o { } } } finally { - this.i.f2745c.unlock(); + this.i.f2746c.unlock(); } } } @@ -773,7 +773,7 @@ public class f implements o { a(5); throw null; } else if (lVar != null) { - this.f2745c = lVar; + this.f2746c = lVar; this.d = fVar; this.e = str; } else { @@ -998,13 +998,13 @@ public class f implements o { @Override // d0.e0.p.d.m0.m.o public T compute(Function0 function0) { if (function0 != null) { - this.f2745c.lock(); + this.f2746c.lock(); try { T t = (T) function0.mo1invoke(); - this.f2745c.unlock(); + this.f2746c.unlock(); return t; } catch (Throwable th) { - this.f2745c.unlock(); + this.f2746c.unlock(); throw th; } } else { diff --git a/app/src/main/java/d0/e0/p/d/m0/n/a0.java b/app/src/main/java/d0/e0/p/d/m0/n/a0.java index 21e399bef9..316c4c9cfd 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/a0.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/a0.java @@ -19,7 +19,7 @@ public final class a0 implements u0, g { public final LinkedHashSet b; /* renamed from: c reason: collision with root package name */ - public final int f2746c; + public final int f2747c; /* compiled from: IntersectionTypeConstructor.kt */ public static final class a extends o implements Function1 { @@ -42,7 +42,7 @@ public final class a0 implements u0, g { collection.isEmpty(); LinkedHashSet linkedHashSet = new LinkedHashSet<>(collection); this.b = linkedHashSet; - this.f2746c = linkedHashSet.hashCode(); + this.f2747c = linkedHashSet.hashCode(); } public final i createScopeForKotlinType() { @@ -91,7 +91,7 @@ public final class a0 implements u0, g { } public int hashCode() { - return this.f2746c; + return this.f2747c; } @Override // d0.e0.p.d.m0.n.u0 diff --git a/app/src/main/java/d0/e0/p/d/m0/n/e1.java b/app/src/main/java/d0/e0/p/d/m0/n/e1.java index 74a15c6dd4..7cc7323a87 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/e1.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/e1.java @@ -17,7 +17,7 @@ public class e1 { public static final j0 b = t.createErrorType("Cannot be inferred"); /* renamed from: c reason: collision with root package name */ - public static final j0 f2747c = new a("NO_EXPECTED_TYPE"); + public static final j0 f2748c = new a("NO_EXPECTED_TYPE"); public static final j0 d = new a("UNIT_EXPECTED_TYPE"); /* compiled from: TypeUtils */ @@ -836,7 +836,7 @@ public class e1 { public static boolean noExpectedType(c0 c0Var) { if (c0Var != null) { - return c0Var == f2747c || c0Var == d; + return c0Var == f2748c || c0Var == d; } a(0); throw null; diff --git a/app/src/main/java/d0/e0/p/d/m0/n/f.java b/app/src/main/java/d0/e0/p/d/m0/n/f.java index 97d1b22c95..b7e9a0e46e 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/f.java @@ -18,7 +18,7 @@ public abstract class f implements n { public boolean b; /* renamed from: c reason: collision with root package name */ - public ArrayDeque f2748c; + public ArrayDeque f2749c; public Set d; /* compiled from: AbstractTypeChecker.kt */ @@ -118,7 +118,7 @@ public abstract class f implements n { } public final void clear() { - ArrayDeque arrayDeque = this.f2748c; + ArrayDeque arrayDeque = this.f2749c; m.checkNotNull(arrayDeque); arrayDeque.clear(); Set set = this.d; @@ -152,7 +152,7 @@ public abstract class f implements n { } public final ArrayDeque getSupertypesDeque() { - return this.f2748c; + return this.f2749c; } public final Set getSupertypesSet() { @@ -165,8 +165,8 @@ public abstract class f implements n { public final void initialize() { this.b = true; - if (this.f2748c == null) { - this.f2748c = new ArrayDeque<>(4); + if (this.f2749c == null) { + this.f2749c = new ArrayDeque<>(4); } if (this.d == null) { this.d = d0.e0.p.d.m0.p.j.i.create(); diff --git a/app/src/main/java/d0/e0/p/d/m0/n/g.java b/app/src/main/java/d0/e0/p/d/m0/n/g.java index d32f8d5d30..afce5b5b52 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/g.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/g.java @@ -26,7 +26,7 @@ public abstract class g implements u0 { public final Lazy b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ g f2749c; + public final /* synthetic */ g f2750c; /* compiled from: AbstractTypeConstructor.kt */ /* renamed from: d0.e0.p.d.m0.n.g$a$a reason: collision with other inner class name */ @@ -52,7 +52,7 @@ public abstract class g implements u0 { public a(g gVar, d0.e0.p.d.m0.n.l1.g gVar2) { m.checkNotNullParameter(gVar, "this$0"); m.checkNotNullParameter(gVar2, "kotlinTypeRefiner"); - this.f2749c = gVar; + this.f2750c = gVar; this.a = gVar2; this.b = d0.g.lazy(i.PUBLICATION, new C0283a(this, gVar)); } @@ -62,24 +62,24 @@ public abstract class g implements u0 { } public boolean equals(Object obj) { - return this.f2749c.equals(obj); + return this.f2750c.equals(obj); } @Override // d0.e0.p.d.m0.n.u0 public d0.e0.p.d.m0.b.h getBuiltIns() { - d0.e0.p.d.m0.b.h builtIns = this.f2749c.getBuiltIns(); + d0.e0.p.d.m0.b.h builtIns = this.f2750c.getBuiltIns(); m.checkNotNullExpressionValue(builtIns, "this@AbstractTypeConstructor.builtIns"); return builtIns; } @Override // d0.e0.p.d.m0.n.u0 public d0.e0.p.d.m0.c.h getDeclarationDescriptor() { - return this.f2749c.getDeclarationDescriptor(); + return this.f2750c.getDeclarationDescriptor(); } @Override // d0.e0.p.d.m0.n.u0 public List getParameters() { - List parameters = this.f2749c.getParameters(); + List parameters = this.f2750c.getParameters(); m.checkNotNullExpressionValue(parameters, "this@AbstractTypeConstructor.parameters"); return parameters; } @@ -90,29 +90,29 @@ public abstract class g implements u0 { } public int hashCode() { - return this.f2749c.hashCode(); + return this.f2750c.hashCode(); } @Override // d0.e0.p.d.m0.n.u0 public boolean isDenotable() { - return this.f2749c.isDenotable(); + return this.f2750c.isDenotable(); } @Override // d0.e0.p.d.m0.n.u0 public u0 refine(d0.e0.p.d.m0.n.l1.g gVar) { m.checkNotNullParameter(gVar, "kotlinTypeRefiner"); - return this.f2749c.refine(gVar); + return this.f2750c.refine(gVar); } public String toString() { - return this.f2749c.toString(); + return this.f2750c.toString(); } } /* compiled from: AbstractTypeConstructor.kt */ public static final class b { public final Collection a; - public List b = d0.t.m.listOf(t.f2758c); + public List b = d0.t.m.listOf(t.f2759c); /* JADX DEBUG: Multi-variable search result rejected for r2v0, resolved type: java.util.Collection */ /* JADX WARN: Multi-variable type inference failed */ @@ -162,7 +162,7 @@ public abstract class g implements u0 { } public final b invoke(boolean z2) { - return new b(d0.t.m.listOf(t.f2758c)); + return new b(d0.t.m.listOf(t.f2759c)); } /* Return type fixed from 'java.lang.Object' to match base method */ diff --git a/app/src/main/java/d0/e0/p/d/m0/n/i.java b/app/src/main/java/d0/e0/p/d/m0/n/i.java index 998dc30a7d..6e1d8d3f23 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/i.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/i.java @@ -12,7 +12,7 @@ import java.util.List; public class i extends b implements u0 { /* renamed from: c reason: collision with root package name */ - public final e f2750c; + public final e f2751c; public final List d; public final Collection e; @@ -29,7 +29,7 @@ public class i extends b implements u0 { g(2); throw null; } else if (oVar != null) { - this.f2750c = eVar; + this.f2751c = eVar; this.d = Collections.unmodifiableList(new ArrayList(list)); this.e = Collections.unmodifiableCollection(collection); } else { @@ -99,7 +99,7 @@ public class i extends b implements u0 { @Override // d0.e0.p.d.m0.n.b, d0.e0.p.d.m0.n.g, d0.e0.p.d.m0.n.u0 public e getDeclarationDescriptor() { - e eVar = this.f2750c; + e eVar = this.f2751c; if (eVar != null) { return eVar; } @@ -123,6 +123,6 @@ public class i extends b implements u0 { } public String toString() { - return d0.e0.p.d.m0.k.e.getFqName(this.f2750c).asString(); + return d0.e0.p.d.m0.k.e.getFqName(this.f2751c).asString(); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/n/j0.java b/app/src/main/java/d0/e0/p/d/m0/n/j0.java index b9f4d65ec7..c4dbdd7473 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/j0.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/j0.java @@ -24,7 +24,7 @@ public abstract class j0 extends i1 implements i, j { StringBuilder sb = new StringBuilder(); Iterator it = getAnnotations().iterator(); while (it.hasNext()) { - q.append(sb, "[", d0.e0.p.d.m0.j.c.renderAnnotation$default(d0.e0.p.d.m0.j.c.f2693c, it.next(), null, 2, null), "] "); + q.append(sb, "[", d0.e0.p.d.m0.j.c.renderAnnotation$default(d0.e0.p.d.m0.j.c.f2694c, it.next(), null, 2, null), "] "); } sb.append(getConstructor()); if (!getArguments().isEmpty()) { diff --git a/app/src/main/java/d0/e0/p/d/m0/n/l1/c.java b/app/src/main/java/d0/e0/p/d/m0/n/l1/c.java index 6a6ba640a7..387e646dc7 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/l1/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/l1/c.java @@ -419,7 +419,7 @@ public interface c extends d1, p { m.checkNotNullParameter(cVar, "this"); m.checkNotNullParameter(lVar, "receiver"); if (lVar instanceof u0) { - return d0.e0.p.d.m0.b.h.isTypeConstructorForGivenClass((u0) lVar, k.a.f2511c); + return d0.e0.p.d.m0.b.h.isTypeConstructorForGivenClass((u0) lVar, k.a.f2512c); } throw new IllegalArgumentException(("ClassicTypeSystemContext couldn't handle: " + lVar + ", " + a0.getOrCreateKotlinClass(lVar.getClass())).toString()); } diff --git a/app/src/main/java/d0/e0/p/d/m0/n/l1/j.java b/app/src/main/java/d0/e0/p/d/m0/n/l1/j.java index 816268bd50..9de347735b 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/l1/j.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/l1/j.java @@ -22,7 +22,7 @@ public final class j implements d0.e0.p.d.m0.k.u.a.b { public Function0> b; /* renamed from: c reason: collision with root package name */ - public final j f2751c; + public final j f2752c; public final z0 d; public final Lazy e; @@ -130,7 +130,7 @@ public final class j implements d0.e0.p.d.m0.k.u.a.b { m.checkNotNullParameter(w0Var, "projection"); this.a = w0Var; this.b = function0; - this.f2751c = jVar; + this.f2752c = jVar; this.d = z0Var; this.e = g.lazy(i.PUBLICATION, new b(this)); } @@ -153,11 +153,11 @@ public final class j implements d0.e0.p.d.m0.k.u.a.b { } Objects.requireNonNull(obj, "null cannot be cast to non-null type org.jetbrains.kotlin.types.checker.NewCapturedTypeConstructor"); j jVar = (j) obj; - j jVar2 = this.f2751c; + j jVar2 = this.f2752c; if (jVar2 == null) { jVar2 = this; } - j jVar3 = jVar.f2751c; + j jVar3 = jVar.f2752c; if (jVar3 != null) { jVar = jVar3; } @@ -193,7 +193,7 @@ public final class j implements d0.e0.p.d.m0.k.u.a.b { } public int hashCode() { - j jVar = this.f2751c; + j jVar = this.f2752c; return jVar == null ? super.hashCode() : jVar.hashCode(); } @@ -214,7 +214,7 @@ public final class j implements d0.e0.p.d.m0.k.u.a.b { w0 refine = getProjection().refine(gVar); m.checkNotNullExpressionValue(refine, "projection.refine(kotlinTypeRefiner)"); d dVar = this.b == null ? null : new d(this, gVar); - j jVar = this.f2751c; + j jVar = this.f2752c; if (jVar == null) { jVar = this; } diff --git a/app/src/main/java/d0/e0/p/d/m0/n/l1/m.java b/app/src/main/java/d0/e0/p/d/m0/n/l1/m.java index f4a9350333..76ad792db5 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/l1/m.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/l1/m.java @@ -26,12 +26,12 @@ import kotlin.NoWhenBranchMatchedException; public final class m implements l { /* renamed from: c reason: collision with root package name */ - public final g f2752c; + public final g f2753c; public final k d; public m(g gVar) { d0.z.d.m.checkNotNullParameter(gVar, "kotlinTypeRefiner"); - this.f2752c = gVar; + this.f2753c = gVar; k createWithTypeRefiner = k.createWithTypeRefiner(getKotlinTypeRefiner()); d0.z.d.m.checkNotNullExpressionValue(createWithTypeRefiner, "createWithTypeRefiner(kotlinTypeRefiner)"); this.d = createWithTypeRefiner; @@ -53,7 +53,7 @@ public final class m implements l { @Override // d0.e0.p.d.m0.n.l1.l public g getKotlinTypeRefiner() { - return this.f2752c; + return this.f2753c; } @Override // d0.e0.p.d.m0.n.l1.l diff --git a/app/src/main/java/d0/e0/p/d/m0/n/p.java b/app/src/main/java/d0/e0/p/d/m0/n/p.java index 776b9485b3..163a484097 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/p.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/p.java @@ -9,7 +9,7 @@ public final class p extends z0 { public static final a b = new a(null); /* renamed from: c reason: collision with root package name */ - public final z0 f2753c; + public final z0 f2754c; public final z0 d; /* compiled from: DisjointKeysUnionTypeSubstitution.kt */ @@ -25,7 +25,7 @@ public final class p extends z0 { } public p(z0 z0Var, z0 z0Var2, DefaultConstructorMarker defaultConstructorMarker) { - this.f2753c = z0Var; + this.f2754c = z0Var; this.d = z0Var2; } @@ -35,24 +35,24 @@ public final class p extends z0 { @Override // d0.e0.p.d.m0.n.z0 public boolean approximateCapturedTypes() { - return this.f2753c.approximateCapturedTypes() || this.d.approximateCapturedTypes(); + return this.f2754c.approximateCapturedTypes() || this.d.approximateCapturedTypes(); } @Override // d0.e0.p.d.m0.n.z0 public boolean approximateContravariantCapturedTypes() { - return this.f2753c.approximateContravariantCapturedTypes() || this.d.approximateContravariantCapturedTypes(); + return this.f2754c.approximateContravariantCapturedTypes() || this.d.approximateContravariantCapturedTypes(); } @Override // d0.e0.p.d.m0.n.z0 public g filterAnnotations(g gVar) { m.checkNotNullParameter(gVar, "annotations"); - return this.d.filterAnnotations(this.f2753c.filterAnnotations(gVar)); + return this.d.filterAnnotations(this.f2754c.filterAnnotations(gVar)); } @Override // d0.e0.p.d.m0.n.z0 public w0 get(c0 c0Var) { m.checkNotNullParameter(c0Var, "key"); - w0 w0Var = this.f2753c.get(c0Var); + w0 w0Var = this.f2754c.get(c0Var); return w0Var == null ? this.d.get(c0Var) : w0Var; } @@ -65,6 +65,6 @@ public final class p extends z0 { public c0 prepareTopLevelType(c0 c0Var, j1 j1Var) { m.checkNotNullParameter(c0Var, "topLevelType"); m.checkNotNullParameter(j1Var, ModelAuditLogEntry.CHANGE_KEY_POSITION); - return this.d.prepareTopLevelType(this.f2753c.prepareTopLevelType(c0Var, j1Var), j1Var); + return this.d.prepareTopLevelType(this.f2754c.prepareTopLevelType(c0Var, j1Var), j1Var); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/n/p0.java b/app/src/main/java/d0/e0/p/d/m0/n/p0.java index d4ae5abeef..f8cdc6681e 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/p0.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/p0.java @@ -16,18 +16,18 @@ public final class p0 { public static final class a extends v0 { /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ List f2754c; + public final /* synthetic */ List f2755c; /* JADX DEBUG: Multi-variable search result rejected for r1v0, resolved type: java.util.List */ /* JADX WARN: Multi-variable type inference failed */ public a(List list) { - this.f2754c = list; + this.f2755c = list; } @Override // d0.e0.p.d.m0.n.v0 public w0 get(u0 u0Var) { m.checkNotNullParameter(u0Var, "key"); - if (!this.f2754c.contains(u0Var)) { + if (!this.f2755c.contains(u0Var)) { return null; } h declarationDescriptor = u0Var.getDeclarationDescriptor(); diff --git a/app/src/main/java/d0/e0/p/d/m0/n/p1/d.java b/app/src/main/java/d0/e0/p/d/m0/n/p1/d.java index 7a12220a90..980da10169 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/p1/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/p1/d.java @@ -10,7 +10,7 @@ public final class d { public final c0 b; /* renamed from: c reason: collision with root package name */ - public final c0 f2755c; + public final c0 f2756c; public d(z0 z0Var, c0 c0Var, c0 c0Var2) { m.checkNotNullParameter(z0Var, "typeParameter"); @@ -18,7 +18,7 @@ public final class d { m.checkNotNullParameter(c0Var2, "outProjection"); this.a = z0Var; this.b = c0Var; - this.f2755c = c0Var2; + this.f2756c = c0Var2; } public final c0 getInProjection() { @@ -26,7 +26,7 @@ public final class d { } public final c0 getOutProjection() { - return this.f2755c; + return this.f2756c; } public final z0 getTypeParameter() { @@ -34,6 +34,6 @@ public final class d { } public final boolean isConsistent() { - return f.a.isSubtypeOf(this.b, this.f2755c); + return f.a.isSubtypeOf(this.b, this.f2756c); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/n/q0.java b/app/src/main/java/d0/e0/p/d/m0/n/q0.java index c9341a2777..3382720fcd 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/q0.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/q0.java @@ -24,7 +24,7 @@ public final class q0 { public final s0 b; /* renamed from: c reason: collision with root package name */ - public final boolean f2756c; + public final boolean f2757c; /* compiled from: TypeAliasExpander.kt */ public static final class a { @@ -61,7 +61,7 @@ public final class q0 { public q0(s0 s0Var, boolean z2) { m.checkNotNullParameter(s0Var, "reportStrategy"); this.b = s0Var; - this.f2756c = z2; + this.f2757c = z2; } public final void a(g gVar, g gVar2) { @@ -176,7 +176,7 @@ public final class q0 { if (!d0.e0.p.d.m0.n.o1.a.containsTypeAliasParameters(type2)) { w0 w0Var4 = asSimpleType.getArguments().get(i2); z0 z0Var2 = asSimpleType.getConstructor().getParameters().get(i2); - if (this.f2756c) { + if (this.f2757c) { a aVar = a; s0 s0Var = this.b; c0 type3 = w0Var4.getType(); diff --git a/app/src/main/java/d0/e0/p/d/m0/n/r0.java b/app/src/main/java/d0/e0/p/d/m0/n/r0.java index 2b647d6e63..fd6a402e5e 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/r0.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/r0.java @@ -17,7 +17,7 @@ public final class r0 { public final r0 b; /* renamed from: c reason: collision with root package name */ - public final y0 f2757c; + public final y0 f2758c; public final List d; public final Map e; @@ -41,7 +41,7 @@ public final class r0 { public r0(r0 r0Var, y0 y0Var, List list, Map map, DefaultConstructorMarker defaultConstructorMarker) { this.b = r0Var; - this.f2757c = y0Var; + this.f2758c = y0Var; this.d = list; this.e = map; } @@ -51,7 +51,7 @@ public final class r0 { } public final y0 getDescriptor() { - return this.f2757c; + return this.f2758c; } public final w0 getReplacement(u0 u0Var) { @@ -65,7 +65,7 @@ public final class r0 { public final boolean isRecursion(y0 y0Var) { m.checkNotNullParameter(y0Var, "descriptor"); - if (!m.areEqual(this.f2757c, y0Var)) { + if (!m.areEqual(this.f2758c, y0Var)) { r0 r0Var = this.b; if (!(r0Var == null ? false : r0Var.isRecursion(y0Var))) { return false; diff --git a/app/src/main/java/d0/e0/p/d/m0/n/t.java b/app/src/main/java/d0/e0/p/d/m0/n/t.java index 153d574160..031c5dc6d8 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/t.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/t.java @@ -28,7 +28,7 @@ public class t { public static final c b; /* renamed from: c reason: collision with root package name */ - public static final j0 f2758c = createErrorType(""); + public static final j0 f2759c = createErrorType(""); public static final c0 d; public static final n0 e; public static final Set f; diff --git a/app/src/main/java/d0/e0/p/d/m0/n/v.java b/app/src/main/java/d0/e0/p/d/m0/n/v.java index 710258820d..52dc3d0322 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/v.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/v.java @@ -59,6 +59,6 @@ public abstract class v extends i1 implements f { public abstract String render(c cVar, h hVar); public String toString() { - return c.f2693c.renderType(this); + return c.f2694c.renderType(this); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/n/v0.java b/app/src/main/java/d0/e0/p/d/m0/n/v0.java index 0007bdbd73..afa095af16 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/v0.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/v0.java @@ -21,13 +21,13 @@ public abstract class v0 extends z0 { public static final class C0289a extends v0 { /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ Map f2759c; + public final /* synthetic */ Map f2760c; public final /* synthetic */ boolean d; /* JADX DEBUG: Multi-variable search result rejected for r1v0, resolved type: java.util.Map */ /* JADX WARN: Multi-variable type inference failed */ public C0289a(Map map, boolean z2) { - this.f2759c = map; + this.f2760c = map; this.d = z2; } @@ -39,12 +39,12 @@ public abstract class v0 extends z0 { @Override // d0.e0.p.d.m0.n.v0 public w0 get(u0 u0Var) { m.checkNotNullParameter(u0Var, "key"); - return this.f2759c.get(u0Var); + return this.f2760c.get(u0Var); } @Override // d0.e0.p.d.m0.n.z0 public boolean isEmpty() { - return this.f2759c.isEmpty(); + return this.f2760c.isEmpty(); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/n/z.java b/app/src/main/java/d0/e0/p/d/m0/n/z.java index e2293e80c6..796c9d3f2b 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/z.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/z.java @@ -11,7 +11,7 @@ public final class z extends z0 { public final z0[] b; /* renamed from: c reason: collision with root package name */ - public final w0[] f2760c; + public final w0[] f2761c; public final boolean d; /* JADX WARNING: Illegal instructions before constructor call */ @@ -30,7 +30,7 @@ public final class z extends z0 { m.checkNotNullParameter(z0VarArr, "parameters"); m.checkNotNullParameter(w0VarArr, "arguments"); this.b = z0VarArr; - this.f2760c = w0VarArr; + this.f2761c = w0VarArr; this.d = z2; int length = z0VarArr.length; int length2 = w0VarArr.length; @@ -59,11 +59,11 @@ public final class z extends z0 { if (index >= z0VarArr.length || !m.areEqual(z0VarArr[index].getTypeConstructor(), z0Var.getTypeConstructor())) { return null; } - return this.f2760c[index]; + return this.f2761c[index]; } public final w0[] getArguments() { - return this.f2760c; + return this.f2761c; } public final z0[] getParameters() { @@ -72,6 +72,6 @@ public final class z extends z0 { @Override // d0.e0.p.d.m0.n.z0 public boolean isEmpty() { - return this.f2760c.length == 0; + return this.f2761c.length == 0; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/o/d.java b/app/src/main/java/d0/e0/p/d/m0/o/d.java index 17e32407dc..3eeb6ec5e4 100644 --- a/app/src/main/java/d0/e0/p/d/m0/o/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/o/d.java @@ -16,7 +16,7 @@ public final class d { public final Regex b; /* renamed from: c reason: collision with root package name */ - public final Collection f2761c; + public final Collection f2762c; public final Function1 d; public final b[] e; @@ -67,7 +67,7 @@ public final class d { public d(e eVar, Regex regex, Collection collection, Function1 function1, b... bVarArr) { this.a = null; this.b = regex; - this.f2761c = collection; + this.f2762c = collection; this.d = function1; this.e = bVarArr; } @@ -82,7 +82,7 @@ public final class d { System.arraycopy(bVarArr, 0, bVarArr2, 0, bVarArr.length); this.a = eVar; this.b = null; - this.f2761c = null; + this.f2762c = null; this.d = function1; this.e = bVarArr2; } @@ -151,7 +151,7 @@ public final class d { return false; } } - Collection collection = this.f2761c; + Collection collection = this.f2762c; return collection == null || collection.contains(xVar.getName()); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/o/i.java b/app/src/main/java/d0/e0/p/d/m0/o/i.java index 4c3aa1acdd..598a3c0d1a 100644 --- a/app/src/main/java/d0/e0/p/d/m0/o/i.java +++ b/app/src/main/java/d0/e0/p/d/m0/o/i.java @@ -155,7 +155,7 @@ public final class i extends a { k.a aVar = k.a.d; d0.e0.p.d.m0.g.e eVar6 = j.h; l.c cVar = l.c.b; - b = n.listOf((Object[]) new d[]{new d(eVar, bVarArr, (Function1) null, 4, (DefaultConstructorMarker) null), new d(eVar2, bVarArr2, a.i), new d(eVar3, new b[]{bVar, hVar, new l.a(2), eVar4}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.b, new b[]{bVar, hVar, new l.a(3), eVar4}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.f2762c, new b[]{bVar, hVar, new l.b(2), eVar4}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.g, new b[]{bVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(eVar5, new b[]{bVar, dVar, hVar, aVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(eVar6, new b[]{bVar, cVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.k, new b[]{bVar, cVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.l, new b[]{bVar, cVar, aVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.f2765y, new b[]{bVar, dVar, hVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.d, new b[]{f.a.b}, b.i), new d(j.e, new b[]{bVar, k.b.d, dVar, hVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.G, new b[]{bVar, dVar, hVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.F, new b[]{bVar, cVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(n.listOf((Object[]) new d0.e0.p.d.m0.g.e[]{j.n, j.o}), new b[]{bVar}, c.i), new d(j.H, new b[]{bVar, k.c.d, dVar, hVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.m, new b[]{bVar, cVar}, (Function1) null, 4, (DefaultConstructorMarker) null)}); + b = n.listOf((Object[]) new d[]{new d(eVar, bVarArr, (Function1) null, 4, (DefaultConstructorMarker) null), new d(eVar2, bVarArr2, a.i), new d(eVar3, new b[]{bVar, hVar, new l.a(2), eVar4}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.b, new b[]{bVar, hVar, new l.a(3), eVar4}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.f2763c, new b[]{bVar, hVar, new l.b(2), eVar4}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.g, new b[]{bVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(eVar5, new b[]{bVar, dVar, hVar, aVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(eVar6, new b[]{bVar, cVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.k, new b[]{bVar, cVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.l, new b[]{bVar, cVar, aVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.f2766y, new b[]{bVar, dVar, hVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.d, new b[]{f.a.b}, b.i), new d(j.e, new b[]{bVar, k.b.d, dVar, hVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.G, new b[]{bVar, dVar, hVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.F, new b[]{bVar, cVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(n.listOf((Object[]) new d0.e0.p.d.m0.g.e[]{j.n, j.o}), new b[]{bVar}, c.i), new d(j.H, new b[]{bVar, k.c.d, dVar, hVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.m, new b[]{bVar, cVar}, (Function1) null, 4, (DefaultConstructorMarker) null)}); } @Override // d0.e0.p.d.m0.o.a diff --git a/app/src/main/java/d0/e0/p/d/m0/o/j.java b/app/src/main/java/d0/e0/p/d/m0/o/j.java index ef69a58a2a..835247f5d3 100644 --- a/app/src/main/java/d0/e0/p/d/m0/o/j.java +++ b/app/src/main/java/d0/e0/p/d/m0/o/j.java @@ -19,7 +19,7 @@ public final class j { public static final e b; /* renamed from: c reason: collision with root package name */ - public static final e f2762c; + public static final e f2763c; public static final e d; public static final e e; public static final e f; @@ -37,20 +37,20 @@ public final class j { public static final e r; /* renamed from: s reason: collision with root package name */ - public static final e f2763s; + public static final e f2764s; public static final e t; public static final e u; public static final e v; public static final e w; /* renamed from: x reason: collision with root package name */ - public static final e f2764x; + public static final e f2765x; /* renamed from: y reason: collision with root package name */ - public static final e f2765y; + public static final e f2766y; /* renamed from: z reason: collision with root package name */ - public static final e f2766z; + public static final e f2767z; static { e identifier = e.identifier("getValue"); @@ -61,7 +61,7 @@ public final class j { b = identifier2; e identifier3 = e.identifier("provideDelegate"); m.checkNotNullExpressionValue(identifier3, "identifier(\"provideDelegate\")"); - f2762c = identifier3; + f2763c = identifier3; e identifier4 = e.identifier("equals"); m.checkNotNullExpressionValue(identifier4, "identifier(\"equals\")"); d = identifier4; @@ -109,7 +109,7 @@ public final class j { r = identifier17; e identifier18 = e.identifier("unaryMinus"); m.checkNotNullExpressionValue(identifier18, "identifier(\"unaryMinus\")"); - f2763s = identifier18; + f2764s = identifier18; e identifier19 = e.identifier("unaryPlus"); m.checkNotNullExpressionValue(identifier19, "identifier(\"unaryPlus\")"); t = identifier19; @@ -124,13 +124,13 @@ public final class j { w = identifier22; e identifier23 = e.identifier("rem"); m.checkNotNullExpressionValue(identifier23, "identifier(\"rem\")"); - f2764x = identifier23; + f2765x = identifier23; e identifier24 = e.identifier("rangeTo"); m.checkNotNullExpressionValue(identifier24, "identifier(\"rangeTo\")"); - f2765y = identifier24; + f2766y = identifier24; e identifier25 = e.identifier("timesAssign"); m.checkNotNullExpressionValue(identifier25, "identifier(\"timesAssign\")"); - f2766z = identifier25; + f2767z = identifier25; e identifier26 = e.identifier("divAssign"); m.checkNotNullExpressionValue(identifier26, "identifier(\"divAssign\")"); A = identifier26; diff --git a/app/src/main/java/d0/e0/p/d/m0/o/k.java b/app/src/main/java/d0/e0/p/d/m0/o/k.java index 53da0beb22..d8a47f34e5 100644 --- a/app/src/main/java/d0/e0/p/d/m0/o/k.java +++ b/app/src/main/java/d0/e0/p/d/m0/o/k.java @@ -15,7 +15,7 @@ public abstract class k implements b { public final Function1 b; /* renamed from: c reason: collision with root package name */ - public final String f2767c; + public final String f2768c; /* compiled from: modifierChecks.kt */ public static final class a extends k { @@ -96,7 +96,7 @@ public abstract class k implements b { public k(String str, Function1 function1, DefaultConstructorMarker defaultConstructorMarker) { this.a = str; this.b = function1; - this.f2767c = m.stringPlus("must return ", str); + this.f2768c = m.stringPlus("must return ", str); } @Override // d0.e0.p.d.m0.o.b @@ -107,7 +107,7 @@ public abstract class k implements b { @Override // d0.e0.p.d.m0.o.b public String getDescription() { - return this.f2767c; + return this.f2768c; } @Override // d0.e0.p.d.m0.o.b diff --git a/app/src/main/java/d0/e0/p/d/m0/p/e.java b/app/src/main/java/d0/e0/p/d/m0/p/e.java index 0ce85b0593..4a903f3ab8 100644 --- a/app/src/main/java/d0/e0/p/d/m0/p/e.java +++ b/app/src/main/java/d0/e0/p/d/m0/p/e.java @@ -17,7 +17,7 @@ public final class e { public static final e b; /* renamed from: c reason: collision with root package name */ - public final h f2768c; + public final h f2769c; public final h d; public final Map e; public final boolean f; @@ -81,7 +81,7 @@ public final class e { m.checkNotNullParameter(hVar, "globalJsr305Level"); m.checkNotNullParameter(map, "userDefinedLevelForSpecificJsr305Annotation"); m.checkNotNullParameter(hVar3, "jspecifyReportLevel"); - this.f2768c = hVar; + this.f2769c = hVar; this.d = hVar2; this.e = map; this.f = z2; @@ -115,7 +115,7 @@ public final class e { } public final h getGlobalJsr305Level() { - return this.f2768c; + return this.f2769c; } public final h getJspecifyReportLevel() { diff --git a/app/src/main/java/d0/e0/p/d/n0/b.java b/app/src/main/java/d0/e0/p/d/n0/b.java index c7824a237e..273e3bf81b 100644 --- a/app/src/main/java/d0/e0/p/d/n0/b.java +++ b/app/src/main/java/d0/e0/p/d/n0/b.java @@ -5,11 +5,11 @@ public final class b { public final d>> b; /* renamed from: c reason: collision with root package name */ - public final int f2769c; + public final int f2770c; public b(d>> dVar, int i) { this.b = dVar; - this.f2769c = i; + this.f2770c = i; } public static b empty() { @@ -58,6 +58,6 @@ public final class b { aVar = aVar.minus(i); } a> plus = aVar.plus(new e<>(k, v)); - return new b<>(this.b.plus(k.hashCode(), plus), plus.size() + (this.f2769c - size)); + return new b<>(this.b.plus(k.hashCode(), plus), plus.size() + (this.f2770c - size)); } } diff --git a/app/src/main/java/d0/e0/p/d/n0/c.java b/app/src/main/java/d0/e0/p/d/n0/c.java index 39905fb32b..cb50510321 100644 --- a/app/src/main/java/d0/e0/p/d/n0/c.java +++ b/app/src/main/java/d0/e0/p/d/n0/c.java @@ -5,7 +5,7 @@ public final class c { public final long b; /* renamed from: c reason: collision with root package name */ - public final V f2770c; + public final V f2771c; public final c d; public final c e; public final int f; @@ -13,14 +13,14 @@ public final class c { public c() { this.f = 0; this.b = 0; - this.f2770c = null; + this.f2771c = null; this.d = null; this.e = null; } public c(long j, V v, c cVar, c cVar2) { this.b = j; - this.f2770c = v; + this.f2771c = v; this.d = cVar; this.e = cVar2; this.f = cVar.f + 1 + cVar2.f; @@ -31,7 +31,7 @@ public final class c { return null; } long j2 = this.b; - return j < j2 ? this.d.a(j - j2) : j > j2 ? this.e.a(j - j2) : this.f2770c; + return j < j2 ? this.d.a(j - j2) : j > j2 ? this.e.a(j - j2) : this.f2771c; } public c b(long j, V v) { @@ -39,7 +39,7 @@ public final class c { return new c<>(j, v, this, this); } long j2 = this.b; - return j < j2 ? c(this.d.b(j - j2, v), this.e) : j > j2 ? c(this.d, this.e.b(j - j2, v)) : v == this.f2770c ? this : new c<>(j, v, this.d, this.e); + return j < j2 ? c(this.d.b(j - j2, v), this.e) : j > j2 ? c(this.d, this.e.b(j - j2, v)) : v == this.f2771c ? this : new c<>(j, v, this.d, this.e); } public final c c(c cVar, c cVar2) { @@ -47,7 +47,7 @@ public final class c { return this; } long j = this.b; - V v = this.f2770c; + V v = this.f2771c; int i = cVar.f; int i2 = cVar2.f; if (i + i2 > 1) { @@ -56,14 +56,14 @@ public final class c { c cVar4 = cVar.e; if (cVar4.f < cVar3.f * 2) { long j2 = cVar.b; - return new c<>(j2 + j, cVar.f2770c, cVar3, new c(-j2, v, cVar4.d(cVar4.b + j2), cVar2)); + return new c<>(j2 + j, cVar.f2771c, cVar3, new c(-j2, v, cVar4.d(cVar4.b + j2), cVar2)); } c cVar5 = cVar4.d; c cVar6 = cVar4.e; long j3 = cVar4.b; long j4 = cVar.b + j3 + j; - V v2 = cVar4.f2770c; - c cVar7 = new c(-j3, cVar.f2770c, cVar3, cVar5.d(cVar5.b + j3)); + V v2 = cVar4.f2771c; + c cVar7 = new c(-j3, cVar.f2771c, cVar3, cVar5.d(cVar5.b + j3)); long j5 = cVar.b; long j6 = cVar4.b; return new c<>(j4, v2, cVar7, new c((-j5) - j6, v, cVar6.d(cVar6.b + j6 + j5), cVar2)); @@ -72,23 +72,23 @@ public final class c { c cVar9 = cVar2.e; if (cVar8.f < cVar9.f * 2) { long j7 = cVar2.b; - return new c<>(j7 + j, cVar2.f2770c, new c(-j7, v, cVar, cVar8.d(cVar8.b + j7)), cVar9); + return new c<>(j7 + j, cVar2.f2771c, new c(-j7, v, cVar, cVar8.d(cVar8.b + j7)), cVar9); } c cVar10 = cVar8.d; c cVar11 = cVar8.e; long j8 = cVar8.b; long j9 = cVar2.b; long j10 = j8 + j9 + j; - V v3 = cVar8.f2770c; + V v3 = cVar8.f2771c; c cVar12 = new c((-j9) - j8, v, cVar, cVar10.d(cVar10.b + j8 + j9)); long j11 = cVar8.b; - return new c<>(j10, v3, cVar12, new c(-j11, cVar2.f2770c, cVar11.d(cVar11.b + j11), cVar9)); + return new c<>(j10, v3, cVar12, new c(-j11, cVar2.f2771c, cVar11.d(cVar11.b + j11), cVar9)); } } return new c<>(j, v, cVar, cVar2); } public final c d(long j) { - return (this.f == 0 || j == this.b) ? this : new c<>(j, this.f2770c, this.d, this.e); + return (this.f == 0 || j == this.b) ? this : new c<>(j, this.f2771c, this.d, this.e); } } diff --git a/app/src/main/java/d0/e0/p/d/s.java b/app/src/main/java/d0/e0/p/d/s.java index d168f2299d..7fbd291612 100644 --- a/app/src/main/java/d0/e0/p/d/s.java +++ b/app/src/main/java/d0/e0/p/d/s.java @@ -33,7 +33,7 @@ public abstract class s extends f implements KProperty { public final String r; /* renamed from: s reason: collision with root package name */ - public final Object f2771s; + public final Object f2772s; /* compiled from: KPropertyImpl.kt */ public static abstract class a extends f implements KFunction { @@ -295,7 +295,7 @@ public abstract class s extends f implements KProperty { this.p = iVar; this.q = str; this.r = str2; - this.f2771s = obj; + this.f2772s = obj; c0.b lazy = c0.lazy(new f(this)); d0.z.d.m.checkNotNullExpressionValue(lazy, "ReflectProperties.lazy {…y -> null\n }\n }"); this.n = lazy; @@ -321,11 +321,11 @@ public abstract class s extends f implements KProperty { public boolean equals(Object obj) { s asKPropertyImpl = j0.asKPropertyImpl(obj); - return asKPropertyImpl != null && d0.z.d.m.areEqual(getContainer(), asKPropertyImpl.getContainer()) && d0.z.d.m.areEqual(getName(), asKPropertyImpl.getName()) && d0.z.d.m.areEqual(this.r, asKPropertyImpl.r) && d0.z.d.m.areEqual(this.f2771s, asKPropertyImpl.f2771s); + return asKPropertyImpl != null && d0.z.d.m.areEqual(getContainer(), asKPropertyImpl.getContainer()) && d0.z.d.m.areEqual(getName(), asKPropertyImpl.getName()) && d0.z.d.m.areEqual(this.r, asKPropertyImpl.r) && d0.z.d.m.areEqual(this.f2772s, asKPropertyImpl.f2772s); } public final Object getBoundReceiver() { - return d0.e0.p.d.l0.h.coerceToExpectedReceiverType(this.f2771s, getDescriptor()); + return d0.e0.p.d.l0.h.coerceToExpectedReceiverType(this.f2772s, getDescriptor()); } @Override // d0.e0.p.d.f @@ -373,7 +373,7 @@ public abstract class s extends f implements KProperty { @Override // d0.e0.p.d.f public boolean isBound() { - return !d0.z.d.m.areEqual(this.f2771s, d0.z.d.d.NO_RECEIVER); + return !d0.z.d.m.areEqual(this.f2772s, d0.z.d.d.NO_RECEIVER); } @Override // kotlin.reflect.KProperty diff --git a/app/src/main/java/d0/f0/g.java b/app/src/main/java/d0/f0/g.java index 4d08d7b912..c4bf05a43b 100644 --- a/app/src/main/java/d0/f0/g.java +++ b/app/src/main/java/d0/f0/g.java @@ -11,7 +11,7 @@ public final class g implements Sequence { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final Function1 f2772c; + public final Function1 f2773c; /* compiled from: Sequences.kt */ public static final class a implements Iterator, d0.z.d.g0.a { @@ -73,11 +73,11 @@ public final class g implements Sequence { m.checkNotNullParameter(function1, "predicate"); this.a = sequence; this.b = z2; - this.f2772c = function1; + this.f2773c = function1; } public static final /* synthetic */ Function1 access$getPredicate$p(g gVar) { - return gVar.f2772c; + return gVar.f2773c; } public static final /* synthetic */ boolean access$getSendWhen$p(g gVar) { diff --git a/app/src/main/java/d0/f0/h.java b/app/src/main/java/d0/f0/h.java index 3c88a7ccc5..44935d3d4b 100644 --- a/app/src/main/java/d0/f0/h.java +++ b/app/src/main/java/d0/f0/h.java @@ -11,7 +11,7 @@ public final class h implements Sequence { public final Function1 b; /* renamed from: c reason: collision with root package name */ - public final Function1> f2773c; + public final Function1> f2774c; /* compiled from: Sequences.kt */ public static final class a implements Iterator, d0.z.d.g0.a { @@ -78,11 +78,11 @@ public final class h implements Sequence { m.checkNotNullParameter(function12, "iterator"); this.a = sequence; this.b = function1; - this.f2773c = function12; + this.f2774c = function12; } public static final /* synthetic */ Function1 access$getIterator$p(h hVar) { - return hVar.f2773c; + return hVar.f2774c; } public static final /* synthetic */ Sequence access$getSequence$p(h hVar) { diff --git a/app/src/main/java/d0/f0/r.java b/app/src/main/java/d0/f0/r.java index e7ab2b00ce..47b8d1dbf4 100644 --- a/app/src/main/java/d0/f0/r.java +++ b/app/src/main/java/d0/f0/r.java @@ -10,7 +10,7 @@ public final class r implements Sequence, e { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2774c; + public final int f2775c; /* compiled from: Sequences.kt */ public static final class a implements Iterator, d0.z.d.g0.a { @@ -58,7 +58,7 @@ public final class r implements Sequence, e { m.checkNotNullParameter(sequence, "sequence"); this.a = sequence; this.b = i; - this.f2774c = i2; + this.f2775c = i2; boolean z2 = true; if (i >= 0) { if (i2 >= 0) { @@ -73,7 +73,7 @@ public final class r implements Sequence, e { } public static final /* synthetic */ int access$getEndIndex$p(r rVar) { - return rVar.f2774c; + return rVar.f2775c; } public static final /* synthetic */ Sequence access$getSequence$p(r rVar) { @@ -86,7 +86,7 @@ public final class r implements Sequence, e { @Override // d0.f0.e public Sequence drop(int i) { - int i2 = this.f2774c; + int i2 = this.f2775c; int i3 = this.b; return i >= i2 - i3 ? n.emptySequence() : new r(this.a, i3 + i, i2); } @@ -98,7 +98,7 @@ public final class r implements Sequence, e { @Override // d0.f0.e public Sequence take(int i) { - int i2 = this.f2774c; + int i2 = this.f2775c; int i3 = this.b; return i >= i2 - i3 ? this : new r(this.a, i3, i + i3); } diff --git a/app/src/main/java/d0/g0/c.java b/app/src/main/java/d0/g0/c.java index c2fcdea1a6..1839b53a22 100644 --- a/app/src/main/java/d0/g0/c.java +++ b/app/src/main/java/d0/g0/c.java @@ -9,7 +9,7 @@ public final class c { public static Charset b; /* renamed from: c reason: collision with root package name */ - public static Charset f2775c; + public static Charset f2776c; public static final c d = new c(); static { @@ -24,13 +24,13 @@ public final class c { } public final Charset UTF32_BE() { - Charset charset = f2775c; + Charset charset = f2776c; if (charset != null) { return charset; } Charset forName = Charset.forName("UTF-32BE"); m.checkNotNullExpressionValue(forName, "Charset.forName(\"UTF-32BE\")"); - f2775c = forName; + f2776c = forName; return forName; } diff --git a/app/src/main/java/d0/g0/d.java b/app/src/main/java/d0/g0/d.java index 0d3daf663a..9191e46350 100644 --- a/app/src/main/java/d0/g0/d.java +++ b/app/src/main/java/d0/g0/d.java @@ -15,7 +15,7 @@ public final class d implements Sequence { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2776c; + public final int f2777c; public final Function2> d; /* compiled from: Strings.kt */ @@ -107,7 +107,7 @@ public final class d implements Sequence { m.checkNotNullParameter(function2, "getNextMatch"); this.a = charSequence; this.b = i; - this.f2776c = i2; + this.f2777c = i2; this.d = function2; } @@ -120,7 +120,7 @@ public final class d implements Sequence { } public static final /* synthetic */ int access$getLimit$p(d dVar) { - return dVar.f2776c; + return dVar.f2777c; } public static final /* synthetic */ int access$getStartIndex$p(d dVar) { diff --git a/app/src/main/java/d0/g0/g.java b/app/src/main/java/d0/g0/g.java index 3b00854fbb..47ef7675e4 100644 --- a/app/src/main/java/d0/g0/g.java +++ b/app/src/main/java/d0/g0/g.java @@ -18,7 +18,7 @@ public final class g implements MatchResult { public List b; /* renamed from: c reason: collision with root package name */ - public final Matcher f2777c; + public final Matcher f2778c; public final CharSequence d; /* compiled from: Regex.kt */ @@ -148,12 +148,12 @@ public final class g implements MatchResult { public g(Matcher matcher, CharSequence charSequence) { m.checkNotNullParameter(matcher, "matcher"); m.checkNotNullParameter(charSequence, "input"); - this.f2777c = matcher; + this.f2778c = matcher; this.d = charSequence; } public static final java.util.regex.MatchResult access$getMatchResult$p(g gVar) { - return gVar.f2777c; + return gVar.f2778c; } @Override // kotlin.text.MatchResult @@ -178,23 +178,23 @@ public final class g implements MatchResult { @Override // kotlin.text.MatchResult public IntRange getRange() { - return h.access$range(this.f2777c); + return h.access$range(this.f2778c); } @Override // kotlin.text.MatchResult public String getValue() { - String group = this.f2777c.group(); + String group = this.f2778c.group(); m.checkNotNullExpressionValue(group, "matchResult.group()"); return group; } @Override // kotlin.text.MatchResult public MatchResult next() { - int end = this.f2777c.end() + (this.f2777c.end() == this.f2777c.start() ? 1 : 0); + int end = this.f2778c.end() + (this.f2778c.end() == this.f2778c.start() ? 1 : 0); if (end > this.d.length()) { return null; } - Matcher matcher = this.f2777c.pattern().matcher(this.d); + Matcher matcher = this.f2778c.pattern().matcher(this.d); m.checkNotNullExpressionValue(matcher, "matcher.pattern().matcher(input)"); return h.access$findNext(matcher, end, this.d); } diff --git a/app/src/main/java/d0/t/q0/c.java b/app/src/main/java/d0/t/q0/c.java index bcfb2f019d..8f5b8ef4cc 100644 --- a/app/src/main/java/d0/t/q0/c.java +++ b/app/src/main/java/d0/t/q0/c.java @@ -24,7 +24,7 @@ public final class c implements Map, d0.z.d.g0.d { public int[] r; /* renamed from: s reason: collision with root package name */ - public int[] f2778s; + public int[] f2779s; public int t; public int u; @@ -294,7 +294,7 @@ public final class c implements Map, d0.z.d.g0.d { this.p = (K[]) b.arrayOfUninitializedElements(i2); this.q = null; this.r = iArr; - this.f2778s = new int[access$computeHashSize]; + this.f2779s = new int[access$computeHashSize]; this.t = 2; this.u = 0; this.j = a.access$computeShift(aVar, access$computeHashSize); @@ -338,10 +338,10 @@ public final class c implements Map, d0.z.d.g0.d { checkIsMutable$kotlin_stdlib(); while (true) { int e2 = e(k); - int coerceAtMost = d0.d0.f.coerceAtMost(this.t * 2, this.f2778s.length / 2); + int coerceAtMost = d0.d0.f.coerceAtMost(this.t * 2, this.f2779s.length / 2); int i2 = 0; while (true) { - int[] iArr = this.f2778s; + int[] iArr = this.f2779s; int i3 = iArr[e2]; if (i3 <= 0) { int i4 = this.u; @@ -365,10 +365,10 @@ public final class c implements Map, d0.z.d.g0.d { } else { i2++; if (i2 > coerceAtMost) { - f(this.f2778s.length * 2); + f(this.f2779s.length * 2); break; } - e2 = e2 == 0 ? this.f2778s.length - 1 : e2 - 1; + e2 = e2 == 0 ? this.f2779s.length - 1 : e2 - 1; } } } @@ -390,11 +390,11 @@ public final class c implements Map, d0.z.d.g0.d { m.checkNotNullExpressionValue(copyOf, "java.util.Arrays.copyOf(this, newSize)"); this.r = copyOf; int access$computeHashSize = a.access$computeHashSize(i, i4); - if (access$computeHashSize > this.f2778s.length) { + if (access$computeHashSize > this.f2779s.length) { f(access$computeHashSize); } } else if ((i3 + i4) - size() > this.p.length) { - f(this.f2778s.length); + f(this.f2779s.length); } } @@ -408,7 +408,7 @@ public final class c implements Map, d0.z.d.g0.d { int e2 = e(k); int i2 = this.t; while (true) { - int i3 = this.f2778s[e2]; + int i3 = this.f2779s[e2]; if (i3 == 0) { return -1; } @@ -422,7 +422,7 @@ public final class c implements Map, d0.z.d.g0.d { if (i2 < 0) { return -1; } - e2 = e2 == 0 ? this.f2778s.length - 1 : e2 - 1; + e2 = e2 == 0 ? this.f2779s.length - 1 : e2 - 1; } } @@ -442,7 +442,7 @@ public final class c implements Map, d0.z.d.g0.d { int[] iArr = this.r; int i4 = iArr[i3]; if (i4 >= 0) { - this.f2778s[i4] = 0; + this.f2779s[i4] = 0; iArr[i3] = -1; } if (i3 == i2) { @@ -574,9 +574,9 @@ public final class c implements Map, d0.z.d.g0.d { } this.u = i5; } - int[] iArr = this.f2778s; + int[] iArr = this.f2779s; if (i2 != iArr.length) { - this.f2778s = new int[i2]; + this.f2779s = new int[i2]; this.j = a.access$computeShift(i, i2); } else { j.fill(iArr, 0, 0, iArr.length); @@ -587,7 +587,7 @@ public final class c implements Map, d0.z.d.g0.d { int e2 = e(this.p[i6]); int i8 = this.t; while (true) { - int[] iArr2 = this.f2778s; + int[] iArr2 = this.f2779s; z2 = true; if (iArr2[e2] == 0) { iArr2[e2] = i7; @@ -613,17 +613,17 @@ public final class c implements Map, d0.z.d.g0.d { public final void g(int i2) { b.resetAt(this.p, i2); int i3 = this.r[i2]; - int coerceAtMost = d0.d0.f.coerceAtMost(this.t * 2, this.f2778s.length / 2); + int coerceAtMost = d0.d0.f.coerceAtMost(this.t * 2, this.f2779s.length / 2); int i4 = 0; int i5 = i3; while (true) { - i3 = i3 == 0 ? this.f2778s.length - 1 : i3 - 1; + i3 = i3 == 0 ? this.f2779s.length - 1 : i3 - 1; i4++; if (i4 > this.t) { - this.f2778s[i5] = 0; + this.f2779s[i5] = 0; break; } - int[] iArr = this.f2778s; + int[] iArr = this.f2779s; int i6 = iArr[i3]; if (i6 == 0) { iArr[i5] = 0; @@ -631,14 +631,14 @@ public final class c implements Map, d0.z.d.g0.d { } if (i6 >= 0) { int i7 = i6 - 1; - int[] iArr2 = this.f2778s; + int[] iArr2 = this.f2779s; if (((e(this.p[i7]) - i3) & (iArr2.length - 1)) >= i4) { iArr2[i5] = i6; this.r[i7] = i5; } coerceAtMost--; if (coerceAtMost < 0) { - this.f2778s[i5] = -1; + this.f2779s[i5] = -1; break; } } else { diff --git a/app/src/main/java/d0/w/i/a/f.java b/app/src/main/java/d0/w/i/a/f.java index 9f5084104c..3db395a054 100644 --- a/app/src/main/java/d0/w/i/a/f.java +++ b/app/src/main/java/d0/w/i/a/f.java @@ -34,7 +34,7 @@ public final class f { if (i >= 0) { i2 = eVar.l()[i]; } - String moduleName = h.f2779c.getModuleName(aVar); + String moduleName = h.f2780c.getModuleName(aVar); if (moduleName == null) { str = eVar.c(); } else { diff --git a/app/src/main/java/d0/w/i/a/h.java b/app/src/main/java/d0/w/i/a/h.java index 4547bc2b64..62e37bd1e9 100644 --- a/app/src/main/java/d0/w/i/a/h.java +++ b/app/src/main/java/d0/w/i/a/h.java @@ -9,7 +9,7 @@ public final class h { public static a b; /* renamed from: c reason: collision with root package name */ - public static final h f2779c = new h(); + public static final h f2780c = new h(); /* compiled from: DebugMetadata.kt */ public static final class a { @@ -17,12 +17,12 @@ public final class h { public final Method b; /* renamed from: c reason: collision with root package name */ - public final Method f2780c; + public final Method f2781c; public a(Method method, Method method2, Method method3) { this.a = method; this.b = method2; - this.f2780c = method3; + this.f2781c = method3; } } @@ -47,7 +47,7 @@ public final class h { if (aVar2 == a || (method = aVar2.a) == null || (invoke = method.invoke(aVar.getClass(), new Object[0])) == null || (method2 = aVar2.b) == null || (invoke2 = method2.invoke(invoke, new Object[0])) == null) { return null; } - Method method3 = aVar2.f2780c; + Method method3 = aVar2.f2781c; Object invoke3 = method3 != null ? method3.invoke(invoke2, new Object[0]) : null; if (invoke3 instanceof String) { str = invoke3; diff --git a/app/src/main/java/d0/y/d.java b/app/src/main/java/d0/y/d.java index 52fa09b63a..84b64ecc3e 100644 --- a/app/src/main/java/d0/y/d.java +++ b/app/src/main/java/d0/y/d.java @@ -17,7 +17,7 @@ public final class d implements Sequence { public final e b; /* renamed from: c reason: collision with root package name */ - public final Function1 f2781c = null; + public final Function1 f2782c = null; public final Function1 d = null; public final Function2 e = null; public final int f = Integer.MAX_VALUE; @@ -40,7 +40,7 @@ public final class d implements Sequence { public boolean b; /* renamed from: c reason: collision with root package name */ - public File[] f2782c; + public File[] f2783c; public int d; public boolean e; public final /* synthetic */ b f; @@ -54,13 +54,13 @@ public final class d implements Sequence { @Override // d0.y.d.c public File step() { - if (!this.e && this.f2782c == null) { + if (!this.e && this.f2783c == null) { Function1 access$getOnEnter$p = d.access$getOnEnter$p(d.this); if (access$getOnEnter$p != null && !((Boolean) access$getOnEnter$p.invoke(getRoot())).booleanValue()) { return null; } File[] listFiles = getRoot().listFiles(); - this.f2782c = listFiles; + this.f2783c = listFiles; if (listFiles == null) { Function2 access$getOnFail$p = d.access$getOnFail$p(d.this); if (access$getOnFail$p != null) { @@ -69,12 +69,12 @@ public final class d implements Sequence { this.e = true; } } - File[] fileArr = this.f2782c; + File[] fileArr = this.f2783c; if (fileArr != null) { int i = this.d; m.checkNotNull(fileArr); if (i < fileArr.length) { - File[] fileArr2 = this.f2782c; + File[] fileArr2 = this.f2783c; m.checkNotNull(fileArr2); int i2 = this.d; this.d = i2 + 1; @@ -119,7 +119,7 @@ public final class d implements Sequence { public boolean b; /* renamed from: c reason: collision with root package name */ - public File[] f2783c; + public File[] f2784c; public int d; public final /* synthetic */ b e; @@ -144,7 +144,7 @@ public final class d implements Sequence { this.b = true; return getRoot(); } - File[] fileArr = this.f2783c; + File[] fileArr = this.f2784c; if (fileArr != null) { int i = this.d; m.checkNotNull(fileArr); @@ -156,13 +156,13 @@ public final class d implements Sequence { return null; } } - if (this.f2783c == null) { + if (this.f2784c == null) { File[] listFiles = getRoot().listFiles(); - this.f2783c = listFiles; + this.f2784c = listFiles; if (listFiles == null && (access$getOnFail$p = d.access$getOnFail$p(d.this)) != null) { Unit unit2 = (Unit) access$getOnFail$p.invoke(getRoot(), new AccessDeniedException(getRoot(), null, "Cannot list files in a directory", 2, null)); } - File[] fileArr2 = this.f2783c; + File[] fileArr2 = this.f2784c; if (fileArr2 != null) { m.checkNotNull(fileArr2); } @@ -172,7 +172,7 @@ public final class d implements Sequence { } return null; } - File[] fileArr3 = this.f2783c; + File[] fileArr3 = this.f2784c; m.checkNotNull(fileArr3); int i2 = this.d; this.d = i2 + 1; @@ -267,7 +267,7 @@ public final class d implements Sequence { } public static final /* synthetic */ Function1 access$getOnEnter$p(d dVar) { - return dVar.f2781c; + return dVar.f2782c; } public static final /* synthetic */ Function2 access$getOnFail$p(d dVar) { diff --git a/app/src/main/java/defpackage/e.java b/app/src/main/java/defpackage/e.java index fb121d9ab7..31b7c251da 100644 --- a/app/src/main/java/defpackage/e.java +++ b/app/src/main/java/defpackage/e.java @@ -33,7 +33,7 @@ public final class e implements View.OnClickListener { int i = this.i; if (i == 0) { OverlayMenuView overlayMenuView = (OverlayMenuView) this.j; - Long valueOf = Long.valueOf(((OverlayMenuView.a) this.k).f2200c.getChannel().h()); + Long valueOf = Long.valueOf(((OverlayMenuView.a) this.k).f2201c.getChannel().h()); int i2 = OverlayMenuView.i; Objects.requireNonNull(overlayMenuView); if (valueOf != null) { @@ -43,7 +43,7 @@ public final class e implements View.OnClickListener { } } else if (i == 1) { OverlayMenuView overlayMenuView2 = (OverlayMenuView) this.j; - Long valueOf2 = Long.valueOf(((OverlayMenuView.a) this.k).f2200c.getChannel().h()); + Long valueOf2 = Long.valueOf(((OverlayMenuView.a) this.k).f2201c.getChannel().h()); int i3 = OverlayMenuView.i; Objects.requireNonNull(overlayMenuView2); overlayMenuView2.getContext().startActivity(IntentUtils.RouteBuilders.INSTANCE.connectVoice(valueOf2 != null ? valueOf2.longValue() : 0).setClass(overlayMenuView2.getContext(), AppActivity.Main.class).addFlags(268435456)); diff --git a/app/src/main/java/defpackage/h.java b/app/src/main/java/defpackage/h.java index cd0bf4a561..45ff564c9c 100644 --- a/app/src/main/java/defpackage/h.java +++ b/app/src/main/java/defpackage/h.java @@ -30,7 +30,7 @@ public final class h implements View.OnClickListener { if (i2 != 0) { boolean z2 = true; if (i2 == 1) { - List audioDevices = ((OverlayMenuView.a) this.j).f2200c.getAudioManagerState().getAudioDevices(); + List audioDevices = ((OverlayMenuView.a) this.j).f2201c.getAudioManagerState().getAudioDevices(); if (!(audioDevices instanceof Collection) || !audioDevices.isEmpty()) { i = 0; for (DiscordAudioManager.AudioDevice audioDevice : audioDevices) { @@ -57,10 +57,10 @@ public final class h implements View.OnClickListener { return; } throw null; - } else if (((OverlayMenuView.a) this.j).f2200c.isSuppressed()) { + } else if (((OverlayMenuView.a) this.j).f2201c.isSuppressed()) { m.checkNotNullExpressionValue(view, "view"); c.a.d.m.g(view.getContext(), R.string.suppressed_permission_body, 0, null, 12); - } else if (((OverlayMenuView.a) this.j).f2200c.isMuted()) { + } else if (((OverlayMenuView.a) this.j).f2201c.isMuted()) { m.checkNotNullExpressionValue(view, "view"); c.a.d.m.g(view.getContext(), R.string.server_muted_dialog_body, 0, null, 12); } else { diff --git a/app/src/main/java/e0/a/a/a/a.java b/app/src/main/java/e0/a/a/a/a.java index b54aa9d3a5..c74c36f362 100644 --- a/app/src/main/java/e0/a/a/a/a.java +++ b/app/src/main/java/e0/a/a/a/a.java @@ -29,20 +29,20 @@ public abstract class a extends FrameLayout implements Camera.PreviewCallback { @ColorInt /* renamed from: s reason: collision with root package name */ - public int f2784s = getResources().getColor(R.a.viewfinder_border); + public int f2785s = getResources().getColor(R.a.viewfinder_border); public int t = getResources().getColor(R.a.viewfinder_mask); public int u = getResources().getInteger(R.b.viewfinder_border_width); public int v = getResources().getInteger(R.b.viewfinder_border_length); public boolean w = false; /* renamed from: x reason: collision with root package name */ - public int f2785x = 0; + public int f2786x = 0; /* renamed from: y reason: collision with root package name */ - public boolean f2786y = false; + public boolean f2787y = false; /* renamed from: z reason: collision with root package name */ - public float f2787z = 1.0f; + public float f2788z = 1.0f; /* JADX INFO: finally extract failed */ public a(Context context, AttributeSet attributeSet) { @@ -52,26 +52,26 @@ public abstract class a extends FrameLayout implements Camera.PreviewCallback { setShouldScaleToFill(obtainStyledAttributes.getBoolean(R.c.BarcodeScannerView_shouldScaleToFill, true)); this.q = obtainStyledAttributes.getBoolean(R.c.BarcodeScannerView_laserEnabled, this.q); this.r = obtainStyledAttributes.getColor(R.c.BarcodeScannerView_laserColor, this.r); - this.f2784s = obtainStyledAttributes.getColor(R.c.BarcodeScannerView_borderColor, this.f2784s); + this.f2785s = obtainStyledAttributes.getColor(R.c.BarcodeScannerView_borderColor, this.f2785s); this.t = obtainStyledAttributes.getColor(R.c.BarcodeScannerView_maskColor, this.t); this.u = obtainStyledAttributes.getDimensionPixelSize(R.c.BarcodeScannerView_borderWidth, this.u); this.v = obtainStyledAttributes.getDimensionPixelSize(R.c.BarcodeScannerView_borderLength, this.v); this.w = obtainStyledAttributes.getBoolean(R.c.BarcodeScannerView_roundedCorner, this.w); - this.f2785x = obtainStyledAttributes.getDimensionPixelSize(R.c.BarcodeScannerView_cornerRadius, this.f2785x); - this.f2786y = obtainStyledAttributes.getBoolean(R.c.BarcodeScannerView_squaredFinder, this.f2786y); - this.f2787z = obtainStyledAttributes.getFloat(R.c.BarcodeScannerView_borderAlpha, this.f2787z); + this.f2786x = obtainStyledAttributes.getDimensionPixelSize(R.c.BarcodeScannerView_cornerRadius, this.f2786x); + this.f2787y = obtainStyledAttributes.getBoolean(R.c.BarcodeScannerView_squaredFinder, this.f2787y); + this.f2788z = obtainStyledAttributes.getFloat(R.c.BarcodeScannerView_borderAlpha, this.f2788z); this.A = obtainStyledAttributes.getDimensionPixelSize(R.c.BarcodeScannerView_finderOffset, this.A); obtainStyledAttributes.recycle(); g gVar = new g(getContext()); - gVar.setBorderColor(this.f2784s); + gVar.setBorderColor(this.f2785s); gVar.setLaserColor(this.r); gVar.setLaserEnabled(this.q); gVar.setBorderStrokeWidth(this.u); gVar.setBorderLineLength(this.v); gVar.setMaskColor(this.t); gVar.setBorderCornerRounded(this.w); - gVar.setBorderCornerRadius(this.f2785x); - gVar.setSquareViewFinder(this.f2786y); + gVar.setBorderCornerRadius(this.f2786x); + gVar.setSquareViewFinder(this.f2787y); gVar.setViewFinderOffset(this.A); this.k = gVar; } catch (Throwable th) { @@ -118,7 +118,7 @@ public abstract class a extends FrameLayout implements Camera.PreviewCallback { } public void setBorderAlpha(float f) { - this.f2787z = f; + this.f2788z = f; ((g) this.k).setBorderAlpha(f); g gVar = (g) this.k; gVar.a(); @@ -126,7 +126,7 @@ public abstract class a extends FrameLayout implements Camera.PreviewCallback { } public void setBorderColor(int i) { - this.f2784s = i; + this.f2785s = i; ((g) this.k).setBorderColor(i); g gVar = (g) this.k; gVar.a(); @@ -134,7 +134,7 @@ public abstract class a extends FrameLayout implements Camera.PreviewCallback { } public void setBorderCornerRadius(int i) { - this.f2785x = i; + this.f2786x = i; ((g) this.k).setBorderCornerRadius(i); g gVar = (g) this.k; gVar.a(); @@ -214,7 +214,7 @@ public abstract class a extends FrameLayout implements Camera.PreviewCallback { } public void setSquareViewFinder(boolean z2) { - this.f2786y = z2; + this.f2787y = z2; ((g) this.k).setSquareViewFinder(z2); g gVar = (g) this.k; gVar.a(); diff --git a/app/src/main/java/e0/a/a/a/g.java b/app/src/main/java/e0/a/a/a/g.java index 33f087a854..d41bd37415 100644 --- a/app/src/main/java/e0/a/a/a/g.java +++ b/app/src/main/java/e0/a/a/a/g.java @@ -24,7 +24,7 @@ public class g extends View implements f { public Paint r; /* renamed from: s reason: collision with root package name */ - public Paint f2788s; + public Paint f2789s; public int t; public boolean u; public boolean v; @@ -50,11 +50,11 @@ public class g extends View implements f { this.r = paint2; paint2.setColor(color2); Paint paint3 = new Paint(); - this.f2788s = paint3; + this.f2789s = paint3; paint3.setColor(color3); - this.f2788s.setStyle(Paint.Style.STROKE); - this.f2788s.setStrokeWidth((float) integer); - this.f2788s.setAntiAlias(true); + this.f2789s.setStyle(Paint.Style.STROKE); + this.f2789s.setStrokeWidth((float) integer); + this.f2789s.setAntiAlias(true); this.t = integer2; } @@ -106,19 +106,19 @@ public class g extends View implements f { path.moveTo((float) framingRect2.left, (float) (framingRect2.top + this.t)); path.lineTo((float) framingRect2.left, (float) framingRect2.top); path.lineTo((float) (framingRect2.left + this.t), (float) framingRect2.top); - canvas.drawPath(path, this.f2788s); + canvas.drawPath(path, this.f2789s); path.moveTo((float) framingRect2.right, (float) (framingRect2.top + this.t)); path.lineTo((float) framingRect2.right, (float) framingRect2.top); path.lineTo((float) (framingRect2.right - this.t), (float) framingRect2.top); - canvas.drawPath(path, this.f2788s); + canvas.drawPath(path, this.f2789s); path.moveTo((float) framingRect2.right, (float) (framingRect2.bottom - this.t)); path.lineTo((float) framingRect2.right, (float) framingRect2.bottom); path.lineTo((float) (framingRect2.right - this.t), (float) framingRect2.bottom); - canvas.drawPath(path, this.f2788s); + canvas.drawPath(path, this.f2789s); path.moveTo((float) framingRect2.left, (float) (framingRect2.bottom - this.t)); path.lineTo((float) framingRect2.left, (float) framingRect2.bottom); path.lineTo((float) (framingRect2.left + this.t), (float) framingRect2.bottom); - canvas.drawPath(path, this.f2788s); + canvas.drawPath(path, this.f2789s); if (this.v) { Rect framingRect3 = getFramingRect(); Paint paint = this.q; @@ -138,22 +138,22 @@ public class g extends View implements f { } public void setBorderAlpha(float f) { - this.f2788s.setAlpha((int) (f * 255.0f)); + this.f2789s.setAlpha((int) (f * 255.0f)); } public void setBorderColor(int i2) { - this.f2788s.setColor(i2); + this.f2789s.setColor(i2); } public void setBorderCornerRadius(int i2) { - this.f2788s.setPathEffect(new CornerPathEffect((float) i2)); + this.f2789s.setPathEffect(new CornerPathEffect((float) i2)); } public void setBorderCornerRounded(boolean z2) { if (z2) { - this.f2788s.setStrokeJoin(Paint.Join.ROUND); + this.f2789s.setStrokeJoin(Paint.Join.ROUND); } else { - this.f2788s.setStrokeJoin(Paint.Join.BEVEL); + this.f2789s.setStrokeJoin(Paint.Join.BEVEL); } } @@ -162,7 +162,7 @@ public class g extends View implements f { } public void setBorderStrokeWidth(int i2) { - this.f2788s.setStrokeWidth((float) i2); + this.f2789s.setStrokeWidth((float) i2); } public void setLaserColor(int i2) { diff --git a/app/src/main/java/f0/a.java b/app/src/main/java/f0/a.java index a182fb52a8..7efc17d269 100644 --- a/app/src/main/java/f0/a.java +++ b/app/src/main/java/f0/a.java @@ -19,7 +19,7 @@ public final class a { public final List b; /* renamed from: c reason: collision with root package name */ - public final List f2789c; + public final List f2790c; public final s d; public final SocketFactory e; public final SSLSocketFactory f; @@ -64,7 +64,7 @@ public final class a { aVar.f = i; this.a = aVar.b(); this.b = c.z(list); - this.f2789c = c.z(list2); + this.f2790c = c.z(list2); return; } throw new IllegalArgumentException(c.d.b.a.a.l("unexpected port: ", i).toString()); @@ -74,7 +74,7 @@ public final class a { public final boolean a(a aVar) { m.checkParameterIsNotNull(aVar, "that"); - return m.areEqual(this.d, aVar.d) && m.areEqual(this.i, aVar.i) && m.areEqual(this.b, aVar.b) && m.areEqual(this.f2789c, aVar.f2789c) && m.areEqual(this.k, aVar.k) && m.areEqual(this.j, aVar.j) && m.areEqual(this.f, aVar.f) && m.areEqual(this.g, aVar.g) && m.areEqual(this.h, aVar.h) && this.a.h == aVar.a.h; + return m.areEqual(this.d, aVar.d) && m.areEqual(this.i, aVar.i) && m.areEqual(this.b, aVar.b) && m.areEqual(this.f2790c, aVar.f2790c) && m.areEqual(this.k, aVar.k) && m.areEqual(this.j, aVar.j) && m.areEqual(this.f, aVar.f) && m.areEqual(this.g, aVar.g) && m.areEqual(this.h, aVar.h) && this.a.h == aVar.a.h; } public boolean equals(Object obj) { @@ -91,7 +91,7 @@ public final class a { int hashCode = this.d.hashCode(); int hashCode2 = this.i.hashCode(); int hashCode3 = this.b.hashCode(); - int hashCode4 = this.f2789c.hashCode(); + int hashCode4 = this.f2790c.hashCode(); int hashCode5 = this.k.hashCode(); int hashCode6 = Objects.hashCode(this.j); int hashCode7 = Objects.hashCode(this.f); diff --git a/app/src/main/java/f0/c0.java b/app/src/main/java/f0/c0.java index 735b2f0860..243301a1d7 100644 --- a/app/src/main/java/f0/c0.java +++ b/app/src/main/java/f0/c0.java @@ -10,7 +10,7 @@ public final class c0 { public final Proxy b; /* renamed from: c reason: collision with root package name */ - public final InetSocketAddress f2790c; + public final InetSocketAddress f2791c; public c0(a aVar, Proxy proxy, InetSocketAddress inetSocketAddress) { m.checkParameterIsNotNull(aVar, "address"); @@ -18,7 +18,7 @@ public final class c0 { m.checkParameterIsNotNull(inetSocketAddress, "socketAddress"); this.a = aVar; this.b = proxy; - this.f2790c = inetSocketAddress; + this.f2791c = inetSocketAddress; } public final boolean a() { @@ -28,7 +28,7 @@ public final class c0 { public boolean equals(Object obj) { if (obj instanceof c0) { c0 c0Var = (c0) obj; - if (m.areEqual(c0Var.a, this.a) && m.areEqual(c0Var.b, this.b) && m.areEqual(c0Var.f2790c, this.f2790c)) { + if (m.areEqual(c0Var.a, this.a) && m.areEqual(c0Var.b, this.b) && m.areEqual(c0Var.f2791c, this.f2791c)) { return true; } } @@ -37,12 +37,12 @@ public final class c0 { public int hashCode() { int hashCode = this.b.hashCode(); - return this.f2790c.hashCode() + ((hashCode + ((this.a.hashCode() + 527) * 31)) * 31); + return this.f2791c.hashCode() + ((hashCode + ((this.a.hashCode() + 527) * 31)) * 31); } public String toString() { StringBuilder P = a.P("Route{"); - P.append(this.f2790c); + P.append(this.f2791c); P.append('}'); return P.toString(); } diff --git a/app/src/main/java/f0/d.java b/app/src/main/java/f0/d.java index 36e6c6b2f2..7d6081356f 100644 --- a/app/src/main/java/f0/d.java +++ b/app/src/main/java/f0/d.java @@ -14,7 +14,7 @@ public final class d { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f2791c; + public final boolean f2792c; public final int d; public final int e; public final boolean f; @@ -204,7 +204,7 @@ public final class d { public d(boolean z2, boolean z3, int i, int i2, boolean z4, boolean z5, boolean z6, int i3, int i4, boolean z7, boolean z8, boolean z9, String str, DefaultConstructorMarker defaultConstructorMarker) { this.b = z2; - this.f2791c = z3; + this.f2792c = z3; this.d = i; this.e = i2; this.f = z4; @@ -227,7 +227,7 @@ public final class d { if (this.b) { sb.append("no-cache, "); } - if (this.f2791c) { + if (this.f2792c) { sb.append("no-store, "); } if (this.d != -1) { diff --git a/app/src/main/java/f0/e0/c.java b/app/src/main/java/f0/e0/c.java index a8369b8cff..bea0b1a4ef 100644 --- a/app/src/main/java/f0/e0/c.java +++ b/app/src/main/java/f0/e0/c.java @@ -43,7 +43,7 @@ public final class c { public static final Headers b = Headers.i.c(new String[0]); /* renamed from: c reason: collision with root package name */ - public static final ResponseBody f2792c; + public static final ResponseBody f2793c; public static final o d; public static final TimeZone e; public static final Regex f = new Regex("([0-9a-fA-F]*:[0-9a-fA-F:.]*)|([\\d.]+)"); @@ -56,7 +56,7 @@ public final class c { e eVar = new e(); eVar.R(bArr); m.checkParameterIsNotNull(eVar, "$this$asResponseBody"); - f2792c = new b0(eVar, null, (long) 0); + f2793c = new b0(eVar, null, (long) 0); RequestBody.Companion.d(RequestBody.Companion, bArr, null, 0, 0, 7); o.a aVar = o.j; ByteString.a aVar2 = ByteString.j; diff --git a/app/src/main/java/f0/e0/d/b.java b/app/src/main/java/f0/e0/d/b.java index c5428528c9..9d9942e9aa 100644 --- a/app/src/main/java/f0/e0/d/b.java +++ b/app/src/main/java/f0/e0/d/b.java @@ -135,7 +135,7 @@ public final class b implements c { m.checkParameterIsNotNull(request, "request"); new LinkedHashMap(); wVar = request.b; - String str6 = request.f2945c; + String str6 = request.f2946c; RequestBody requestBody = request.e; Map linkedHashMap = !request.f.isEmpty() ? new LinkedHashMap() : h0.toMutableMap(request.f); Headers.a e3 = request.d.e(); @@ -175,7 +175,7 @@ public final class b implements c { m.checkParameterIsNotNull(request, "request"); new LinkedHashMap(); wVar = request.b; - String str6 = request.f2945c; + String str6 = request.f2946c; RequestBody requestBody = request.e; if (!request.f.isEmpty()) { } @@ -211,7 +211,7 @@ public final class b implements c { try { e.b(eVar, arrayList); } catch (EOFException e4) { - h.a aVar2 = h.f2825c; + h.a aVar2 = h.f2826c; h.a.i("Unable to parse challenge", 5, e4); } } diff --git a/app/src/main/java/f0/e0/e/a.java b/app/src/main/java/f0/e0/e/a.java index 6e9b81c60b..f9e5e6b8de 100644 --- a/app/src/main/java/f0/e0/e/a.java +++ b/app/src/main/java/f0/e0/e/a.java @@ -43,7 +43,7 @@ public final class a implements Interceptor { Response response2 = response.p; Response response3 = response.q; Response response4 = response.r; - long j = response.f2948s; + long j = response.f2949s; long j2 = response.t; c cVar = response.u; if (!(i >= 0)) { @@ -90,9 +90,9 @@ public final class a implements Interceptor { Response.a aVar = new Response.a(); aVar.g(gVar.f); aVar.f(y.HTTP_1_1); - aVar.f2949c = 504; + aVar.f2950c = 504; aVar.e("Unsatisfiable Request (only-if-cached)"); - aVar.g = f0.e0.c.f2792c; + aVar.g = f0.e0.c.f2793c; aVar.k = -1; aVar.l = System.currentTimeMillis(); Response a = aVar.a(); @@ -163,7 +163,7 @@ public final class a implements Interceptor { Object[] array = arrayList.toArray(new String[0]); if (array != null) { aVar3.d(new Headers((String[]) array, null)); - aVar3.k = a3.f2948s; + aVar3.k = a3.f2949s; aVar3.l = a3.t; C0307a aVar5 = b; aVar3.b(C0307a.a(aVar5, response)); diff --git a/app/src/main/java/f0/e0/f/a.java b/app/src/main/java/f0/e0/f/a.java index 77a036d626..ee869e619f 100644 --- a/app/src/main/java/f0/e0/f/a.java +++ b/app/src/main/java/f0/e0/f/a.java @@ -8,12 +8,12 @@ public abstract class a { public long b; /* renamed from: c reason: collision with root package name */ - public final String f2793c; + public final String f2794c; public final boolean d; public a(String str, boolean z2) { m.checkParameterIsNotNull(str, ModelAuditLogEntry.CHANGE_KEY_NAME); - this.f2793c = str; + this.f2794c = str; this.d = z2; this.b = -1; } @@ -26,6 +26,6 @@ public abstract class a { public abstract long a(); public String toString() { - return this.f2793c; + return this.f2794c; } } diff --git a/app/src/main/java/f0/e0/f/c.java b/app/src/main/java/f0/e0/f/c.java index b1fb796c17..21df208d20 100644 --- a/app/src/main/java/f0/e0/f/c.java +++ b/app/src/main/java/f0/e0/f/c.java @@ -16,7 +16,7 @@ public final class c { public a b; /* renamed from: c reason: collision with root package name */ - public final List f2794c = new ArrayList(); + public final List f2795c = new ArrayList(); public boolean d; public final d e; public final String f; @@ -55,14 +55,14 @@ public final class c { } } boolean z2 = false; - for (int size = this.f2794c.size() - 1; size >= 0; size--) { - if (this.f2794c.get(size).d) { - a aVar2 = this.f2794c.get(size); - Objects.requireNonNull(d.f2795c); + for (int size = this.f2795c.size() - 1; size >= 0; size--) { + if (this.f2795c.get(size).d) { + a aVar2 = this.f2795c.get(size); + Objects.requireNonNull(d.f2796c); if (d.b.isLoggable(Level.FINE)) { a.c(aVar2, this, "canceled"); } - this.f2794c.remove(size); + this.f2795c.remove(size); z2 = true; } } @@ -77,12 +77,12 @@ public final class c { this.e.e(this); } } else if (aVar.d) { - Objects.requireNonNull(d.f2795c); + Objects.requireNonNull(d.f2796c); if (d.b.isLoggable(Level.FINE)) { a.c(aVar, this, "schedule canceled (queue is shutdown)"); } } else { - Objects.requireNonNull(d.f2795c); + Objects.requireNonNull(d.f2796c); if (d.b.isLoggable(Level.FINE)) { a.c(aVar, this, "schedule failed (queue is shutdown)"); } @@ -106,19 +106,19 @@ public final class c { } long c2 = this.e.j.c(); long j2 = c2 + j; - int indexOf = this.f2794c.indexOf(aVar); + int indexOf = this.f2795c.indexOf(aVar); if (indexOf != -1) { if (aVar.b <= j2) { - d.b bVar = d.f2795c; + d.b bVar = d.f2796c; if (d.b.isLoggable(Level.FINE)) { a.c(aVar, this, "already scheduled"); } return false; } - this.f2794c.remove(indexOf); + this.f2795c.remove(indexOf); } aVar.b = j2; - d.b bVar2 = d.f2795c; + d.b bVar2 = d.f2796c; if (d.b.isLoggable(Level.FINE)) { if (z2) { StringBuilder P = c.d.b.a.a.P("run again after "); @@ -131,7 +131,7 @@ public final class c { } a.c(aVar, this, str); } - Iterator it = this.f2794c.iterator(); + Iterator it = this.f2795c.iterator(); int i = 0; while (true) { if (!it.hasNext()) { @@ -144,9 +144,9 @@ public final class c { i++; } if (i == -1) { - i = this.f2794c.size(); + i = this.f2795c.size(); } - this.f2794c.add(i, aVar); + this.f2795c.add(i, aVar); return i == 0; } diff --git a/app/src/main/java/f0/e0/f/d.java b/app/src/main/java/f0/e0/f/d.java index 19dab77e2a..156ad74d7d 100644 --- a/app/src/main/java/f0/e0/f/d.java +++ b/app/src/main/java/f0/e0/f/d.java @@ -20,7 +20,7 @@ public final class d { public static final Logger b; /* renamed from: c reason: collision with root package name */ - public static final b f2795c = new b(null); + public static final b f2796c = new b(null); public int d = 10000; public boolean e; public long f; @@ -105,7 +105,7 @@ public final class d { m.throwNpe(); } long j = -1; - b bVar = d.f2795c; + b bVar = d.f2796c; boolean isLoggable = d.b.isLoggable(Level.FINE); if (isLoggable) { j = cVar.e.j.c(); @@ -155,7 +155,7 @@ public final class d { Thread currentThread = Thread.currentThread(); m.checkExpressionValueIsNotNull(currentThread, "currentThread"); String name = currentThread.getName(); - currentThread.setName(aVar.f2793c); + currentThread.setName(aVar.f2794c); try { long a2 = aVar.a(); synchronized (dVar) { @@ -185,7 +185,7 @@ public final class d { if (j != -1 && !z2 && !cVar.a) { cVar.e(aVar, j, true); } - if (!cVar.f2794c.isEmpty()) { + if (!cVar.f2795c.isEmpty()) { this.h.add(cVar); return; } @@ -207,7 +207,7 @@ public final class d { z2 = false; break; } - a aVar2 = it.next().f2794c.get(0); + a aVar2 = it.next().f2795c.get(0); long max = Math.max(0L, aVar2.b - c2); if (max > 0) { j = Math.min(max, j); @@ -225,7 +225,7 @@ public final class d { if (cVar == null) { m.throwNpe(); } - cVar.f2794c.remove(aVar); + cVar.f2795c.remove(aVar); this.h.remove(cVar); cVar.b = aVar; this.g.add(cVar); @@ -262,7 +262,7 @@ public final class d { for (int size2 = this.h.size() - 1; size2 >= 0; size2--) { c cVar = this.h.get(size2); cVar.b(); - if (cVar.f2794c.isEmpty()) { + if (cVar.f2795c.isEmpty()) { this.h.remove(size2); } } @@ -272,7 +272,7 @@ public final class d { m.checkParameterIsNotNull(cVar, "taskQueue"); byte[] bArr = f0.e0.c.a; if (cVar.b == null) { - if (!cVar.f2794c.isEmpty()) { + if (!cVar.f2795c.isEmpty()) { List list = this.h; m.checkParameterIsNotNull(list, "$this$addIfAbsent"); if (!list.contains(cVar)) { diff --git a/app/src/main/java/f0/e0/g/a.java b/app/src/main/java/f0/e0/g/a.java index 55150de260..ec518d1ea6 100644 --- a/app/src/main/java/f0/e0/g/a.java +++ b/app/src/main/java/f0/e0/g/a.java @@ -23,7 +23,7 @@ public final class a implements Interceptor { synchronized (eVar) { if (!eVar.t) { throw new IllegalStateException("released".toString()); - } else if (!(!eVar.f2799s)) { + } else if (!(!eVar.f2800s)) { throw new IllegalStateException("Check failed.".toString()); } else if (!(!eVar.r)) { throw new IllegalStateException("Check failed.".toString()); @@ -33,17 +33,17 @@ public final class a implements Interceptor { if (dVar == null) { m.throwNpe(); } - x xVar = eVar.f2800x; + x xVar = eVar.f2801x; Objects.requireNonNull(dVar); m.checkParameterIsNotNull(xVar, "client"); m.checkParameterIsNotNull(gVar, "chain"); try { - c cVar = new c(eVar, eVar.j, dVar, dVar.a(gVar.g, gVar.h, gVar.i, xVar.L, xVar.q, !m.areEqual(gVar.f.f2945c, ShareTarget.METHOD_GET)).k(xVar, gVar)); + c cVar = new c(eVar, eVar.j, dVar, dVar.a(gVar.g, gVar.h, gVar.i, xVar.L, xVar.q, !m.areEqual(gVar.f.f2946c, ShareTarget.METHOD_GET)).k(xVar, gVar)); eVar.q = cVar; eVar.v = cVar; synchronized (eVar) { eVar.r = true; - eVar.f2799s = true; + eVar.f2800s = true; } if (!eVar.u) { return g.d(gVar, 0, cVar, null, 0, 0, 0, 61).a(gVar.f); diff --git a/app/src/main/java/f0/e0/g/b.java b/app/src/main/java/f0/e0/g/b.java index 1b8762b5dc..91ca430901 100644 --- a/app/src/main/java/f0/e0/g/b.java +++ b/app/src/main/java/f0/e0/g/b.java @@ -17,7 +17,7 @@ public final class b { public boolean b; /* renamed from: c reason: collision with root package name */ - public boolean f2796c; + public boolean f2797c; public final List d; public b(List list) { @@ -47,7 +47,7 @@ public final class b { } if (mVar == null) { StringBuilder P = a.P("Unable to find acceptable protocols. isFallback="); - P.append(this.f2796c); + P.append(this.f2797c); P.append(','); P.append(" modes="); P.append(this.d); @@ -76,13 +76,13 @@ public final class b { } } this.b = z2; - boolean z3 = this.f2796c; + boolean z3 = this.f2797c; d0.z.d.m.checkParameterIsNotNull(sSLSocket, "sslSocket"); if (mVar.g != null) { String[] enabledCipherSuites = sSLSocket.getEnabledCipherSuites(); d0.z.d.m.checkExpressionValueIsNotNull(enabledCipherSuites, "sslSocket.enabledCipherSuites"); String[] strArr3 = mVar.g; - j.b bVar = j.f2842s; + j.b bVar = j.f2843s; Comparator comparator = j.a; strArr = c.q(enabledCipherSuites, strArr3, j.a); } else { @@ -97,7 +97,7 @@ public final class b { } String[] supportedCipherSuites = sSLSocket.getSupportedCipherSuites(); d0.z.d.m.checkExpressionValueIsNotNull(supportedCipherSuites, "supportedCipherSuites"); - j.b bVar2 = j.f2842s; + j.b bVar2 = j.f2843s; Comparator comparator2 = j.a; Comparator comparator3 = j.a; byte[] bArr = c.a; diff --git a/app/src/main/java/f0/e0/g/c.java b/app/src/main/java/f0/e0/g/c.java index 0f4817fe96..3cbc12b30b 100644 --- a/app/src/main/java/f0/e0/g/c.java +++ b/app/src/main/java/f0/e0/g/c.java @@ -28,7 +28,7 @@ public final class c { public final j b; /* renamed from: c reason: collision with root package name */ - public final e f2797c; + public final e f2798c; public final t d; public final d e; public final d f; @@ -138,7 +138,7 @@ public final class c { this.k = false; c cVar = this.o; t tVar = cVar.d; - e eVar = cVar.f2797c; + e eVar = cVar.f2798c; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); } @@ -168,7 +168,7 @@ public final class c { this.k = false; c cVar = this.o; t tVar = cVar.d; - e eVar2 = cVar.f2797c; + e eVar2 = cVar.f2798c; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar2, NotificationCompat.CATEGORY_CALL); } @@ -202,7 +202,7 @@ public final class c { m.checkParameterIsNotNull(tVar, "eventListener"); m.checkParameterIsNotNull(dVar, "finder"); m.checkParameterIsNotNull(dVar2, "codec"); - this.f2797c = eVar; + this.f2798c = eVar; this.d = tVar; this.e = dVar; this.f = dVar2; @@ -216,13 +216,13 @@ public final class c { if (z3) { if (e != null) { t tVar = this.d; - e eVar = this.f2797c; + e eVar = this.f2798c; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(e, "ioe"); } else { t tVar2 = this.d; - e eVar2 = this.f2797c; + e eVar2 = this.f2798c; Objects.requireNonNull(tVar2); m.checkParameterIsNotNull(eVar2, NotificationCompat.CATEGORY_CALL); } @@ -230,18 +230,18 @@ public final class c { if (z2) { if (e != null) { t tVar3 = this.d; - e eVar3 = this.f2797c; + e eVar3 = this.f2798c; Objects.requireNonNull(tVar3); m.checkParameterIsNotNull(eVar3, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(e, "ioe"); } else { t tVar4 = this.d; - e eVar4 = this.f2797c; + e eVar4 = this.f2798c; Objects.requireNonNull(tVar4); m.checkParameterIsNotNull(eVar4, NotificationCompat.CATEGORY_CALL); } } - return (E) this.f2797c.k(this, z3, z2, e); + return (E) this.f2798c.k(this, z3, z2, e); } public final v b(Request request, boolean z2) throws IOException { @@ -253,7 +253,7 @@ public final class c { } long contentLength = requestBody.contentLength(); t tVar = this.d; - e eVar = this.f2797c; + e eVar = this.f2798c; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); return new a(this, this.f.h(request, contentLength), contentLength); @@ -264,7 +264,7 @@ public final class c { this.f.f(); } catch (IOException e) { t tVar = this.d; - e eVar = this.f2797c; + e eVar = this.f2798c; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(e, "ioe"); @@ -274,11 +274,11 @@ public final class c { } public final d.c d() throws SocketException { - this.f2797c.n(); + this.f2798c.n(); j e = this.f.e(); Objects.requireNonNull(e); m.checkParameterIsNotNull(this, "exchange"); - Socket socket = e.f2803c; + Socket socket = e.f2804c; if (socket == null) { m.throwNpe(); } @@ -305,7 +305,7 @@ public final class c { return d; } catch (IOException e) { t tVar = this.d; - e eVar = this.f2797c; + e eVar = this.f2798c; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(e, "ioe"); @@ -316,7 +316,7 @@ public final class c { public final void f() { t tVar = this.d; - e eVar = this.f2797c; + e eVar = this.f2798c; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); } @@ -324,7 +324,7 @@ public final class c { public final void g(IOException iOException) { this.e.c(iOException); j e = this.f.e(); - e eVar = this.f2797c; + e eVar = this.f2798c; synchronized (e) { m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); if (iOException instanceof StreamResetException) { @@ -342,7 +342,7 @@ public final class c { } else if (!e.j() || (iOException instanceof ConnectionShutdownException)) { e.i = true; if (e.l == 0) { - e.d(eVar.f2800x, e.q, iOException); + e.d(eVar.f2801x, e.q, iOException); e.k++; } } diff --git a/app/src/main/java/f0/e0/g/d.java b/app/src/main/java/f0/e0/g/d.java index 64692ae09e..0084ac3af8 100644 --- a/app/src/main/java/f0/e0/g/d.java +++ b/app/src/main/java/f0/e0/g/d.java @@ -30,7 +30,7 @@ public final class d { public m b; /* renamed from: c reason: collision with root package name */ - public int f2798c; + public int f2799c; public int d; public int e; public c0 f; @@ -112,7 +112,7 @@ public final class d { d0.z.d.m.checkParameterIsNotNull(jVar, "connection"); } } - this.f2798c = 0; + this.f2799c = 0; this.d = 0; this.e = 0; if (this.g.a(this.h, this.i, null, false)) { @@ -132,7 +132,7 @@ public final class d { if (mVar2 == null) { a aVar3 = this.h; e eVar2 = this.i; - mVar2 = new m(aVar3, eVar2.f2800x.N, eVar2, this.j); + mVar2 = new m(aVar3, eVar2.f2801x.N, eVar2, this.j); this.b = mVar2; } if (mVar2.a()) { @@ -144,7 +144,7 @@ public final class d { mVar2.b = i6 + 1; Proxy proxy = (Proxy) list2.get(i6); ArrayList arrayList2 = new ArrayList(); - mVar2.f2805c = arrayList2; + mVar2.f2806c = arrayList2; if (proxy.type() == Proxy.Type.DIRECT || proxy.type() == Proxy.Type.SOCKS) { w wVar = mVar2.e.a; str = wVar.g; @@ -193,7 +193,7 @@ public final class d { throw new UnknownHostException(mVar2.e.d + " returned no addresses for " + str); } } - for (InetSocketAddress inetSocketAddress2 : mVar2.f2805c) { + for (InetSocketAddress inetSocketAddress2 : mVar2.f2806c) { c0 c0Var2 = new c0(mVar2.e, proxy, inetSocketAddress2); l lVar2 = mVar2.f; synchronized (lVar2) { @@ -241,7 +241,7 @@ public final class d { this.i.w = jVar2; jVar2.c(i, i2, i3, i4, z2, this.i, this.j); this.i.w = null; - lVar = this.i.f2800x.N; + lVar = this.i.f2801x.N; c0 c0Var3 = jVar2.q; synchronized (lVar) { d0.z.d.m.checkParameterIsNotNull(c0Var3, "route"); @@ -263,7 +263,7 @@ public final class d { d0.z.d.m.checkParameterIsNotNull(jVar2, "connection"); byte[] bArr = c.a; kVar.d.add(jVar2); - f0.e0.f.c.d(kVar.b, kVar.f2804c, 0, 2); + f0.e0.f.c.d(kVar.b, kVar.f2805c, 0, 2); this.i.f(jVar2); } t tVar4 = this.j; @@ -294,7 +294,7 @@ public final class d { try { jVar2.c(i, i2, i3, i4, z2, this.i, this.j); this.i.w = null; - lVar = this.i.f2800x.N; + lVar = this.i.f2801x.N; c0 c0Var3 = jVar2.q; synchronized (lVar) { } @@ -320,7 +320,7 @@ public final class d { d0.z.d.m.checkParameterIsNotNull(iOException, "e"); this.f = null; if ((iOException instanceof StreamResetException) && ((StreamResetException) iOException).errorCode == f0.e0.j.a.REFUSED_STREAM) { - this.f2798c++; + this.f2799c++; } else if (iOException instanceof ConnectionShutdownException) { this.d++; } else { diff --git a/app/src/main/java/f0/e0/g/e.java b/app/src/main/java/f0/e0/g/e.java index a626e0452e..ef71a9a940 100644 --- a/app/src/main/java/f0/e0/g/e.java +++ b/app/src/main/java/f0/e0/g/e.java @@ -38,20 +38,20 @@ public final class e implements f0.e { public boolean r; /* renamed from: s reason: collision with root package name */ - public boolean f2799s; + public boolean f2800s; public boolean t = true; public volatile boolean u; public volatile c v; public volatile j w; /* renamed from: x reason: collision with root package name */ - public final x f2800x; + public final x f2801x; /* renamed from: y reason: collision with root package name */ - public final Request f2801y; + public final Request f2802y; /* renamed from: z reason: collision with root package name */ - public final boolean f2802z; + public final boolean f2803z; /* compiled from: RealCall.kt */ public final class a implements Runnable { @@ -66,7 +66,7 @@ public final class e implements f0.e { } public final String a() { - return this.k.f2801y.b.g; + return this.k.f2802y.b.g; } /* JADX WARNING: Removed duplicated region for block: B:18:0x0053 A[Catch:{ IOException -> 0x0076, all -> 0x004b, all -> 0x0074 }] */ @@ -78,7 +78,7 @@ public final class e implements f0.e { e eVar; Throwable th; StringBuilder P = c.d.b.a.a.P("OkHttp "); - P.append(this.k.f2801y.b.h()); + P.append(this.k.f2802y.b.h()); String sb = P.toString(); Thread currentThread = Thread.currentThread(); m.checkExpressionValueIsNotNull(currentThread, "currentThread"); @@ -97,7 +97,7 @@ public final class e implements f0.e { if (!z2) { } eVar = this.k; - eVar.f2800x.l.c(this); + eVar.f2801x.l.c(this); } catch (Throwable th2) { th = th2; z2 = true; @@ -109,19 +109,19 @@ public final class e implements f0.e { } catch (IOException e3) { e = e3; if (!z2) { - h.a aVar = h.f2825c; + h.a aVar = h.f2826c; h hVar = h.a; hVar.i("Callback failure for " + e.b(this.k), 4, e); } else { this.j.b(this.k, e); } eVar = this.k; - eVar.f2800x.l.c(this); + eVar.f2801x.l.c(this); } catch (Throwable th3) { - this.k.f2800x.l.c(this); + this.k.f2801x.l.c(this); throw th3; } - eVar.f2800x.l.c(this); + eVar.f2801x.l.c(this); } finally { currentThread.setName(name); } @@ -157,9 +157,9 @@ public final class e implements f0.e { public e(x xVar, Request request, boolean z2) { m.checkParameterIsNotNull(xVar, "client"); m.checkParameterIsNotNull(request, "originalRequest"); - this.f2800x = xVar; - this.f2801y = request; - this.f2802z = z2; + this.f2801x = xVar; + this.f2802y = request; + this.f2803z = z2; this.i = xVar.m.a; this.j = xVar.p.a(this); c cVar = new c(this); @@ -170,15 +170,15 @@ public final class e implements f0.e { public static final String b(e eVar) { StringBuilder sb = new StringBuilder(); sb.append(eVar.u ? "canceled " : ""); - sb.append(eVar.f2802z ? "web socket" : NotificationCompat.CATEGORY_CALL); + sb.append(eVar.f2803z ? "web socket" : NotificationCompat.CATEGORY_CALL); sb.append(" to "); - sb.append(eVar.f2801y.b.h()); + sb.append(eVar.f2802y.b.h()); return sb.toString(); } @Override // f0.e public Request c() { - return this.f2801y; + return this.f2802y; } @Override // f0.e @@ -201,7 +201,7 @@ public final class e implements f0.e { @Override // java.lang.Object public Object clone() { - return new e(this.f2800x, this.f2801y, this.f2802z); + return new e(this.f2801x, this.f2802y, this.f2803z); } @Override // f0.e @@ -215,15 +215,15 @@ public final class e implements f0.e { m.checkParameterIsNotNull(fVar, "responseCallback"); if (this.l.compareAndSet(false, true)) { h(); - q qVar = this.f2800x.l; + q qVar = this.f2801x.l; a aVar2 = new a(this, fVar); Objects.requireNonNull(qVar); m.checkParameterIsNotNull(aVar2, NotificationCompat.CATEGORY_CALL); synchronized (qVar) { qVar.b.add(aVar2); - if (!aVar2.k.f2802z) { + if (!aVar2.k.f2803z) { String a2 = aVar2.a(); - Iterator it = qVar.f2846c.iterator(); + Iterator it = qVar.f2847c.iterator(); while (true) { if (!it.hasNext()) { Iterator it2 = qVar.b.iterator(); @@ -263,14 +263,14 @@ public final class e implements f0.e { this.k.i(); h(); try { - q qVar2 = this.f2800x.l; + q qVar2 = this.f2801x.l; synchronized (qVar2) { m.checkParameterIsNotNull(this, NotificationCompat.CATEGORY_CALL); qVar2.d.add(this); } return j(); } finally { - qVar = this.f2800x.l; + qVar = this.f2801x.l; Objects.requireNonNull(qVar); m.checkParameterIsNotNull(this, NotificationCompat.CATEGORY_CALL); qVar.b(qVar.d, this); @@ -339,7 +339,7 @@ public final class e implements f0.e { } public final void h() { - h.a aVar = h.f2825c; + h.a aVar = h.f2826c; this.m = h.a.g("response.body().close()"); Objects.requireNonNull(this.j); m.checkParameterIsNotNull(this, NotificationCompat.CATEGORY_CALL); @@ -354,7 +354,7 @@ public final class e implements f0.e { } if (z2 && (cVar = this.v) != null) { cVar.f.cancel(); - cVar.f2797c.k(cVar, true, true, null); + cVar.f2798c.k(cVar, true, true, null); } this.q = null; } @@ -398,22 +398,22 @@ public final class e implements f0.e { /* JADX WARNING: Removed duplicated region for block: B:28:0x0095 */ public final Response j() throws IOException { ArrayList arrayList = new ArrayList(); - r.addAll(arrayList, this.f2800x.n); - arrayList.add(new i(this.f2800x)); - arrayList.add(new f0.e0.h.a(this.f2800x.u)); - Objects.requireNonNull(this.f2800x); + r.addAll(arrayList, this.f2801x.n); + arrayList.add(new i(this.f2801x)); + arrayList.add(new f0.e0.h.a(this.f2801x.u)); + Objects.requireNonNull(this.f2801x); arrayList.add(new f0.e0.e.a()); arrayList.add(a.b); - if (!this.f2802z) { - r.addAll(arrayList, this.f2800x.o); + if (!this.f2803z) { + r.addAll(arrayList, this.f2801x.o); } - arrayList.add(new f0.e0.h.b(this.f2802z)); - Request request = this.f2801y; - x xVar = this.f2800x; + arrayList.add(new f0.e0.h.b(this.f2803z)); + Request request = this.f2802y; + x xVar = this.f2801x; g gVar = new g(this, arrayList, 0, null, request, xVar.I, xVar.J, xVar.K); boolean z2 = false; try { - Response a2 = gVar.a(this.f2801y); + Response a2 = gVar.a(this.f2802y); if (!this.u) { l(null); return a2; @@ -447,11 +447,11 @@ public final class e implements f0.e { this.r = false; } if (z3) { - this.f2799s = false; + this.f2800s = false; } boolean z6 = this.r; - boolean z7 = z6 && !this.f2799s; - if (!z6 && !this.f2799s && !this.t) { + boolean z7 = z6 && !this.f2800s; + if (!z6 && !this.f2800s && !this.t) { z4 = true; } z5 = z4; @@ -460,7 +460,7 @@ public final class e implements f0.e { throw th; } } - if (!z3 || !this.f2799s) { + if (!z3 || !this.f2800s) { z5 = false; } if (z2) { @@ -492,7 +492,7 @@ public final class e implements f0.e { z2 = false; if (this.t) { this.t = false; - if (!this.r && !this.f2799s) { + if (!this.r && !this.f2800s) { z2 = true; } } @@ -537,7 +537,7 @@ public final class e implements f0.e { } z2 = true; } else { - f0.e0.f.c.d(kVar.b, kVar.f2804c, 0, 2); + f0.e0.f.c.d(kVar.b, kVar.f2805c, 0, 2); } if (z2) { return jVar.n(); diff --git a/app/src/main/java/f0/e0/g/j.java b/app/src/main/java/f0/e0/g/j.java index bcd39ae14e..043d77e501 100644 --- a/app/src/main/java/f0/e0/g/j.java +++ b/app/src/main/java/f0/e0/g/j.java @@ -67,7 +67,7 @@ public final class j extends e.c implements k { public Socket b; /* renamed from: c reason: collision with root package name */ - public Socket f2803c; + public Socket f2804c; public v d; public y e; public e f; @@ -116,13 +116,13 @@ public final class j extends e.c implements k { m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(tVar, "eventListener"); if (this.e == null) { - List list = this.q.a.f2789c; + List list = this.q.a.f2790c; b bVar = new b(list); f0.a aVar = this.q.a; if (aVar.f == null) { if (list.contains(f0.m.d)) { String str = this.q.a.a.g; - h.a aVar2 = h.f2825c; + h.a aVar2 = h.f2826c; if (!h.a.h(str)) { throw new RouteException(new UnknownServiceException(c.d.b.a.a.v("CLEARTEXT communication to ", str, " not permitted by network security policy"))); } @@ -149,13 +149,13 @@ public final class j extends e.c implements k { e(i, i2, eVar, tVar); } catch (IOException e2) { e = e2; - socket = this.f2803c; + socket = this.f2804c; if (socket != null) { } socket2 = this.b; if (socket2 != null) { } - this.f2803c = null; + this.f2804c = null; this.b = null; this.g = null; this.h = null; @@ -164,7 +164,7 @@ public final class j extends e.c implements k { this.f = null; this.n = 1; c0 c0Var = this.q; - InetSocketAddress inetSocketAddress = c0Var.f2790c; + InetSocketAddress inetSocketAddress = c0Var.f2791c; Proxy proxy = c0Var.b; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); @@ -181,7 +181,7 @@ public final class j extends e.c implements k { try { g(bVar, i4, eVar, tVar); c0 c0Var2 = this.q; - InetSocketAddress inetSocketAddress2 = c0Var2.f2790c; + InetSocketAddress inetSocketAddress2 = c0Var2.f2791c; Proxy proxy2 = c0Var2.b; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); @@ -196,7 +196,7 @@ public final class j extends e.c implements k { } } catch (IOException e4) { e = e4; - socket = this.f2803c; + socket = this.f2804c; if (socket != null) { c.e(socket); } @@ -204,7 +204,7 @@ public final class j extends e.c implements k { if (socket2 != null) { c.e(socket2); } - this.f2803c = null; + this.f2804c = null; this.b = null; this.g = null; this.h = null; @@ -213,7 +213,7 @@ public final class j extends e.c implements k { this.f = null; this.n = 1; c0 c0Var = this.q; - InetSocketAddress inetSocketAddress = c0Var.f2790c; + InetSocketAddress inetSocketAddress = c0Var.f2791c; Proxy proxy = c0Var.b; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); @@ -229,7 +229,7 @@ public final class j extends e.c implements k { break; } m.checkParameterIsNotNull(e, "e"); - bVar.f2796c = true; + bVar.f2797c = true; if (bVar.b && !(e instanceof ProtocolException) && !(e instanceof InterruptedIOException) && ((!(e instanceof SSLHandshakeException) || !(e.getCause() instanceof CertificateException)) && !(e instanceof SSLPeerUnverifiedException) && (e instanceof SSLException))) { z3 = true; continue; @@ -278,15 +278,15 @@ public final class j extends e.c implements k { socket = new Socket(proxy); } this.b = socket; - InetSocketAddress inetSocketAddress = this.q.f2790c; + InetSocketAddress inetSocketAddress = this.q.f2791c; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(inetSocketAddress, "inetSocketAddress"); m.checkParameterIsNotNull(proxy, "proxy"); socket.setSoTimeout(i2); try { - h.a aVar2 = h.f2825c; - h.a.e(socket, this.q.f2790c, i); + h.a aVar2 = h.f2826c; + h.a.e(socket, this.q.f2791c, i); try { g0.x Q = c.q.a.k.a.Q(socket); m.checkParameterIsNotNull(Q, "$this$buffer"); @@ -301,7 +301,7 @@ public final class j extends e.c implements k { } } catch (ConnectException e2) { StringBuilder P2 = c.d.b.a.a.P("Failed to connect to "); - P2.append(this.q.f2790c); + P2.append(this.q.f2791c); ConnectException connectException = new ConnectException(P2.toString()); connectException.initCause(e2); throw connectException; @@ -321,9 +321,9 @@ public final class j extends e.c implements k { Response.a aVar2 = new Response.a(); aVar2.g(a); aVar2.f(y.HTTP_1_1); - aVar2.f2949c = 407; + aVar2.f2950c = 407; aVar2.e("Preemptive Authenticate"); - aVar2.g = c.f2792c; + aVar2.g = c.f2793c; aVar2.k = -1; aVar2.l = -1; m.checkParameterIsNotNull("Proxy-Authenticate", ModelAuditLogEntry.CHANGE_KEY_NAME); @@ -411,7 +411,7 @@ public final class j extends e.c implements k { this.h = null; this.g = null; c0 c0Var3 = this.q; - InetSocketAddress inetSocketAddress = c0Var3.f2790c; + InetSocketAddress inetSocketAddress = c0Var3.f2791c; Proxy proxy = c0Var3.b; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); @@ -437,12 +437,12 @@ public final class j extends e.c implements k { List list = aVar.b; y yVar2 = y.H2_PRIOR_KNOWLEDGE; if (list.contains(yVar2)) { - this.f2803c = this.b; + this.f2804c = this.b; this.e = yVar2; o(i); return; } - this.f2803c = this.b; + this.f2804c = this.b; this.e = yVar; return; } @@ -471,7 +471,7 @@ public final class j extends e.c implements k { try { f0.m a = bVar.a(sSLSocket); if (a.f) { - h.a aVar3 = h.f2825c; + h.a aVar3 = h.f2826c; h.a.d(sSLSocket, aVar2.a.g, aVar2.b); } sSLSocket.startHandshake(); @@ -512,15 +512,15 @@ public final class j extends e.c implements k { if (gVar == null) { m.throwNpe(); } - this.d = new v(a2.b, a2.f2849c, a2.d, new g(gVar, a2, aVar2)); + this.d = new v(a2.b, a2.f2850c, a2.d, new g(gVar, a2, aVar2)); gVar.a(aVar2.a.g, new h(this)); if (a.f) { - h.a aVar4 = h.f2825c; + h.a aVar4 = h.f2826c; str = h.a.f(sSLSocket); } else { str = null; } - this.f2803c = sSLSocket; + this.f2804c = sSLSocket; g0.x Q = c.q.a.k.a.Q(sSLSocket); m.checkParameterIsNotNull(Q, "$this$buffer"); this.g = new r(Q); @@ -531,7 +531,7 @@ public final class j extends e.c implements k { yVar = y.p.a(str); } this.e = yVar; - h.a aVar5 = h.f2825c; + h.a aVar5 = h.f2826c; h.a.a(sSLSocket); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); if (this.e == y.HTTP_2) { @@ -540,7 +540,7 @@ public final class j extends e.c implements k { } catch (Throwable th3) { th = th3; if (sSLSocket != null) { - h.a aVar6 = h.f2825c; + h.a aVar6 = h.f2826c; h.a.a(sSLSocket); } if (sSLSocket != null) { @@ -584,7 +584,7 @@ public final class j extends e.c implements k { break; } c0 c0Var = (c0) it.next(); - if (c0Var.b.type() == Proxy.Type.DIRECT && this.q.b.type() == Proxy.Type.DIRECT && m.areEqual(this.q.f2790c, c0Var.f2790c)) { + if (c0Var.b.type() == Proxy.Type.DIRECT && this.q.b.type() == Proxy.Type.DIRECT && m.areEqual(this.q.f2791c, c0Var.f2791c)) { z5 = true; continue; } else { @@ -669,7 +669,7 @@ public final class j extends e.c implements k { if (socket == null) { m.throwNpe(); } - Socket socket2 = this.f2803c; + Socket socket2 = this.f2804c; if (socket2 == null) { m.throwNpe(); } @@ -686,7 +686,7 @@ public final class j extends e.c implements k { if (eVar.q) { return false; } - return eVar.f2818z >= eVar.f2817y || nanoTime < eVar.B; + return eVar.f2819z >= eVar.f2818y || nanoTime < eVar.B; } } synchronized (this) { @@ -722,7 +722,7 @@ public final class j extends e.c implements k { public final f0.e0.h.d k(x xVar, f0.e0.h.g gVar) throws SocketException { m.checkParameterIsNotNull(xVar, "client"); m.checkParameterIsNotNull(gVar, "chain"); - Socket socket = this.f2803c; + Socket socket = this.f2804c; if (socket == null) { m.throwNpe(); } @@ -758,7 +758,7 @@ public final class j extends e.c implements k { } public Socket n() { - Socket socket = this.f2803c; + Socket socket = this.f2804c; if (socket == null) { m.throwNpe(); } @@ -767,7 +767,7 @@ public final class j extends e.c implements k { public final void o(int i) throws IOException { String str; - Socket socket = this.f2803c; + Socket socket = this.f2804c; if (socket == null) { m.throwNpe(); } @@ -794,7 +794,7 @@ public final class j extends e.c implements k { str = c.d.b.a.a.u("MockWebServer ", str2); } bVar.b = str; - bVar.f2819c = gVar; + bVar.f2820c = gVar; bVar.d = bufferedSink; m.checkParameterIsNotNull(this, "listener"); bVar.e = this; @@ -856,10 +856,10 @@ public final class j extends e.c implements k { P.append(" proxy="); P.append(this.q.b); P.append(" hostAddress="); - P.append(this.q.f2790c); + P.append(this.q.f2791c); P.append(" cipherSuite="); v vVar = this.d; - if (vVar == null || (obj = vVar.f2849c) == null) { + if (vVar == null || (obj = vVar.f2850c) == null) { obj = "none"; } P.append(obj); diff --git a/app/src/main/java/f0/e0/g/k.java b/app/src/main/java/f0/e0/g/k.java index cb647449a3..f5660896db 100644 --- a/app/src/main/java/f0/e0/g/k.java +++ b/app/src/main/java/f0/e0/g/k.java @@ -18,7 +18,7 @@ public final class k { public final c b; /* renamed from: c reason: collision with root package name */ - public final a f2804c = new a(this, c.d.b.a.a.H(new StringBuilder(), f0.e0.c.g, " ConnectionPool")); + public final a f2805c = new a(this, c.d.b.a.a.H(new StringBuilder(), f0.e0.c.g, " ConnectionPool")); public final ConcurrentLinkedQueue d = new ConcurrentLinkedQueue<>(); public final int e; @@ -135,7 +135,7 @@ public final class k { P.append(" was leaked. "); P.append("Did you forget to close a response body?"); String sb = P.toString(); - h.a aVar = h.f2825c; + h.a aVar = h.f2826c; h.a.k(sb, ((e.b) reference).a); list.remove(i); jVar.i = true; diff --git a/app/src/main/java/f0/e0/g/m.java b/app/src/main/java/f0/e0/g/m.java index d6427012ba..499e814c5e 100644 --- a/app/src/main/java/f0/e0/g/m.java +++ b/app/src/main/java/f0/e0/g/m.java @@ -18,7 +18,7 @@ public final class m { public int b; /* renamed from: c reason: collision with root package name */ - public List f2805c = n.emptyList(); + public List f2806c = n.emptyList(); public final List d = new ArrayList(); public final f0.a e; public final l f; diff --git a/app/src/main/java/f0/e0/h/b.java b/app/src/main/java/f0/e0/h/b.java index e44e4f6946..3793dc4fe8 100644 --- a/app/src/main/java/f0/e0/h/b.java +++ b/app/src/main/java/f0/e0/h/b.java @@ -50,18 +50,18 @@ public final class b implements Interceptor { m.checkParameterIsNotNull(request, "request"); try { t tVar = cVar.d; - e eVar = cVar.f2797c; + e eVar = cVar.f2798c; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); cVar.f.b(request); t tVar2 = cVar.d; - e eVar2 = cVar.f2797c; + e eVar2 = cVar.f2798c; Objects.requireNonNull(tVar2); m.checkParameterIsNotNull(eVar2, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(request, "request"); Response.a aVar2 = null; - if (!f.a(request.f2945c) || requestBody == null) { - cVar.f2797c.k(cVar, true, false, null); + if (!f.a(request.f2946c) || requestBody == null) { + cVar.f2798c.k(cVar, true, false, null); z2 = true; } else { if (d0.g0.t.equals("100-continue", request.b("Expect"), true)) { @@ -74,7 +74,7 @@ public final class b implements Interceptor { aVar = null; } if (aVar != null) { - cVar.f2797c.k(cVar, true, false, null); + cVar.f2798c.k(cVar, true, false, null); if (!cVar.b.j()) { cVar.f.e().l(); } @@ -97,7 +97,7 @@ public final class b implements Interceptor { cVar.f.a(); } catch (IOException e) { t tVar3 = cVar.d; - e eVar3 = cVar.f2797c; + e eVar3 = cVar.f2798c; Objects.requireNonNull(tVar3); m.checkParameterIsNotNull(eVar3, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(e, "ioe"); @@ -138,7 +138,7 @@ public final class b implements Interceptor { } m.checkParameterIsNotNull(a, "response"); t tVar4 = cVar.d; - e eVar4 = cVar.f2797c; + e eVar4 = cVar.f2798c; Objects.requireNonNull(tVar4); m.checkParameterIsNotNull(eVar4, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(a, "response"); @@ -153,7 +153,7 @@ public final class b implements Interceptor { Response response2 = a.p; Response response3 = a.q; Response response4 = a.r; - long j = a.f2948s; + long j = a.f2949s; long j2 = a.t; c cVar2 = a.u; m.checkParameterIsNotNull(a, "response"); @@ -177,7 +177,7 @@ public final class b implements Interceptor { } } catch (IOException e4) { t tVar5 = cVar.d; - e eVar5 = cVar.f2797c; + e eVar5 = cVar.f2798c; Objects.requireNonNull(tVar5); m.checkParameterIsNotNull(eVar5, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(e4, "ioe"); @@ -195,10 +195,10 @@ public final class b implements Interceptor { Response response5 = a.p; Response response6 = a.q; Response response7 = a.r; - long j3 = a.f2948s; + long j3 = a.f2949s; long j4 = a.t; c cVar3 = a.u; - ResponseBody responseBody = f0.e0.c.f2792c; + ResponseBody responseBody = f0.e0.c.f2793c; if (!(i4 >= 0)) { throw new IllegalStateException(a.l("code < 0: ", i4).toString()); } else if (request3 == null) { @@ -233,7 +233,7 @@ public final class b implements Interceptor { return response; } catch (IOException e6) { t tVar6 = cVar.d; - e eVar6 = cVar.f2797c; + e eVar6 = cVar.f2798c; Objects.requireNonNull(tVar6); m.checkParameterIsNotNull(eVar6, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(e6, "ioe"); diff --git a/app/src/main/java/f0/e0/h/c.java b/app/src/main/java/f0/e0/h/c.java index bb4fb197c6..9f2e8bb3a5 100644 --- a/app/src/main/java/f0/e0/h/c.java +++ b/app/src/main/java/f0/e0/h/c.java @@ -9,7 +9,7 @@ public final class c { public static final String[] b; /* renamed from: c reason: collision with root package name */ - public static final DateFormat[] f2806c; + public static final DateFormat[] f2807c; /* compiled from: dates.kt */ public static final class a extends ThreadLocal { @@ -26,6 +26,6 @@ public final class c { static { String[] strArr = {"EEE, dd MMM yyyy HH:mm:ss zzz", "EEEE, dd-MMM-yy HH:mm:ss zzz", "EEE MMM d HH:mm:ss yyyy", "EEE, dd-MMM-yyyy HH:mm:ss z", "EEE, dd-MMM-yyyy HH-mm-ss z", "EEE, dd MMM yy HH:mm:ss z", "EEE dd-MMM-yyyy HH:mm:ss z", "EEE dd MMM yyyy HH:mm:ss z", "EEE dd-MMM-yyyy HH-mm-ss z", "EEE dd-MMM-yy HH:mm:ss z", "EEE dd MMM yy HH:mm:ss z", "EEE,dd-MMM-yy HH:mm:ss z", "EEE,dd-MMM-yyyy HH:mm:ss z", "EEE, dd-MM-yyyy HH:mm:ss z", "EEE MMM d yyyy HH:mm:ss z"}; b = strArr; - f2806c = new DateFormat[strArr.length]; + f2807c = new DateFormat[strArr.length]; } } diff --git a/app/src/main/java/f0/e0/h/e.java b/app/src/main/java/f0/e0/h/e.java index 663a7fc88f..3e001d7f2b 100644 --- a/app/src/main/java/f0/e0/h/e.java +++ b/app/src/main/java/f0/e0/h/e.java @@ -39,7 +39,7 @@ public final class e { public static final boolean a(Response response) { m.checkParameterIsNotNull(response, "$this$promisesBody"); - if (m.areEqual(response.i.f2945c, "HEAD")) { + if (m.areEqual(response.i.f2946c, "HEAD")) { return false; } int i = response.l; @@ -161,7 +161,7 @@ public final class e { if (r5.b(r0, r8) == false) goto L_0x0225; */ /* JADX WARNING: Code restructure failed: missing block: B:110:0x0223, code lost: - if (okhttp3.internal.publicsuffix.PublicSuffixDatabase.f2950c.a(r8) == null) goto L_0x0225; + if (okhttp3.internal.publicsuffix.PublicSuffixDatabase.f2951c.a(r8) == null) goto L_0x0225; */ /* JADX WARNING: Removed duplicated region for block: B:129:0x0277 */ /* JADX WARNING: Removed duplicated region for block: B:150:0x0282 A[SYNTHETIC] */ diff --git a/app/src/main/java/f0/e0/h/g.java b/app/src/main/java/f0/e0/h/g.java index e44f9a36eb..1dcd450c8a 100644 --- a/app/src/main/java/f0/e0/h/g.java +++ b/app/src/main/java/f0/e0/h/g.java @@ -17,7 +17,7 @@ public final class g implements Interceptor.Chain { public final e b; /* renamed from: c reason: collision with root package name */ - public final List f2807c; + public final List f2808c; public final int d; public final c e; public final Request f; @@ -32,7 +32,7 @@ public final class g implements Interceptor.Chain { m.checkParameterIsNotNull(list, "interceptors"); m.checkParameterIsNotNull(request, "request"); this.b = eVar; - this.f2807c = list; + this.f2808c = list; this.d = i; this.e = cVar; this.f = request; @@ -49,37 +49,37 @@ public final class g implements Interceptor.Chain { int i8 = (i5 & 16) != 0 ? gVar.h : i3; int i9 = (i5 & 32) != 0 ? gVar.i : i4; m.checkParameterIsNotNull(request2, "request"); - return new g(gVar.b, gVar.f2807c, i6, cVar2, request2, i7, i8, i9); + return new g(gVar.b, gVar.f2808c, i6, cVar2, request2, i7, i8, i9); } @Override // okhttp3.Interceptor.Chain public Response a(Request request) throws IOException { m.checkParameterIsNotNull(request, "request"); boolean z2 = false; - if (this.d < this.f2807c.size()) { + if (this.d < this.f2808c.size()) { this.a++; c cVar = this.e; if (cVar != null) { if (cVar.e.b(request.b)) { if (!(this.a == 1)) { StringBuilder P = a.P("network interceptor "); - P.append(this.f2807c.get(this.d - 1)); + P.append(this.f2808c.get(this.d - 1)); P.append(" must call proceed() exactly once"); throw new IllegalStateException(P.toString().toString()); } } else { StringBuilder P2 = a.P("network interceptor "); - P2.append(this.f2807c.get(this.d - 1)); + P2.append(this.f2808c.get(this.d - 1)); P2.append(" must retain the same host and port"); throw new IllegalStateException(P2.toString().toString()); } } g d = d(this, this.d + 1, null, request, 0, 0, 0, 58); - Interceptor interceptor = this.f2807c.get(this.d); + Interceptor interceptor = this.f2808c.get(this.d); Response intercept = interceptor.intercept(d); if (intercept != null) { if (this.e != null) { - if (!(this.d + 1 >= this.f2807c.size() || d.a == 1)) { + if (!(this.d + 1 >= this.f2808c.size() || d.a == 1)) { throw new IllegalStateException(("network interceptor " + interceptor + " must call proceed() exactly once").toString()); } } diff --git a/app/src/main/java/f0/e0/h/h.java b/app/src/main/java/f0/e0/h/h.java index 16dd41c93d..c66e1c0983 100644 --- a/app/src/main/java/f0/e0/h/h.java +++ b/app/src/main/java/f0/e0/h/h.java @@ -28,7 +28,7 @@ public final class h extends ResponseBody { if (str == null) { return null; } - MediaType.a aVar = MediaType.f2942c; + MediaType.a aVar = MediaType.f2943c; return MediaType.a.b(str); } diff --git a/app/src/main/java/f0/e0/h/i.java b/app/src/main/java/f0/e0/h/i.java index 19c55a6e6b..b7abe02e54 100644 --- a/app/src/main/java/f0/e0/h/i.java +++ b/app/src/main/java/f0/e0/h/i.java @@ -56,7 +56,7 @@ public final class i implements Interceptor { c0 c0Var = (cVar == null || (jVar = cVar.b) == null) ? null : jVar.q; int i = response.l; Request request = response.i; - String str = request.f2945c; + String str = request.f2946c; boolean z2 = false; if (!(i == 307 || i == 308)) { if (i == 401) { @@ -83,7 +83,7 @@ public final class i implements Interceptor { m.throwNpe(); } if (c0Var.b.type() == Proxy.Type.HTTP) { - return this.b.f2854y.a(c0Var, response); + return this.b.f2855y.a(c0Var, response); } throw new ProtocolException("Received HTTP_PROXY_AUTH (407) code while not using proxy"); } else if (i != 408) { @@ -110,7 +110,7 @@ public final class i implements Interceptor { return null; } } - if (!this.b.f2852s || (a = Response.a(response, "Location", null, 2)) == null) { + if (!this.b.f2853s || (a = Response.a(response, "Location", null, 2)) == null) { return null; } w wVar = response.i.b; @@ -173,7 +173,7 @@ public final class i implements Interceptor { if (dVar == null) { m.throwNpe(); } - int i = dVar.f2798c; + int i = dVar.f2799c; if (i == 0 && dVar.d == 0 && dVar.e == 0) { z3 = false; } else { @@ -260,7 +260,7 @@ public final class i implements Interceptor { if (eVar4.q == null) { synchronized (eVar4) { try { - if (!(eVar4.f2799s ^ z3)) { + if (!(eVar4.f2800s ^ z3)) { throw new IllegalStateException("cannot make a new request because the previous response is still open: please call response.close()".toString()); } else if (!(eVar4.r ^ z3)) { eVar = eVar4; @@ -280,8 +280,8 @@ public final class i implements Interceptor { if (z4) { k kVar = eVar4.i; w wVar = request3.b; - if (wVar.f2850c) { - x xVar = eVar4.f2800x; + if (wVar.f2851c) { + x xVar = eVar4.f2801x; SSLSocketFactory sSLSocketFactory2 = xVar.A; if (sSLSocketFactory2 != null) { HostnameVerifier hostnameVerifier2 = xVar.E; @@ -298,11 +298,11 @@ public final class i implements Interceptor { } String str2 = wVar.g; int i4 = wVar.h; - x xVar2 = eVar4.f2800x; + x xVar2 = eVar4.f2801x; list = emptyList; i = i3; response = response5; - eVar4.n = new d(kVar, new a(str2, i4, xVar2.v, xVar2.f2855z, sSLSocketFactory, hostnameVerifier, gVar2, xVar2.f2854y, xVar2.w, xVar2.D, xVar2.C, xVar2.f2853x), eVar4, eVar4.j); + eVar4.n = new d(kVar, new a(str2, i4, xVar2.v, xVar2.f2856z, sSLSocketFactory, hostnameVerifier, gVar2, xVar2.f2855y, xVar2.w, xVar2.D, xVar2.C, xVar2.f2854x), eVar4, eVar4.j); } else { list = emptyList; response = response5; @@ -324,7 +324,7 @@ public final class i implements Interceptor { responseBody = a.o; response3 = a.p; response4 = a.q; - j = a.f2948s; + j = a.f2949s; gVar = gVar3; eVar3 = eVar4; } catch (Throwable th5) { @@ -347,7 +347,7 @@ public final class i implements Interceptor { Response response6 = response.p; Response response7 = response.q; Response response8 = response.r; - long j3 = response.f2948s; + long j3 = response.f2949s; long j4 = response.t; c cVar2 = response.u; if (!(i5 >= 0)) { diff --git a/app/src/main/java/f0/e0/h/j.java b/app/src/main/java/f0/e0/h/j.java index 55f2a93a33..3fe6b9b5bd 100644 --- a/app/src/main/java/f0/e0/h/j.java +++ b/app/src/main/java/f0/e0/h/j.java @@ -12,14 +12,14 @@ public final class j { public final int b; /* renamed from: c reason: collision with root package name */ - public final String f2808c; + public final String f2809c; public j(y yVar, int i, String str) { m.checkParameterIsNotNull(yVar, "protocol"); m.checkParameterIsNotNull(str, "message"); this.a = yVar; this.b = i; - this.f2808c = str; + this.f2809c = str; } public static final j a(String str) throws IOException { @@ -77,7 +77,7 @@ public final class j { sb.append(' '); sb.append(this.b); sb.append(' '); - sb.append(this.f2808c); + sb.append(this.f2809c); String sb2 = sb.toString(); m.checkExpressionValueIsNotNull(sb2, "StringBuilder().apply(builderAction).toString()"); return sb2; diff --git a/app/src/main/java/f0/e0/i/b.java b/app/src/main/java/f0/e0/i/b.java index d5d38f1625..ab1dcd4f86 100644 --- a/app/src/main/java/f0/e0/i/b.java +++ b/app/src/main/java/f0/e0/i/b.java @@ -29,7 +29,7 @@ public final class b implements f0.e0.h.d { public final a b; /* renamed from: c reason: collision with root package name */ - public Headers f2809c; + public Headers f2810c; public final x d; public final j e; public final g f; @@ -178,14 +178,14 @@ public final class b implements f0.e0.h.d { if (this.l == 0) { this.m = false; b bVar = this.o; - bVar.f2809c = bVar.b.a(); + bVar.f2810c = bVar.b.a(); x xVar = this.o.d; if (xVar == null) { m.throwNpe(); } p pVar = xVar.u; w wVar = this.n; - Headers headers = this.o.f2809c; + Headers headers = this.o.f2810c; if (headers == null) { m.throwNpe(); } @@ -384,10 +384,10 @@ public final class b implements f0.e0.h.d { m.checkParameterIsNotNull(request, "request"); m.checkParameterIsNotNull(type, "proxyType"); StringBuilder sb = new StringBuilder(); - sb.append(request.f2945c); + sb.append(request.f2946c); sb.append(' '); w wVar = request.b; - if (!wVar.f2850c && type == Proxy.Type.HTTP) { + if (!wVar.f2851c && type == Proxy.Type.HTTP) { sb.append(wVar); } else { m.checkParameterIsNotNull(wVar, "url"); @@ -461,8 +461,8 @@ public final class b implements f0.e0.h.d { f0.e0.h.j a2 = f0.e0.h.j.a(this.b.b()); Response.a aVar = new Response.a(); aVar.f(a2.a); - aVar.f2949c = a2.b; - aVar.e(a2.f2808c); + aVar.f2950c = a2.b; + aVar.e(a2.f2809c); aVar.d(this.b.a()); if (z2 && a2.b == 100) { return null; diff --git a/app/src/main/java/f0/e0/j/b.java b/app/src/main/java/f0/e0/j/b.java index 810298ab92..300a5356d0 100644 --- a/app/src/main/java/f0/e0/j/b.java +++ b/app/src/main/java/f0/e0/j/b.java @@ -9,7 +9,7 @@ public final class b { public static final ByteString b; /* renamed from: c reason: collision with root package name */ - public static final ByteString f2810c; + public static final ByteString f2811c; public static final ByteString d; public static final ByteString e; public static final ByteString f; @@ -21,7 +21,7 @@ public final class b { ByteString.a aVar = ByteString.j; a = aVar.c(":"); b = aVar.c(":status"); - f2810c = aVar.c(":method"); + f2811c = aVar.c(":method"); d = aVar.c(":path"); e = aVar.c(":scheme"); f = aVar.c(":authority"); diff --git a/app/src/main/java/f0/e0/j/c.java b/app/src/main/java/f0/e0/j/c.java index 30ee99fc38..95baae56c5 100644 --- a/app/src/main/java/f0/e0/j/c.java +++ b/app/src/main/java/f0/e0/j/c.java @@ -26,7 +26,7 @@ public final class c { public static final Map b; /* renamed from: c reason: collision with root package name */ - public static final c f2811c = new c(); + public static final c f2812c = new c(); /* compiled from: Hpack.kt */ public static final class a { @@ -34,7 +34,7 @@ public final class c { public final g b; /* renamed from: c reason: collision with root package name */ - public b[] f2812c; + public b[] f2813c; public int d; public int e; public int f; @@ -49,13 +49,13 @@ public final class c { this.a = new ArrayList(); m.checkParameterIsNotNull(xVar, "$this$buffer"); this.b = new r(xVar); - this.f2812c = new b[8]; + this.f2813c = new b[8]; this.d = 7; } public final void a() { - j.fill$default(this.f2812c, null, 0, 0, 6, null); - this.d = this.f2812c.length - 1; + j.fill$default(this.f2813c, null, 0, 0, 6, null); + this.d = this.f2813c.length - 1; this.e = 0; this.f = 0; } @@ -68,14 +68,14 @@ public final class c { int i2; int i3 = 0; if (i > 0) { - int length = this.f2812c.length; + int length = this.f2813c.length; while (true) { length--; i2 = this.d; if (length < i2 || i <= 0) { break; } - b bVar = this.f2812c[length]; + b bVar = this.f2813c[length]; if (bVar == null) { m.throwNpe(); } @@ -85,7 +85,7 @@ public final class c { this.e--; i3++; } - b[] bVarArr = this.f2812c; + b[] bVarArr = this.f2813c; System.arraycopy(bVarArr, i2 + 1, bVarArr, i2 + 1 + i3, this.e); this.d += i3; } @@ -97,17 +97,17 @@ public final class c { public final ByteString d(int i) throws IOException { boolean z2; if (i >= 0) { - c cVar = c.f2811c; + c cVar = c.f2812c; if (i <= c.a.length - 1) { z2 = true; if (!z2) { - c cVar2 = c.f2811c; + c cVar2 = c.f2812c; return c.a[i].h; } - c cVar3 = c.f2811c; + c cVar3 = c.f2812c; int b = b(i - c.a.length); if (b >= 0) { - b[] bVarArr = this.f2812c; + b[] bVarArr = this.f2813c; if (b < bVarArr.length) { b bVar = bVarArr[b]; if (bVar == null) { @@ -130,7 +130,7 @@ public final class c { this.a.add(bVar); int i2 = bVar.g; if (i != -1) { - b bVar2 = this.f2812c[this.d + 1 + i]; + b bVar2 = this.f2813c[this.d + 1 + i]; if (bVar2 == null) { m.throwNpe(); } @@ -144,19 +144,19 @@ public final class c { int c2 = c((this.f + i2) - i3); if (i == -1) { int i4 = this.e + 1; - b[] bVarArr = this.f2812c; + b[] bVarArr = this.f2813c; if (i4 > bVarArr.length) { b[] bVarArr2 = new b[(bVarArr.length * 2)]; System.arraycopy(bVarArr, 0, bVarArr2, bVarArr.length, bVarArr.length); - this.d = this.f2812c.length - 1; - this.f2812c = bVarArr2; + this.d = this.f2813c.length - 1; + this.f2813c = bVarArr2; } int i5 = this.d; this.d = i5 - 1; - this.f2812c[i5] = bVar; + this.f2813c[i5] = bVar; this.e++; } else { - this.f2812c[this.d + 1 + i + c2 + i] = bVar; + this.f2813c[this.d + 1 + i + c2 + i] = bVar; } this.f += i2; } @@ -176,7 +176,7 @@ public final class c { g gVar = this.b; m.checkParameterIsNotNull(gVar, "source"); m.checkParameterIsNotNull(eVar, "sink"); - p.a aVar = p.f2822c; + p.a aVar = p.f2823c; int i3 = 0; for (long j = 0; j < g; j++) { byte readByte2 = gVar.readByte(); @@ -196,8 +196,8 @@ public final class c { } if (aVar.a == null) { eVar.T(aVar.b); - i3 -= aVar.f2823c; - aVar = p.f2822c; + i3 -= aVar.f2824c; + aVar = p.f2823c; } else { i3 = i4; } @@ -213,12 +213,12 @@ public final class c { if (aVar2 == null) { m.throwNpe(); } - if (aVar2.a != null || aVar2.f2823c > i3) { + if (aVar2.a != null || aVar2.f2824c > i3) { break; } eVar.T(aVar2.b); - i3 -= aVar2.f2823c; - aVar = p.f2822c; + i3 -= aVar2.f2824c; + aVar = p.f2823c; } return eVar.x(); } @@ -248,7 +248,7 @@ public final class c { public boolean b; /* renamed from: c reason: collision with root package name */ - public int f2813c; + public int f2814c; public b[] d; public int e; public int f; @@ -265,7 +265,7 @@ public final class c { this.i = z2; this.j = eVar; this.a = Integer.MAX_VALUE; - this.f2813c = i; + this.f2814c = i; this.d = new b[8]; this.e = 7; } @@ -314,7 +314,7 @@ public final class c { public final void c(b bVar) { int i = bVar.g; - int i2 = this.f2813c; + int i2 = this.f2814c; if (i > i2) { a(); return; @@ -390,19 +390,19 @@ public final class c { m.checkParameterIsNotNull(list, "headerBlock"); if (this.b) { int i3 = this.a; - if (i3 < this.f2813c) { + if (i3 < this.f2814c) { f(i3, 31, 32); } this.b = false; this.a = Integer.MAX_VALUE; - f(this.f2813c, 31, 32); + f(this.f2814c, 31, 32); } int size = list.size(); for (int i4 = 0; i4 < size; i4++) { b bVar = list.get(i4); ByteString p = bVar.h.p(); ByteString byteString = bVar.i; - c cVar = c.f2811c; + c cVar = c.f2812c; Integer num = c.b.get(p); if (num != null) { i2 = num.intValue() + 1; @@ -439,11 +439,11 @@ public final class c { } if (m.areEqual(bVar3.i, byteString)) { int i6 = i5 - this.e; - c cVar2 = c.f2811c; + c cVar2 = c.f2812c; i2 = c.a.length + i6; break; } else if (i == -1) { - c cVar3 = c.f2811c; + c cVar3 = c.f2812c; i = (i5 - this.e) + c.a.length; } } @@ -490,7 +490,7 @@ public final class c { static { b bVar = new b(b.f, ""); - ByteString byteString = b.f2810c; + ByteString byteString = b.f2811c; ByteString byteString2 = b.d; ByteString byteString3 = b.e; ByteString byteString4 = b.b; diff --git a/app/src/main/java/f0/e0/j/d.java b/app/src/main/java/f0/e0/j/d.java index 7143a0d3e9..7819f522bb 100644 --- a/app/src/main/java/f0/e0/j/d.java +++ b/app/src/main/java/f0/e0/j/d.java @@ -11,7 +11,7 @@ public final class d { public static final String[] b = {"DATA", "HEADERS", "PRIORITY", "RST_STREAM", "SETTINGS", "PUSH_PROMISE", "PING", "GOAWAY", "WINDOW_UPDATE", "CONTINUATION"}; /* renamed from: c reason: collision with root package name */ - public static final String[] f2814c = new String[64]; + public static final String[] f2815c = new String[64]; public static final String[] d; public static final d e = new d(); @@ -23,17 +23,17 @@ public final class d { strArr[i] = t.replace$default(c.j("%8s", binaryString), ' ', '0', false, 4, (Object) null); } d = strArr; - String[] strArr2 = f2814c; + String[] strArr2 = f2815c; strArr2[0] = ""; strArr2[1] = "END_STREAM"; int[] iArr = {1}; strArr2[8] = "PADDED"; for (int i2 = 0; i2 < 1; i2++) { int i3 = iArr[i2]; - String[] strArr3 = f2814c; + String[] strArr3 = f2815c; strArr3[i3 | 8] = m.stringPlus(strArr3[i3], "|PADDED"); } - String[] strArr4 = f2814c; + String[] strArr4 = f2815c; strArr4[4] = "END_HEADERS"; strArr4[32] = "PRIORITY"; strArr4[36] = "END_HEADERS|PRIORITY"; @@ -42,7 +42,7 @@ public final class d { int i5 = iArr2[i4]; for (int i6 = 0; i6 < 1; i6++) { int i7 = iArr[i6]; - String[] strArr5 = f2814c; + String[] strArr5 = f2815c; int i8 = i7 | i5; strArr5[i8] = strArr5[i7] + "|" + strArr5[i5]; StringBuilder sb = new StringBuilder(); @@ -51,9 +51,9 @@ public final class d { strArr5[i8 | 8] = a.H(sb, strArr5[i5], "|PADDED"); } } - int length = f2814c.length; + int length = f2815c.length; for (int i9 = 0; i9 < length; i9++) { - String[] strArr6 = f2814c; + String[] strArr6 = f2815c; if (strArr6[i9] == null) { strArr6[i9] = d[i9]; } @@ -76,7 +76,7 @@ public final class d { if (i3 == 4 || i3 == 6) { str = i4 == 1 ? "ACK" : d[i4]; } else if (!(i3 == 7 || i3 == 8)) { - String[] strArr = f2814c; + String[] strArr = f2815c; if (i4 < strArr.length) { str2 = strArr[i4]; if (str2 == null) { diff --git a/app/src/main/java/f0/e0/j/e.java b/app/src/main/java/f0/e0/j/e.java index 347c8a7dfb..1fd23cde24 100644 --- a/app/src/main/java/f0/e0/j/e.java +++ b/app/src/main/java/f0/e0/j/e.java @@ -51,20 +51,20 @@ public final class e implements Closeable { public final f0.e0.f.d r; /* renamed from: s reason: collision with root package name */ - public final f0.e0.f.c f2815s; + public final f0.e0.f.c f2816s; public final f0.e0.f.c t; public final f0.e0.f.c u; public final r v; public long w; /* renamed from: x reason: collision with root package name */ - public long f2816x; + public long f2817x; /* renamed from: y reason: collision with root package name */ - public long f2817y; + public long f2818y; /* renamed from: z reason: collision with root package name */ - public long f2818z; + public long f2819z; /* compiled from: TaskQueue.kt */ public static final class a extends f0.e0.f.a { @@ -84,7 +84,7 @@ public final class e implements Closeable { boolean z2; synchronized (this.e) { eVar = this.e; - long j = eVar.f2816x; + long j = eVar.f2817x; long j2 = eVar.w; if (j < j2) { z2 = true; @@ -109,7 +109,7 @@ public final class e implements Closeable { public String b; /* renamed from: c reason: collision with root package name */ - public g f2819c; + public g f2820c; public BufferedSink d; public c e = c.a; public r f = r.a; @@ -170,7 +170,7 @@ public final class e implements Closeable { this.f.j.l.b(this.e); return -1; } catch (IOException e) { - h.a aVar = h.f2825c; + h.a aVar = h.f2826c; h hVar = h.a; StringBuilder P = c.d.b.a.a.P("Http2Connection.Listener failure for "); P.append(this.f.j.n); @@ -357,7 +357,7 @@ public final class e implements Closeable { @Override // f0.e0.j.m.b public void b(boolean z2, s sVar) { d0.z.d.m.checkParameterIsNotNull(sVar, "settings"); - f0.e0.f.c cVar = this.j.f2815s; + f0.e0.f.c cVar = this.j.f2816s; String H = c.d.b.a.a.H(new StringBuilder(), this.j.n, " applyAndAckSettings"); cVar.c(new c(H, true, H, true, this, z2, sVar), 0); } @@ -511,9 +511,9 @@ public final class e implements Closeable { if (z2) { synchronized (this.j) { if (i == 1) { - this.j.f2816x++; + this.j.f2817x++; } else if (i == 2) { - this.j.f2818z++; + this.j.f2819z++; } else if (i == 3) { e eVar = this.j; eVar.A++; @@ -522,7 +522,7 @@ public final class e implements Closeable { } return; } - f0.e0.f.c cVar = this.j.f2815s; + f0.e0.f.c cVar = this.j.f2816s; String H = c.d.b.a.a.H(new StringBuilder(), this.j.n, " ping"); cVar.c(new b(H, true, H, true, this, i, i2), 0); } @@ -720,7 +720,7 @@ public final class e implements Closeable { f0.e0.f.d dVar = bVar.i; this.r = dVar; f0.e0.f.c f2 = dVar.f(); - this.f2815s = f2; + this.f2816s = f2; this.t = dVar.f(); this.u = dVar.f(); this.v = bVar.f; @@ -742,7 +742,7 @@ public final class e implements Closeable { d0.z.d.m.throwUninitializedPropertyAccessException("sink"); } this.J = new o(bufferedSink, z2); - g gVar = bVar.f2819c; + g gVar = bVar.f2820c; if (gVar == null) { d0.z.d.m.throwUninitializedPropertyAccessException("source"); } @@ -793,7 +793,7 @@ public final class e implements Closeable { this.I.close(); } catch (IOException unused4) { } - this.f2815s.f(); + this.f2816s.f(); this.t.f(); this.u.f(); } @@ -890,11 +890,11 @@ public final class e implements Closeable { public final void s(int i2, a aVar) { d0.z.d.m.checkParameterIsNotNull(aVar, "errorCode"); String str = this.n + '[' + i2 + "] writeSynReset"; - this.f2815s.c(new C0311e(str, true, str, true, this, i2, aVar), 0); + this.f2816s.c(new C0311e(str, true, str, true, this, i2, aVar), 0); } public final void t(int i2, long j2) { String str = this.n + '[' + i2 + "] windowUpdate"; - this.f2815s.c(new f(str, true, str, true, this, i2, j2), 0); + this.f2816s.c(new f(str, true, str, true, this, i2, j2), 0); } } diff --git a/app/src/main/java/f0/e0/j/l.java b/app/src/main/java/f0/e0/j/l.java index e9871d712e..fdb3633b0a 100644 --- a/app/src/main/java/f0/e0/j/l.java +++ b/app/src/main/java/f0/e0/j/l.java @@ -32,7 +32,7 @@ public final class l implements d { public static final List b = c.m("connection", "host", "keep-alive", "proxy-connection", "te", "transfer-encoding", "encoding", "upgrade"); /* renamed from: c reason: collision with root package name */ - public volatile n f2820c; + public volatile n f2821c; public final y d; public volatile boolean e; public final j f; @@ -54,7 +54,7 @@ public final class l implements d { @Override // f0.e0.h.d public void a() { - n nVar = this.f2820c; + n nVar = this.f2821c; if (nVar == null) { m.throwNpe(); } @@ -66,13 +66,13 @@ public final class l implements d { int i; n nVar; m.checkParameterIsNotNull(request, "request"); - if (this.f2820c == null) { + if (this.f2821c == null) { boolean z2 = false; boolean z3 = request.e != null; m.checkParameterIsNotNull(request, "request"); Headers headers = request.d; ArrayList arrayList = new ArrayList(headers.size() + 4); - arrayList.add(new b(b.f2810c, request.f2945c)); + arrayList.add(new b(b.f2811c, request.f2946c)); ByteString byteString = b.d; w wVar = request.b; m.checkParameterIsNotNull(wVar, "url"); @@ -115,7 +115,7 @@ public final class l implements d { i = eVar.p; eVar.p = i + 2; nVar = new n(i, eVar, z4, false, null); - if (!z3 || eVar.G >= eVar.H || nVar.f2821c >= nVar.d) { + if (!z3 || eVar.G >= eVar.H || nVar.f2822c >= nVar.d) { z2 = true; } if (nVar.i()) { @@ -130,22 +130,22 @@ public final class l implements d { if (z2) { eVar.J.flush(); } - this.f2820c = nVar; + this.f2821c = nVar; if (this.e) { - n nVar2 = this.f2820c; + n nVar2 = this.f2821c; if (nVar2 == null) { m.throwNpe(); } nVar2.e(a.CANCEL); throw new IOException("Canceled"); } - n nVar3 = this.f2820c; + n nVar3 = this.f2821c; if (nVar3 == null) { m.throwNpe(); } TimeUnit timeUnit = TimeUnit.MILLISECONDS; nVar3.i.g((long) this.g.h, timeUnit); - n nVar4 = this.f2820c; + n nVar4 = this.f2821c; if (nVar4 == null) { m.throwNpe(); } @@ -156,7 +156,7 @@ public final class l implements d { @Override // f0.e0.h.d public g0.x c(Response response) { m.checkParameterIsNotNull(response, "response"); - n nVar = this.f2820c; + n nVar = this.f2821c; if (nVar == null) { m.throwNpe(); } @@ -166,7 +166,7 @@ public final class l implements d { @Override // f0.e0.h.d public void cancel() { this.e = true; - n nVar = this.f2820c; + n nVar = this.f2821c; if (nVar != null) { nVar.e(a.CANCEL); } @@ -176,7 +176,7 @@ public final class l implements d { @Override // f0.e0.h.d public Response.a d(boolean z2) { Headers headers; - n nVar = this.f2820c; + n nVar = this.f2821c; if (nVar == null) { m.throwNpe(); } @@ -228,12 +228,12 @@ public final class l implements d { if (jVar != null) { Response.a aVar2 = new Response.a(); aVar2.f(yVar); - aVar2.f2949c = jVar.b; - aVar2.e(jVar.f2808c); + aVar2.f2950c = jVar.b; + aVar2.e(jVar.f2809c); Object[] array = arrayList.toArray(new String[0]); if (array != null) { aVar2.d(new Headers((String[]) array, null)); - if (!z2 || aVar2.f2949c != 100) { + if (!z2 || aVar2.f2950c != 100) { return aVar2; } return null; @@ -265,7 +265,7 @@ public final class l implements d { @Override // f0.e0.h.d public v h(Request request, long j) { m.checkParameterIsNotNull(request, "request"); - n nVar = this.f2820c; + n nVar = this.f2821c; if (nVar == null) { m.throwNpe(); } diff --git a/app/src/main/java/f0/e0/j/m.java b/app/src/main/java/f0/e0/j/m.java index 11a46ee726..88669d20ce 100644 --- a/app/src/main/java/f0/e0/j/m.java +++ b/app/src/main/java/f0/e0/j/m.java @@ -424,17 +424,17 @@ public final class m implements Closeable { } else if ((i6 & 128) == 128) { int g = aVar2.g(i6, 127) - 1; if (g >= 0) { - c cVar = c.f2811c; + c cVar = c.f2812c; if (g <= c.a.length - 1) { z2 = true; if (!z2) { - c cVar2 = c.f2811c; + c cVar2 = c.f2812c; aVar2.a.add(c.a[g]); } else { - c cVar3 = c.f2811c; + c cVar3 = c.f2812c; int b2 = aVar2.b(g - c.a.length); if (b2 >= 0) { - b[] bVarArr = aVar2.f2812c; + b[] bVarArr = aVar2.f2813c; if (b2 < bVarArr.length) { List list = aVar2.a; b bVar = bVarArr[b2]; @@ -454,7 +454,7 @@ public final class m implements Closeable { if (!z2) { } } else if (i6 == 64) { - c cVar4 = c.f2811c; + c cVar4 = c.f2812c; ByteString f = aVar2.f(); cVar4.a(f); aVar2.e(-1, new b(f, aVar2.f())); @@ -477,7 +477,7 @@ public final class m implements Closeable { } } } else if (i6 == 16 || i6 == 0) { - c cVar5 = c.f2811c; + c cVar5 = c.f2812c; ByteString f2 = aVar2.f(); cVar5.a(f2); aVar2.a.add(new b(f2, aVar2.f())); diff --git a/app/src/main/java/f0/e0/j/n.java b/app/src/main/java/f0/e0/j/n.java index 2503c9dfbc..1424b940c7 100644 --- a/app/src/main/java/f0/e0/j/n.java +++ b/app/src/main/java/f0/e0/j/n.java @@ -20,7 +20,7 @@ public final class n { public long b; /* renamed from: c reason: collision with root package name */ - public long f2821c; + public long f2822c; public long d; public final ArrayDeque e; public boolean f; @@ -57,7 +57,7 @@ public final class n { n.this.j.m(); throw th; } - if (nVar.f2821c < nVar.d || this.k || this.j || nVar.f() != null) { + if (nVar.f2822c < nVar.d || this.k || this.j || nVar.f() != null) { break; } n.this.l(); @@ -65,9 +65,9 @@ public final class n { n.this.j.m(); n.this.b(); n nVar2 = n.this; - min = Math.min(nVar2.d - nVar2.f2821c, this.i.j); + min = Math.min(nVar2.d - nVar2.f2822c, this.i.j); n nVar3 = n.this; - nVar3.f2821c += min; + nVar3.f2822c += min; z3 = z2 && min == this.i.j && nVar3.f() == null; } n.this.j.i(); @@ -277,12 +277,12 @@ public final class n { n.this.e(a.CANCEL); e eVar = n.this.n; synchronized (eVar) { - long j = eVar.f2818z; - long j2 = eVar.f2817y; + long j = eVar.f2819z; + long j2 = eVar.f2818y; if (j >= j2) { - eVar.f2817y = j2 + 1; + eVar.f2818y = j2 + 1; eVar.B = System.nanoTime() + ((long) 1000000000); - f0.e0.f.c cVar = eVar.f2815s; + f0.e0.f.c cVar = eVar.f2816s; String H = c.d.b.a.a.H(new StringBuilder(), eVar.n, " ping"); cVar.c(new k(H, true, H, true, eVar), 0); } diff --git a/app/src/main/java/f0/e0/j/o.java b/app/src/main/java/f0/e0/j/o.java index b6491fd45b..3ad2cb97b7 100644 --- a/app/src/main/java/f0/e0/j/o.java +++ b/app/src/main/java/f0/e0/j/o.java @@ -48,13 +48,13 @@ public final class o implements Closeable { } bVar.h = i5; int min = Math.min(i5, 16384); - int i6 = bVar.f2813c; + int i6 = bVar.f2814c; if (i6 != min) { if (min < i6) { bVar.a = Math.min(bVar.a, min); } bVar.b = true; - bVar.f2813c = min; + bVar.f2814c = min; int i7 = bVar.g; if (min < i7) { if (min == 0) { diff --git a/app/src/main/java/f0/e0/j/p.java b/app/src/main/java/f0/e0/j/p.java index ca3bda8652..8dfba80e23 100644 --- a/app/src/main/java/f0/e0/j/p.java +++ b/app/src/main/java/f0/e0/j/p.java @@ -9,7 +9,7 @@ public final class p { public static final byte[] b = {13, 23, 28, 28, 28, 28, 28, 28, 28, 24, 30, 28, 28, 30, 28, 28, 28, 28, 28, 28, 28, 28, 30, 28, 28, 28, 28, 28, 28, 28, 28, 28, 6, 10, 10, 12, 13, 6, 8, 11, 10, 10, 8, 11, 8, 6, 6, 6, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6, 7, 8, 15, 6, 12, 10, 13, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 8, 7, 8, 13, 19, 13, 14, 6, 15, 5, 6, 5, 6, 5, 6, 6, 6, 5, 7, 7, 6, 6, 6, 5, 6, 7, 6, 5, 5, 6, 7, 7, 7, 7, 7, 15, 11, 14, 13, 28, 20, 22, 20, 20, 22, 22, 22, 23, 22, 23, 23, 23, 23, 23, 24, 23, 24, 24, 22, 23, 24, 23, 23, 23, 23, 21, 22, 23, 22, 23, 23, 24, 22, 21, 20, 22, 22, 23, 23, 21, 23, 22, 22, 24, 21, 22, 23, 23, 21, 21, 22, 21, 23, 22, 23, 23, 20, 22, 22, 22, 23, 22, 22, 23, 26, 26, 20, 19, 22, 23, 22, 25, 26, 26, 26, 27, 27, 26, 24, 25, 19, 21, 26, 27, 27, 26, 27, 24, 21, 21, 26, 26, 28, 27, 27, 27, 20, 24, 20, 21, 22, 21, 21, 23, 22, 22, 25, 25, 24, 24, 26, 23, 26, 27, 26, 26, 27, 27, 27, 27, 27, 28, 27, 27, 27, 27, 27, 26}; /* renamed from: c reason: collision with root package name */ - public static final a f2822c = new a(); + public static final a f2823c = new a(); public static final p d; /* compiled from: Huffman.kt */ @@ -18,19 +18,19 @@ public final class p { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2823c; + public final int f2824c; public a() { this.a = new a[256]; this.b = 0; - this.f2823c = 0; + this.f2824c = 0; } public a(int i, int i2) { this.a = null; this.b = i; int i3 = i2 & 7; - this.f2823c = i3 == 0 ? 8 : i3; + this.f2824c = i3 == 0 ? 8 : i3; } } @@ -44,7 +44,7 @@ public final class p { public final void a(int i, int i2, int i3) { a aVar = new a(i, i3); - a aVar2 = f2822c; + a aVar2 = f2823c; while (i3 > 8) { i3 -= 8; int i4 = (i2 >>> i3) & 255; diff --git a/app/src/main/java/f0/e0/k/a.java b/app/src/main/java/f0/e0/k/a.java index 6aee29c989..28fa7fb495 100644 --- a/app/src/main/java/f0/e0/k/a.java +++ b/app/src/main/java/f0/e0/k/a.java @@ -21,7 +21,7 @@ import javax.net.ssl.SSLSocket; import javax.net.ssl.X509TrustManager; /* compiled from: Android10Platform.kt */ public final class a extends h { - public static final boolean d = (h.f2825c.c() && Build.VERSION.SDK_INT >= 29); + public static final boolean d = (h.f2826c.c() && Build.VERSION.SDK_INT >= 29); public static final a e = null; public final List f; diff --git a/app/src/main/java/f0/e0/k/b.java b/app/src/main/java/f0/e0/k/b.java index 339baad2e2..009503d65d 100644 --- a/app/src/main/java/f0/e0/k/b.java +++ b/app/src/main/java/f0/e0/k/b.java @@ -106,7 +106,7 @@ public final class b extends h { static { boolean z2 = false; - if (h.f2825c.c() && Build.VERSION.SDK_INT < 30) { + if (h.f2826c.c() && Build.VERSION.SDK_INT < 30) { z2 = true; } d = z2; @@ -291,7 +291,7 @@ public final class b extends h { boolean z2 = false; if (obj != null) { try { - Method method = hVar.f2828c; + Method method = hVar.f2829c; if (method == null) { m.throwNpe(); } diff --git a/app/src/main/java/f0/e0/k/e.java b/app/src/main/java/f0/e0/k/e.java index 564592e4a4..96bf70c641 100644 --- a/app/src/main/java/f0/e0/k/e.java +++ b/app/src/main/java/f0/e0/k/e.java @@ -27,11 +27,11 @@ public final class e extends h { public String b; /* renamed from: c reason: collision with root package name */ - public final List f2824c; + public final List f2825c; public a(List list) { m.checkParameterIsNotNull(list, "protocols"); - this.f2824c = list; + this.f2825c = list; } @Override // java.lang.reflect.InvocationHandler @@ -49,7 +49,7 @@ public final class e extends h { if (!m.areEqual(name, "unsupported") || !m.areEqual(Void.TYPE, returnType)) { if (m.areEqual(name, "protocols")) { if (objArr.length == 0) { - return this.f2824c; + return this.f2825c; } } if ((m.areEqual(name, "selectProtocol") || m.areEqual(name, "select")) && m.areEqual(String.class, returnType) && objArr.length == 1 && (objArr[0] instanceof List)) { @@ -63,7 +63,7 @@ public final class e extends h { Object obj3 = list.get(i); if (obj3 != null) { String str = (String) obj3; - if (!this.f2824c.contains(str)) { + if (!this.f2825c.contains(str)) { if (i == size) { break; } @@ -77,7 +77,7 @@ public final class e extends h { } } } - String str2 = this.f2824c.get(0); + String str2 = this.f2825c.get(0); this.b = str2; return str2; } diff --git a/app/src/main/java/f0/e0/k/h.java b/app/src/main/java/f0/e0/k/h.java index 66d099cd46..1620fb6856 100644 --- a/app/src/main/java/f0/e0/k/h.java +++ b/app/src/main/java/f0/e0/k/h.java @@ -44,7 +44,7 @@ public class h { public static final Logger b = Logger.getLogger(x.class.getName()); /* renamed from: c reason: collision with root package name */ - public static final a f2825c; + public static final a f2826c; /* compiled from: Platform.kt */ public static final class a { @@ -100,9 +100,9 @@ public class h { h hVar; h hVar2 = null; a aVar = new a(null); - f2825c = aVar; + f2826c = aVar; if (aVar.c()) { - c cVar = c.f2826c; + c cVar = c.f2827c; for (Map.Entry entry : c.b.entrySet()) { String value = entry.getValue(); Logger logger = Logger.getLogger(entry.getKey()); diff --git a/app/src/main/java/f0/e0/k/i/a.java b/app/src/main/java/f0/e0/k/i/a.java index 8f6f626e53..16c296b748 100644 --- a/app/src/main/java/f0/e0/k/i/a.java +++ b/app/src/main/java/f0/e0/k/i/a.java @@ -22,7 +22,7 @@ public final class a implements k { @Override // f0.e0.k.i.k public boolean b() { - return h.f2825c.c() && Build.VERSION.SDK_INT >= 29; + return h.f2826c.c() && Build.VERSION.SDK_INT >= 29; } @Override // f0.e0.k.i.k @@ -45,7 +45,7 @@ public final class a implements k { SSLSockets.setUseSessionTickets(sSLSocket, true); SSLParameters sSLParameters = sSLSocket.getSSLParameters(); m.checkExpressionValueIsNotNull(sSLParameters, "sslParameters"); - Object[] array = h.f2825c.a(list).toArray(new String[0]); + Object[] array = h.f2826c.a(list).toArray(new String[0]); if (array != null) { sSLParameters.setApplicationProtocols((String[]) array); sSLSocket.setSSLParameters(sSLParameters); diff --git a/app/src/main/java/f0/e0/k/i/c.java b/app/src/main/java/f0/e0/k/i/c.java index 4941621fa1..2a47c1196d 100644 --- a/app/src/main/java/f0/e0/k/i/c.java +++ b/app/src/main/java/f0/e0/k/i/c.java @@ -14,7 +14,7 @@ public final class c { public static final Map b; /* renamed from: c reason: collision with root package name */ - public static final c f2826c = null; + public static final c f2827c = null; static { LinkedHashMap linkedHashMap = new LinkedHashMap(); diff --git a/app/src/main/java/f0/e0/k/i/d.java b/app/src/main/java/f0/e0/k/i/d.java index afc150dc17..f0bbb0b0ee 100644 --- a/app/src/main/java/f0/e0/k/i/d.java +++ b/app/src/main/java/f0/e0/k/i/d.java @@ -25,7 +25,7 @@ public final class d extends Handler { public void publish(LogRecord logRecord) { int min; m.checkParameterIsNotNull(logRecord, "record"); - c cVar = c.f2826c; + c cVar = c.f2827c; String loggerName = logRecord.getLoggerName(); m.checkExpressionValueIsNotNull(loggerName, "record.loggerName"); int i = logRecord.getLevel().intValue() > Level.INFO.intValue() ? 5 : logRecord.getLevel().intValue() == Level.INFO.intValue() ? 4 : 3; diff --git a/app/src/main/java/f0/e0/k/i/f.java b/app/src/main/java/f0/e0/k/i/f.java index 335c7ed6c4..0efed7133b 100644 --- a/app/src/main/java/f0/e0/k/i/f.java +++ b/app/src/main/java/f0/e0/k/i/f.java @@ -19,7 +19,7 @@ public class f implements k { public static final a b; /* renamed from: c reason: collision with root package name */ - public final Method f2827c; + public final Method f2828c; public final Method d; public final Method e; public final Method f; @@ -43,7 +43,7 @@ public class f implements k { this.g = cls; Method declaredMethod = cls.getDeclaredMethod("setUseSessionTickets", Boolean.TYPE); m.checkExpressionValueIsNotNull(declaredMethod, "sslSocketClass.getDeclar…:class.javaPrimitiveType)"); - this.f2827c = declaredMethod; + this.f2828c = declaredMethod; this.d = cls.getMethod("setHostname", String.class); this.e = cls.getMethod("getAlpnSelectedProtocol", new Class[0]); this.f = cls.getMethod("setAlpnProtocols", byte[].class); @@ -93,11 +93,11 @@ public class f implements k { m.checkParameterIsNotNull(list, "protocols"); if (a(sSLSocket)) { try { - this.f2827c.invoke(sSLSocket, Boolean.TRUE); + this.f2828c.invoke(sSLSocket, Boolean.TRUE); if (str != null) { this.d.invoke(sSLSocket, str); } - this.f.invoke(sSLSocket, h.f2825c.b(list)); + this.f.invoke(sSLSocket, h.f2826c.b(list)); } catch (IllegalAccessException e) { throw new AssertionError(e); } catch (InvocationTargetException e2) { diff --git a/app/src/main/java/f0/e0/k/i/g.java b/app/src/main/java/f0/e0/k/i/g.java index 7264f35928..89c7074323 100644 --- a/app/src/main/java/f0/e0/k/i/g.java +++ b/app/src/main/java/f0/e0/k/i/g.java @@ -60,7 +60,7 @@ public final class g implements k { BCSSLSocket bCSSLSocket = (BCSSLSocket) sSLSocket; BCSSLParameters parameters = bCSSLSocket.getParameters(); m.checkExpressionValueIsNotNull(parameters, "sslParameters"); - Object[] array = h.f2825c.a(list).toArray(new String[0]); + Object[] array = h.f2826c.a(list).toArray(new String[0]); if (array != null) { parameters.setApplicationProtocols((String[]) array); bCSSLSocket.setParameters(parameters); diff --git a/app/src/main/java/f0/e0/k/i/h.java b/app/src/main/java/f0/e0/k/i/h.java index 80b7b600d6..1489ab856d 100644 --- a/app/src/main/java/f0/e0/k/i/h.java +++ b/app/src/main/java/f0/e0/k/i/h.java @@ -7,11 +7,11 @@ public final class h { public final Method b; /* renamed from: c reason: collision with root package name */ - public final Method f2828c; + public final Method f2829c; public h(Method method, Method method2, Method method3) { this.a = method; this.b = method2; - this.f2828c = method3; + this.f2829c = method3; } } diff --git a/app/src/main/java/f0/e0/k/i/i.java b/app/src/main/java/f0/e0/k/i/i.java index 28ec4d2459..44262c6e96 100644 --- a/app/src/main/java/f0/e0/k/i/i.java +++ b/app/src/main/java/f0/e0/k/i/i.java @@ -56,7 +56,7 @@ public final class i implements k { m.checkParameterIsNotNull(list, "protocols"); if (a(sSLSocket)) { Conscrypt.setUseSessionTickets(sSLSocket, true); - Object[] array = h.f2825c.a(list).toArray(new String[0]); + Object[] array = h.f2826c.a(list).toArray(new String[0]); if (array != null) { Conscrypt.setApplicationProtocols(sSLSocket, (String[]) array); return; diff --git a/app/src/main/java/f0/e0/n/d.java b/app/src/main/java/f0/e0/n/d.java index aa1e672dda..e618ba1a28 100644 --- a/app/src/main/java/f0/e0/n/d.java +++ b/app/src/main/java/f0/e0/n/d.java @@ -37,7 +37,7 @@ public final class d implements WebSocket, h.a { public final String b; /* renamed from: c reason: collision with root package name */ - public f0.e f2829c; + public f0.e f2830c; public f0.e0.f.a d; public h e; public i f; @@ -55,20 +55,20 @@ public final class d implements WebSocket, h.a { public int r; /* renamed from: s reason: collision with root package name */ - public int f2830s; + public int f2831s; public boolean t; public final Request u; public final WebSocketListener v; public final Random w; /* renamed from: x reason: collision with root package name */ - public final long f2831x; + public final long f2832x; /* renamed from: y reason: collision with root package name */ - public f f2832y = null; + public f f2833y = null; /* renamed from: z reason: collision with root package name */ - public long f2833z; + public long f2834z; /* compiled from: RealWebSocket.kt */ public static final class a { @@ -76,12 +76,12 @@ public final class d implements WebSocket, h.a { public final ByteString b; /* renamed from: c reason: collision with root package name */ - public final long f2834c; + public final long f2835c; public a(int i, ByteString byteString, long j) { this.a = i; this.b = byteString; - this.f2834c = j; + this.f2835c = j; } } @@ -154,7 +154,7 @@ public final class d implements WebSocket, h.a { dVar.t = true; if (i != -1) { StringBuilder P = c.d.b.a.a.P("sent ping but didn't receive pong within "); - P.append(dVar.f2831x); + P.append(dVar.f2832x); P.append("ms (after "); P.append(i - 1); P.append(" successful ping/pongs)"); @@ -187,7 +187,7 @@ public final class d implements WebSocket, h.a { @Override // f0.e0.f.a public long a() { - f0.e eVar = this.e.f2829c; + f0.e eVar = this.e.f2830c; if (eVar == null) { d0.z.d.m.throwNpe(); } @@ -204,13 +204,13 @@ public final class d implements WebSocket, h.a { this.u = request; this.v = webSocketListener; this.w = random; - this.f2831x = j; - this.f2833z = j2; + this.f2832x = j; + this.f2834z = j2; this.g = dVar.f(); this.j = new ArrayDeque<>(); this.k = new ArrayDeque<>(); this.n = -1; - if (d0.z.d.m.areEqual(ShareTarget.METHOD_GET, request.f2945c)) { + if (d0.z.d.m.areEqual(ShareTarget.METHOD_GET, request.f2946c)) { ByteString.a aVar = ByteString.j; byte[] bArr = new byte[16]; random.nextBytes(bArr); @@ -218,7 +218,7 @@ public final class d implements WebSocket, h.a { return; } StringBuilder P = c.d.b.a.a.P("Request must be GET: "); - P.append(request.f2945c); + P.append(request.f2946c); throw new IllegalArgumentException(P.toString().toString()); } @@ -306,7 +306,7 @@ public final class d implements WebSocket, h.a { @Override // f0.e0.n.h.a public synchronized void f(ByteString byteString) { d0.z.d.m.checkParameterIsNotNull(byteString, "payload"); - this.f2830s++; + this.f2831s++; this.t = false; } @@ -526,7 +526,7 @@ public final class d implements WebSocket, h.a { public final void j(String str, c cVar) throws IOException { d0.z.d.m.checkParameterIsNotNull(str, ModelAuditLogEntry.CHANGE_KEY_NAME); d0.z.d.m.checkParameterIsNotNull(cVar, "streams"); - f fVar = this.f2832y; + f fVar = this.f2833y; if (fVar == null) { d0.z.d.m.throwNpe(); } @@ -534,9 +534,9 @@ public final class d implements WebSocket, h.a { this.h = str; this.i = cVar; boolean z2 = cVar.i; - this.f = new i(z2, cVar.k, this.w, fVar.a, z2 ? fVar.f2835c : fVar.e, this.f2833z); + this.f = new i(z2, cVar.k, this.w, fVar.a, z2 ? fVar.f2836c : fVar.e, this.f2834z); this.d = new C0313d(); - long j = this.f2831x; + long j = this.f2832x; if (j != 0) { long nanos = TimeUnit.MILLISECONDS.toNanos(j); String str2 = str + " ping"; @@ -547,7 +547,7 @@ public final class d implements WebSocket, h.a { } } boolean z3 = cVar.i; - this.e = new h(z3, cVar.j, this, fVar.a, z3 ^ true ? fVar.f2835c : fVar.e); + this.e = new h(z3, cVar.j, this, fVar.a, z3 ^ true ? fVar.f2836c : fVar.e); } public final void k() throws IOException { @@ -568,26 +568,26 @@ public final class d implements WebSocket, h.a { hVar.u.A(hVar.p, j); if (!hVar.t) { g0.e eVar = hVar.p; - e.a aVar = hVar.f2836s; + e.a aVar = hVar.f2837s; if (aVar == null) { d0.z.d.m.throwNpe(); } eVar.w(aVar); - hVar.f2836s.b(hVar.p.j - hVar.k); - e.a aVar2 = hVar.f2836s; + hVar.f2837s.b(hVar.p.j - hVar.k); + e.a aVar2 = hVar.f2837s; byte[] bArr = hVar.r; if (bArr == null) { d0.z.d.m.throwNpe(); } g.a(aVar2, bArr); - hVar.f2836s.close(); + hVar.f2837s.close(); } } if (hVar.l) { if (hVar.n) { c cVar = hVar.q; if (cVar == null) { - cVar = new c(hVar.f2837x); + cVar = new c(hVar.f2838x); hVar.q = cVar; } g0.e eVar2 = hVar.p; @@ -704,7 +704,7 @@ public final class d implements WebSocket, h.a { } else { a aVar = ref$ObjectRef8.element; if (aVar != null) { - long j = aVar.f2834c; + long j = aVar.f2835c; String str = this.h + " cancel"; byteString = poll; iVar = iVar4; diff --git a/app/src/main/java/f0/e0/n/e.java b/app/src/main/java/f0/e0/n/e.java index f712273372..482ce8b4ce 100644 --- a/app/src/main/java/f0/e0/n/e.java +++ b/app/src/main/java/f0/e0/n/e.java @@ -112,7 +112,7 @@ public final class e implements f { i2++; i = 0; } - this.a.f2832y = new f(z2, num, z3, num2, z4, z5); + this.a.f2833y = new f(z2, num, z3, num2, z4, z5); if (!(!z5 && num == null && (num2 == null || (8 <= (intValue = num2.intValue()) && 15 >= intValue)))) { synchronized (this.a) { this.a.k.clear(); diff --git a/app/src/main/java/f0/e0/n/f.java b/app/src/main/java/f0/e0/n/f.java index edb7cb8cbb..c0da038e11 100644 --- a/app/src/main/java/f0/e0/n/f.java +++ b/app/src/main/java/f0/e0/n/f.java @@ -8,7 +8,7 @@ public final class f { public final Integer b; /* renamed from: c reason: collision with root package name */ - public final boolean f2835c; + public final boolean f2836c; public final Integer d; public final boolean e; public final boolean f; @@ -16,7 +16,7 @@ public final class f { public f() { this.a = false; this.b = null; - this.f2835c = false; + this.f2836c = false; this.d = null; this.e = false; this.f = false; @@ -25,7 +25,7 @@ public final class f { public f(boolean z2, Integer num, boolean z3, Integer num2, boolean z4, boolean z5) { this.a = z2; this.b = num; - this.f2835c = z3; + this.f2836c = z3; this.d = num2; this.e = z4; this.f = z5; @@ -39,7 +39,7 @@ public final class f { return false; } f fVar = (f) obj; - return this.a == fVar.a && m.areEqual(this.b, fVar.b) && this.f2835c == fVar.f2835c && m.areEqual(this.d, fVar.d) && this.e == fVar.e && this.f == fVar.f; + return this.a == fVar.a && m.areEqual(this.b, fVar.b) && this.f2836c == fVar.f2836c && m.areEqual(this.d, fVar.d) && this.e == fVar.e && this.f == fVar.f; } public int hashCode() { @@ -55,7 +55,7 @@ public final class f { Integer num = this.b; int i6 = 0; int hashCode = (i5 + (num != null ? num.hashCode() : 0)) * 31; - boolean z3 = this.f2835c; + boolean z3 = this.f2836c; if (z3) { z3 = true; } @@ -89,7 +89,7 @@ public final class f { P.append(", clientMaxWindowBits="); P.append(this.b); P.append(", clientNoContextTakeover="); - P.append(this.f2835c); + P.append(this.f2836c); P.append(", serverMaxWindowBits="); P.append(this.d); P.append(", serverNoContextTakeover="); diff --git a/app/src/main/java/f0/e0/n/h.java b/app/src/main/java/f0/e0/n/h.java index 6418313583..2e2497031e 100644 --- a/app/src/main/java/f0/e0/n/h.java +++ b/app/src/main/java/f0/e0/n/h.java @@ -23,14 +23,14 @@ public final class h implements Closeable { public final byte[] r; /* renamed from: s reason: collision with root package name */ - public final e.a f2836s; + public final e.a f2837s; public final boolean t; public final g u; public final a v; public final boolean w; /* renamed from: x reason: collision with root package name */ - public final boolean f2837x; + public final boolean f2838x; /* compiled from: WebSocketReader.kt */ public interface a { @@ -52,10 +52,10 @@ public final class h implements Closeable { this.u = gVar; this.v = aVar; this.w = z3; - this.f2837x = z4; + this.f2838x = z4; e.a aVar2 = null; this.r = z2 ? null : new byte[4]; - this.f2836s = !z2 ? new e.a() : aVar2; + this.f2837s = !z2 ? new e.a() : aVar2; } public final void a() throws IOException { @@ -65,19 +65,19 @@ public final class h implements Closeable { this.u.A(this.o, j); if (!this.t) { e eVar = this.o; - e.a aVar = this.f2836s; + e.a aVar = this.f2837s; if (aVar == null) { m.throwNpe(); } eVar.w(aVar); - this.f2836s.b(0); - e.a aVar2 = this.f2836s; + this.f2837s.b(0); + e.a aVar2 = this.f2837s; byte[] bArr = this.r; if (bArr == null) { m.throwNpe(); } g.a(aVar2, bArr); - this.f2836s.close(); + this.f2837s.close(); } } switch (this.j) { diff --git a/app/src/main/java/f0/e0/n/i.java b/app/src/main/java/f0/e0/n/i.java index 15cf0672a9..c6ad8c5026 100644 --- a/app/src/main/java/f0/e0/n/i.java +++ b/app/src/main/java/f0/e0/n/i.java @@ -24,7 +24,7 @@ public final class i implements Closeable { public final boolean r; /* renamed from: s reason: collision with root package name */ - public final boolean f2838s; + public final boolean f2839s; public final long t; public i(boolean z2, BufferedSink bufferedSink, Random random, boolean z3, boolean z4, long j) { @@ -34,7 +34,7 @@ public final class i implements Closeable { this.p = bufferedSink; this.q = random; this.r = z3; - this.f2838s = z4; + this.f2839s = z4; this.t = j; this.j = bufferedSink.g(); e.a aVar = null; @@ -128,7 +128,7 @@ public final class i implements Closeable { if (this.r && ((long) byteString.j()) >= this.t) { a aVar = this.l; if (aVar == null) { - aVar = new a(this.f2838s); + aVar = new a(this.f2839s); this.l = aVar; } e eVar = this.i; @@ -194,7 +194,7 @@ public final class i implements Closeable { e eVar5 = this.j; s N = eVar5.N(8); byte[] bArr = N.a; - int i5 = N.f2861c; + int i5 = N.f2862c; int i6 = i5 + 1; bArr[i5] = (byte) ((int) ((j4 >>> 56) & 255)); int i7 = i6 + 1; @@ -210,7 +210,7 @@ public final class i implements Closeable { int i12 = i11 + 1; bArr[i11] = (byte) ((int) ((j4 >>> 8) & 255)); bArr[i12] = (byte) ((int) (j4 & 255)); - N.f2861c = i12 + 1; + N.f2862c = i12 + 1; eVar5.j += 8; } if (this.o) { diff --git a/app/src/main/java/f0/f0/a.java b/app/src/main/java/f0/f0/a.java index e926a81236..aa82bb41e7 100644 --- a/app/src/main/java/f0/f0/a.java +++ b/app/src/main/java/f0/f0/a.java @@ -26,7 +26,7 @@ public final class a implements Interceptor { public volatile Set b = n0.emptySet(); /* renamed from: c reason: collision with root package name */ - public volatile EnumC0314a f2839c = EnumC0314a.NONE; + public volatile EnumC0314a f2840c = EnumC0314a.NONE; public final b d; /* compiled from: HttpLoggingInterceptor.kt */ @@ -77,7 +77,7 @@ public final class a implements Interceptor { Charset charset; Charset charset2; m.checkParameterIsNotNull(chain, "chain"); - EnumC0314a aVar = this.f2839c; + EnumC0314a aVar = this.f2840c; g gVar = (g) chain; Request request = gVar.f; if (aVar == EnumC0314a.NONE) { @@ -88,7 +88,7 @@ public final class a implements Interceptor { RequestBody requestBody = request.e; k b2 = gVar.b(); StringBuilder P = c.d.b.a.a.P("--> "); - P.append(request.f2945c); + P.append(request.f2946c); P.append(' '); P.append(request.b); if (b2 != null) { @@ -128,24 +128,24 @@ public final class a implements Interceptor { if (!z2 || requestBody == null) { b bVar2 = this.d; StringBuilder P4 = c.d.b.a.a.P("--> END "); - P4.append(request.f2945c); + P4.append(request.f2946c); bVar2.log(P4.toString()); } else if (a(request.d)) { b bVar3 = this.d; StringBuilder P5 = c.d.b.a.a.P("--> END "); - P5.append(request.f2945c); + P5.append(request.f2946c); P5.append(" (encoded body omitted)"); bVar3.log(P5.toString()); } else if (requestBody.isDuplex()) { b bVar4 = this.d; StringBuilder P6 = c.d.b.a.a.P("--> END "); - P6.append(request.f2945c); + P6.append(request.f2946c); P6.append(" (duplex request body omitted)"); bVar4.log(P6.toString()); } else if (requestBody.isOneShot()) { b bVar5 = this.d; StringBuilder P7 = c.d.b.a.a.P("--> END "); - P7.append(request.f2945c); + P7.append(request.f2946c); P7.append(" (one-shot body omitted)"); bVar5.log(P7.toString()); } else { @@ -161,7 +161,7 @@ public final class a implements Interceptor { this.d.log(eVar.L(charset2)); b bVar6 = this.d; StringBuilder P8 = c.d.b.a.a.P("--> END "); - P8.append(request.f2945c); + P8.append(request.f2946c); P8.append(" ("); P8.append(requestBody.contentLength()); P8.append("-byte body)"); @@ -169,7 +169,7 @@ public final class a implements Interceptor { } else { b bVar7 = this.d; StringBuilder P9 = c.d.b.a.a.P("--> END "); - P9.append(request.f2945c); + P9.append(request.f2946c); P9.append(" (binary "); P9.append(requestBody.contentLength()); P9.append("-byte body omitted)"); diff --git a/app/src/main/java/f0/g.java b/app/src/main/java/f0/g.java index 88ae6dafeb..08ab7ca23f 100644 --- a/app/src/main/java/f0/g.java +++ b/app/src/main/java/f0/g.java @@ -27,7 +27,7 @@ public final class g { public static final a b = new a(null); /* renamed from: c reason: collision with root package name */ - public final Set f2840c; + public final Set f2841c; public final c d; /* compiled from: CertificatePinner.kt */ @@ -87,14 +87,14 @@ public final class g { public g(Set set, c cVar) { m.checkParameterIsNotNull(set, "pins"); - this.f2840c = set; + this.f2841c = set; this.d = cVar; } public g(Set set, c cVar, int i) { int i2 = i & 2; m.checkParameterIsNotNull(set, "pins"); - this.f2840c = set; + this.f2841c = set; this.d = null; } @@ -102,7 +102,7 @@ public final class g { m.checkParameterIsNotNull(str, "hostname"); m.checkParameterIsNotNull(function0, "cleanedPeerCertificatesFn"); m.checkParameterIsNotNull(str, "hostname"); - Set set = this.f2840c; + Set set = this.f2841c; List emptyList = n.emptyList(); for (Object obj : set) { Objects.requireNonNull((b) obj); @@ -165,13 +165,13 @@ public final class g { public final g b(c cVar) { m.checkParameterIsNotNull(cVar, "certificateChainCleaner"); - return m.areEqual(this.d, cVar) ? this : new g(this.f2840c, cVar); + return m.areEqual(this.d, cVar) ? this : new g(this.f2841c, cVar); } public boolean equals(Object obj) { if (obj instanceof g) { g gVar = (g) obj; - if (m.areEqual(gVar.f2840c, this.f2840c) && m.areEqual(gVar.d, this.d)) { + if (m.areEqual(gVar.f2841c, this.f2841c) && m.areEqual(gVar.d, this.d)) { return true; } } @@ -179,7 +179,7 @@ public final class g { } public int hashCode() { - int hashCode = (this.f2840c.hashCode() + 1517) * 41; + int hashCode = (this.f2841c.hashCode() + 1517) * 41; c cVar = this.d; return hashCode + (cVar != null ? cVar.hashCode() : 0); } diff --git a/app/src/main/java/f0/j.java b/app/src/main/java/f0/j.java index 943b46301f..086986e918 100644 --- a/app/src/main/java/f0/j.java +++ b/app/src/main/java/f0/j.java @@ -14,7 +14,7 @@ public final class j { public static final Map b = new LinkedHashMap(); /* renamed from: c reason: collision with root package name */ - public static final j f2841c; + public static final j f2842c; public static final j d; public static final j e; public static final j f; @@ -32,7 +32,7 @@ public final class j { public static final j r; /* renamed from: s reason: collision with root package name */ - public static final b f2842s; + public static final b f2843s; public final String t; /* compiled from: CipherSuite.kt */ @@ -123,7 +123,7 @@ public final class j { static { b bVar = new b(null); - f2842s = bVar; + f2843s = bVar; b.a(bVar, "SSL_RSA_WITH_NULL_MD5", 1); b.a(bVar, "SSL_RSA_WITH_NULL_SHA", 2); b.a(bVar, "SSL_RSA_EXPORT_WITH_RC4_40_MD5", 3); @@ -131,7 +131,7 @@ public final class j { b.a(bVar, "SSL_RSA_WITH_RC4_128_SHA", 5); b.a(bVar, "SSL_RSA_EXPORT_WITH_DES40_CBC_SHA", 8); b.a(bVar, "SSL_RSA_WITH_DES_CBC_SHA", 9); - f2841c = b.a(bVar, "SSL_RSA_WITH_3DES_EDE_CBC_SHA", 10); + f2842c = b.a(bVar, "SSL_RSA_WITH_3DES_EDE_CBC_SHA", 10); b.a(bVar, "SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA", 17); b.a(bVar, "SSL_DHE_DSS_WITH_DES_CBC_SHA", 18); b.a(bVar, "SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA", 19); diff --git a/app/src/main/java/f0/m.java b/app/src/main/java/f0/m.java index 0d52fabf56..9749b8e613 100644 --- a/app/src/main/java/f0/m.java +++ b/app/src/main/java/f0/m.java @@ -16,7 +16,7 @@ public final class m { public static final j[] b; /* renamed from: c reason: collision with root package name */ - public static final m f2843c; + public static final m f2844c; public static final m d = new m(false, false, null, null); public final boolean e; public final boolean f; @@ -29,14 +29,14 @@ public final class m { public String[] b; /* renamed from: c reason: collision with root package name */ - public String[] f2844c; + public String[] f2845c; public boolean d; public a(m mVar) { d0.z.d.m.checkParameterIsNotNull(mVar, "connectionSpec"); this.a = mVar.e; this.b = mVar.g; - this.f2844c = mVar.h; + this.f2845c = mVar.h; this.d = mVar.f; } @@ -45,7 +45,7 @@ public final class m { } public final m a() { - return new m(this.a, this.d, this.b, this.f2844c); + return new m(this.a, this.d, this.b, this.f2845c); } public final a b(String... strArr) { @@ -96,7 +96,7 @@ public final class m { if (!(strArr.length == 0)) { Object clone = strArr.clone(); if (clone != null) { - this.f2844c = (String[]) clone; + this.f2845c = (String[]) clone; return this; } throw new TypeCastException("null cannot be cast to non-null type kotlin.Array"); @@ -137,7 +137,7 @@ public final class m { j jVar9 = j.n; j[] jVarArr = {jVar, jVar2, jVar3, jVar4, jVar5, jVar6, jVar7, jVar8, jVar9}; a = jVarArr; - j[] jVarArr2 = {jVar, jVar2, jVar3, jVar4, jVar5, jVar6, jVar7, jVar8, jVar9, j.h, j.i, j.f, j.g, j.d, j.e, j.f2841c}; + j[] jVarArr2 = {jVar, jVar2, jVar3, jVar4, jVar5, jVar6, jVar7, jVar8, jVar9, j.h, j.i, j.f, j.g, j.d, j.e, j.f2842c}; b = jVarArr2; a aVar = new a(true); aVar.c((j[]) Arrays.copyOf(jVarArr, jVarArr.length)); @@ -150,7 +150,7 @@ public final class m { aVar2.c((j[]) Arrays.copyOf(jVarArr2, jVarArr2.length)); aVar2.f(d0Var, d0Var2); aVar2.d(true); - f2843c = aVar2.a(); + f2844c = aVar2.a(); a aVar3 = new a(true); aVar3.c((j[]) Arrays.copyOf(jVarArr2, jVarArr2.length)); aVar3.f(d0Var, d0Var2, d0.TLS_1_1, d0.TLS_1_0); @@ -172,7 +172,7 @@ public final class m { } ArrayList arrayList = new ArrayList(strArr.length); for (String str : strArr) { - arrayList.add(j.f2842s.b(str)); + arrayList.add(j.f2843s.b(str)); } return u.toList(arrayList); } @@ -191,7 +191,7 @@ public final class m { return true; } String[] enabledCipherSuites = sSLSocket.getEnabledCipherSuites(); - j.b bVar = j.f2842s; + j.b bVar = j.f2843s; Comparator comparator = j.a; return c.k(strArr2, enabledCipherSuites, j.a); } diff --git a/app/src/main/java/f0/n.java b/app/src/main/java/f0/n.java index 1fc8b1d2c0..96546d4aec 100644 --- a/app/src/main/java/f0/n.java +++ b/app/src/main/java/f0/n.java @@ -21,7 +21,7 @@ public final class n { public static final Pattern b = Pattern.compile("(?i)(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec).*"); /* renamed from: c reason: collision with root package name */ - public static final Pattern f2845c = Pattern.compile("(\\d{1,2})[^\\d]*"); + public static final Pattern f2846c = Pattern.compile("(\\d{1,2})[^\\d]*"); public static final Pattern d = Pattern.compile("(\\d{1,2}):(\\d{1,2}):(\\d{1,2})[^\\d]*"); public static final a e = new a(null); public final String f; @@ -86,7 +86,7 @@ public final class n { String group3 = matcher.group(3); m.checkExpressionValueIsNotNull(group3, "matcher.group(3)"); i8 = Integer.parseInt(group3); - } else if (i5 != -1 || !matcher.usePattern(n.f2845c).matches()) { + } else if (i5 != -1 || !matcher.usePattern(n.f2846c).matches()) { if (i6 == -1) { Pattern pattern = n.b; if (matcher.usePattern(pattern).matches()) { @@ -194,7 +194,7 @@ public final class n { if (!(m.areEqual(b2, str3) || (t.startsWith$default(b2, str3, false, 2, null) && (t.endsWith$default(str3, AutocompleteViewModel.COMMAND_DISCOVER_TOKEN, false, 2, null) || b2.charAt(str3.length()) == '/')))) { return false; } - return !this.k || wVar.f2850c; + return !this.k || wVar.f2851c; } public boolean equals(Object obj) { diff --git a/app/src/main/java/f0/q.java b/app/src/main/java/f0/q.java index d83a88574a..3360f29df3 100644 --- a/app/src/main/java/f0/q.java +++ b/app/src/main/java/f0/q.java @@ -23,7 +23,7 @@ public final class q { public final ArrayDeque b = new ArrayDeque<>(); /* renamed from: c reason: collision with root package name */ - public final ArrayDeque f2846c = new ArrayDeque<>(); + public final ArrayDeque f2847c = new ArrayDeque<>(); public final ArrayDeque d = new ArrayDeque<>(); public final synchronized void a() { @@ -31,7 +31,7 @@ public final class q { while (it.hasNext()) { it.next().k.cancel(); } - Iterator it2 = this.f2846c.iterator(); + Iterator it2 = this.f2847c.iterator(); while (it2.hasNext()) { it2.next().k.cancel(); } @@ -53,7 +53,7 @@ public final class q { public final void c(e.a aVar) { m.checkParameterIsNotNull(aVar, NotificationCompat.CATEGORY_CALL); aVar.i.decrementAndGet(); - b(this.f2846c, aVar); + b(this.f2847c, aVar); } /* JADX WARNING: Removed duplicated region for block: B:25:0x0067 */ @@ -72,18 +72,18 @@ public final class q { break; } e.a next = it.next(); - if (this.f2846c.size() >= 64) { + if (this.f2847c.size() >= 64) { break; } else if (next.i.get() < 5) { it.remove(); next.i.incrementAndGet(); m.checkExpressionValueIsNotNull(next, "asyncCall"); arrayList.add(next); - this.f2846c.add(next); + this.f2847c.add(next); } } synchronized (this) { - size = this.f2846c.size() + this.d.size(); + size = this.f2847c.size() + this.d.size(); } size2 = arrayList.size(); for (i = 0; i < size2; i++) { @@ -103,7 +103,7 @@ public final class q { } Objects.requireNonNull(aVar); m.checkParameterIsNotNull(executorService, "executorService"); - q qVar = aVar.k.f2800x.l; + q qVar = aVar.k.f2801x.l; byte[] bArr2 = c.a; try { executorService.execute(aVar); @@ -112,9 +112,9 @@ public final class q { interruptedIOException.initCause(e); aVar.k.l(interruptedIOException); aVar.j.b(aVar.k, interruptedIOException); - aVar.k.f2800x.l.c(aVar); + aVar.k.f2801x.l.c(aVar); } catch (Throwable th) { - aVar.k.f2800x.l.c(aVar); + aVar.k.f2801x.l.c(aVar); throw th; } } diff --git a/app/src/main/java/f0/u.java b/app/src/main/java/f0/u.java index 756f8bb7ee..197f763c29 100644 --- a/app/src/main/java/f0/u.java +++ b/app/src/main/java/f0/u.java @@ -17,7 +17,7 @@ public final class u extends RequestBody { public final List b; /* renamed from: c reason: collision with root package name */ - public final List f2847c; + public final List f2848c; /* compiled from: FormBody.kt */ public static final class a { @@ -25,18 +25,18 @@ public final class u extends RequestBody { public final List b = new ArrayList(); /* renamed from: c reason: collision with root package name */ - public final Charset f2848c = null; + public final Charset f2849c = null; } static { - MediaType.a aVar = MediaType.f2942c; + MediaType.a aVar = MediaType.f2943c; } public u(List list, List list2) { m.checkParameterIsNotNull(list, "encodedNames"); m.checkParameterIsNotNull(list2, "encodedValues"); this.b = c.z(list); - this.f2847c = c.z(list2); + this.f2848c = c.z(list2); } public final long a(BufferedSink bufferedSink, boolean z2) { @@ -56,7 +56,7 @@ public final class u extends RequestBody { } eVar.b0(this.b.get(i)); eVar.T(61); - eVar.b0(this.f2847c.get(i)); + eVar.b0(this.f2848c.get(i)); } if (!z2) { return 0; diff --git a/app/src/main/java/f0/v.java b/app/src/main/java/f0/v.java index 62995442af..e1ef640aeb 100644 --- a/app/src/main/java/f0/v.java +++ b/app/src/main/java/f0/v.java @@ -21,7 +21,7 @@ public final class v { public final d0 b; /* renamed from: c reason: collision with root package name */ - public final j f2849c; + public final j f2850c; public final List d; /* compiled from: Handshake.kt */ @@ -72,7 +72,7 @@ public final class v { m.checkParameterIsNotNull(list, "localCertificates"); m.checkParameterIsNotNull(function0, "peerCertificatesFn"); this.b = d0Var; - this.f2849c = jVar; + this.f2850c = jVar; this.d = list; this.a = g.lazy(new b(function0)); } @@ -86,7 +86,7 @@ public final class v { if (hashCode == 1019404634 ? cipherSuite.equals("TLS_NULL_WITH_NULL_NULL") : hashCode == 1208658923 && cipherSuite.equals("SSL_NULL_WITH_NULL_NULL")) { throw new IOException(c.d.b.a.a.u("cipherSuite == ", cipherSuite)); } - j b2 = j.f2842s.b(cipherSuite); + j b2 = j.f2843s.b(cipherSuite); String protocol = sSLSession.getProtocol(); if (protocol == null) { throw new IllegalStateException("tlsVersion == null".toString()); @@ -126,7 +126,7 @@ public final class v { public boolean equals(Object obj) { if (obj instanceof v) { v vVar = (v) obj; - if (vVar.b == this.b && m.areEqual(vVar.f2849c, this.f2849c) && m.areEqual(vVar.c(), c()) && m.areEqual(vVar.d, this.d)) { + if (vVar.b == this.b && m.areEqual(vVar.f2850c, this.f2850c) && m.areEqual(vVar.c(), c()) && m.areEqual(vVar.d, this.d)) { return true; } } @@ -134,7 +134,7 @@ public final class v { } public int hashCode() { - int hashCode = this.f2849c.hashCode(); + int hashCode = this.f2850c.hashCode(); int hashCode2 = c().hashCode(); return this.d.hashCode() + ((hashCode2 + ((hashCode + ((this.b.hashCode() + 527) * 31)) * 31)) * 31); } @@ -150,7 +150,7 @@ public final class v { U.append(this.b); U.append(' '); U.append("cipherSuite="); - U.append(this.f2849c); + U.append(this.f2850c); U.append(' '); U.append("peerCertificates="); U.append(obj); diff --git a/app/src/main/java/f0/w.java b/app/src/main/java/f0/w.java index c3558f65dc..aeca34cf13 100644 --- a/app/src/main/java/f0/w.java +++ b/app/src/main/java/f0/w.java @@ -26,7 +26,7 @@ public final class w { public static final b b = new b(null); /* renamed from: c reason: collision with root package name */ - public final boolean f2850c; + public final boolean f2851c; public final String d; public final String e; public final String f; @@ -43,7 +43,7 @@ public final class w { public String b; /* renamed from: c reason: collision with root package name */ - public String f2851c = ""; + public String f2852c = ""; public String d = ""; public String e; public int f = -1; @@ -88,7 +88,7 @@ public final class w { String str = this.b; if (str != null) { b bVar = w.b; - String d = b.d(bVar, this.f2851c, 0, 0, false, 7); + String d = b.d(bVar, this.f2852c, 0, 0, false, 7); String d2 = b.d(bVar, this.d, 0, 0, false, 7); String str2 = this.e; if (str2 != null) { @@ -279,9 +279,9 @@ public final class w { i19 = g; String a2 = b.a(bVar, str, i23, f, " \"':;<=>@[]^`{}|/\\?#", true, false, false, false, null, 240); if (z4) { - a2 = this.f2851c + "%40" + a2; + a2 = this.f2852c + "%40" + a2; } - this.f2851c = a2; + this.f2852c = a2; if (f != i19) { this.d = b.a(bVar, str, f + 1, i19, " \"':;<=>@[]^`{}|/\\?#", true, false, false, false, null, 240); z2 = true; @@ -386,7 +386,7 @@ public final class w { throw new IllegalArgumentException(P3.toString().toString()); } } else { - this.f2851c = wVar.e(); + this.f2852c = wVar.e(); this.d = wVar.a(); this.e = wVar.g; this.f = wVar.h; @@ -557,9 +557,9 @@ public final class w { sb.append("//"); } boolean z2 = true; - if (!(this.f2851c.length() > 0)) { + if (!(this.f2852c.length() > 0)) { } - sb.append(this.f2851c); + sb.append(this.f2852c); if (this.d.length() <= 0) { z2 = false; } @@ -878,7 +878,7 @@ public final class w { this.j = list2; this.k = str5; this.l = str6; - this.f2850c = m.areEqual(str, Constants.SCHEME); + this.f2851c = m.areEqual(str, Constants.SCHEME); } public final String a() { @@ -976,7 +976,7 @@ public final class w { aVar.b = this.d; String e = e(); m.checkParameterIsNotNull(e, ""); - aVar.f2851c = e; + aVar.f2852c = e; String a2 = a(); m.checkParameterIsNotNull(a2, ""); aVar.d = a2; @@ -1056,7 +1056,7 @@ public final class w { Objects.requireNonNull(g); m.checkParameterIsNotNull("", "username"); b bVar = b; - g.f2851c = b.a(bVar, "", 0, 0, " \"':;<=>@[]^`{}|/\\?#", false, false, false, false, null, 251); + g.f2852c = b.a(bVar, "", 0, 0, " \"':;<=>@[]^`{}|/\\?#", false, false, false, false, null, 251); m.checkParameterIsNotNull("", "password"); g.d = b.a(bVar, "", 0, 0, " \"':;<=>@[]^`{}|/\\?#", false, false, false, false, null, 251); return g.b().l; diff --git a/app/src/main/java/f0/x.java b/app/src/main/java/f0/x.java index 2023fede1a..02f68823e0 100644 --- a/app/src/main/java/f0/x.java +++ b/app/src/main/java/f0/x.java @@ -33,7 +33,7 @@ import okhttp3.WebSocketListener; /* compiled from: OkHttpClient.kt */ public class x implements Cloneable, e.a { public static final List i = c.m(y.HTTP_2, y.HTTP_1_1); - public static final List j = c.m(m.f2843c, m.d); + public static final List j = c.m(m.f2844c, m.d); public static final b k = new b(null); public final SSLSocketFactory A; public final X509TrustManager B; @@ -58,20 +58,20 @@ public class x implements Cloneable, e.a { public final c r; /* renamed from: s reason: collision with root package name */ - public final boolean f2852s; + public final boolean f2853s; public final boolean t; public final p u; public final s v; public final Proxy w; /* renamed from: x reason: collision with root package name */ - public final ProxySelector f2853x; + public final ProxySelector f2854x; /* renamed from: y reason: collision with root package name */ - public final c f2854y; + public final c f2855y; /* renamed from: z reason: collision with root package name */ - public final SocketFactory f2855z; + public final SocketFactory f2856z; /* compiled from: OkHttpClient.kt */ public static final class a { @@ -82,7 +82,7 @@ public class x implements Cloneable, e.a { public l b = new l(); /* renamed from: c reason: collision with root package name */ - public final List f2856c = new ArrayList(); + public final List f2857c = new ArrayList(); public final List d = new ArrayList(); public t.b e; public boolean f; @@ -100,20 +100,20 @@ public class x implements Cloneable, e.a { public List r; /* renamed from: s reason: collision with root package name */ - public List f2857s; + public List f2858s; public HostnameVerifier t; public g u; public f0.e0.m.c v; public int w; /* renamed from: x reason: collision with root package name */ - public int f2858x; + public int f2859x; /* renamed from: y reason: collision with root package name */ - public int f2859y; + public int f2860y; /* renamed from: z reason: collision with root package name */ - public int f2860z; + public int f2861z; public a() { t tVar = t.a; @@ -132,18 +132,18 @@ public class x implements Cloneable, e.a { this.o = socketFactory; b bVar = x.k; this.r = x.j; - this.f2857s = x.i; + this.f2858s = x.i; this.t = d.a; this.u = g.a; - this.f2858x = 10000; - this.f2859y = 10000; - this.f2860z = 10000; + this.f2859x = 10000; + this.f2860y = 10000; + this.f2861z = 10000; this.B = Permission.VIEW_CHANNEL; } public final a a(long j, TimeUnit timeUnit) { m.checkParameterIsNotNull(timeUnit, "unit"); - this.f2859y = c.b("timeout", j, timeUnit); + this.f2860y = c.b("timeout", j, timeUnit); return this; } @@ -155,7 +155,7 @@ public class x implements Cloneable, e.a { } this.p = sSLSocketFactory; m.checkParameterIsNotNull(x509TrustManager, "trustManager"); - h.a aVar = h.f2825c; + h.a aVar = h.f2826c; this.v = h.a.b(x509TrustManager); this.q = x509TrustManager; return this; @@ -185,12 +185,12 @@ public class x implements Cloneable, e.a { m.checkParameterIsNotNull(aVar, "builder"); this.l = aVar.a; this.m = aVar.b; - this.n = c.z(aVar.f2856c); + this.n = c.z(aVar.f2857c); this.o = c.z(aVar.d); this.p = aVar.e; this.q = aVar.f; this.r = aVar.g; - this.f2852s = aVar.h; + this.f2853s = aVar.h; this.t = aVar.i; this.u = aVar.j; this.v = aVar.k; @@ -205,17 +205,17 @@ public class x implements Cloneable, e.a { proxySelector = f0.e0.l.a.a; } } - this.f2853x = proxySelector; - this.f2854y = aVar.n; - this.f2855z = aVar.o; + this.f2854x = proxySelector; + this.f2855y = aVar.n; + this.f2856z = aVar.o; List list2 = aVar.r; this.C = list2; - this.D = aVar.f2857s; + this.D = aVar.f2858s; this.E = aVar.t; this.H = aVar.w; - this.I = aVar.f2858x; - this.J = aVar.f2859y; - this.K = aVar.f2860z; + this.I = aVar.f2859x; + this.J = aVar.f2860y; + this.K = aVar.f2861z; this.L = aVar.A; this.M = aVar.B; l lVar = aVar.C; @@ -258,7 +258,7 @@ public class x implements Cloneable, e.a { } this.F = gVar.b(cVar); } else { - h.a aVar2 = h.f2825c; + h.a aVar2 = h.f2826c; X509TrustManager n = h.a.n(); this.B = n; h hVar = h.a; @@ -362,30 +362,30 @@ public class x implements Cloneable, e.a { a aVar = new a(); aVar.a = this.l; aVar.b = this.m; - r.addAll(aVar.f2856c, this.n); + r.addAll(aVar.f2857c, this.n); r.addAll(aVar.d, this.o); aVar.e = this.p; aVar.f = this.q; aVar.g = this.r; - aVar.h = this.f2852s; + aVar.h = this.f2853s; aVar.i = this.t; aVar.j = this.u; aVar.k = this.v; aVar.l = this.w; - aVar.m = this.f2853x; - aVar.n = this.f2854y; - aVar.o = this.f2855z; + aVar.m = this.f2854x; + aVar.n = this.f2855y; + aVar.o = this.f2856z; aVar.p = this.A; aVar.q = this.B; aVar.r = this.C; - aVar.f2857s = this.D; + aVar.f2858s = this.D; aVar.t = this.E; aVar.u = this.F; aVar.v = this.G; aVar.w = this.H; - aVar.f2858x = this.I; - aVar.f2859y = this.J; - aVar.f2860z = this.K; + aVar.f2859x = this.I; + aVar.f2860y = this.J; + aVar.f2861z = this.K; aVar.A = this.L; aVar.B = this.M; aVar.C = this.N; @@ -421,12 +421,12 @@ public class x implements Cloneable, e.a { throw new IllegalArgumentException(("protocols must not contain http/1.0: " + mutableList).toString()); } else if (!mutableList.contains(null)) { mutableList.remove(y.SPDY_3); - if (!m.areEqual(mutableList, f.f2857s)) { + if (!m.areEqual(mutableList, f.f2858s)) { f.C = null; } List unmodifiableList = Collections.unmodifiableList(mutableList); m.checkExpressionValueIsNotNull(unmodifiableList, "Collections.unmodifiableList(protocolsCopy)"); - f.f2857s = unmodifiableList; + f.f2858s = unmodifiableList; x xVar = new x(f); Request.a aVar = new Request.a(dVar.u); aVar.b("Upgrade", "websocket"); @@ -436,7 +436,7 @@ public class x implements Cloneable, e.a { aVar.b("Sec-WebSocket-Extensions", "permessage-deflate"); Request a2 = aVar.a(); f0.e0.g.e eVar = new f0.e0.g.e(xVar, a2, true); - dVar.f2829c = eVar; + dVar.f2830c = eVar; eVar.e(new f0.e0.n.e(dVar, a2)); } else { throw new IllegalArgumentException("protocols must not contain null".toString()); diff --git a/app/src/main/java/g0/c.java b/app/src/main/java/g0/c.java index 70dca711aa..35e5368c6d 100644 --- a/app/src/main/java/g0/c.java +++ b/app/src/main/java/g0/c.java @@ -79,7 +79,7 @@ public final class c implements v { if (j2 >= ((long) 65536)) { break; } - j2 += (long) (sVar.f2861c - sVar.b); + j2 += (long) (sVar.f2862c - sVar.b); if (j2 >= j) { j2 = j; break; diff --git a/app/src/main/java/g0/e.java b/app/src/main/java/g0/e.java index 5f081fd5c0..572b9fb207 100644 --- a/app/src/main/java/g0/e.java +++ b/app/src/main/java/g0/e.java @@ -51,10 +51,10 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar2 == null) { m.throwNpe(); } - int i3 = sVar2.f2861c; + int i3 = sVar2.f2862c; long j4 = (long) (i3 - sVar2.b); if (j4 > j3) { - sVar2.f2861c = i3 - ((int) j3); + sVar2.f2862c = i3 - ((int) j3); break; } eVar.i = sVar2.a(); @@ -77,9 +77,9 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { boolean z2 = true; while (j5 > 0) { s N = eVar.N(i); - int min = (int) Math.min(j5, (long) (8192 - N.f2861c)); - int i4 = N.f2861c + min; - N.f2861c = i4; + int min = (int) Math.min(j5, (long) (8192 - N.f2862c)); + int i4 = N.f2862c + min; + N.f2862c = i4; j5 -= (long) min; if (z2) { this.k = N; @@ -141,7 +141,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar == null) { m.throwNpe(); } - int i2 = sVar.f2861c; + int i2 = sVar.f2862c; int i3 = sVar.b; if (j < ((long) (i2 - i3)) + j2) { break; @@ -158,7 +158,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar2 == null) { m.throwNpe(); } - j3 -= (long) (sVar2.f2861c - sVar2.b); + j3 -= (long) (sVar2.f2862c - sVar2.b); } sVar = sVar2; j2 = j3; @@ -171,7 +171,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { byte[] bArr = sVar.a; byte[] copyOf = Arrays.copyOf(bArr, bArr.length); m.checkExpressionValueIsNotNull(copyOf, "java.util.Arrays.copyOf(this, size)"); - s sVar4 = new s(copyOf, sVar.b, sVar.f2861c, false, true); + s sVar4 = new s(copyOf, sVar.b, sVar.f2862c, false, true); if (eVar.i == sVar) { eVar.i = sVar4; } @@ -192,7 +192,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { this.m = sVar.a; int i4 = sVar.b + ((int) (j - j2)); this.n = i4; - int i5 = sVar.f2861c; + int i5 = sVar.f2862c; this.o = i5; return i5 - i4; } @@ -284,7 +284,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { m.throwNpe(); } int i2 = sVar.b; - if (((long) i2) + j > ((long) sVar.f2861c)) { + if (((long) i2) + j > ((long) sVar.f2862c)) { return new String(Y(j), charset); } int i3 = (int) j; @@ -292,7 +292,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { int i4 = sVar.b + i3; sVar.b = i4; this.j -= j; - if (i4 == sVar.f2861c) { + if (i4 == sVar.f2862c) { this.i = sVar.a(); t.a(sVar); } @@ -423,7 +423,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar == null) { m.throwNpe(); } - int i5 = sVar.f2861c; + int i5 = sVar.f2862c; int i6 = sVar.b; if (i5 != i6) { i3 += i5 - i6; @@ -442,7 +442,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { m.throwNpe(); } bArr[i7] = sVar2.a; - i2 += sVar2.f2861c - sVar2.b; + i2 += sVar2.f2862c - sVar2.b; iArr[i7] = Math.min(i2, i); iArr[i7 + i4] = sVar2.b; sVar2.d = true; @@ -473,7 +473,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar2 == null) { m.throwNpe(); } - if (sVar2.f2861c + i <= 8192 && sVar2.e) { + if (sVar2.f2862c + i <= 8192 && sVar2.e) { return sVar2; } s b3 = t.b(); @@ -515,10 +515,10 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { int i3 = i2 + i; while (i < i3) { s N = N(1); - int min = Math.min(i3 - i, 8192 - N.f2861c); + int min = Math.min(i3 - i, 8192 - N.f2862c); int i4 = i + min; - j.copyInto(bArr, N.a, N.f2861c, i, i4); - N.f2861c += min; + j.copyInto(bArr, N.a, N.f2862c, i, i4); + N.f2862c += min; i = i4; } this.j += j; @@ -528,8 +528,8 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { public e T(int i) { s N = N(1); byte[] bArr = N.a; - int i2 = N.f2861c; - N.f2861c = i2 + 1; + int i2 = N.f2862c; + N.f2862c = i2 + 1; bArr[i2] = (byte) i; this.j++; return this; @@ -565,7 +565,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { } s N = N(i2); byte[] bArr = N.a; - int i3 = N.f2861c + i2; + int i3 = N.f2862c + i2; while (j != 0) { long j2 = (long) 10; i3--; @@ -575,7 +575,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (z2) { bArr[i3 - 1] = (byte) 45; } - N.f2861c += i2; + N.f2862c += i2; this.j += (long) i2; } return this; @@ -600,12 +600,12 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { int i = (int) ((((j12 & 63) + ((j12 >>> 32) & 63)) + ((long) 3)) / ((long) 4)); s N = N(i); byte[] bArr = N.a; - int i2 = N.f2861c; + int i2 = N.f2862c; for (int i3 = (i2 + i) - 1; i3 >= i2; i3--) { bArr[i3] = g0.z.a.a[(int) (15 & j)]; j >>>= 4; } - N.f2861c += i; + N.f2862c += i; this.j += (long) i; } return this; @@ -614,7 +614,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { public e W(int i) { s N = N(4); byte[] bArr = N.a; - int i2 = N.f2861c; + int i2 = N.f2862c; int i3 = i2 + 1; bArr[i2] = (byte) ((i >>> 24) & 255); int i4 = i3 + 1; @@ -622,7 +622,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { int i5 = i4 + 1; bArr[i4] = (byte) ((i >>> 8) & 255); bArr[i5] = (byte) (i & 255); - N.f2861c = i5 + 1; + N.f2862c = i5 + 1; this.j += 4; return this; } @@ -648,11 +648,11 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { public e a0(int i) { s N = N(2); byte[] bArr = N.a; - int i2 = N.f2861c; + int i2 = N.f2862c; int i3 = i2 + 1; bArr[i2] = (byte) ((i >>> 8) & 255); bArr[i3] = (byte) (i & 255); - N.f2861c = i3 + 1; + N.f2862c = i3 + 1; this.j += 2; return this; } @@ -701,7 +701,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (charAt2 < 128) { s N = N(1); byte[] bArr = N.a; - int i3 = N.f2861c - i; + int i3 = N.f2862c - i; int min = Math.min(i2, 8192 - i3); int i4 = i + 1; bArr[i + i3] = (byte) charAt2; @@ -713,27 +713,27 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { i4 = i + 1; bArr[i + i3] = (byte) charAt; } - int i5 = N.f2861c; + int i5 = N.f2862c; int i6 = (i3 + i) - i5; - N.f2861c = i5 + i6; + N.f2862c = i5 + i6; this.j += (long) i6; } else { if (charAt2 < 2048) { s N2 = N(2); byte[] bArr2 = N2.a; - int i7 = N2.f2861c; + int i7 = N2.f2862c; bArr2[i7] = (byte) ((charAt2 >> 6) | 192); bArr2[i7 + 1] = (byte) ((charAt2 & '?') | 128); - N2.f2861c = i7 + 2; + N2.f2862c = i7 + 2; this.j += 2; } else if (charAt2 < 55296 || charAt2 > 57343) { s N3 = N(3); byte[] bArr3 = N3.a; - int i8 = N3.f2861c; + int i8 = N3.f2862c; bArr3[i8] = (byte) ((charAt2 >> '\f') | 224); bArr3[i8 + 1] = (byte) ((63 & (charAt2 >> 6)) | 128); bArr3[i8 + 2] = (byte) ((charAt2 & '?') | 128); - N3.f2861c = i8 + 3; + N3.f2862c = i8 + 3; this.j += 3; } else { int i9 = i + 1; @@ -745,12 +745,12 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { int i10 = (((charAt2 & 1023) << 10) | (charAt3 & 1023)) + 65536; s N4 = N(4); byte[] bArr4 = N4.a; - int i11 = N4.f2861c; + int i11 = N4.f2862c; bArr4[i11] = (byte) ((i10 >> 18) | 240); bArr4[i11 + 1] = (byte) (((i10 >> 12) & 63) | 128); bArr4[i11 + 2] = (byte) (((i10 >> 6) & 63) | 128); bArr4[i11 + 3] = (byte) ((i10 & 63) | 128); - N4.f2861c = i11 + 4; + N4.f2862c = i11 + 4; this.j += 4; i += 2; } @@ -786,31 +786,31 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { } else if (i < 2048) { s N = N(2); byte[] bArr = N.a; - int i2 = N.f2861c; + int i2 = N.f2862c; bArr[i2] = (byte) ((i >> 6) | 192); bArr[i2 + 1] = (byte) ((i & 63) | 128); - N.f2861c = i2 + 2; + N.f2862c = i2 + 2; this.j += 2; } else if (55296 <= i && 57343 >= i) { T(63); } else if (i < 65536) { s N2 = N(3); byte[] bArr2 = N2.a; - int i3 = N2.f2861c; + int i3 = N2.f2862c; bArr2[i3] = (byte) ((i >> 12) | 224); bArr2[i3 + 1] = (byte) (((i >> 6) & 63) | 128); bArr2[i3 + 2] = (byte) ((i & 63) | 128); - N2.f2861c = i3 + 3; + N2.f2862c = i3 + 3; this.j += 3; } else if (i <= 1114111) { s N3 = N(4); byte[] bArr3 = N3.a; - int i4 = N3.f2861c; + int i4 = N3.f2862c; bArr3[i4] = (byte) ((i >> 18) | 240); bArr3[i4 + 1] = (byte) (((i >> 12) & 63) | 128); bArr3[i4 + 2] = (byte) (((i >> 6) & 63) | 128); bArr3[i4 + 3] = (byte) ((i & 63) | 128); - N3.f2861c = i4 + 4; + N3.f2862c = i4 + 4; this.j += 4; } else { StringBuilder P = c.d.b.a.a.P("Unexpected code point: 0x"); @@ -855,7 +855,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { int i2 = sVar2.b; long j2 = 0; while (j2 < this.j) { - long min = (long) Math.min(sVar.f2861c - i, sVar2.f2861c - i2); + long min = (long) Math.min(sVar.f2862c - i, sVar2.f2862c - i2); long j3 = 0; while (j3 < min) { int i3 = i + 1; @@ -867,14 +867,14 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { i = i3; i2 = i4; } - if (i == sVar.f2861c) { + if (i == sVar.f2862c) { sVar = sVar.f; if (sVar == null) { m.throwNpe(); } i = sVar.b; } - if (i2 == sVar2.f2861c) { + if (i2 == sVar2.f2862c) { sVar2 = sVar2.f; if (sVar2 == null) { m.throwNpe(); @@ -901,7 +901,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar2 == null) { m.throwNpe(); } - int i = sVar2.f2861c; + int i = sVar2.f2862c; if (i < 8192 && sVar2.e) { j -= (long) (i - sVar2.b); } @@ -942,7 +942,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { } int i = 1; do { - int i2 = sVar.f2861c; + int i2 = sVar.f2862c; for (int i3 = sVar.b; i3 < i2; i3++) { i = (i * 31) + sVar.a[i3]; } @@ -1011,7 +1011,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar == null) { m.throwNpe(); } - int i = sVar.f2861c; + int i = sVar.f2862c; int i2 = sVar.b; if (j < ((long) (i - i2))) { break; @@ -1026,7 +1026,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { s c2 = sVar.c(); int i3 = c2.b + ((int) j); c2.b = i3; - c2.f2861c = Math.min(i3 + ((int) j2), c2.f2861c); + c2.f2862c = Math.min(i3 + ((int) j2), c2.f2862c); s sVar2 = eVar.i; if (sVar2 == null) { c2.g = c2; @@ -1042,7 +1042,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { } sVar3.b(c2); } - j2 -= (long) (c2.f2861c - c2.b); + j2 -= (long) (c2.f2862c - c2.b); sVar = sVar.f; j = 0; } @@ -1061,13 +1061,13 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar == null) { m.throwNpe(); } - j2 -= (long) (sVar.f2861c - sVar.b); + j2 -= (long) (sVar.f2862c - sVar.b); } return sVar.a[(int) ((((long) sVar.b) + j) - j2)]; } long j3 = 0; while (true) { - int i = sVar.f2861c; + int i = sVar.f2862c; int i2 = sVar.b; long j4 = ((long) (i - i2)) + j3; if (j4 > j) { @@ -1100,7 +1100,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { } byte[] bArr = sVar.a; int i3 = sVar.b; - int i4 = sVar.f2861c; + int i4 = sVar.f2862c; while (true) { if (i3 >= i4) { break; @@ -1159,12 +1159,12 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar == null) { return -1; } - int min = Math.min(byteBuffer.remaining(), sVar.f2861c - sVar.b); + int min = Math.min(byteBuffer.remaining(), sVar.f2862c - sVar.b); byteBuffer.put(sVar.a, sVar.b, min); int i = sVar.b + min; sVar.b = i; this.j -= (long) min; - if (i == sVar.f2861c) { + if (i == sVar.f2862c) { this.i = sVar.a(); t.a(sVar); } @@ -1178,14 +1178,14 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar == null) { return -1; } - int min = Math.min(i2, sVar.f2861c - sVar.b); + int min = Math.min(i2, sVar.f2862c - sVar.b); byte[] bArr2 = sVar.a; int i3 = sVar.b; j.copyInto(bArr2, bArr, i, i3, i3 + min); int i4 = sVar.b + min; sVar.b = i4; this.j -= (long) min; - if (i4 != sVar.f2861c) { + if (i4 != sVar.f2862c) { return min; } this.i = sVar.a(); @@ -1201,7 +1201,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { m.throwNpe(); } int i = sVar.b; - int i2 = sVar.f2861c; + int i2 = sVar.f2862c; int i3 = i + 1; byte b2 = sVar.a[i]; this.j--; @@ -1238,7 +1238,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { m.throwNpe(); } int i = sVar.b; - int i2 = sVar.f2861c; + int i2 = sVar.f2862c; if (((long) (i2 - i)) < 4) { return ((readByte() & 255) << 24) | ((readByte() & 255) << 16) | ((readByte() & 255) << 8) | (readByte() & 255); } @@ -1270,7 +1270,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { m.throwNpe(); } int i = sVar.b; - int i2 = sVar.f2861c; + int i2 = sVar.f2862c; if (((long) (i2 - i)) < 8) { return ((((long) readInt()) & 4294967295L) << 32) | (4294967295L & ((long) readInt())); } @@ -1307,7 +1307,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { m.throwNpe(); } int i = sVar.b; - int i2 = sVar.f2861c; + int i2 = sVar.f2862c; if (i2 - i < 2) { return (short) (((readByte() & 255) << 8) | (readByte() & 255)); } @@ -1342,17 +1342,17 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar == null) { m.throwNpe(); } - j4 -= (long) (sVar.f2861c - sVar.b); + j4 -= (long) (sVar.f2862c - sVar.b); } while (j4 < j2) { byte[] bArr = sVar.a; - int min = (int) Math.min((long) sVar.f2861c, (((long) sVar.b) + j2) - j4); + int min = (int) Math.min((long) sVar.f2862c, (((long) sVar.b) + j2) - j4); for (int i = (int) ((((long) sVar.b) + j) - j4); i < min; i++) { if (bArr[i] == b2) { return ((long) (i - sVar.b)) + j4; } } - j4 += (long) (sVar.f2861c - sVar.b); + j4 += (long) (sVar.f2862c - sVar.b); sVar = sVar.f; if (sVar == null) { m.throwNpe(); @@ -1361,7 +1361,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { } } else { while (true) { - long j5 = ((long) (sVar.f2861c - sVar.b)) + j3; + long j5 = ((long) (sVar.f2862c - sVar.b)) + j3; if (j5 > j) { break; } @@ -1373,13 +1373,13 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { } while (j3 < j2) { byte[] bArr2 = sVar.a; - int min2 = (int) Math.min((long) sVar.f2861c, (((long) sVar.b) + j2) - j3); + int min2 = (int) Math.min((long) sVar.f2862c, (((long) sVar.b) + j2) - j3); for (int i2 = (int) ((((long) sVar.b) + j) - j3); i2 < min2; i2++) { if (bArr2[i2] == b2) { return ((long) (i2 - sVar.b)) + j3; } } - j3 += (long) (sVar.f2861c - sVar.b); + j3 += (long) (sVar.f2862c - sVar.b); sVar = sVar.f; if (sVar == null) { m.throwNpe(); @@ -1404,13 +1404,13 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { while (j > 0) { s sVar = this.i; if (sVar != null) { - int min = (int) Math.min(j, (long) (sVar.f2861c - sVar.b)); + int min = (int) Math.min(j, (long) (sVar.f2862c - sVar.b)); long j2 = (long) min; this.j -= j2; j -= j2; int i = sVar.b + min; sVar.b = i; - if (i == sVar.f2861c) { + if (i == sVar.f2862c) { this.i = sVar.a(); t.a(sVar); } @@ -1440,7 +1440,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar == null) { m.throwNpe(); } - j4 -= (long) (sVar.f2861c - sVar.b); + j4 -= (long) (sVar.f2862c - sVar.b); } if (byteString.j() == 2) { byte m = byteString.m(0); @@ -1448,7 +1448,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { while (j4 < this.j) { byte[] bArr = sVar.a; i3 = (int) ((((long) sVar.b) + j2) - j4); - int i5 = sVar.f2861c; + int i5 = sVar.f2862c; while (i3 < i5) { byte b2 = bArr[i3]; if (b2 == m || b2 == m2) { @@ -1457,7 +1457,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { i3++; } } - j4 += (long) (sVar.f2861c - sVar.b); + j4 += (long) (sVar.f2862c - sVar.b); sVar = sVar.f; if (sVar == null) { m.throwNpe(); @@ -1470,7 +1470,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { while (j4 < this.j) { byte[] bArr2 = sVar.a; i3 = (int) ((((long) sVar.b) + j2) - j4); - int i6 = sVar.f2861c; + int i6 = sVar.f2862c; while (i3 < i6) { byte b3 = bArr2[i3]; for (byte b4 : l) { @@ -1480,7 +1480,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { } i3++; } - j4 += (long) (sVar.f2861c - sVar.b); + j4 += (long) (sVar.f2862c - sVar.b); sVar = sVar.f; if (sVar == null) { m.throwNpe(); @@ -1491,7 +1491,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { return ((long) (i3 - i4)) + j4; } while (true) { - long j5 = ((long) (sVar.f2861c - sVar.b)) + j3; + long j5 = ((long) (sVar.f2862c - sVar.b)) + j3; if (j5 > j2) { break; } @@ -1507,7 +1507,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { while (j3 < this.j) { byte[] bArr3 = sVar.a; i = (int) ((((long) sVar.b) + j2) - j3); - int i7 = sVar.f2861c; + int i7 = sVar.f2862c; while (i < i7) { byte b5 = bArr3[i]; if (b5 == m3 || b5 == m4) { @@ -1516,7 +1516,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { i++; } } - j3 += (long) (sVar.f2861c - sVar.b); + j3 += (long) (sVar.f2862c - sVar.b); sVar = sVar.f; if (sVar == null) { m.throwNpe(); @@ -1529,7 +1529,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { while (j3 < this.j) { byte[] bArr4 = sVar.a; i = (int) ((((long) sVar.b) + j2) - j3); - int i8 = sVar.f2861c; + int i8 = sVar.f2862c; while (i < i8) { byte b6 = bArr4[i]; for (byte b7 : l2) { @@ -1539,7 +1539,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { } i++; } - j3 += (long) (sVar.f2861c - sVar.b); + j3 += (long) (sVar.f2862c - sVar.b); sVar = sVar.f; if (sVar == null) { m.throwNpe(); @@ -1606,10 +1606,10 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { int i = remaining; while (i > 0) { s N = N(1); - int min = Math.min(i, 8192 - N.f2861c); - byteBuffer.get(N.a, N.f2861c, min); + int min = Math.min(i, 8192 - N.f2862c); + byteBuffer.get(N.a, N.f2862c, min); i -= min; - N.f2861c += min; + N.f2862c += min; } this.j += (long) remaining; return remaining; @@ -1641,7 +1641,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar3 == null) { m.throwNpe(); } - int i2 = sVar3.f2861c; + int i2 = sVar3.f2862c; s sVar4 = eVar.i; if (sVar4 == null) { m.throwNpe(); @@ -1657,7 +1657,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { sVar = null; } if (sVar != null && sVar.e) { - if ((((long) sVar.f2861c) + j2) - ((long) (sVar.d ? 0 : sVar.b)) <= ((long) 8192)) { + if ((((long) sVar.f2862c) + j2) - ((long) (sVar.d ? 0 : sVar.b)) <= ((long) 8192)) { s sVar6 = eVar.i; if (sVar6 == null) { m.throwNpe(); @@ -1674,7 +1674,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { } int i3 = (int) j2; Objects.requireNonNull(sVar7); - if (i3 > 0 && i3 <= sVar7.f2861c - sVar7.b) { + if (i3 > 0 && i3 <= sVar7.f2862c - sVar7.b) { if (i3 >= 1024) { sVar2 = sVar7.c(); } else { @@ -1684,7 +1684,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { int i4 = sVar7.b; j.copyInto$default(bArr, bArr2, 0, i4, i4 + i3, 2, (Object) null); } - sVar2.f2861c = sVar2.b + i3; + sVar2.f2862c = sVar2.b + i3; sVar7.b += i3; s sVar8 = sVar7.g; if (sVar8 == null) { @@ -1700,7 +1700,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar9 == null) { m.throwNpe(); } - long j3 = (long) (sVar9.f2861c - sVar9.b); + long j3 = (long) (sVar9.f2862c - sVar9.b); eVar.i = sVar9.a(); s sVar10 = this.i; if (sVar10 == null) { @@ -1722,12 +1722,12 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { m.throwNpe(); } if (sVar12.e) { - int i5 = sVar9.f2861c - sVar9.b; + int i5 = sVar9.f2862c - sVar9.b; s sVar13 = sVar9.g; if (sVar13 == null) { m.throwNpe(); } - int i6 = 8192 - sVar13.f2861c; + int i6 = 8192 - sVar13.f2862c; s sVar14 = sVar9.g; if (sVar14 == null) { m.throwNpe(); diff --git a/app/src/main/java/g0/h.java b/app/src/main/java/g0/h.java index 7c6ab2dd2c..478207927e 100644 --- a/app/src/main/java/g0/h.java +++ b/app/src/main/java/g0/h.java @@ -33,23 +33,23 @@ public final class h implements v { if (z2) { Deflater deflater = this.k; byte[] bArr = N.a; - int i2 = N.f2861c; + int i2 = N.f2862c; i = deflater.deflate(bArr, i2, 8192 - i2, 2); } else { Deflater deflater2 = this.k; byte[] bArr2 = N.a; - int i3 = N.f2861c; + int i3 = N.f2862c; i = deflater2.deflate(bArr2, i3, 8192 - i3); } if (i > 0) { - N.f2861c += i; + N.f2862c += i; g.j += (long) i; this.j.E(); } else if (this.k.needsInput()) { break; } } - if (N.b == N.f2861c) { + if (N.b == N.f2862c) { g.i = N.a(); t.a(N); } @@ -114,14 +114,14 @@ public final class h implements v { if (sVar == null) { m.throwNpe(); } - int min = (int) Math.min(j, (long) (sVar.f2861c - sVar.b)); + int min = (int) Math.min(j, (long) (sVar.f2862c - sVar.b)); this.k.setInput(sVar.a, sVar.b, min); a(false); long j2 = (long) min; eVar.j -= j2; int i = sVar.b + min; sVar.b = i; - if (i == sVar.f2861c) { + if (i == sVar.f2862c) { eVar.i = sVar.a(); t.a(sVar); } diff --git a/app/src/main/java/g0/l.java b/app/src/main/java/g0/l.java index 48f85a96a9..9c5e463919 100644 --- a/app/src/main/java/g0/l.java +++ b/app/src/main/java/g0/l.java @@ -39,7 +39,7 @@ public final class l implements x { m.throwNpe(); } while (true) { - int i = sVar.f2861c; + int i = sVar.f2862c; int i2 = sVar.b; if (j < ((long) (i - i2))) { break; @@ -52,7 +52,7 @@ public final class l implements x { } while (j2 > 0) { int i3 = (int) (((long) sVar.b) + j); - int min = (int) Math.min((long) (sVar.f2861c - i3), j2); + int min = (int) Math.min((long) (sVar.f2862c - i3), j2); this.m.update(sVar.a, i3, min); j2 -= (long) min; sVar = sVar.f; diff --git a/app/src/main/java/g0/m.java b/app/src/main/java/g0/m.java index bb4dad2257..11a0a79e89 100644 --- a/app/src/main/java/g0/m.java +++ b/app/src/main/java/g0/m.java @@ -42,21 +42,21 @@ public final class m implements x { } else { try { s N = eVar.N(1); - int min = (int) Math.min(j, (long) (8192 - N.f2861c)); + int min = (int) Math.min(j, (long) (8192 - N.f2862c)); if (this.l.needsInput()) { if (!this.k.v()) { s sVar = this.k.g().i; if (sVar == null) { d0.z.d.m.throwNpe(); } - int i2 = sVar.f2861c; + int i2 = sVar.f2862c; int i3 = sVar.b; int i4 = i2 - i3; this.i = i4; this.l.setInput(sVar.a, i3, i4); } } - int inflate = this.l.inflate(N.a, N.f2861c, min); + int inflate = this.l.inflate(N.a, N.f2862c, min); int i5 = this.i; if (i5 != 0) { int remaining = i5 - this.l.getRemaining(); @@ -64,12 +64,12 @@ public final class m implements x { this.k.skip((long) remaining); } if (inflate > 0) { - N.f2861c += inflate; + N.f2862c += inflate; long j2 = (long) inflate; eVar.j += j2; return j2; } - if (N.b == N.f2861c) { + if (N.b == N.f2862c) { eVar.i = N.a(); t.a(N); } diff --git a/app/src/main/java/g0/n.java b/app/src/main/java/g0/n.java index 7860f4e7ca..f2d6982341 100644 --- a/app/src/main/java/g0/n.java +++ b/app/src/main/java/g0/n.java @@ -32,13 +32,13 @@ public final class n implements x { try { this.j.f(); s N = eVar.N(1); - int read = this.i.read(N.a, N.f2861c, (int) Math.min(j, (long) (8192 - N.f2861c))); + int read = this.i.read(N.a, N.f2862c, (int) Math.min(j, (long) (8192 - N.f2862c))); if (read != -1) { - N.f2861c += read; + N.f2862c += read; long j2 = (long) read; eVar.j += j2; return j2; - } else if (N.b != N.f2861c) { + } else if (N.b != N.f2862c) { return -1; } else { eVar.i = N.a(); diff --git a/app/src/main/java/g0/p.java b/app/src/main/java/g0/p.java index 761fccc5d4..6c8ede3c56 100644 --- a/app/src/main/java/g0/p.java +++ b/app/src/main/java/g0/p.java @@ -48,14 +48,14 @@ public final class p implements v { if (sVar == null) { m.throwNpe(); } - int min = (int) Math.min(j, (long) (sVar.f2861c - sVar.b)); + int min = (int) Math.min(j, (long) (sVar.f2862c - sVar.b)); this.i.write(sVar.a, sVar.b, min); int i = sVar.b + min; sVar.b = i; long j2 = (long) min; j -= j2; eVar.j -= j2; - if (i == sVar.f2861c) { + if (i == sVar.f2862c) { eVar.i = sVar.a(); t.a(sVar); } diff --git a/app/src/main/java/g0/s.java b/app/src/main/java/g0/s.java index f3a2a98d69..eb1b6cfd65 100644 --- a/app/src/main/java/g0/s.java +++ b/app/src/main/java/g0/s.java @@ -8,7 +8,7 @@ public final class s { public int b; /* renamed from: c reason: collision with root package name */ - public int f2861c; + public int f2862c; public boolean d; public boolean e; public s f; @@ -24,7 +24,7 @@ public final class s { m.checkParameterIsNotNull(bArr, "data"); this.a = bArr; this.b = i; - this.f2861c = i2; + this.f2862c = i2; this.d = z2; this.e = z3; } @@ -64,20 +64,20 @@ public final class s { public final s c() { this.d = true; - return new s(this.a, this.b, this.f2861c, true, false); + return new s(this.a, this.b, this.f2862c, true, false); } public final void d(s sVar, int i) { m.checkParameterIsNotNull(sVar, "sink"); if (sVar.e) { - int i2 = sVar.f2861c; + int i2 = sVar.f2862c; if (i2 + i > 8192) { if (!sVar.d) { int i3 = sVar.b; if ((i2 + i) - i3 <= 8192) { byte[] bArr = sVar.a; j.copyInto$default(bArr, bArr, 0, i3, i2, 2, (Object) null); - sVar.f2861c -= sVar.b; + sVar.f2862c -= sVar.b; sVar.b = 0; } else { throw new IllegalArgumentException(); @@ -88,10 +88,10 @@ public final class s { } byte[] bArr2 = this.a; byte[] bArr3 = sVar.a; - int i4 = sVar.f2861c; + int i4 = sVar.f2862c; int i5 = this.b; j.copyInto(bArr2, bArr3, i4, i5, i5 + i); - sVar.f2861c += i; + sVar.f2862c += i; this.b += i; return; } diff --git a/app/src/main/java/g0/t.java b/app/src/main/java/g0/t.java index 5800e2c326..84c8f773e6 100644 --- a/app/src/main/java/g0/t.java +++ b/app/src/main/java/g0/t.java @@ -8,7 +8,7 @@ public final class t { public static final int b; /* renamed from: c reason: collision with root package name */ - public static final AtomicReference[] f2862c; + public static final AtomicReference[] f2863c; public static final t d = new t(); static { @@ -18,7 +18,7 @@ public final class t { for (int i = 0; i < highestOneBit; i++) { atomicReferenceArr[i] = new AtomicReference<>(); } - f2862c = atomicReferenceArr; + f2863c = atomicReferenceArr; } public static final void a(s sVar) { @@ -28,14 +28,14 @@ public final class t { } else if (!sVar.d) { Thread currentThread = Thread.currentThread(); m.checkExpressionValueIsNotNull(currentThread, "Thread.currentThread()"); - AtomicReference atomicReference = f2862c[(int) (currentThread.getId() & (((long) b) - 1))]; + AtomicReference atomicReference = f2863c[(int) (currentThread.getId() & (((long) b) - 1))]; s sVar2 = atomicReference.get(); if (sVar2 != a) { - int i = sVar2 != null ? sVar2.f2861c : 0; + int i = sVar2 != null ? sVar2.f2862c : 0; if (i < 65536) { sVar.f = sVar2; sVar.b = 0; - sVar.f2861c = i + 8192; + sVar.f2862c = i + 8192; if (!atomicReference.compareAndSet(sVar2, sVar)) { sVar.f = null; } @@ -47,7 +47,7 @@ public final class t { public static final s b() { Thread currentThread = Thread.currentThread(); m.checkExpressionValueIsNotNull(currentThread, "Thread.currentThread()"); - AtomicReference atomicReference = f2862c[(int) (currentThread.getId() & (((long) b) - 1))]; + AtomicReference atomicReference = f2863c[(int) (currentThread.getId() & (((long) b) - 1))]; s sVar = a; s andSet = atomicReference.getAndSet(sVar); if (andSet == sVar) { @@ -59,7 +59,7 @@ public final class t { } atomicReference.set(andSet.f); andSet.f = null; - andSet.f2861c = 0; + andSet.f2862c = 0; return andSet; } } diff --git a/app/src/main/java/g0/y.java b/app/src/main/java/g0/y.java index 9d07d51d14..54175a20bb 100644 --- a/app/src/main/java/g0/y.java +++ b/app/src/main/java/g0/y.java @@ -10,7 +10,7 @@ public class y { public boolean b; /* renamed from: c reason: collision with root package name */ - public long f2863c; + public long f2864c; public long d; /* compiled from: Timeout.kt */ @@ -43,14 +43,14 @@ public class y { public long c() { if (this.b) { - return this.f2863c; + return this.f2864c; } throw new IllegalStateException("No deadline".toString()); } public y d(long j) { this.b = true; - this.f2863c = j; + this.f2864c = j; return this; } @@ -62,7 +62,7 @@ public class y { if (Thread.interrupted()) { Thread.currentThread().interrupt(); throw new InterruptedIOException("interrupted"); - } else if (this.b && this.f2863c - System.nanoTime() <= 0) { + } else if (this.b && this.f2864c - System.nanoTime() <= 0) { throw new InterruptedIOException("deadline reached"); } } diff --git a/app/src/main/java/g0/z/a.java b/app/src/main/java/g0/z/a.java index 3f3cc45330..022c7508b6 100644 --- a/app/src/main/java/g0/z/a.java +++ b/app/src/main/java/g0/z/a.java @@ -45,7 +45,7 @@ public final class a { } byte[] bArr = sVar2.a; int i5 = sVar2.b; - int i6 = sVar2.f2861c; + int i6 = sVar2.f2862c; int[] iArr = oVar.l; s sVar3 = sVar2; int i7 = 0; @@ -81,7 +81,7 @@ public final class a { } i4 = sVar4.b; byte[] bArr2 = sVar4.a; - i3 = sVar4.f2861c; + i3 = sVar4.f2862c; if (sVar4 != sVar2) { sVar = sVar4; bArr = bArr2; @@ -122,7 +122,7 @@ public final class a { } i = sVar3.b; bArr = sVar3.a; - i6 = sVar3.f2861c; + i6 = sVar3.f2862c; if (sVar3 == sVar2) { sVar3 = null; } diff --git a/app/src/main/java/h0/a/a/a.java b/app/src/main/java/h0/a/a/a.java index a5dbcb9507..ed0e4740bc 100644 --- a/app/src/main/java/h0/a/a/a.java +++ b/app/src/main/java/h0/a/a/a.java @@ -7,7 +7,7 @@ public final class a { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final c f2864c; + public final c f2865c; public final int d; public int e; public final a f; @@ -16,7 +16,7 @@ public final class a { public a(v vVar, boolean z2, c cVar, a aVar) { this.a = vVar; this.b = z2; - this.f2864c = cVar; + this.f2865c = cVar; int i = cVar.b; this.d = i == 0 ? -1 : i - 2; this.f = aVar; @@ -53,7 +53,7 @@ public final class a { } cVar.j(i6); while (aVar2 != null) { - c cVar2 = aVar2.f2864c; + c cVar2 = aVar2.f2865c; cVar.h(cVar2.a, 0, cVar2.b); aVar2 = aVar2.g; } @@ -66,7 +66,7 @@ public final class a { } int i = 8; for (a aVar = this; aVar != null; aVar = aVar.f) { - i += aVar.f2864c.b; + i += aVar.f2865c.b; } return i; } @@ -77,7 +77,7 @@ public final class a { a aVar = null; for (a aVar2 = this; aVar2 != null; aVar2 = aVar2.f) { aVar2.g(); - i2 += aVar2.f2864c.b; + i2 += aVar2.f2865c.b; i3++; aVar = aVar2; } @@ -85,7 +85,7 @@ public final class a { cVar.i(i2); cVar.j(i3); while (aVar != null) { - c cVar2 = aVar.f2864c; + c cVar2 = aVar.f2865c; cVar.h(cVar2.a, 0, cVar2.b); aVar = aVar.g; } @@ -94,77 +94,77 @@ public final class a { public void e(String str, Object obj) { this.e++; if (this.b) { - this.f2864c.j(this.a.l(str)); + this.f2865c.j(this.a.l(str)); } if (obj instanceof String) { - this.f2864c.e(115, this.a.l((String) obj)); + this.f2865c.e(115, this.a.l((String) obj)); } else if (obj instanceof Byte) { - this.f2864c.e(66, this.a.e(((Byte) obj).byteValue()).a); + this.f2865c.e(66, this.a.e(((Byte) obj).byteValue()).a); } else if (obj instanceof Boolean) { - this.f2864c.e(90, this.a.e(((Boolean) obj).booleanValue() ? 1 : 0).a); + this.f2865c.e(90, this.a.e(((Boolean) obj).booleanValue() ? 1 : 0).a); } else if (obj instanceof Character) { - this.f2864c.e(67, this.a.e(((Character) obj).charValue()).a); + this.f2865c.e(67, this.a.e(((Character) obj).charValue()).a); } else if (obj instanceof Short) { - this.f2864c.e(83, this.a.e(((Short) obj).shortValue()).a); + this.f2865c.e(83, this.a.e(((Short) obj).shortValue()).a); } else if (obj instanceof w) { - this.f2864c.e(99, this.a.l(((w) obj).d())); + this.f2865c.e(99, this.a.l(((w) obj).d())); } else { int i = 0; if (obj instanceof byte[]) { byte[] bArr = (byte[]) obj; - this.f2864c.e(91, bArr.length); + this.f2865c.e(91, bArr.length); int length = bArr.length; while (i < length) { - this.f2864c.e(66, this.a.e(bArr[i]).a); + this.f2865c.e(66, this.a.e(bArr[i]).a); i++; } } else if (obj instanceof boolean[]) { boolean[] zArr = (boolean[]) obj; - this.f2864c.e(91, zArr.length); + this.f2865c.e(91, zArr.length); int length2 = zArr.length; while (i < length2) { - this.f2864c.e(90, this.a.e(zArr[i] ? 1 : 0).a); + this.f2865c.e(90, this.a.e(zArr[i] ? 1 : 0).a); i++; } } else if (obj instanceof short[]) { short[] sArr = (short[]) obj; - this.f2864c.e(91, sArr.length); + this.f2865c.e(91, sArr.length); int length3 = sArr.length; while (i < length3) { - this.f2864c.e(83, this.a.e(sArr[i]).a); + this.f2865c.e(83, this.a.e(sArr[i]).a); i++; } } else if (obj instanceof char[]) { char[] cArr = (char[]) obj; - this.f2864c.e(91, cArr.length); + this.f2865c.e(91, cArr.length); int length4 = cArr.length; while (i < length4) { - this.f2864c.e(67, this.a.e(cArr[i]).a); + this.f2865c.e(67, this.a.e(cArr[i]).a); i++; } } else if (obj instanceof int[]) { int[] iArr = (int[]) obj; - this.f2864c.e(91, iArr.length); + this.f2865c.e(91, iArr.length); int length5 = iArr.length; while (i < length5) { - this.f2864c.e(73, this.a.e(iArr[i]).a); + this.f2865c.e(73, this.a.e(iArr[i]).a); i++; } } else if (obj instanceof long[]) { long[] jArr = (long[]) obj; - this.f2864c.e(91, jArr.length); + this.f2865c.e(91, jArr.length); int length6 = jArr.length; while (i < length6) { - this.f2864c.e(74, this.a.g(5, jArr[i]).a); + this.f2865c.e(74, this.a.g(5, jArr[i]).a); i++; } } else if (obj instanceof float[]) { float[] fArr = (float[]) obj; - this.f2864c.e(91, fArr.length); + this.f2865c.e(91, fArr.length); int length7 = fArr.length; while (i < length7) { float f = fArr[i]; - c cVar = this.f2864c; + c cVar = this.f2865c; v vVar = this.a; Objects.requireNonNull(vVar); cVar.e(70, vVar.f(4, Float.floatToRawIntBits(f)).a); @@ -172,11 +172,11 @@ public final class a { } } else if (obj instanceof double[]) { double[] dArr = (double[]) obj; - this.f2864c.e(91, dArr.length); + this.f2865c.e(91, dArr.length); int length8 = dArr.length; while (i < length8) { double d = dArr[i]; - c cVar2 = this.f2864c; + c cVar2 = this.f2865c; v vVar2 = this.a; Objects.requireNonNull(vVar2); cVar2.e(68, vVar2.g(6, Double.doubleToRawLongBits(d)).a); @@ -184,7 +184,7 @@ public final class a { } } else { u b = this.a.b(obj); - this.f2864c.e(".s.IFJDCS".charAt(b.b), b.a); + this.f2865c.e(".s.IFJDCS".charAt(b.b), b.a); } } } @@ -192,16 +192,16 @@ public final class a { public a f(String str) { this.e++; if (this.b) { - this.f2864c.j(this.a.l(str)); + this.f2865c.j(this.a.l(str)); } - this.f2864c.e(91, 0); - return new a(this.a, false, this.f2864c, null); + this.f2865c.e(91, 0); + return new a(this.a, false, this.f2865c, null); } public void g() { int i = this.d; if (i != -1) { - byte[] bArr = this.f2864c.a; + byte[] bArr = this.f2865c.a; int i2 = this.e; bArr[i] = (byte) (i2 >>> 8); bArr[i + 1] = (byte) i2; diff --git a/app/src/main/java/h0/a/a/b.java b/app/src/main/java/h0/a/a/b.java index c88feef2f8..9644349448 100644 --- a/app/src/main/java/h0/a/a/b.java +++ b/app/src/main/java/h0/a/a/b.java @@ -5,7 +5,7 @@ public class b { public byte[] b; /* renamed from: c reason: collision with root package name */ - public b f2865c; + public b f2866c; /* compiled from: Attribute */ public static final class a { @@ -40,7 +40,7 @@ public class b { this.a = i3 + 1; bVarArr3[i3] = bVar; } - bVar = bVar.f2865c; + bVar = bVar.f2866c; } } } @@ -56,7 +56,7 @@ public class b { public final int b(v vVar, byte[] bArr, int i, int i2, int i3) { f fVar = vVar.a; int i4 = 0; - for (b bVar = this; bVar != null; bVar = bVar.f2865c) { + for (b bVar = this; bVar != null; bVar = bVar.f2866c) { vVar.l(bVar.a); i4 += bVar.b.length + 6; } @@ -65,7 +65,7 @@ public class b { public final int c() { int i = 0; - for (b bVar = this; bVar != null; bVar = bVar.f2865c) { + for (b bVar = this; bVar != null; bVar = bVar.f2866c) { i++; } return i; @@ -77,7 +77,7 @@ public class b { public final void e(v vVar, byte[] bArr, int i, int i2, int i3, c cVar) { f fVar = vVar.a; - for (b bVar = this; bVar != null; bVar = bVar.f2865c) { + for (b bVar = this; bVar != null; bVar = bVar.f2866c) { byte[] bArr2 = bVar.b; int length = bArr2.length; c.d.b.a.a.q0(vVar, bVar.a, cVar, length); diff --git a/app/src/main/java/h0/a/a/d.java b/app/src/main/java/h0/a/a/d.java index bab38cf5dd..651daea9cd 100644 --- a/app/src/main/java/h0/a/a/d.java +++ b/app/src/main/java/h0/a/a/d.java @@ -14,7 +14,7 @@ public class d { public final int[] b; /* renamed from: c reason: collision with root package name */ - public final String[] f2866c; + public final String[] f2867c; public final g[] d; public final int[] e; public final int f; @@ -34,7 +34,7 @@ public class d { } int u = u(i + 8); this.b = new int[u]; - this.f2866c = new String[u]; + this.f2867c = new String[u]; int i4 = i + 10; int i5 = 1; int i6 = 0; @@ -320,7 +320,7 @@ public class d { int i37; int i38; byte[] bArr = this.a; - char[] cArr = hVar.f2873c; + char[] cArr = hVar.f2874c; int u3 = u(i); int u4 = u(i + 2); int l = l(i + 4); @@ -762,7 +762,7 @@ public class d { i31 = i50; i30 = i33; b e = e(hVar.a, t2, i57, l4, cArr, i, pVarArr5); - e.f2865c = bVar3; + e.f2866c = bVar3; bVar3 = e; iArr8 = iArr6; } else if ((hVar.b & 4) == 0) { @@ -807,8 +807,8 @@ public class d { int i62 = i60 + 4; a(u10, pVarArr8); p pVar = pVarArr8[u10]; - if (pVar.f2880c == 0) { - pVar.f2880c = (short) u11; + if (pVar.f2881c == 0) { + pVar.f2881c = (short) u11; i35 = i62; iArr7 = iArr8; pVarArr7 = pVarArr8; @@ -871,14 +871,14 @@ public class d { Object[] objArr = new Object[u4]; hVar.q = objArr; hVar.r = 0; - hVar.f2874s = new Object[u3]; + hVar.f2875s = new Object[u3]; if (z12) { String str2 = hVar.f; if ((hVar.d & 8) == 0) { if ("".equals(hVar.e)) { objArr[0] = t.g; } else { - objArr[0] = g(this.g + 2, hVar.f2873c); + objArr[0] = g(this.g + 2, hVar.f2874c); } i28 = 1; } else { @@ -891,7 +891,7 @@ public class d { char charAt = str2.charAt(i67); if (charAt == 'F') { i29 = i66 + 1; - objArr[i66] = t.f2889c; + objArr[i66] = t.f2890c; } else if (charAt != 'L') { if (!(charAt == 'S' || charAt == 'I')) { if (charAt == 'J') { @@ -1009,7 +1009,7 @@ public class d { if (pVar2 != null) { boolean z14 = (hVar.b & 2) == 0; qVar.i(pVar2); - if (z14 && (s2 = pVar2.f2880c) != 0) { + if (z14 && (s2 = pVar2.f2881c) != 0) { qVar.k(s2 & 65535, pVar2); if (pVar2.d != null) { i7 = i75; @@ -1034,14 +1034,14 @@ public class d { i19 = u4; i20 = i6; i21 = i8; - qVar.c(-1, hVar.o, hVar.q, hVar.r, hVar.f2874s); + qVar.c(-1, hVar.o, hVar.q, hVar.r, hVar.f2875s); } else { i19 = u4; i21 = i8; i20 = i6; iArr4 = iArr13; iArr3 = iArr12; - qVar.c(hVar.n, hVar.p, hVar.q, hVar.r, hVar.f2874s); + qVar.c(hVar.n, hVar.p, hVar.q, hVar.r, hVar.f2875s); } z10 = false; } else { @@ -1053,7 +1053,7 @@ public class d { z10 = z2; } if (i21 < i2) { - char[] cArr2 = hVar.f2873c; + char[] cArr2 = hVar.f2874c; p[] pVarArr10 = hVar.g; if (z11) { i23 = i21 + 1; @@ -1077,7 +1077,7 @@ public class d { u = i22 - 64; i25 = i2; pVarArr3 = pVarArr10; - i26 = x(i23, hVar.f2874s, 0, cArr2, pVarArr3); + i26 = x(i23, hVar.f2875s, 0, cArr2, pVarArr3); hVar.n = 4; hVar.r = 1; } else { @@ -1087,7 +1087,7 @@ public class d { u = u(i23); int i82 = i23 + 2; if (i22 == 247) { - i26 = x(i82, hVar.f2874s, 0, cArr2, pVarArr3); + i26 = x(i82, hVar.f2875s, 0, cArr2, pVarArr3); hVar.n = 4; hVar.r = 1; } else { @@ -1128,7 +1128,7 @@ public class d { i82 = i87 + 2; hVar.r = u13; for (int i89 = 0; i89 < u13; i89++) { - i82 = x(i82, hVar.f2874s, i89, cArr2, pVarArr3); + i82 = x(i82, hVar.f2875s, i89, cArr2, pVarArr3); } } i26 = i82; @@ -2292,10 +2292,10 @@ public class d { } b bVar4 = bVar; while (bVar4 != null) { - b bVar5 = bVar4.f2865c; - bVar4.f2865c = null; + b bVar5 = bVar4.f2866c; + bVar4.f2866c = null; r rVar5 = (r) qVar; - bVar4.f2865c = rVar5.M; + bVar4.f2866c = rVar5.M; rVar5.M = bVar4; bVar4 = bVar5; } @@ -2382,9 +2382,9 @@ public class d { String t3 = t(i4 + 2, cArr); aVar.e++; if (aVar.b) { - aVar.f2864c.j(aVar.a.l(str)); + aVar.f2865c.j(aVar.a.l(str)); } - c cVar = aVar.f2864c; + c cVar = aVar.f2865c; cVar.e(101, aVar.a.l(t2)); cVar.j(aVar.a.l(t3)); return i4 + 4; @@ -2500,12 +2500,12 @@ public class d { String t4 = t(i4, cArr); aVar.e++; if (aVar.b) { - aVar.f2864c.j(aVar.a.l(str)); + aVar.f2865c.j(aVar.a.l(str)); } - c cVar2 = aVar.f2864c; + c cVar2 = aVar.f2865c; cVar2.e(64, aVar.a.l(t4)); cVar2.j(0); - return k(new a(aVar.a, true, aVar.f2864c, null), i4 + 2, true, cArr); + return k(new a(aVar.a, true, aVar.f2865c, null), i4 + 2, true, cArr); } public final int k(a aVar, int i, boolean z2, char[] cArr) { @@ -2563,7 +2563,7 @@ public class d { } else { rVar.F = i3; } - char[] cArr = hVar.f2873c; + char[] cArr = hVar.f2874c; for (int i4 = 0; i4 < i3; i4++) { int u = u(i2); i2 += 2; @@ -2688,7 +2688,7 @@ public class d { public final int[] s(q qVar, h hVar, int i, boolean z2) { int i2; a aVar; - char[] cArr = hVar.f2873c; + char[] cArr = hVar.f2874c; int u = u(i); int[] iArr = new int[u]; int i3 = i + 2; @@ -2760,8 +2760,8 @@ public class d { aVar = new a(rVar.d, true, cVar, rVar.w); rVar.w = aVar; } else { - aVar = new a(rVar.d, true, cVar, rVar.f2885x); - rVar.f2885x = aVar; + aVar = new a(rVar.d, true, cVar, rVar.f2886x); + rVar.f2886x = aVar; } i3 = k(aVar, i8, true, cArr); } else { @@ -2819,7 +2819,7 @@ public class d { } public final String w(int i, char[] cArr) { - String[] strArr = this.f2866c; + String[] strArr = this.f2867c; String str = strArr[i]; if (str != null) { return str; @@ -2840,7 +2840,7 @@ public class d { objArr[i2] = t.b; return i3; case 2: - objArr[i2] = t.f2889c; + objArr[i2] = t.f2890c; return i3; case 3: objArr[i2] = t.d; diff --git a/app/src/main/java/h0/a/a/f.java b/app/src/main/java/h0/a/a/f.java index 21f6cc39ee..2e5f883917 100644 --- a/app/src/main/java/h0/a/a/f.java +++ b/app/src/main/java/h0/a/a/f.java @@ -12,7 +12,7 @@ public class f extends e { public final v b = new v(this); /* renamed from: c reason: collision with root package name */ - public int f2867c; + public int f2868c; public int d; public int e; public int f; @@ -30,20 +30,20 @@ public class f extends e { public c r; /* renamed from: s reason: collision with root package name */ - public a f2868s; + public a f2869s; public a t; public a u; public a v; public s w; /* renamed from: x reason: collision with root package name */ - public int f2869x; + public int f2870x; /* renamed from: y reason: collision with root package name */ - public int f2870y; + public int f2871y; /* renamed from: z reason: collision with root package name */ - public c f2871z; + public c f2872z; public f(int i) { super(458752); @@ -57,7 +57,7 @@ public class f extends e { } /* JADX WARNING: Code restructure failed: missing block: B:395:0x0aa5, code lost: - if (r1.f2886y != 0) goto L_0x0acf; + if (r1.f2887y != 0) goto L_0x0acf; */ /* JADX WARNING: Removed duplicated region for block: B:407:0x0ad2 */ /* JADX WARNING: Removed duplicated region for block: B:408:0x0ad7 */ @@ -133,14 +133,14 @@ public class f extends e { this.i = null; this.j = null; this.k = null; - this.f2868s = null; + this.f2869s = null; this.t = null; this.u = null; this.v = null; this.w = null; - this.f2869x = 0; - this.f2870y = 0; - this.f2871z = null; + this.f2870x = 0; + this.f2871y = 0; + this.f2872z = null; this.A = null; this.B = z2 ? 3 : 0; d dVar2 = new d(bArr, 0, false); @@ -149,7 +149,7 @@ public class f extends e { hVar2.a = bVarArr; hVar2.b = i10; char[] cArr = new char[dVar2.f]; - hVar2.f2873c = cArr; + hVar2.f2874c = cArr; int i11 = dVar2.g; int u = dVar2.u(i11); String g = dVar2.g(i11 + 2, cArr); @@ -242,7 +242,7 @@ public class f extends e { i7 = i14; strArr3 = strArr5; bVar = dVar2.e(bVarArr, t, i6, l, cArr, -1, null); - bVar.f2865c = bVar; + bVar.f2866c = bVar; } else { str33 = str34; i6 = i24; @@ -299,7 +299,7 @@ public class f extends e { } } if (i15 != 0) { - char[] cArr2 = hVar3.f2873c; + char[] cArr2 = hVar3.f2874c; String t2 = dVar3.t(dVar3.b[dVar3.u(i15)], cArr2); int u4 = dVar3.u(i15 + 2); String t3 = dVar3.t(i15 + 4, cArr2); @@ -459,7 +459,7 @@ public class f extends e { str6 = str2; } if (str36 != null) { - fVar.f2869x = fVar.b.m(7, str36).a; + fVar.f2870x = fVar.b.m(7, str36).a; } if (i17 != 0) { String g4 = dVar3.g(i17, cArr); @@ -523,9 +523,9 @@ public class f extends e { } b bVar2 = bVar; while (bVar2 != null) { - b bVar3 = bVar2.f2865c; - bVar2.f2865c = null; - bVar2.f2865c = fVar.A; + b bVar3 = bVar2.f2866c; + bVar2.f2866c = null; + bVar2.f2866c = fVar.A; fVar.A = bVar2; bVar2 = bVar3; } @@ -538,11 +538,11 @@ public class f extends e { break; } String g5 = dVar3.g(i53, cArr); - if (fVar.f2871z == null) { - fVar.f2871z = new c(); + if (fVar.f2872z == null) { + fVar.f2872z = new c(); } - fVar.f2870y++; - fVar.f2871z.j(fVar.b.m(7, g5).a); + fVar.f2871y++; + fVar.f2872z.j(fVar.b.m(7, g5).a); i53 += 2; u22 = i54; } @@ -582,7 +582,7 @@ public class f extends e { if (u25 <= 0) { break; } - char[] cArr3 = hVar3.f2873c; + char[] cArr3 = hVar3.f2874c; int u26 = dVar3.u(i57); String t8 = dVar3.t(i57 + 2, cArr3); String t9 = dVar3.t(i57 + 4, cArr3); @@ -729,7 +729,7 @@ public class f extends e { str22 = str31; hVar = hVar3; b e = dVar3.e(hVar3.a, t10, i66, l2, cArr3, -1, null); - e.f2865c = bVar4; + e.f2866c = bVar4; bVar4 = e; i60 = i60; i64 = i4; @@ -854,9 +854,9 @@ public class f extends e { } b bVar5 = bVar4; while (bVar5 != null) { - b bVar6 = bVar5.f2865c; - bVar5.f2865c = null; - bVar5.f2865c = lVar2.l; + b bVar6 = bVar5.f2866c; + bVar5.f2866c = null; + bVar5.f2866c = lVar2.l; lVar2.l = bVar5; bVar5 = bVar6; } @@ -888,7 +888,7 @@ public class f extends e { if (u33 <= 0) { return b(); } - char[] cArr4 = hVar4.f2873c; + char[] cArr4 = hVar4.f2874c; hVar4.d = dVar4.u(i76); hVar4.e = dVar4.t(i76 + 2, cArr4); int i78 = i76 + 4; @@ -1095,7 +1095,7 @@ public class f extends e { str11 = str47; str13 = str15; b e2 = dVar4.e(hVar4.a, t11, i93, l3, cArr4, -1, null); - e2.f2865c = bVar7; + e2.f2866c = bVar7; z5 = z5; i82 = i82; bVar7 = e2; @@ -1193,15 +1193,15 @@ public class f extends e { if (dVar4 == vVar2.b && u36 == rVar2.h && i85 == rVar2.A) { int i98 = rVar2.e; if (z6 == ((i98 & 131072) != 0)) { - if (z3 == (vVar2.f2891c < 49 && (i98 & 4096) != 0)) { + if (z3 == (vVar2.f2892c < 49 && (i98 & 4096) != 0)) { if (i82 != 0) { - if (dVar4.u(i82) == rVar2.f2886y) { + if (dVar4.u(i82) == rVar2.f2887y) { int i99 = i82 + 2; int i100 = 0; while (true) { - if (i100 >= rVar2.f2886y) { + if (i100 >= rVar2.f2887y) { break; - } else if (dVar4.u(i99) != rVar2.f2887z[i100]) { + } else if (dVar4.u(i99) != rVar2.f2888z[i100]) { break; } else { i99 += 2; @@ -1210,8 +1210,8 @@ public class f extends e { } } } - rVar2.f2882a0 = i79; - rVar2.f2883b0 = i97 - 6; + rVar2.f2883a0 = i79; + rVar2.f2884b0 = i97 - 6; z4 = true; if (z4) { if (i83 != 0) { @@ -1300,9 +1300,9 @@ public class f extends e { } b bVar8 = bVar7; while (bVar8 != null) { - b bVar9 = bVar8.f2865c; - bVar8.f2865c = null; - bVar8.f2865c = rVar2.M; + b bVar9 = bVar8.f2866c; + bVar8.f2866c = null; + bVar8.f2866c = rVar2.M; rVar2.M = bVar8; bVar8 = bVar9; } @@ -1377,9 +1377,9 @@ public class f extends e { } else { i = 8; } - if ((lVar.f2876c & 4096) != 0) { + if ((lVar.f2877c & 4096) != 0) { v vVar = lVar.b; - if (vVar.f2891c < 49) { + if (vVar.f2892c < 49) { vVar.l("Synthetic"); i += 6; } @@ -1388,7 +1388,7 @@ public class f extends e { lVar.b.l("Signature"); i += 8; } - if ((lVar.f2876c & 131072) != 0) { + if ((lVar.f2877c & 131072) != 0) { lVar.b.l("Deprecated"); i += 6; } @@ -1421,8 +1421,8 @@ public class f extends e { boolean z2 = true; if (rVar != null) { int i14 = i13 + 1; - if (rVar.f2882a0 != 0) { - i9 = rVar.f2883b0 + 6; + if (rVar.f2883a0 != 0) { + i9 = rVar.f2884b0 + 6; i8 = i14; } else { int i15 = rVar.l.b; @@ -1440,7 +1440,7 @@ public class f extends e { if (rVar.v != null) { v vVar2 = rVar.d; i8 = i14; - vVar2.l(vVar2.f2891c >= 50 ? "StackMapTable" : "StackMap"); + vVar2.l(vVar2.f2892c >= 50 ? "StackMapTable" : "StackMap"); i10 += rVar.v.b + 8; } else { i8 = i14; @@ -1461,19 +1461,19 @@ public class f extends e { if (aVar5 != null) { i10 += aVar5.a("RuntimeVisibleTypeAnnotations"); } - a aVar6 = rVar.f2885x; + a aVar6 = rVar.f2886x; if (aVar6 != null) { i10 += aVar6.a("RuntimeInvisibleTypeAnnotations"); } } else { throw new MethodTooLargeException(rVar.d.d, rVar.g, rVar.i, rVar.l.b); } - if (rVar.f2886y > 0) { + if (rVar.f2887y > 0) { rVar.d.l("Exceptions"); - i10 += (rVar.f2886y * 2) + 8; + i10 += (rVar.f2887y * 2) + 8; } v vVar3 = rVar.d; - if (vVar3.f2891c >= 49) { + if (vVar3.f2892c >= 49) { z2 = false; } if ((rVar.e & 4096) != 0 && z2) { @@ -1553,7 +1553,7 @@ public class f extends e { i11 += 10; this.b.l("EnclosingMethod"); } - if ((this.f2867c & 4096) != 0) { + if ((this.f2868c & 4096) != 0) { str = "EnclosingMethod"; if ((this.a & 65535) < 49) { i2++; @@ -1579,12 +1579,12 @@ public class f extends e { i11 += cVar2.b + 6; this.b.l("SourceDebugExtension"); } - if ((this.f2867c & 131072) != 0) { + if ((this.f2868c & 131072) != 0) { i2++; i11 += 6; this.b.l("Deprecated"); } - a aVar11 = this.f2868s; + a aVar11 = this.f2869s; if (aVar11 != null) { i2++; i11 += aVar11.a("RuntimeVisibleAnnotations"); @@ -1643,12 +1643,12 @@ public class f extends e { str3 = "RuntimeInvisibleTypeAnnotations"; str2 = "RuntimeVisibleTypeAnnotations"; } - if (this.f2869x != 0) { + if (this.f2870x != 0) { i2++; i11 += 8; this.b.l("NestHost"); } - c cVar3 = this.f2871z; + c cVar3 = this.f2872z; if (cVar3 != null) { i2++; i11 += cVar3.b + 8; @@ -1671,7 +1671,7 @@ public class f extends e { cVar4.j(vVar7.g); c cVar5 = vVar7.h; cVar4.h(cVar5.a, 0, cVar5.b); - cVar4.j((~((this.a & 65535) < 49 ? 4096 : 0)) & this.f2867c); + cVar4.j((~((this.a & 65535) < 49 ? 4096 : 0)) & this.f2868c); cVar4.j(this.d); cVar4.j(this.e); cVar4.j(this.f); @@ -1681,12 +1681,12 @@ public class f extends e { cVar4.j(i12); l lVar2 = this.h; while (lVar2 != null) { - boolean z3 = lVar2.b.f2891c < 49; - cVar4.j((~(z3 ? 4096 : 0)) & lVar2.f2876c); + boolean z3 = lVar2.b.f2892c < 49; + cVar4.j((~(z3 ? 4096 : 0)) & lVar2.f2877c); cVar4.j(lVar2.d); cVar4.j(lVar2.e); int i24 = lVar2.g != 0 ? 1 : 0; - int i25 = lVar2.f2876c; + int i25 = lVar2.f2877c; if ((i25 & 4096) != 0 && z3) { i24++; } @@ -1717,14 +1717,14 @@ public class f extends e { a.q0(lVar2.b, "ConstantValue", cVar4, 2); cVar4.j(lVar2.g); } - if ((lVar2.f2876c & 4096) != 0 && z3) { + if ((lVar2.f2877c & 4096) != 0 && z3) { a.q0(lVar2.b, "Synthetic", cVar4, 0); } if (lVar2.f != 0) { a.q0(lVar2.b, "Signature", cVar4, 2); cVar4.j(lVar2.f); } - if ((lVar2.f2876c & 131072) != 0) { + if ((lVar2.f2877c & 131072) != 0) { a.q0(lVar2.b, "Deprecated", cVar4, 0); } a aVar15 = lVar2.h; @@ -1779,7 +1779,7 @@ public class f extends e { cVar4.j(this.n); cVar4.j(this.o); } - if ((this.f2867c & 4096) != 0 && (this.a & 65535) < 49) { + if ((this.f2868c & 4096) != 0 && (this.a & 65535) < 49) { a.q0(this.b, "Synthetic", cVar4, 0); } if (this.p != 0) { @@ -1802,10 +1802,10 @@ public class f extends e { } else { i5 = 0; } - if ((this.f2867c & 131072) != 0) { + if ((this.f2868c & 131072) != 0) { a.q0(this.b, "Deprecated", cVar4, i5); } - a aVar19 = this.f2868s; + a aVar19 = this.f2869s; if (aVar19 != null) { aVar19.c(this.b.l("RuntimeVisibleAnnotations"), cVar4); } @@ -1833,7 +1833,7 @@ public class f extends e { if (sVar2 != null) { a.q0(sVar2.a, "Module", cVar4, sVar2.f.b + 16 + sVar2.h.b + sVar2.j.b + sVar2.l.b + sVar2.n.b); cVar4.j(sVar2.b); - cVar4.j(sVar2.f2888c); + cVar4.j(sVar2.f2889c); cVar4.j(sVar2.d); cVar4.j(sVar2.e); c cVar9 = sVar2.f; @@ -1861,15 +1861,15 @@ public class f extends e { i6 = 2; a.q0(sVar2.a, str6, cVar4, 2); cVar4.j(sVar2.q); - if (this.f2869x != 0) { + if (this.f2870x != 0) { a.q0(this.b, "NestHost", cVar4, i6); - cVar4.j(this.f2869x); + cVar4.j(this.f2870x); } - if (this.f2871z != null) { + if (this.f2872z != null) { cVar4.j(this.b.l("NestMembers")); - cVar4.i(this.f2871z.b + 2); - cVar4.j(this.f2870y); - c cVar15 = this.f2871z; + cVar4.i(this.f2872z.b + 2); + cVar4.j(this.f2871y); + c cVar15 = this.f2872z; cVar4.h(cVar15.a, 0, cVar15.b); } bVar = this.A; @@ -1880,9 +1880,9 @@ public class f extends e { } } i6 = 2; - if (this.f2869x != 0) { + if (this.f2870x != 0) { } - if (this.f2871z != null) { + if (this.f2872z != null) { } bVar = this.A; if (bVar != null) { @@ -1898,10 +1898,10 @@ public class f extends e { public final void c(int i, int i2, String str, String str2, String str3, String[] strArr) { this.a = i; - this.f2867c = i2; + this.f2868c = i2; v vVar = this.b; int i3 = i & 65535; - vVar.f2891c = i3; + vVar.f2892c = i3; vVar.d = str; this.d = vVar.m(7, str).a; if (str2 != null) { @@ -1926,8 +1926,8 @@ public class f extends e { cVar.j(this.b.l(str)); cVar.j(0); if (z2) { - a aVar = new a(this.b, true, cVar, this.f2868s); - this.f2868s = aVar; + a aVar = new a(this.b, true, cVar, this.f2869s); + this.f2869s = aVar; return aVar; } a aVar2 = new a(this.b, true, cVar, this.t); diff --git a/app/src/main/java/h0/a/a/g.java b/app/src/main/java/h0/a/a/g.java index c70526e9a7..2cba3c5569 100644 --- a/app/src/main/java/h0/a/a/g.java +++ b/app/src/main/java/h0/a/a/g.java @@ -7,13 +7,13 @@ public final class g { public final String b; /* renamed from: c reason: collision with root package name */ - public final n f2872c; + public final n f2873c; public final Object[] d; public g(String str, String str2, n nVar, Object... objArr) { this.a = str; this.b = str2; - this.f2872c = nVar; + this.f2873c = nVar; this.d = objArr; } @@ -25,14 +25,14 @@ public final class g { return false; } g gVar = (g) obj; - return this.a.equals(gVar.a) && this.b.equals(gVar.b) && this.f2872c.equals(gVar.f2872c) && Arrays.equals(this.d, gVar.d); + return this.a.equals(gVar.a) && this.b.equals(gVar.b) && this.f2873c.equals(gVar.f2873c) && Arrays.equals(this.d, gVar.d); } public int hashCode() { - return ((this.a.hashCode() ^ Integer.rotateLeft(this.b.hashCode(), 8)) ^ Integer.rotateLeft(this.f2872c.hashCode(), 16)) ^ Integer.rotateLeft(Arrays.hashCode(this.d), 24); + return ((this.a.hashCode() ^ Integer.rotateLeft(this.b.hashCode(), 8)) ^ Integer.rotateLeft(this.f2873c.hashCode(), 16)) ^ Integer.rotateLeft(Arrays.hashCode(this.d), 24); } public String toString() { - return this.a + " : " + this.b + ' ' + this.f2872c + ' ' + Arrays.toString(this.d); + return this.a + " : " + this.b + ' ' + this.f2873c + ' ' + Arrays.toString(this.d); } } diff --git a/app/src/main/java/h0/a/a/h.java b/app/src/main/java/h0/a/a/h.java index 1d4760aeb7..65d062ec4c 100644 --- a/app/src/main/java/h0/a/a/h.java +++ b/app/src/main/java/h0/a/a/h.java @@ -5,7 +5,7 @@ public final class h { public int b; /* renamed from: c reason: collision with root package name */ - public char[] f2873c; + public char[] f2874c; public int d; public String e; public String f; @@ -23,5 +23,5 @@ public final class h { public int r; /* renamed from: s reason: collision with root package name */ - public Object[] f2874s; + public Object[] f2875s; } diff --git a/app/src/main/java/h0/a/a/i.java b/app/src/main/java/h0/a/a/i.java index 129a1c60bf..d73c0bed5d 100644 --- a/app/src/main/java/h0/a/a/i.java +++ b/app/src/main/java/h0/a/a/i.java @@ -11,7 +11,7 @@ public final class i extends m { m mVar = new m(null); h(vVar, mVar, 0); this.b = mVar.b; - this.f2877c = mVar.f2877c; + this.f2878c = mVar.f2878c; this.f = 0; this.d = mVar.d; this.e = mVar.e; diff --git a/app/src/main/java/h0/a/a/j.java b/app/src/main/java/h0/a/a/j.java index 36aa5b1fac..08672698ad 100644 --- a/app/src/main/java/h0/a/a/j.java +++ b/app/src/main/java/h0/a/a/j.java @@ -5,11 +5,11 @@ public final class j { public final p b; /* renamed from: c reason: collision with root package name */ - public j f2875c; + public j f2876c; public j(int i, p pVar, j jVar) { this.a = i; this.b = pVar; - this.f2875c = jVar; + this.f2876c = jVar; } } diff --git a/app/src/main/java/h0/a/a/l.java b/app/src/main/java/h0/a/a/l.java index f6f55f1a04..da7af4e457 100644 --- a/app/src/main/java/h0/a/a/l.java +++ b/app/src/main/java/h0/a/a/l.java @@ -6,7 +6,7 @@ public final class l extends k { public final v b; /* renamed from: c reason: collision with root package name */ - public final int f2876c; + public final int f2877c; public final int d; public final int e; public int f; @@ -20,7 +20,7 @@ public final class l extends k { public l(v vVar, int i, String str, String str2, String str3, Object obj) { super(458752); this.b = vVar; - this.f2876c = i; + this.f2877c = i; this.d = vVar.l(str); this.e = vVar.l(str2); if (str3 != null) { diff --git a/app/src/main/java/h0/a/a/m.java b/app/src/main/java/h0/a/a/m.java index 787002db60..34c5bd2982 100644 --- a/app/src/main/java/h0/a/a/m.java +++ b/app/src/main/java/h0/a/a/m.java @@ -10,7 +10,7 @@ public class m { public int[] b; /* renamed from: c reason: collision with root package name */ - public int[] f2877c; + public int[] f2878c; public int[] d; public int[] e; public short f; @@ -222,7 +222,7 @@ public class m { } while (i == 16777216); i4 += i5; } - int[] iArr2 = this.f2877c; + int[] iArr2 = this.f2878c; int i7 = 0; int i8 = 0; while (i7 < iArr2.length) { @@ -307,7 +307,7 @@ public class m { i2 = this.b[i7]; } else { if (i6 == 83886080) { - int[] iArr = this.f2877c; + int[] iArr = this.f2878c; i2 = iArr[iArr.length - i7]; } if (i != i4) { @@ -358,7 +358,7 @@ public class m { int i3; int i4; int length = this.b.length; - int length2 = this.f2877c.length; + int length2 = this.f2878c.length; if (mVar.b == null) { mVar.b = new int[length]; z2 = true; @@ -384,7 +384,7 @@ public class m { } i3 = i4; } else if (i8 == 83886080) { - i4 = i7 + this.f2877c[length2 - (i6 & 1048575)]; + i4 = i7 + this.f2878c[length2 - (i6 & 1048575)]; if ((i6 & 1048576) != 0) { if (i4 != 16777220) { } @@ -405,27 +405,27 @@ public class m { for (int i9 = 0; i9 < length; i9++) { z2 |= g(vVar, this.b[i9], mVar.b, i9); } - if (mVar.f2877c == null) { - mVar.f2877c = new int[1]; + if (mVar.f2878c == null) { + mVar.f2878c = new int[1]; z4 = true; } else { z4 = z2; } - return g(vVar, i, mVar.f2877c, 0) | z4; + return g(vVar, i, mVar.f2878c, 0) | z4; } - int length3 = this.f2877c.length + this.f; - if (mVar.f2877c == null) { - mVar.f2877c = new int[(this.g + length3)]; + int length3 = this.f2878c.length + this.f; + if (mVar.f2878c == null) { + mVar.f2878c = new int[(this.g + length3)]; z3 = true; } else { z3 = z2; } for (int i10 = 0; i10 < length3; i10++) { - int i11 = this.f2877c[i10]; + int i11 = this.f2878c[i10]; if (this.i != null) { i11 = e(vVar, i11); } - z3 |= g(vVar, i11, mVar.f2877c, i10); + z3 |= g(vVar, i11, mVar.f2878c, i10); } for (int i12 = 0; i12 < this.g; i12++) { int i13 = this.e[i12]; @@ -441,10 +441,10 @@ public class m { if (this.i != null) { i13 = e(vVar, i13); } - z3 |= g(vVar, i13, mVar.f2877c, length3 + i12); + z3 |= g(vVar, i13, mVar.f2878c, length3 + i12); } else { if (i15 == 83886080) { - i2 = i14 + this.f2877c[length2 - (i13 & 1048575)]; + i2 = i14 + this.f2878c[length2 - (i13 & 1048575)]; if ((i13 & 1048576) != 0) { if (i2 != 16777220) { } @@ -453,12 +453,12 @@ public class m { } if (this.i != null) { } - z3 |= g(vVar, i13, mVar.f2877c, length3 + i12); + z3 |= g(vVar, i13, mVar.f2878c, length3 + i12); } i13 = 16777216; if (this.i != null) { } - z3 |= g(vVar, i13, mVar.f2877c, length3 + i12); + z3 |= g(vVar, i13, mVar.f2878c, length3 + i12); } return z3; } @@ -537,7 +537,7 @@ public class m { public final void n(v vVar, int i, String str, int i2) { int[] iArr = new int[i2]; this.b = iArr; - this.f2877c = new int[0]; + this.f2878c = new int[0]; int i3 = 1; if ((i & 8) != 0) { i3 = 0; diff --git a/app/src/main/java/h0/a/a/n.java b/app/src/main/java/h0/a/a/n.java index d9df7ec7e3..311a0b7019 100644 --- a/app/src/main/java/h0/a/a/n.java +++ b/app/src/main/java/h0/a/a/n.java @@ -7,14 +7,14 @@ public final class n { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f2878c; + public final String f2879c; public final String d; public final boolean e; public n(int i, String str, String str2, String str3, boolean z2) { this.a = i; this.b = str; - this.f2878c = str2; + this.f2879c = str2; this.d = str3; this.e = z2; } @@ -27,18 +27,18 @@ public final class n { return false; } n nVar = (n) obj; - return this.a == nVar.a && this.e == nVar.e && this.b.equals(nVar.b) && this.f2878c.equals(nVar.f2878c) && this.d.equals(nVar.d); + return this.a == nVar.a && this.e == nVar.e && this.b.equals(nVar.b) && this.f2879c.equals(nVar.f2879c) && this.d.equals(nVar.d); } public int hashCode() { - return (this.d.hashCode() * this.f2878c.hashCode() * this.b.hashCode()) + this.a + (this.e ? 64 : 0); + return (this.d.hashCode() * this.f2879c.hashCode() * this.b.hashCode()) + this.a + (this.e ? 64 : 0); } public String toString() { StringBuilder sb = new StringBuilder(); sb.append(this.b); sb.append('.'); - sb.append(this.f2878c); + sb.append(this.f2879c); sb.append(this.d); sb.append(" ("); sb.append(this.a); diff --git a/app/src/main/java/h0/a/a/o.java b/app/src/main/java/h0/a/a/o.java index 6d7d52e5ef..f73e0225af 100644 --- a/app/src/main/java/h0/a/a/o.java +++ b/app/src/main/java/h0/a/a/o.java @@ -5,18 +5,18 @@ public final class o { public final p b; /* renamed from: c reason: collision with root package name */ - public final p f2879c; + public final p f2880c; public final int d; public final String e; public o f; public o(o oVar, p pVar, p pVar2) { - p pVar3 = oVar.f2879c; + p pVar3 = oVar.f2880c; int i = oVar.d; String str = oVar.e; this.a = pVar; this.b = pVar2; - this.f2879c = pVar3; + this.f2880c = pVar3; this.d = i; this.e = str; this.f = oVar.f; @@ -25,7 +25,7 @@ public final class o { public o(p pVar, p pVar2, p pVar3, int i, String str) { this.a = pVar; this.b = pVar2; - this.f2879c = pVar3; + this.f2880c = pVar3; this.d = i; this.e = str; } diff --git a/app/src/main/java/h0/a/a/p.java b/app/src/main/java/h0/a/a/p.java index 24f07d6977..d882d113f4 100644 --- a/app/src/main/java/h0/a/a/p.java +++ b/app/src/main/java/h0/a/a/p.java @@ -7,7 +7,7 @@ public class p { public short b; /* renamed from: c reason: collision with root package name */ - public short f2880c; + public short f2881c; public int[] d; public int e; public int[] f; @@ -62,14 +62,14 @@ public class p { public final p d(p pVar) { j jVar = this.m; while (jVar != null) { - if (!((this.b & 16) != 0 && jVar == this.m.f2875c)) { + if (!((this.b & 16) != 0 && jVar == this.m.f2876c)) { p pVar2 = jVar.b; if (pVar2.n == null) { pVar2.n = pVar; pVar = pVar2; } } - jVar = jVar.f2875c; + jVar = jVar.f2876c; } return pVar; } diff --git a/app/src/main/java/h0/a/a/r.java b/app/src/main/java/h0/a/a/r.java index 878f49dd6b..d8c2cf2f59 100644 --- a/app/src/main/java/h0/a/a/r.java +++ b/app/src/main/java/h0/a/a/r.java @@ -8,7 +8,7 @@ import h0.a.a.v; public final class r extends q { /* renamed from: c reason: collision with root package name */ - public static final int[] f2881c = {0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1, 2, 2, 1, 1, 1, 0, 0, 1, 2, 1, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, -1, -1, -1, -1, -1, -2, -1, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -3, -4, -3, -4, -3, -3, -3, -3, -1, -2, 1, 1, 1, 2, 2, 2, 0, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -2, -1, -2, -1, -2, 0, 1, 0, 1, -1, -1, 0, 0, 1, 1, -1, 0, -1, 0, 0, 0, -3, -1, -1, -3, -3, -1, -1, -1, -1, -1, -1, -2, -2, -2, -2, -2, -2, -2, -2, 0, 1, 0, -1, -1, -1, -2, -1, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, -1, -1, 0, 0}; + public static final int[] f2882c = {0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1, 2, 2, 1, 1, 1, 0, 0, 1, 2, 1, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, -1, -1, -1, -1, -1, -2, -1, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -3, -4, -3, -4, -3, -3, -3, -3, -1, -2, 1, 1, 1, 2, 2, 2, 0, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -2, -1, -2, -1, -2, 0, 1, 0, 1, -1, -1, 0, 0, 1, 1, -1, 0, -1, 0, 0, 0, -3, -1, -1, -3, -3, -1, -1, -1, -1, -1, -1, -2, -2, -2, -2, -2, -2, -2, -2, 0, 1, 0, -1, -1, -1, -2, -1, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, -1, -1, 0, 0}; public final int A; public a B; public a C; @@ -37,10 +37,10 @@ public final class r extends q { public int Z; /* renamed from: a0 reason: collision with root package name */ - public int f2882a0; + public int f2883a0; /* renamed from: b0 reason: collision with root package name */ - public int f2883b0; + public int f2884b0; public final v d; public final int e; public final int f; @@ -58,20 +58,20 @@ public final class r extends q { public c r; /* renamed from: s reason: collision with root package name */ - public int f2884s; + public int f2885s; public c t; public int u; public c v; public a w; /* renamed from: x reason: collision with root package name */ - public a f2885x; + public a f2886x; /* renamed from: y reason: collision with root package name */ - public final int f2886y; + public final int f2887y; /* renamed from: z reason: collision with root package name */ - public final int[] f2887z; + public final int[] f2888z; public r(v vVar, int i, String str, String str2, String str3, String[] strArr, int i2) { super(458752); @@ -83,14 +83,14 @@ public final class r extends q { this.i = str2; this.A = str3 == null ? 0 : vVar.l(str3); if (strArr == null || strArr.length <= 0) { - this.f2886y = 0; - this.f2887z = null; + this.f2887y = 0; + this.f2888z = null; } else { int length = strArr.length; - this.f2886y = length; - this.f2887z = new int[length]; - for (int i3 = 0; i3 < this.f2886y; i3++) { - this.f2887z[i3] = vVar.c(strArr[i3]).a; + this.f2887y = length; + this.f2888z = new int[length]; + for (int i3 = 0; i3 < this.f2887y; i3++) { + this.f2888z[i3] = vVar.c(strArr[i3]).a; } } this.N = i2; @@ -256,13 +256,13 @@ public final class r extends q { i10++; } } - mVar.f2877c = new int[(i10 + i3)]; + mVar.f2878c = new int[(i10 + i3)]; int i12 = 0; for (int i13 = 0; i13 < i3; i13++) { int i14 = i12 + 1; - mVar.f2877c[i12] = m.c(vVar, objArr2[i13]); + mVar.f2878c[i12] = m.c(vVar, objArr2[i13]); if (objArr2[i13] == t.e || objArr2[i13] == t.d) { - mVar.f2877c[i14] = 16777216; + mVar.f2878c[i14] = 16777216; i12 = i14 + 1; } else { i12 = i14; @@ -407,7 +407,7 @@ public final class r extends q { if (i2 == 4 || i2 == 3) { pVar.k.b(i, 0, null, null); } else { - int i3 = this.R + f2881c[i]; + int i3 = this.R + f2882c[i]; if (i3 > this.S) { this.S = i3; } @@ -431,8 +431,8 @@ public final class r extends q { this.w = aVar; return aVar; } - a aVar2 = new a(this.d, true, cVar, this.f2885x); - this.f2885x = aVar2; + a aVar2 = new a(this.d, true, cVar, this.f2886x); + this.f2886x = aVar2; return aVar2; } @@ -511,7 +511,7 @@ public final class r extends q { } else if (i4 == 3) { pVar2.k.b(i3, 0, null, null); } else if (i4 == 2) { - this.R += f2881c[i3]; + this.R += f2882c[i3]; } else if (i3 == 168) { short s2 = pVar.b; if ((s2 & 32) == 0) { @@ -522,7 +522,7 @@ public final class r extends q { u(this.R + 1, pVar); pVar3 = new p(); } else { - int i5 = this.R + f2881c[i3]; + int i5 = this.R + f2882c[i3]; this.R = i5; u(i5, pVar); } @@ -648,7 +648,7 @@ public final class r extends q { if (this.t == null) { this.t = new c(); } - this.f2884s++; + this.f2885s++; c cVar = this.t; cVar.j(pVar.e); cVar.j(pVar2.e - pVar.e); @@ -696,8 +696,8 @@ public final class r extends q { this.w = aVar; return aVar; } - a aVar2 = new a(this.d, true, cVar, this.f2885x); - this.f2885x = aVar2; + a aVar2 = new a(this.d, true, cVar, this.f2886x); + this.f2886x = aVar2; return aVar2; } @@ -717,7 +717,7 @@ public final class r extends q { str = str2; } int n = 33554432 | this.d.n(str); - p b = oVar.f2879c.b(); + p b = oVar.f2880c.b(); b.b = (short) (b.b | 2); p b2 = oVar.b.b(); for (p b3 = oVar.a.b(); b3 != b2; b3 = b3.l) { @@ -735,11 +735,11 @@ public final class r extends q { p pVar2 = pVar.n; pVar.n = null; pVar.b = (short) (pVar.b | 8); - int length = pVar.k.f2877c.length + pVar.i; + int length = pVar.k.f2878c.length + pVar.i; if (length > i4) { i4 = length; } - for (j jVar = pVar.m; jVar != null; jVar = jVar.f2875c) { + for (j jVar = pVar.m; jVar != null; jVar = jVar.f2876c) { p b4 = jVar.b.b(); if (pVar.k.h(this.d, b4.k, jVar.a) && b4.n == null) { b4.n = pVar2; @@ -772,14 +772,14 @@ public final class r extends q { this.j = i4; } else if (i3 == 1) { for (o oVar2 = this.m; oVar2 != null; oVar2 = oVar2.f) { - p pVar5 = oVar2.f2879c; + p pVar5 = oVar2.f2880c; p pVar6 = oVar2.b; for (p pVar7 = oVar2.a; pVar7 != pVar6; pVar7 = pVar7.l) { if ((pVar7.b & 16) == 0) { pVar7.m = new j(Integer.MAX_VALUE, pVar5, pVar7.m); } else { - j jVar2 = pVar7.m.f2875c; - jVar2.f2875c = new j(Integer.MAX_VALUE, pVar5, jVar2.f2875c); + j jVar2 = pVar7.m.f2876c; + jVar2.f2876c = new j(Integer.MAX_VALUE, pVar5, jVar2.f2876c); } } } @@ -789,7 +789,7 @@ public final class r extends q { for (short s3 = 1; s3 <= s2; s3 = (short) (s3 + 1)) { for (p pVar8 = this.O; pVar8 != null; pVar8 = pVar8.l) { if ((pVar8.b & 16) != 0 && pVar8.j == s3) { - p pVar9 = pVar8.m.f2875c.b; + p pVar9 = pVar8.m.f2876c.b; if (pVar9.j == 0) { s2 = (short) (s2 + 1); pVar9.c(s2); @@ -799,7 +799,7 @@ public final class r extends q { } for (p pVar10 = this.O; pVar10 != null; pVar10 = pVar10.l) { if ((pVar10.b & 16) != 0) { - p pVar11 = pVar10.m.f2875c.b; + p pVar11 = pVar10.m.f2876c.b; p pVar12 = p.a; pVar11.n = pVar12; while (pVar11 != p.a) { @@ -831,7 +831,7 @@ public final class r extends q { } j jVar3 = pVar15.m; if ((pVar15.b & 16) != 0) { - jVar3 = jVar3.f2875c; + jVar3 = jVar3.f2876c; } pVar15 = pVar16; while (jVar3 != null) { @@ -842,7 +842,7 @@ public final class r extends q { pVar17.n = pVar15; pVar15 = pVar17; } - jVar3 = jVar3.f2875c; + jVar3 = jVar3.f2876c; } } this.j = i8; @@ -957,7 +957,7 @@ public final class r extends q { pVar.h = (short) this.R; v(); } else { - int i4 = this.R + f2881c[i]; + int i4 = this.R + f2882c[i]; if (i4 > this.S) { this.S = i4; } @@ -1083,17 +1083,17 @@ public final class r extends q { public void y(c cVar) { int i; - boolean z2 = this.d.f2891c < 49; + boolean z2 = this.d.f2892c < 49; cVar.j((~(z2 ? 4096 : 0)) & this.e); cVar.j(this.f); cVar.j(this.h); - int i2 = this.f2882a0; + int i2 = this.f2883a0; if (i2 != 0) { - cVar.h(this.d.b.a, i2, this.f2883b0); + cVar.h(this.d.b.a, i2, this.f2884b0); return; } int i3 = this.l.b > 0 ? 1 : 0; - if (this.f2886y > 0) { + if (this.f2887y > 0) { i3++; } int i4 = this.e; @@ -1170,7 +1170,7 @@ public final class r extends q { i8 += aVar.a("RuntimeVisibleTypeAnnotations"); i++; } - a aVar2 = this.f2885x; + a aVar2 = this.f2886x; if (aVar2 != null) { i8 += aVar2.a("RuntimeInvisibleTypeAnnotations"); i++; @@ -1190,14 +1190,14 @@ public final class r extends q { while (oVar2 != null) { cVar.j(oVar2.a.e); cVar.j(oVar2.b.e); - cVar.j(oVar2.f2879c.e); + cVar.j(oVar2.f2880c.e); cVar.j(oVar2.d); oVar2 = oVar2.f; } cVar.j(i); if (this.v != null) { v vVar = this.d; - cVar.j(vVar.l(vVar.f2891c >= 50 ? "StackMapTable" : "StackMap")); + cVar.j(vVar.l(vVar.f2892c >= 50 ? "StackMapTable" : "StackMap")); cVar.i(this.v.b + 2); cVar.j(this.u); c cVar7 = this.v; @@ -1220,7 +1220,7 @@ public final class r extends q { if (this.t != null) { cVar.j(this.d.l("LocalVariableTypeTable")); cVar.i(this.t.b + 2); - cVar.j(this.f2884s); + cVar.j(this.f2885s); c cVar10 = this.t; cVar.h(cVar10.a, 0, cVar10.b); } @@ -1228,16 +1228,16 @@ public final class r extends q { if (aVar3 != null) { aVar3.c(this.d.l("RuntimeVisibleTypeAnnotations"), cVar); } - a aVar4 = this.f2885x; + a aVar4 = this.f2886x; if (aVar4 != null) { aVar4.c(this.d.l("RuntimeInvisibleTypeAnnotations"), cVar); } } - if (this.f2886y > 0) { + if (this.f2887y > 0) { cVar.j(this.d.l("Exceptions")); - cVar.i((this.f2886y * 2) + 2); - cVar.j(this.f2886y); - for (int i10 : this.f2887z) { + cVar.i((this.f2887y * 2) + 2); + cVar.j(this.f2887y); + for (int i10 : this.f2888z) { cVar.j(i10); } } @@ -1318,7 +1318,7 @@ public final class r extends q { int i = iArr2[1]; int i2 = iArr2[2]; int i3 = 0; - if (this.d.f2891c < 50) { + if (this.d.f2892c < 50) { c cVar = this.v; cVar.j(iArr2[0]); cVar.j(i); diff --git a/app/src/main/java/h0/a/a/s.java b/app/src/main/java/h0/a/a/s.java index 33806511c0..2a6810f034 100644 --- a/app/src/main/java/h0/a/a/s.java +++ b/app/src/main/java/h0/a/a/s.java @@ -5,7 +5,7 @@ public final class s { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2888c; + public final int f2889c; public final int d; public int e; public final c f = new c(); @@ -24,7 +24,7 @@ public final class s { public s(v vVar, int i, int i2, int i3) { this.a = vVar; this.b = i; - this.f2888c = i2; + this.f2889c = i2; this.d = i3; } } diff --git a/app/src/main/java/h0/a/a/t.java b/app/src/main/java/h0/a/a/t.java index f1a74138c6..19e0cf19f3 100644 --- a/app/src/main/java/h0/a/a/t.java +++ b/app/src/main/java/h0/a/a/t.java @@ -5,7 +5,7 @@ public interface t { public static final Integer b = 1; /* renamed from: c reason: collision with root package name */ - public static final Integer f2889c = 2; + public static final Integer f2890c = 2; public static final Integer d = 3; public static final Integer e = 4; public static final Integer f = 5; diff --git a/app/src/main/java/h0/a/a/u.java b/app/src/main/java/h0/a/a/u.java index 30c5fdb39f..037ccf97b9 100644 --- a/app/src/main/java/h0/a/a/u.java +++ b/app/src/main/java/h0/a/a/u.java @@ -5,7 +5,7 @@ public abstract class u { public final int b; /* renamed from: c reason: collision with root package name */ - public final String f2890c; + public final String f2891c; public final String d; public final String e; public final long f; @@ -14,7 +14,7 @@ public abstract class u { public u(int i, int i2, String str, String str2, String str3, long j) { this.a = i; this.b = i2; - this.f2890c = str; + this.f2891c = str; this.d = str2; this.e = str3; this.f = j; diff --git a/app/src/main/java/h0/a/a/v.java b/app/src/main/java/h0/a/a/v.java index f99dfd872a..5bb805e29f 100644 --- a/app/src/main/java/h0/a/a/v.java +++ b/app/src/main/java/h0/a/a/v.java @@ -5,7 +5,7 @@ public final class v { public final d b = null; /* renamed from: c reason: collision with root package name */ - public int f2891c; + public int f2892c; public String d; public int e; public a[] f = new a[256]; @@ -78,7 +78,7 @@ public final class v { b(obj); } int i = cVar.b; - cVar.j(i(nVar.a, nVar.b, nVar.f2878c, nVar.d, nVar.e).a); + cVar.j(i(nVar.a, nVar.b, nVar.f2879c, nVar.d, nVar.e).a); cVar.j(objArr.length); for (Object obj2 : objArr) { cVar.j(b(obj2).a); @@ -153,10 +153,10 @@ public final class v { return i == 10 ? c(wVar.g()) : i == 11 ? m(16, wVar.d()) : c(wVar.d()); } else if (obj instanceof n) { n nVar = (n) obj; - return i(nVar.a, nVar.b, nVar.f2878c, nVar.d, nVar.e); + return i(nVar.a, nVar.b, nVar.f2879c, nVar.d, nVar.e); } else if (obj instanceof g) { g gVar = (g) obj; - return d(17, gVar.a, gVar.b, a(gVar.f2872c, gVar.d).a); + return d(17, gVar.a, gVar.b, a(gVar.f2873c, gVar.d).a); } else { throw new IllegalArgumentException(c.d.b.a.a.t("value ", obj)); } @@ -244,7 +244,7 @@ public final class v { public final a h(int i, String str, String str2, String str3) { int t = t(i, str, str2, str3); for (a q = q(t); q != null; q = q.i) { - if (q.b == i && q.h == t && q.f2890c.equals(str) && q.d.equals(str2) && q.e.equals(str3)) { + if (q.b == i && q.h == t && q.f2891c.equals(str) && q.d.equals(str2) && q.e.equals(str3)) { return q; } } @@ -259,7 +259,7 @@ public final class v { public u i(int i, String str, String str2, String str3, boolean z2) { int u = u(15, str, str2, str3, i); for (a q = q(u); q != null; q = q.i) { - if (q.b == 15 && q.h == u && q.f == ((long) i) && q.f2890c.equals(str) && q.d.equals(str2) && q.e.equals(str3)) { + if (q.b == 15 && q.h == u && q.f == ((long) i) && q.f2891c.equals(str) && q.d.equals(str2) && q.e.equals(str3)) { return q; } } diff --git a/app/src/main/java/h0/a/a/w.java b/app/src/main/java/h0/a/a/w.java index d117f65824..3af346035e 100644 --- a/app/src/main/java/h0/a/a/w.java +++ b/app/src/main/java/h0/a/a/w.java @@ -9,7 +9,7 @@ public final class w { public static final w b = new w(1, "VZCBSIFJD", 1, 2); /* renamed from: c reason: collision with root package name */ - public static final w f2892c = new w(2, "VZCBSIFJD", 2, 3); + public static final w f2893c = new w(2, "VZCBSIFJD", 2, 3); public static final w d = new w(3, "VZCBSIFJD", 3, 4); public static final w e = new w(4, "VZCBSIFJD", 4, 5); public static final w f = new w(5, "VZCBSIFJD", 5, 6); @@ -157,7 +157,7 @@ public final class w { return d; } if (cls == Character.TYPE) { - return f2892c; + return f2893c; } if (cls == Short.TYPE) { return e; @@ -208,7 +208,7 @@ public final class w { case 'B': return d; case 'C': - return f2892c; + return f2893c; case 'D': return i; default: diff --git a/app/src/main/java/h0/b/a/b/b.java b/app/src/main/java/h0/b/a/b/b.java index 06b23a080e..e3c49636f1 100644 --- a/app/src/main/java/h0/b/a/b/b.java +++ b/app/src/main/java/h0/b/a/b/b.java @@ -11,7 +11,7 @@ public class b implements a { public final Method b; /* renamed from: c reason: collision with root package name */ - public final Integer f2893c; + public final Integer f2894c; public b(Class cls) { this.a = cls; @@ -22,7 +22,7 @@ public class b implements a { try { Method declaredMethod2 = ObjectStreamClass.class.getDeclaredMethod("getConstructorId", Class.class); declaredMethod2.setAccessible(true); - this.f2893c = (Integer) declaredMethod2.invoke(null, Object.class); + this.f2894c = (Integer) declaredMethod2.invoke(null, Object.class); } catch (RuntimeException e) { throw new ObjenesisException(e); } catch (NoSuchMethodException e2) { @@ -43,7 +43,7 @@ public class b implements a { public T newInstance() { try { Class cls = this.a; - return cls.cast(this.b.invoke(null, cls, this.f2893c)); + return cls.cast(this.b.invoke(null, cls, this.f2894c)); } catch (Exception e) { throw new ObjenesisException(e); } diff --git a/app/src/main/java/h0/b/a/b/c.java b/app/src/main/java/h0/b/a/b/c.java index 0f822caf13..cf6bd9a1fd 100644 --- a/app/src/main/java/h0/b/a/b/c.java +++ b/app/src/main/java/h0/b/a/b/c.java @@ -11,7 +11,7 @@ public class c implements a { public final Method b; /* renamed from: c reason: collision with root package name */ - public final Long f2894c; + public final Long f2895c; public c(Class cls) { this.a = cls; @@ -22,7 +22,7 @@ public class c implements a { try { Method declaredMethod2 = ObjectStreamClass.class.getDeclaredMethod("getConstructorId", Class.class); declaredMethod2.setAccessible(true); - this.f2894c = (Long) declaredMethod2.invoke(null, Object.class); + this.f2895c = (Long) declaredMethod2.invoke(null, Object.class); } catch (RuntimeException e) { throw new ObjenesisException(e); } catch (NoSuchMethodException e2) { @@ -43,7 +43,7 @@ public class c implements a { public T newInstance() { try { Class cls = this.a; - return cls.cast(this.b.invoke(null, cls, this.f2894c)); + return cls.cast(this.b.invoke(null, cls, this.f2895c)); } catch (Exception e) { throw new ObjenesisException(e); } diff --git a/app/src/main/java/h0/b/a/d/a.java b/app/src/main/java/h0/b/a/d/a.java index 84249c29c2..41d3dc6c0f 100644 --- a/app/src/main/java/h0/b/a/d/a.java +++ b/app/src/main/java/h0/b/a/d/a.java @@ -11,7 +11,7 @@ public class a extends b { @Override // h0.b.a.a public T newInstance() { try { - Class cls = this.f2895c; + Class cls = this.f2896c; return cls.cast(b.a.invoke(b.b, cls, Object.class)); } catch (RuntimeException e) { throw new ObjenesisException(e); diff --git a/app/src/main/java/h0/b/a/d/b.java b/app/src/main/java/h0/b/a/d/b.java index 01d078116e..ea8847fcfc 100644 --- a/app/src/main/java/h0/b/a/d/b.java +++ b/app/src/main/java/h0/b/a/d/b.java @@ -10,14 +10,14 @@ public abstract class b implements h0.b.a.a { public static ObjectInputStream b; /* renamed from: c reason: collision with root package name */ - public final Class f2895c; + public final Class f2896c; /* compiled from: GCJInstantiatorBase */ public static class a extends ObjectInputStream { } public b(Class cls) { - this.f2895c = cls; + this.f2896c = cls; if (a == null) { try { Method declaredMethod = ObjectInputStream.class.getDeclaredMethod("newObject", Class.class, Class.class); diff --git a/app/src/main/java/h0/b/b/b.java b/app/src/main/java/h0/b/b/b.java index a905a1f84d..7f5e7d6d3b 100644 --- a/app/src/main/java/h0/b/b/b.java +++ b/app/src/main/java/h0/b/b/b.java @@ -7,7 +7,7 @@ public final class b { public static final int b = a(); /* renamed from: c reason: collision with root package name */ - public static final boolean f2896c; + public static final boolean f2897c; public static final String d = System.getProperty("com.google.appengine.runtime.version"); static { @@ -21,7 +21,7 @@ public final class b { if (!(a() == 0 || (property = System.getProperty("java.boot.class.path")) == null || !property.toLowerCase().contains("core-oj.jar"))) { z2 = true; } - f2896c = z2; + f2897c = z2; } public static int a() { diff --git a/app/src/main/java/h0/b/b/c.java b/app/src/main/java/h0/b/b/c.java index 3156278a31..0ad224bdb6 100644 --- a/app/src/main/java/h0/b/b/c.java +++ b/app/src/main/java/h0/b/b/c.java @@ -12,7 +12,7 @@ public class c implements a { } else if (!b.b("Dalvik")) { return b.b("BEA") ? new h0.b.a.f.a(cls) : b.b("GNU libgcj") ? new h0.b.a.d.a(cls) : b.b("PERC") ? new h0.b.a.e.a(cls) : new h0.b.a.f.b(cls); } else { - if (b.f2896c) { + if (b.f2897c) { return new h0.b.a.f.b(cls); } int i = b.b; diff --git a/app/src/main/java/i0/d0/a/f.java b/app/src/main/java/i0/d0/a/f.java index bb3311bb54..83e531831b 100644 --- a/app/src/main/java/i0/d0/a/f.java +++ b/app/src/main/java/i0/d0/a/f.java @@ -15,14 +15,14 @@ public final class f implements e { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f2897c; + public final boolean f2898c; public final boolean d; public final boolean e; public f(Type type, Scheduler scheduler, boolean z2, boolean z3, boolean z4, boolean z5, boolean z6) { this.a = type; this.b = z3; - this.f2897c = z4; + this.f2898c = z4; this.d = z5; this.e = z6; } @@ -41,7 +41,7 @@ public final class f implements e { if (this.b) { aVar = new e(cVar); } else { - if (this.f2897c) { + if (this.f2898c) { aVar = new a(cVar); } Observable observable = new Observable(l.a(cVar)); diff --git a/app/src/main/java/i0/e0/a/b.java b/app/src/main/java/i0/e0/a/b.java index 01ac34c8eb..1dc9e537c9 100644 --- a/app/src/main/java/i0/e0/a/b.java +++ b/app/src/main/java/i0/e0/a/b.java @@ -18,15 +18,15 @@ public final class b implements h { public static final Charset b = Charset.forName(Constants.ENCODING); /* renamed from: c reason: collision with root package name */ - public final Gson f2898c; + public final Gson f2899c; public final TypeAdapter d; static { - MediaType.a aVar = MediaType.f2942c; + MediaType.a aVar = MediaType.f2943c; } public b(Gson gson, TypeAdapter typeAdapter) { - this.f2898c = gson; + this.f2899c = gson; this.d = typeAdapter; } @@ -34,7 +34,7 @@ public final class b implements h { @Override // i0.h public RequestBody convert(Object obj) throws IOException { e eVar = new e(); - JsonWriter l = this.f2898c.l(new OutputStreamWriter(new f(eVar), b)); + JsonWriter l = this.f2899c.l(new OutputStreamWriter(new f(eVar), b)); this.d.write(l, obj); l.close(); return RequestBody.create(a, eVar.x()); diff --git a/app/src/main/java/i0/e0/b/a.java b/app/src/main/java/i0/e0/b/a.java index 084f3e0592..12b98a42ef 100644 --- a/app/src/main/java/i0/e0/b/a.java +++ b/app/src/main/java/i0/e0/b/a.java @@ -10,7 +10,7 @@ public final class a implements h { public static final MediaType b = MediaType.a.a("text/plain; charset=UTF-8"); static { - MediaType.a aVar = MediaType.f2942c; + MediaType.a aVar = MediaType.f2943c; } /* Return type fixed from 'java.lang.Object' to match base method */ diff --git a/app/src/main/java/i0/j.java b/app/src/main/java/i0/j.java index 5ba843271a..56867e16e9 100644 --- a/app/src/main/java/i0/j.java +++ b/app/src/main/java/i0/j.java @@ -11,7 +11,7 @@ public abstract class j extends z { public final e.a b; /* renamed from: c reason: collision with root package name */ - public final h f2899c; + public final h f2900c; /* compiled from: HttpServiceMethod */ public static final class a extends j { @@ -87,12 +87,12 @@ public abstract class j extends z { public j(w wVar, e.a aVar, h hVar) { this.a = wVar; this.b = aVar; - this.f2899c = hVar; + this.f2900c = hVar; } @Override // i0.z public final ReturnT a(Object[] objArr) { - return c(new p(this.a, objArr, this.b, this.f2899c), objArr); + return c(new p(this.a, objArr, this.b, this.f2900c), objArr); } public abstract ReturnT c(d dVar, Object[] objArr); diff --git a/app/src/main/java/i0/p.java b/app/src/main/java/i0/p.java index 05e670294c..0a7e7b3072 100644 --- a/app/src/main/java/i0/p.java +++ b/app/src/main/java/i0/p.java @@ -200,7 +200,7 @@ public final class p implements d { t[] tVarArr = wVar2.j; int length = objArr.length; if (length == tVarArr.length) { - v vVar = new v(wVar2.f2911c, wVar2.b, wVar2.d, wVar2.e, wVar2.f, wVar2.g, wVar2.h, wVar2.i); + v vVar = new v(wVar2.f2912c, wVar2.b, wVar2.d, wVar2.e, wVar2.f, wVar2.g, wVar2.h, wVar2.i); if (wVar2.k) { length--; } @@ -255,8 +255,8 @@ public final class p implements d { aVar6.g(wVar); Headers c2 = vVar.h.c(); m.checkParameterIsNotNull(c2, "headers"); - aVar6.f2946c = c2.e(); - aVar6.c(vVar.f2910c, aVar5); + aVar6.f2947c = c2.e(); + aVar6.c(vVar.f2911c, aVar5); aVar6.e(k.class, new k(wVar2.a, arrayList)); e b2 = aVar.b(aVar6.a()); Objects.requireNonNull(b2, "Call.Factory returned null."); @@ -360,7 +360,7 @@ public final class p implements d { Response response2 = response.p; Response response3 = response.q; Response response4 = response.r; - long j = response.f2948s; + long j = response.f2949s; long j2 = response.t; f0.e0.g.c cVar = response.u; c cVar2 = new c(responseBody.b(), responseBody.a()); diff --git a/app/src/main/java/i0/t.java b/app/src/main/java/i0/t.java index 264968a716..432efaa630 100644 --- a/app/src/main/java/i0/t.java +++ b/app/src/main/java/i0/t.java @@ -16,19 +16,19 @@ public abstract class t { public final int b; /* renamed from: c reason: collision with root package name */ - public final h f2900c; + public final h f2901c; public a(Method method, int i, h hVar) { this.a = method; this.b = i; - this.f2900c = hVar; + this.f2901c = hVar; } @Override // i0.t public void a(v vVar, T t) { if (t != null) { try { - vVar.m = this.f2900c.convert(t); + vVar.m = this.f2901c.convert(t); } catch (IOException e) { Method method = this.a; int i = this.b; @@ -46,20 +46,20 @@ public abstract class t { public final h b; /* renamed from: c reason: collision with root package name */ - public final boolean f2901c; + public final boolean f2902c; public b(String str, h hVar, boolean z2) { Objects.requireNonNull(str, "name == null"); this.a = str; this.b = hVar; - this.f2901c = z2; + this.f2902c = z2; } @Override // i0.t public void a(v vVar, T t) throws IOException { String convert; if (t != null && (convert = this.b.convert(t)) != null) { - vVar.a(this.a, convert, this.f2901c); + vVar.a(this.a, convert, this.f2902c); } } } @@ -70,13 +70,13 @@ public abstract class t { public final int b; /* renamed from: c reason: collision with root package name */ - public final h f2902c; + public final h f2903c; public final boolean d; public c(Method method, int i, h hVar, boolean z2) { this.a = method; this.b = i; - this.f2902c = hVar; + this.f2903c = hVar; this.d = z2; } @@ -91,13 +91,13 @@ public abstract class t { if (str != null) { Object value = entry.getValue(); if (value != null) { - String str2 = (String) this.f2902c.convert(value); + String str2 = (String) this.f2903c.convert(value); if (str2 != null) { vVar.a(str, str2, this.d); } else { Method method = this.a; int i = this.b; - throw c0.l(method, i, "Field map value '" + value + "' converted to null by " + this.f2902c.getClass().getName() + " for key '" + str + "'.", new Object[0]); + throw c0.l(method, i, "Field map value '" + value + "' converted to null by " + this.f2903c.getClass().getName() + " for key '" + str + "'.", new Object[0]); } } else { throw c0.l(this.a, this.b, c.d.b.a.a.v("Field map contained null value for key '", str, "'."), new Object[0]); @@ -138,12 +138,12 @@ public abstract class t { public final int b; /* renamed from: c reason: collision with root package name */ - public final h f2903c; + public final h f2904c; public e(Method method, int i, h hVar) { this.a = method; this.b = i; - this.f2903c = hVar; + this.f2904c = hVar; } /* JADX DEBUG: Multi-variable search result rejected for r3v1, resolved type: i0.h */ @@ -157,7 +157,7 @@ public abstract class t { if (str != null) { Object value = entry.getValue(); if (value != null) { - vVar.b(str, (String) this.f2903c.convert(value)); + vVar.b(str, (String) this.f2904c.convert(value)); } else { throw c0.l(this.a, this.b, c.d.b.a.a.v("Header map contained null value for key '", str, "'."), new Object[0]); } @@ -205,13 +205,13 @@ public abstract class t { public final int b; /* renamed from: c reason: collision with root package name */ - public final Headers f2904c; + public final Headers f2905c; public final h d; public g(Method method, int i, Headers headers, h hVar) { this.a = method; this.b = i; - this.f2904c = headers; + this.f2905c = headers; this.d = hVar; } @@ -219,7 +219,7 @@ public abstract class t { public void a(v vVar, T t) { if (t != null) { try { - vVar.c(this.f2904c, this.d.convert(t)); + vVar.c(this.f2905c, this.d.convert(t)); } catch (IOException e) { Method method = this.a; int i = this.b; @@ -235,13 +235,13 @@ public abstract class t { public final int b; /* renamed from: c reason: collision with root package name */ - public final h f2905c; + public final h f2906c; public final String d; public h(Method method, int i, h hVar, String str) { this.a = method; this.b = i; - this.f2905c = hVar; + this.f2906c = hVar; this.d = str; } @@ -256,7 +256,7 @@ public abstract class t { if (str != null) { Object value = entry.getValue(); if (value != null) { - vVar.c(Headers.i.c("Content-Disposition", c.d.b.a.a.v("form-data; name=\"", str, "\""), "Content-Transfer-Encoding", this.d), (RequestBody) this.f2905c.convert(value)); + vVar.c(Headers.i.c("Content-Disposition", c.d.b.a.a.v("form-data; name=\"", str, "\""), "Content-Transfer-Encoding", this.d), (RequestBody) this.f2906c.convert(value)); } else { throw c0.l(this.a, this.b, c.d.b.a.a.v("Part map contained null value for key '", str, "'."), new Object[0]); } @@ -276,7 +276,7 @@ public abstract class t { public final int b; /* renamed from: c reason: collision with root package name */ - public final String f2906c; + public final String f2907c; public final h d; public final boolean e; @@ -284,7 +284,7 @@ public abstract class t { this.a = method; this.b = i; Objects.requireNonNull(str, "name == null"); - this.f2906c = str; + this.f2907c = str; this.d = hVar; this.e = z2; } @@ -295,7 +295,7 @@ public abstract class t { int i; int i2; if (t != null) { - String str2 = this.f2906c; + String str2 = this.f2907c; String convert = this.d.convert(t); boolean z2 = this.e; if (vVar.e != null) { @@ -351,7 +351,7 @@ public abstract class t { } throw new AssertionError(); } - throw c0.l(this.a, this.b, c.d.b.a.a.H(c.d.b.a.a.P("Path parameter \""), this.f2906c, "\" value must not be null."), new Object[0]); + throw c0.l(this.a, this.b, c.d.b.a.a.H(c.d.b.a.a.P("Path parameter \""), this.f2907c, "\" value must not be null."), new Object[0]); } } @@ -361,20 +361,20 @@ public abstract class t { public final h b; /* renamed from: c reason: collision with root package name */ - public final boolean f2907c; + public final boolean f2908c; public j(String str, h hVar, boolean z2) { Objects.requireNonNull(str, "name == null"); this.a = str; this.b = hVar; - this.f2907c = z2; + this.f2908c = z2; } @Override // i0.t public void a(v vVar, T t) throws IOException { String convert; if (t != null && (convert = this.b.convert(t)) != null) { - vVar.d(this.a, convert, this.f2907c); + vVar.d(this.a, convert, this.f2908c); } } } @@ -385,13 +385,13 @@ public abstract class t { public final int b; /* renamed from: c reason: collision with root package name */ - public final h f2908c; + public final h f2909c; public final boolean d; public k(Method method, int i, h hVar, boolean z2) { this.a = method; this.b = i; - this.f2908c = hVar; + this.f2909c = hVar; this.d = z2; } @@ -406,13 +406,13 @@ public abstract class t { if (str != null) { Object value = entry.getValue(); if (value != null) { - String str2 = (String) this.f2908c.convert(value); + String str2 = (String) this.f2909c.convert(value); if (str2 != null) { vVar.d(str, str2, this.d); } else { Method method = this.a; int i = this.b; - throw c0.l(method, i, "Query map value '" + value + "' converted to null by " + this.f2908c.getClass().getName() + " for key '" + str + "'.", new Object[0]); + throw c0.l(method, i, "Query map value '" + value + "' converted to null by " + this.f2909c.getClass().getName() + " for key '" + str + "'.", new Object[0]); } } else { throw c0.l(this.a, this.b, c.d.b.a.a.v("Query map contained null value for key '", str, "'."), new Object[0]); diff --git a/app/src/main/java/i0/u.java b/app/src/main/java/i0/u.java index 467114bac6..003b74ab30 100644 --- a/app/src/main/java/i0/u.java +++ b/app/src/main/java/i0/u.java @@ -14,7 +14,7 @@ public class u { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final Constructor f2909c; + public final Constructor f2910c; /* compiled from: Platform */ public static final class a extends u { @@ -59,7 +59,7 @@ public class u { } catch (NoClassDefFoundError | NoSuchMethodException unused) { } } - this.f2909c = constructor; + this.f2910c = constructor; } public Executor a() { @@ -68,7 +68,7 @@ public class u { @IgnoreJRERequirement public Object b(Method method, Class cls, Object obj, Object... objArr) throws Throwable { - Constructor constructor = this.f2909c; + Constructor constructor = this.f2910c; return (constructor != null ? constructor.newInstance(cls, -1) : MethodHandles.lookup()).unreflectSpecial(method, cls).bindTo(obj).invokeWithArguments(objArr); } } diff --git a/app/src/main/java/i0/v.java b/app/src/main/java/i0/v.java index be4d112360..628c77477b 100644 --- a/app/src/main/java/i0/v.java +++ b/app/src/main/java/i0/v.java @@ -21,7 +21,7 @@ public final class v { public static final Pattern b = Pattern.compile("(.*/)?(\\.|%2e|%2E){1,2}(/.*)?"); /* renamed from: c reason: collision with root package name */ - public final String f2910c; + public final String f2911c; public final w d; public String e; public w.a f; @@ -60,7 +60,7 @@ public final class v { } public v(String str, w wVar, String str2, Headers headers, MediaType mediaType, boolean z2, boolean z3, boolean z4) { - this.f2910c = str; + this.f2911c = str; this.d = wVar; this.e = str2; this.i = mediaType; @@ -87,8 +87,8 @@ public final class v { m.checkParameterIsNotNull(str2, "value"); List list = aVar.a; w.b bVar = w.b; - list.add(w.b.a(bVar, str, 0, 0, " \"':;<=>@[]^`{}|/\\?#&!$(),~", true, false, true, false, aVar.f2848c, 83)); - aVar.b.add(w.b.a(bVar, str2, 0, 0, " \"':;<=>@[]^`{}|/\\?#&!$(),~", true, false, true, false, aVar.f2848c, 83)); + list.add(w.b.a(bVar, str, 0, 0, " \"':;<=>@[]^`{}|/\\?#&!$(),~", true, false, true, false, aVar.f2849c, 83)); + aVar.b.add(w.b.a(bVar, str2, 0, 0, " \"':;<=>@[]^`{}|/\\?#&!$(),~", true, false, true, false, aVar.f2849c, 83)); return; } u.a aVar2 = this.l; @@ -97,14 +97,14 @@ public final class v { m.checkParameterIsNotNull(str2, "value"); List list2 = aVar2.a; w.b bVar2 = w.b; - list2.add(w.b.a(bVar2, str, 0, 0, " \"':;<=>@[]^`{}|/\\?#&!$(),~", false, false, true, false, aVar2.f2848c, 91)); - aVar2.b.add(w.b.a(bVar2, str2, 0, 0, " \"':;<=>@[]^`{}|/\\?#&!$(),~", false, false, true, false, aVar2.f2848c, 91)); + list2.add(w.b.a(bVar2, str, 0, 0, " \"':;<=>@[]^`{}|/\\?#&!$(),~", false, false, true, false, aVar2.f2849c, 91)); + aVar2.b.add(w.b.a(bVar2, str2, 0, 0, " \"':;<=>@[]^`{}|/\\?#&!$(),~", false, false, true, false, aVar2.f2849c, 91)); } public void b(String str, String str2) { if ("Content-Type".equalsIgnoreCase(str)) { try { - MediaType.a aVar = MediaType.f2942c; + MediaType.a aVar = MediaType.f2943c; this.i = MediaType.a.a(str2); } catch (IllegalArgumentException e) { throw new IllegalArgumentException(c.d.b.a.a.u("Malformed content type: ", str2), e); diff --git a/app/src/main/java/i0/w.java b/app/src/main/java/i0/w.java index c0c3f41c64..3a0300ebf9 100644 --- a/app/src/main/java/i0/w.java +++ b/app/src/main/java/i0/w.java @@ -15,7 +15,7 @@ public final class w { public final f0.w b; /* renamed from: c reason: collision with root package name */ - public final String f2911c; + public final String f2912c; public final String d; public final Headers e; public final MediaType f; @@ -31,7 +31,7 @@ public final class w { public static final Pattern b = Pattern.compile("[a-zA-Z][a-zA-Z0-9_-]*"); /* renamed from: c reason: collision with root package name */ - public final y f2912c; + public final y f2913c; public final Method d; public final Annotation[] e; public final Annotation[][] f; @@ -49,20 +49,20 @@ public final class w { public boolean r; /* renamed from: s reason: collision with root package name */ - public boolean f2913s; + public boolean f2914s; public String t; public Headers u; public MediaType v; public Set w; /* renamed from: x reason: collision with root package name */ - public t[] f2914x; + public t[] f2915x; /* renamed from: y reason: collision with root package name */ - public boolean f2915y; + public boolean f2916y; public a(y yVar, Method method) { - this.f2912c = yVar; + this.f2913c = yVar; this.d = method; this.e = method.getAnnotations(); this.g = method.getGenericParameterTypes(); @@ -109,15 +109,15 @@ public final class w { public w(a aVar) { this.a = aVar.d; - this.b = aVar.f2912c.f2917c; - this.f2911c = aVar.p; + this.b = aVar.f2913c.f2918c; + this.f2912c = aVar.p; this.d = aVar.t; this.e = aVar.u; this.f = aVar.v; this.g = aVar.q; this.h = aVar.r; - this.i = aVar.f2913s; - this.j = aVar.f2914x; - this.k = aVar.f2915y; + this.i = aVar.f2914s; + this.j = aVar.f2915x; + this.k = aVar.f2916y; } } diff --git a/app/src/main/java/i0/x.java b/app/src/main/java/i0/x.java index 2e34d004c2..69a7683410 100644 --- a/app/src/main/java/i0/x.java +++ b/app/src/main/java/i0/x.java @@ -8,12 +8,12 @@ public class x implements InvocationHandler { public final Object[] b = new Object[0]; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ Class f2916c; + public final /* synthetic */ Class f2917c; public final /* synthetic */ y d; public x(y yVar, Class cls) { this.d = yVar; - this.f2916c = cls; + this.f2917c = cls; } @Override // java.lang.reflect.InvocationHandler @@ -24,6 +24,6 @@ public class x implements InvocationHandler { if (objArr == null) { objArr = this.b; } - return this.a.b && method.isDefault() ? this.a.b(method, this.f2916c, obj, objArr) : this.d.b(method).a(objArr); + return this.a.b && method.isDefault() ? this.a.b(method, this.f2917c, obj, objArr) : this.d.b(method).a(objArr); } } diff --git a/app/src/main/java/i0/y.java b/app/src/main/java/i0/y.java index 9e0e67a4d9..e9357ac414 100644 --- a/app/src/main/java/i0/y.java +++ b/app/src/main/java/i0/y.java @@ -21,14 +21,14 @@ public final class y { public final e.a b; /* renamed from: c reason: collision with root package name */ - public final w f2917c; + public final w f2918c; public final List d; public final List e; public final boolean f; public y(e.a aVar, w wVar, List list, List list2, Executor executor, boolean z2) { this.b = aVar; - this.f2917c = wVar; + this.f2918c = wVar; this.d = list; this.e = list2; this.f = z2; diff --git a/app/src/main/java/i0/z.java b/app/src/main/java/i0/z.java index a94aedcc7c..2e97174fc1 100644 --- a/app/src/main/java/i0/z.java +++ b/app/src/main/java/i0/z.java @@ -107,13 +107,13 @@ public abstract class z { } } else if (annotation instanceof l) { if (!aVar.r) { - aVar.f2913s = true; + aVar.f2914s = true; } else { throw c0.j(aVar.d, "Only one encoding annotation is allowed.", new Object[0]); } } else if (!(annotation instanceof e)) { continue; - } else if (!aVar.f2913s) { + } else if (!aVar.f2914s) { aVar.r = true; } else { throw c0.j(aVar.d, "Only one encoding annotation is allowed.", new Object[0]); @@ -121,18 +121,18 @@ public abstract class z { } if (aVar.p != null) { if (!aVar.q) { - if (aVar.f2913s) { + if (aVar.f2914s) { throw c0.j(aVar.d, "Multipart can only be specified on HTTP methods with request body (e.g., @POST).", new Object[0]); } else if (aVar.r) { throw c0.j(aVar.d, "FormUrlEncoded can only be specified on HTTP methods with request body (e.g., @POST).", new Object[0]); } } int length = aVar.f.length; - aVar.f2914x = new t[length]; + aVar.f2915x = new t[length]; int i7 = length - 1; int i8 = 0; while (i8 < length) { - t[] tVarArr = aVar.f2914x; + t[] tVarArr = aVar.f2915x; Type type2 = aVar.g[i8]; Annotation[] annotationArr2 = aVar.f[i8]; boolean z3 = i8 == i7; @@ -188,7 +188,7 @@ public abstract class z { } else if (aVar.w.contains(value2)) { i3 = i9; i6 = length2; - tVar3 = new t.i<>(aVar.d, i8, value2, aVar.f2912c.e(type2, annotationArr2), sVar.encoded()); + tVar3 = new t.i<>(aVar.d, i8, value2, aVar.f2913c.e(type2, annotationArr2), sVar.encoded()); } else { throw c0.l(aVar.d, i8, "URL \"%s\" does not contain \"{%s}\".", aVar.t, value2); } @@ -207,14 +207,14 @@ public abstract class z { aVar.l = true; if (Iterable.class.isAssignableFrom(f)) { if (type2 instanceof ParameterizedType) { - tVar3 = new r(new t.j(value3, aVar.f2912c.e(c0.e(0, (ParameterizedType) type2), annotationArr2), encoded)); + tVar3 = new r(new t.j(value3, aVar.f2913c.e(c0.e(0, (ParameterizedType) type2), annotationArr2), encoded)); } else { throw c0.l(aVar.d, i8, a.k(f, new StringBuilder(), " must include generic type (e.g., ", ")"), new Object[0]); } } else if (f.isArray()) { - tVar3 = new s(new t.j(value3, aVar.f2912c.e(w.a.a(f.getComponentType()), annotationArr2), encoded)); + tVar3 = new s(new t.j(value3, aVar.f2913c.e(w.a.a(f.getComponentType()), annotationArr2), encoded)); } else { - tVar4 = new t.j<>(value3, aVar.f2912c.e(type2, annotationArr2), encoded); + tVar4 = new t.j<>(value3, aVar.f2913c.e(type2, annotationArr2), encoded); } } else { if (annotation2 instanceof v) { @@ -224,14 +224,14 @@ public abstract class z { aVar.m = true; if (Iterable.class.isAssignableFrom(f2)) { if (type2 instanceof ParameterizedType) { - tVar3 = new r(new t.l(aVar.f2912c.e(c0.e(0, (ParameterizedType) type2), annotationArr2), encoded2)); + tVar3 = new r(new t.l(aVar.f2913c.e(c0.e(0, (ParameterizedType) type2), annotationArr2), encoded2)); } else { throw c0.l(aVar.d, i8, a.k(f2, new StringBuilder(), " must include generic type (e.g., ", ")"), new Object[0]); } } else if (f2.isArray()) { - tVar3 = new s(new t.l(aVar.f2912c.e(w.a.a(f2.getComponentType()), annotationArr2), encoded2)); + tVar3 = new s(new t.l(aVar.f2913c.e(w.a.a(f2.getComponentType()), annotationArr2), encoded2)); } else { - cVar = new t.l<>(aVar.f2912c.e(type2, annotationArr2), encoded2); + cVar = new t.l<>(aVar.f2913c.e(type2, annotationArr2), encoded2); } } else if (annotation2 instanceof u) { aVar.c(i8, type2); @@ -243,7 +243,7 @@ public abstract class z { ParameterizedType parameterizedType = (ParameterizedType) g; Type e2 = c0.e(0, parameterizedType); if (String.class == e2) { - cVar = new t.k<>(aVar.d, i8, aVar.f2912c.e(c0.e(1, parameterizedType), annotationArr2), ((u) annotation2).encoded()); + cVar = new t.k<>(aVar.d, i8, aVar.f2913c.e(c0.e(1, parameterizedType), annotationArr2), ((u) annotation2).encoded()); } else { throw c0.l(aVar.d, i8, a.w("@QueryMap keys must be of type String: ", e2), new Object[0]); } @@ -259,14 +259,14 @@ public abstract class z { Class f4 = c0.f(type2); if (Iterable.class.isAssignableFrom(f4)) { if (type2 instanceof ParameterizedType) { - tVar3 = new r(new t.d(value4, aVar.f2912c.e(c0.e(0, (ParameterizedType) type2), annotationArr2))); + tVar3 = new r(new t.d(value4, aVar.f2913c.e(c0.e(0, (ParameterizedType) type2), annotationArr2))); } else { throw c0.l(aVar.d, i8, a.k(f4, new StringBuilder(), " must include generic type (e.g., ", ")"), new Object[0]); } } else if (f4.isArray()) { - tVar3 = new s(new t.d(value4, aVar.f2912c.e(w.a.a(f4.getComponentType()), annotationArr2))); + tVar3 = new s(new t.d(value4, aVar.f2913c.e(w.a.a(f4.getComponentType()), annotationArr2))); } else { - cVar = new t.d<>(value4, aVar.f2912c.e(type2, annotationArr2)); + cVar = new t.d<>(value4, aVar.f2913c.e(type2, annotationArr2)); } } else { if (annotation2 instanceof j) { @@ -281,7 +281,7 @@ public abstract class z { ParameterizedType parameterizedType2 = (ParameterizedType) g2; Type e3 = c0.e(0, parameterizedType2); if (String.class == e3) { - tVar5 = new t.e<>(aVar.d, i8, aVar.f2912c.e(c0.e(1, parameterizedType2), annotationArr2)); + tVar5 = new t.e<>(aVar.d, i8, aVar.f2913c.e(c0.e(1, parameterizedType2), annotationArr2)); } else { throw c0.l(aVar.d, i8, a.w("@HeaderMap keys must be of type String: ", e3), new Object[0]); } @@ -302,14 +302,14 @@ public abstract class z { Class f6 = c0.f(type2); if (Iterable.class.isAssignableFrom(f6)) { if (type2 instanceof ParameterizedType) { - tVar3 = new r(new t.b(value5, aVar.f2912c.e(c0.e(0, (ParameterizedType) type2), annotationArr2), encoded3)); + tVar3 = new r(new t.b(value5, aVar.f2913c.e(c0.e(0, (ParameterizedType) type2), annotationArr2), encoded3)); } else { throw c0.l(aVar.d, i8, a.k(f6, new StringBuilder(), " must include generic type (e.g., ", ")"), new Object[0]); } } else if (f6.isArray()) { - tVar3 = new s(new t.b(value5, aVar.f2912c.e(w.a.a(f6.getComponentType()), annotationArr2), encoded3)); + tVar3 = new s(new t.b(value5, aVar.f2913c.e(w.a.a(f6.getComponentType()), annotationArr2), encoded3)); } else { - tVar4 = new t.b<>(value5, aVar.f2912c.e(type2, annotationArr2), encoded3); + tVar4 = new t.b<>(value5, aVar.f2913c.e(type2, annotationArr2), encoded3); } } else { throw c0.l(aVar.d, i8, "@Field parameters can only be used with form encoding.", new Object[0]); @@ -324,7 +324,7 @@ public abstract class z { ParameterizedType parameterizedType3 = (ParameterizedType) g3; Type e4 = c0.e(0, parameterizedType3); if (String.class == e4) { - h e5 = aVar.f2912c.e(c0.e(1, parameterizedType3), annotationArr2); + h e5 = aVar.f2913c.e(c0.e(1, parameterizedType3), annotationArr2); aVar.h = true; cVar = new t.c<>(aVar.d, i8, e5, ((d) annotation2).encoded()); } else { @@ -341,7 +341,7 @@ public abstract class z { } } else if (annotation2 instanceof q) { aVar.c(i8, type2); - if (aVar.f2913s) { + if (aVar.f2914s) { q qVar = (q) annotation2; aVar.i = true; String value6 = qVar.value(); @@ -353,7 +353,7 @@ public abstract class z { if (type2 instanceof ParameterizedType) { Type e6 = c0.e(0, (ParameterizedType) type2); if (!MultipartBody.Part.class.isAssignableFrom(c0.f(e6))) { - tVar2 = new r(new t.g(aVar.d, i8, c2, aVar.f2912c.c(e6, annotationArr2, aVar.e))); + tVar2 = new r(new t.g(aVar.d, i8, c2, aVar.f2913c.c(e6, annotationArr2, aVar.e))); } else { throw c0.l(aVar.d, i8, "@Part parameters using the MultipartBody.Part must not include a part name in the annotation.", new Object[0]); } @@ -363,12 +363,12 @@ public abstract class z { } else if (f8.isArray()) { Class a = w.a.a(f8.getComponentType()); if (!MultipartBody.Part.class.isAssignableFrom(a)) { - tVar2 = new s(new t.g(aVar.d, i8, c2, aVar.f2912c.c(a, annotationArr2, aVar.e))); + tVar2 = new s(new t.g(aVar.d, i8, c2, aVar.f2913c.c(a, annotationArr2, aVar.e))); } else { throw c0.l(aVar.d, i8, "@Part parameters using the MultipartBody.Part must not include a part name in the annotation.", new Object[0]); } } else if (!MultipartBody.Part.class.isAssignableFrom(f8)) { - tVar3 = new t.g<>(aVar.d, i8, c2, aVar.f2912c.c(type2, annotationArr2, aVar.e)); + tVar3 = new t.g<>(aVar.d, i8, c2, aVar.f2913c.c(type2, annotationArr2, aVar.e)); tVar2 = tVar3; } else { throw c0.l(aVar.d, i8, "@Part parameters using the MultipartBody.Part must not include a part name in the annotation.", new Object[0]); @@ -399,7 +399,7 @@ public abstract class z { i4 = i6; if (annotation2 instanceof r) { aVar.c(i8, type2); - if (aVar.f2913s) { + if (aVar.f2914s) { aVar.i = true; Class f9 = c0.f(type2); if (Map.class.isAssignableFrom(f9)) { @@ -410,7 +410,7 @@ public abstract class z { if (String.class == e7) { Type e8 = c0.e(1, parameterizedType4); if (!MultipartBody.Part.class.isAssignableFrom(c0.f(e8))) { - tVar2 = new t.h<>(aVar.d, i8, aVar.f2912c.c(e8, annotationArr2, aVar.e), ((r) annotation2).encoding()); + tVar2 = new t.h<>(aVar.d, i8, aVar.f2913c.c(e8, annotationArr2, aVar.e), ((r) annotation2).encoding()); } else { throw c0.l(aVar.d, i8, "@PartMap values cannot be MultipartBody.Part. Use @Part List or a different value type instead.", new Object[0]); } @@ -428,11 +428,11 @@ public abstract class z { } } else if (annotation2 instanceof i0.f0.a) { aVar.c(i8, type2); - if (aVar.r || aVar.f2913s) { + if (aVar.r || aVar.f2914s) { throw c0.l(aVar.d, i8, "@Body parameters cannot be used with form or multi-part encoding.", new Object[0]); } else if (!aVar.j) { try { - h c3 = aVar.f2912c.c(type2, annotationArr2, aVar.e); + h c3 = aVar.f2913c.c(type2, annotationArr2, aVar.e); aVar.j = true; tVar2 = new t.a<>(aVar.d, i8, c3); } catch (RuntimeException e9) { @@ -445,7 +445,7 @@ public abstract class z { aVar.c(i8, type2); Class f10 = c0.f(type2); for (int i10 = i8 - 1; i10 >= 0; i10--) { - t tVar7 = aVar.f2914x[i10]; + t tVar7 = aVar.f2915x[i10]; if ((tVar7 instanceof t.o) && ((t.o) tVar7).a.equals(f10)) { Method method2 = aVar.d; StringBuilder P = a.P("@Tag type "); @@ -496,7 +496,7 @@ public abstract class z { if (z3) { try { if (c0.f(type2) == Continuation.class) { - aVar.f2915y = true; + aVar.f2916y = true; tVar = null; } } catch (NoClassDefFoundError unused) { @@ -511,11 +511,11 @@ public abstract class z { } if (aVar.t != null || aVar.o) { boolean z4 = aVar.r; - if (!z4 && !aVar.f2913s && !aVar.q && aVar.j) { + if (!z4 && !aVar.f2914s && !aVar.q && aVar.j) { throw c0.j(aVar.d, "Non-body HTTP method cannot contain @Body.", new Object[0]); } else if (z4 && !aVar.h) { throw c0.j(aVar.d, "Form-encoded method must contain at least one @Field.", new Object[0]); - } else if (!aVar.f2913s || aVar.i) { + } else if (!aVar.f2914s || aVar.i) { w wVar = new w(aVar); Type genericReturnType = method.getGenericReturnType(); if (c0.h(genericReturnType)) { @@ -556,7 +556,7 @@ public abstract class z { throw c0.j(method, P2.toString(), new Object[0]); } else if (a3 == Response.class) { throw c0.j(method, "Response must include generic type (e.g., Response)", new Object[0]); - } else if (!wVar.f2911c.equals("HEAD") || Void.class.equals(a3)) { + } else if (!wVar.f2912c.equals("HEAD") || Void.class.equals(a3)) { try { h d = yVar.d(a3, method.getAnnotations()); e.a aVar3 = yVar.b; diff --git a/app/src/main/java/j0/f.java b/app/src/main/java/j0/f.java index 9cbb7cdd06..2ba6347706 100644 --- a/app/src/main/java/j0/f.java +++ b/app/src/main/java/j0/f.java @@ -5,7 +5,7 @@ public final class f { public final a b; /* renamed from: c reason: collision with root package name */ - public final Throwable f2918c; + public final Throwable f2919c; public final T d; /* compiled from: Notification */ @@ -17,12 +17,12 @@ public final class f { public f(a aVar, T t, Throwable th) { this.d = t; - this.f2918c = th; + this.f2919c = th; this.b = aVar; } public boolean a() { - return (this.b == a.OnError) && this.f2918c != null; + return (this.b == a.OnError) && this.f2919c != null; } public boolean b() { @@ -48,8 +48,8 @@ public final class f { if (t != t2 && (t == null || !t.equals(t2))) { return false; } - Throwable th = this.f2918c; - Throwable th2 = fVar.f2918c; + Throwable th = this.f2919c; + Throwable th2 = fVar.f2919c; return th == th2 || (th != null && th.equals(th2)); } @@ -58,7 +58,7 @@ public final class f { if (b()) { hashCode = (hashCode * 31) + this.d.hashCode(); } - return a() ? (hashCode * 31) + this.f2918c.hashCode() : hashCode; + return a() ? (hashCode * 31) + this.f2919c.hashCode() : hashCode; } public String toString() { @@ -73,7 +73,7 @@ public final class f { } if (a()) { sb.append(' '); - sb.append(this.f2918c.getMessage()); + sb.append(this.f2919c.getMessage()); } sb.append(']'); return sb.toString(); diff --git a/app/src/main/java/j0/h.java b/app/src/main/java/j0/h.java index e713094638..d23ecc7544 100644 --- a/app/src/main/java/j0/h.java +++ b/app/src/main/java/j0/h.java @@ -12,7 +12,7 @@ public class h { } public h(a aVar) { - b bVar = l.f2936c; + b bVar = l.f2937c; this.a = bVar != null ? bVar.call(aVar) : aVar; } } diff --git a/app/src/main/java/j0/l/a/c0.java b/app/src/main/java/j0/l/a/c0.java index 312eb6dbeb..21d58a9c2c 100644 --- a/app/src/main/java/j0/l/a/c0.java +++ b/app/src/main/java/j0/l/a/c0.java @@ -1,6 +1,6 @@ package j0.l.a; -import j0.m.c; +import j0.m.b; import j0.r.a; import java.util.concurrent.atomic.AtomicBoolean; import java.util.concurrent.atomic.AtomicInteger; @@ -10,13 +10,13 @@ import rx.Subscriber; import rx.subscriptions.CompositeSubscription; /* compiled from: OnSubscribeRefCount */ public final class c0 implements Observable.a { - public final c i; + public final b i; public volatile CompositeSubscription j = new CompositeSubscription(); public final AtomicInteger k = new AtomicInteger(0); public final ReentrantLock l = new ReentrantLock(); - public c0(c cVar) { - this.i = cVar; + public c0(b bVar) { + this.i = bVar; } @Override // rx.functions.Action1 diff --git a/app/src/main/java/j0/l/a/h1.java b/app/src/main/java/j0/l/a/h1.java index eac76b4474..d188677c7f 100644 --- a/app/src/main/java/j0/l/a/h1.java +++ b/app/src/main/java/j0/l/a/h1.java @@ -3,9 +3,9 @@ package j0.l.a; import androidx.recyclerview.widget.RecyclerView; import j0.l.a.e; import j0.l.e.h; +import j0.l.e.m.c; import j0.l.e.n.n; import j0.l.e.n.y; -import j0.m.c; import java.util.Queue; import java.util.concurrent.atomic.AtomicBoolean; import java.util.concurrent.atomic.AtomicLong; @@ -17,7 +17,7 @@ import rx.Subscription; import rx.exceptions.MissingBackpressureException; import rx.functions.Action1; /* compiled from: OperatorPublish */ -public final class h1 extends c { +public final class h1 extends j0.m.b { public final Observable j; public final AtomicReference> k; @@ -141,7 +141,7 @@ public final class h1 extends c { public boolean q; public b(AtomicReference> atomicReference) { - this.k = y.b() ? new n<>(h.i) : new j0.l.e.m.c<>(h.i); + this.k = y.b() ? new n<>(h.i) : new c<>(h.i); this.n = new AtomicReference<>(i); this.l = atomicReference; this.o = new AtomicBoolean(); @@ -355,7 +355,7 @@ public final class h1 extends c { this.k = atomicReference; } - @Override // j0.m.c + @Override // j0.m.b public void j0(Action1 action1) { b bVar; while (true) { diff --git a/app/src/main/java/j0/l/a/j1.java b/app/src/main/java/j0/l/a/j1.java index 29e37d8914..129511480e 100644 --- a/app/src/main/java/j0/l/a/j1.java +++ b/app/src/main/java/j0/l/a/j1.java @@ -15,7 +15,7 @@ import rx.exceptions.OnErrorThrowable; import rx.functions.Action1; import rx.functions.Func0; /* compiled from: OperatorReplay */ -public final class j1 extends j0.m.c implements Subscription { +public final class j1 extends j0.m.b implements Subscription { public static final Func0 j = new a(); public final Observable k; public final AtomicReference> l; @@ -308,14 +308,14 @@ public final class j1 extends j0.m.c implements Subscription { public boolean r; /* renamed from: s reason: collision with root package name */ - public boolean f2919s; + public boolean f2920s; public long t; public long u; public volatile Producer v; public List> w; /* renamed from: x reason: collision with root package name */ - public boolean f2920x; + public boolean f2921x; public f(e eVar) { this.j = eVar; @@ -373,9 +373,9 @@ public final class j1 extends j0.m.c implements Subscription { } list2.add(cVar); } else { - this.f2920x = true; + this.f2921x = true; } - this.f2919s = true; + this.f2920s = true; return; } this.r = true; @@ -396,15 +396,15 @@ public final class j1 extends j0.m.c implements Subscription { b(j, j3); while (!isUnsubscribed()) { synchronized (this) { - if (!this.f2919s) { + if (!this.f2920s) { this.r = false; return; } - this.f2919s = false; + this.f2920s = false; list = this.w; this.w = null; - z2 = this.f2920x; - this.f2920x = false; + z2 = this.f2921x; + this.f2921x = false; } long j5 = this.t; if (list != null) { @@ -619,7 +619,7 @@ public final class j1 extends j0.m.c implements Subscription { return fVar == null || fVar.isUnsubscribed(); } - @Override // j0.m.c + @Override // j0.m.b public void j0(Action1 action1) { f fVar; while (true) { diff --git a/app/src/main/java/j0/l/a/p0.java b/app/src/main/java/j0/l/a/p0.java index 0decb6a08a..e9913b7e8c 100644 --- a/app/src/main/java/j0/l/a/p0.java +++ b/app/src/main/java/j0/l/a/p0.java @@ -33,11 +33,11 @@ public class p0 extends Subscriber { SerializedSubscriber serializedSubscriber = p0Var.m; Subscriber subscriber = p0Var.j; synchronized (aVar) { - if (!aVar.e && aVar.f2921c) { + if (!aVar.e && aVar.f2922c) { if (i == aVar.a) { t = aVar.b; aVar.b = null; - aVar.f2921c = false; + aVar.f2922c = false; aVar.e = true; } } @@ -79,9 +79,9 @@ public class p0 extends Subscriber { return; } t = aVar.b; - z2 = aVar.f2921c; + z2 = aVar.f2922c; aVar.b = null; - aVar.f2921c = false; + aVar.f2922c = false; aVar.e = true; } if (z2) { @@ -103,7 +103,7 @@ public class p0 extends Subscriber { synchronized (aVar) { aVar.a++; aVar.b = null; - aVar.f2921c = false; + aVar.f2922c = false; } } @@ -113,7 +113,7 @@ public class p0 extends Subscriber { q0.a aVar = this.i; synchronized (aVar) { aVar.b = t; - aVar.f2921c = true; + aVar.f2922c = true; i = aVar.a + 1; aVar.a = i; } diff --git a/app/src/main/java/j0/l/a/q0.java b/app/src/main/java/j0/l/a/q0.java index 20847201ad..73041a7549 100644 --- a/app/src/main/java/j0/l/a/q0.java +++ b/app/src/main/java/j0/l/a/q0.java @@ -18,7 +18,7 @@ public final class q0 implements Observable.b { public T b; /* renamed from: c reason: collision with root package name */ - public boolean f2921c; + public boolean f2922c; public boolean d; public boolean e; } diff --git a/app/src/main/java/j0/l/a/u.java b/app/src/main/java/j0/l/a/u.java index 5a513e8179..4874c948a0 100644 --- a/app/src/main/java/j0/l/a/u.java +++ b/app/src/main/java/j0/l/a/u.java @@ -38,7 +38,7 @@ public class u extends Subscriber> { if (!z2 || !this.j.i.l) { this.i.onNext(fVar); } else { - this.i.onError(fVar.f2918c); + this.i.onError(fVar.f2919c); } } else { this.i.onCompleted(); diff --git a/app/src/main/java/j0/l/a/x0.java b/app/src/main/java/j0/l/a/x0.java index ad958a2fc7..d50f132133 100644 --- a/app/src/main/java/j0/l/a/x0.java +++ b/app/src/main/java/j0/l/a/x0.java @@ -112,11 +112,11 @@ public final class x0 implements Observable.b> { } a(1); synchronized (eVar) { - if (!eVar.f2922s) { + if (!eVar.f2923s) { eVar.r = false; return; } - eVar.f2922s = false; + eVar.f2923s = false; eVar.c(); return; } @@ -181,31 +181,31 @@ public final class x0 implements Observable.b> { public boolean r; /* renamed from: s reason: collision with root package name */ - public boolean f2922s; + public boolean f2923s; public final Object t = new Object(); public volatile c[] u = i; public long v; public long w; /* renamed from: x reason: collision with root package name */ - public int f2923x; + public int f2924x; /* renamed from: y reason: collision with root package name */ - public final int f2924y; + public final int f2925y; /* renamed from: z reason: collision with root package name */ - public int f2925z; + public int f2926z; public e(Subscriber subscriber, boolean z2, int i2) { this.j = subscriber; this.k = z2; this.l = i2; if (i2 == Integer.MAX_VALUE) { - this.f2924y = Integer.MAX_VALUE; + this.f2925y = Integer.MAX_VALUE; request(RecyclerView.FOREVER_NS); return; } - this.f2924y = Math.max(1, i2 >> 1); + this.f2925y = Math.max(1, i2 >> 1); request((long) i2); } @@ -228,7 +228,7 @@ public final class x0 implements Observable.b> { public void b() { synchronized (this) { if (this.r) { - this.f2922s = true; + this.f2923s = true; return; } this.r = true; @@ -325,7 +325,7 @@ public final class x0 implements Observable.b> { if (!z5 || ((queue2 != null && !queue2.isEmpty()) || length != 0)) { if (length > 0) { long j4 = this.w; - int i6 = this.f2923x; + int i6 = this.f2924x; if (length <= i6 || cVarArr[i6].k != j4) { if (length <= i6) { i6 = 0; @@ -336,7 +336,7 @@ public final class x0 implements Observable.b> { i6 = 0; } } - this.f2923x = i6; + this.f2924x = i6; this.w = cVarArr[i6].k; } int i8 = 0; @@ -414,7 +414,7 @@ public final class x0 implements Observable.b> { return; } } - this.f2923x = i6; + this.f2924x = i6; this.w = cVarArr[i6].k; } else { subscriber2 = subscriber; @@ -426,7 +426,7 @@ public final class x0 implements Observable.b> { if (!z3) { synchronized (this) { try { - if (!this.f2922s) { + if (!this.f2923s) { try { this.r = false; return; @@ -443,7 +443,7 @@ public final class x0 implements Observable.b> { throw th2; } } else { - this.f2922s = false; + this.f2923s = false; } } catch (Throwable th8) { th2 = th8; @@ -593,13 +593,13 @@ public final class x0 implements Observable.b> { if (observable != null) { z2 = true; if (observable == c.j) { - int i2 = this.f2925z + 1; - if (i2 == this.f2924y) { - this.f2925z = 0; + int i2 = this.f2926z + 1; + if (i2 == this.f2925y) { + this.f2926z = 0; request((long) i2); return; } - this.f2925z = i2; + this.f2926z = i2; return; } else if (observable instanceof j) { T t = ((j) observable).k; @@ -628,19 +628,19 @@ public final class x0 implements Observable.b> { if (j != RecyclerView.FOREVER_NS) { this.m.a(1); } - int i3 = this.f2925z + 1; - if (i3 == this.f2924y) { - this.f2925z = 0; + int i3 = this.f2926z + 1; + if (i3 == this.f2925y) { + this.f2926z = 0; request((long) i3); } else { - this.f2925z = i3; + this.f2926z = i3; } synchronized (this) { - if (!this.f2922s) { + if (!this.f2923s) { this.r = false; return; } - this.f2922s = false; + this.f2923s = false; c(); return; } diff --git a/app/src/main/java/j0/l/a/y1.java b/app/src/main/java/j0/l/a/y1.java index a0d3a4e31d..0037b43522 100644 --- a/app/src/main/java/j0/l/a/y1.java +++ b/app/src/main/java/j0/l/a/y1.java @@ -108,7 +108,7 @@ public final class y1 implements Observable.b> { public Producer r; /* renamed from: s reason: collision with root package name */ - public volatile boolean f2926s; + public volatile boolean f2927s; public Throwable t; public boolean u; @@ -167,7 +167,7 @@ public final class y1 implements Observable.b> { Subscriber subscriber = this.j; long j2 = j; Throwable th4 = th; - boolean z3 = this.f2926s; + boolean z3 = this.f2927s; while (true) { long j3 = 0; while (true) { @@ -192,7 +192,7 @@ public final class y1 implements Observable.b> { return; } } - if (i2 != 0 || (!subscriber.isUnsubscribed() && !a(this.f2926s, z2, th4, eVar, subscriber, eVar.isEmpty()))) { + if (i2 != 0 || (!subscriber.isUnsubscribed() && !a(this.f2927s, z2, th4, eVar, subscriber, eVar.isEmpty()))) { synchronized (this) { long j4 = this.q; if (j4 != RecyclerView.FOREVER_NS) { @@ -205,7 +205,7 @@ public final class y1 implements Observable.b> { return; } this.p = false; - z3 = this.f2926s; + z3 = this.f2927s; z2 = this.u; th4 = this.t; if (!(th4 == null || th4 == (th2 = i) || this.l)) { @@ -237,7 +237,7 @@ public final class y1 implements Observable.b> { @Override // j0.g public void onCompleted() { - this.f2926s = true; + this.f2927s = true; b(); } @@ -248,7 +248,7 @@ public final class y1 implements Observable.b> { c2 = c(th); } if (c2) { - this.f2926s = true; + this.f2927s = true; b(); return; } diff --git a/app/src/main/java/j0/l/c/a.java b/app/src/main/java/j0/l/c/a.java index 70a877edb6..d33d355450 100644 --- a/app/src/main/java/j0/l/c/a.java +++ b/app/src/main/java/j0/l/c/a.java @@ -23,7 +23,7 @@ public final class a extends Scheduler implements k { public static final TimeUnit b = TimeUnit.SECONDS; /* renamed from: c reason: collision with root package name */ - public static final c f2927c; + public static final c f2928c; public static final C0329a d; public final ThreadFactory e; public final AtomicReference f; @@ -35,7 +35,7 @@ public final class a extends Scheduler implements k { public final long b; /* renamed from: c reason: collision with root package name */ - public final ConcurrentLinkedQueue f2928c; + public final ConcurrentLinkedQueue f2929c; public final CompositeSubscription d; public final ScheduledExecutorService e; public final Future f; @@ -66,15 +66,15 @@ public final class a extends Scheduler implements k { @Override // java.lang.Runnable public void run() { C0329a aVar = C0329a.this; - if (!aVar.f2928c.isEmpty()) { + if (!aVar.f2929c.isEmpty()) { long nanoTime = System.nanoTime(); - Iterator it = aVar.f2928c.iterator(); + Iterator it = aVar.f2929c.iterator(); while (it.hasNext()) { c next = it.next(); if (next.q > nanoTime) { return; } - if (aVar.f2928c.remove(next)) { + if (aVar.f2929c.remove(next)) { aVar.d.c(next); } } @@ -87,7 +87,7 @@ public final class a extends Scheduler implements k { this.a = threadFactory; long nanos = timeUnit != null ? timeUnit.toNanos(j) : 0; this.b = nanos; - this.f2928c = new ConcurrentLinkedQueue<>(); + this.f2929c = new ConcurrentLinkedQueue<>(); this.d = new CompositeSubscription(); ScheduledExecutorService scheduledExecutorService = null; if (timeUnit != null) { @@ -147,15 +147,15 @@ public final class a extends Scheduler implements k { this.j = aVar; this.l = new AtomicBoolean(); if (aVar.d.j) { - cVar = a.f2927c; + cVar = a.f2928c; } else { while (true) { - if (aVar.f2928c.isEmpty()) { + if (aVar.f2929c.isEmpty()) { cVar2 = new c(aVar.a); aVar.d.a(cVar2); break; } - cVar2 = aVar.f2928c.poll(); + cVar2 = aVar.f2929c.poll(); if (cVar2 != null) { break; } @@ -187,7 +187,7 @@ public final class a extends Scheduler implements k { c cVar = this.k; Objects.requireNonNull(aVar); cVar.q = System.nanoTime() + aVar.b; - aVar.f2928c.offer(cVar); + aVar.f2929c.offer(cVar); } @Override // rx.Subscription @@ -215,7 +215,7 @@ public final class a extends Scheduler implements k { static { c cVar = new c(i.i); - f2927c = cVar; + f2928c = cVar; cVar.unsubscribe(); C0329a aVar = new C0329a(null, 0, null); d = aVar; diff --git a/app/src/main/java/j0/l/c/b.java b/app/src/main/java/j0/l/c/b.java index 17f2882a64..63e8e34458 100644 --- a/app/src/main/java/j0/l/c/b.java +++ b/app/src/main/java/j0/l/c/b.java @@ -17,7 +17,7 @@ public final class b extends Scheduler implements k { public static final c b; /* renamed from: c reason: collision with root package name */ - public static final C0334b f2929c = new C0334b(null, 0); + public static final C0334b f2930c = new C0334b(null, 0); public final ThreadFactory d; public final AtomicReference e; @@ -119,7 +119,7 @@ public final class b extends Scheduler implements k { public final c[] b; /* renamed from: c reason: collision with root package name */ - public long f2930c; + public long f2931c; public C0334b(ThreadFactory threadFactory, int i) { this.a = i; @@ -135,8 +135,8 @@ public final class b extends Scheduler implements k { return b.b; } c[] cVarArr = this.b; - long j = this.f2930c; - this.f2930c = 1 + j; + long j = this.f2931c; + this.f2931c = 1 + j; return cVarArr[(int) (j % ((long) i))]; } } @@ -162,7 +162,7 @@ public final class b extends Scheduler implements k { public b(ThreadFactory threadFactory) { this.d = threadFactory; - C0334b bVar = f2929c; + C0334b bVar = f2930c; AtomicReference atomicReference = new AtomicReference<>(bVar); this.e = atomicReference; C0334b bVar2 = new C0334b(threadFactory, a); @@ -184,7 +184,7 @@ public final class b extends Scheduler implements k { C0334b bVar2; do { bVar = this.e.get(); - bVar2 = f2929c; + bVar2 = f2930c; if (bVar == bVar2) { return; } diff --git a/app/src/main/java/j0/l/c/c.java b/app/src/main/java/j0/l/c/c.java index e33baee5ab..8742844f05 100644 --- a/app/src/main/java/j0/l/c/c.java +++ b/app/src/main/java/j0/l/c/c.java @@ -65,7 +65,7 @@ public final class c extends Scheduler { public a(Executor executor) { ScheduledExecutorService scheduledExecutorService; this.i = executor; - ScheduledExecutorService[] scheduledExecutorServiceArr = d.f2931c.e.get(); + ScheduledExecutorService[] scheduledExecutorServiceArr = d.f2932c.e.get(); if (scheduledExecutorServiceArr == d.a) { scheduledExecutorService = d.b; } else { diff --git a/app/src/main/java/j0/l/c/d.java b/app/src/main/java/j0/l/c/d.java index 58ef67534d..58221ea87e 100644 --- a/app/src/main/java/j0/l/c/d.java +++ b/app/src/main/java/j0/l/c/d.java @@ -10,7 +10,7 @@ public final class d implements k { public static final ScheduledExecutorService b; /* renamed from: c reason: collision with root package name */ - public static final d f2931c = new d(); + public static final d f2932c = new d(); public static int d; public final AtomicReference e = new AtomicReference<>(a); diff --git a/app/src/main/java/j0/l/c/j.java b/app/src/main/java/j0/l/c/j.java index 336f2b43b1..70bd022358 100644 --- a/app/src/main/java/j0/l/c/j.java +++ b/app/src/main/java/j0/l/c/j.java @@ -45,16 +45,16 @@ public final class j extends AtomicReference implements Runnable, Subscr public final SubscriptionList parent; /* renamed from: s reason: collision with root package name */ - public final j f2932s; + public final j f2933s; public b(j jVar, SubscriptionList subscriptionList) { - this.f2932s = jVar; + this.f2933s = jVar; this.parent = subscriptionList; } @Override // rx.Subscription public boolean isUnsubscribed() { - return this.f2932s.cancel.j; + return this.f2933s.cancel.j; } @Override // rx.Subscription @@ -62,7 +62,7 @@ public final class j extends AtomicReference implements Runnable, Subscr boolean remove; if (compareAndSet(false, true)) { SubscriptionList subscriptionList = this.parent; - j jVar = this.f2932s; + j jVar = this.f2933s; if (!subscriptionList.j) { synchronized (subscriptionList) { List list = subscriptionList.i; @@ -87,22 +87,22 @@ public final class j extends AtomicReference implements Runnable, Subscr public final CompositeSubscription parent; /* renamed from: s reason: collision with root package name */ - public final j f2933s; + public final j f2934s; public c(j jVar, CompositeSubscription compositeSubscription) { - this.f2933s = jVar; + this.f2934s = jVar; this.parent = compositeSubscription; } @Override // rx.Subscription public boolean isUnsubscribed() { - return this.f2933s.cancel.j; + return this.f2934s.cancel.j; } @Override // rx.Subscription public void unsubscribe() { if (compareAndSet(false, true)) { - this.parent.c(this.f2933s); + this.parent.c(this.f2934s); } } } diff --git a/app/src/main/java/j0/l/e/e.java b/app/src/main/java/j0/l/e/e.java index c047112a68..a8dc6caa39 100644 --- a/app/src/main/java/j0/l/e/e.java +++ b/app/src/main/java/j0/l/e/e.java @@ -27,7 +27,7 @@ public enum e { /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // j0.k.b public Throwable call(f fVar) { - return fVar.f2918c; + return fVar.f2919c; } } diff --git a/app/src/main/java/j0/l/e/f.java b/app/src/main/java/j0/l/e/f.java index e4e953eabe..84b1a9db18 100644 --- a/app/src/main/java/j0/l/e/f.java +++ b/app/src/main/java/j0/l/e/f.java @@ -7,13 +7,13 @@ public final class f { public int b; /* renamed from: c reason: collision with root package name */ - public int f2934c; + public int f2935c; public T[] d; public f() { int N = a.N(16); this.a = N - 1; - this.f2934c = (int) (((float) N) * 0.75f); + this.f2935c = (int) (((float) N) * 0.75f); this.d = (T[]) new Object[N]; } @@ -43,7 +43,7 @@ public final class f { tArr[b] = t; int i2 = this.b + 1; this.b = i2; - if (i2 >= this.f2934c) { + if (i2 >= this.f2935c) { T[] tArr2 = this.d; int length = tArr2.length; int i3 = length << 1; @@ -67,7 +67,7 @@ public final class f { i2 = i5; } this.a = i4; - this.f2934c = (int) (((float) i3) * 0.75f); + this.f2935c = (int) (((float) i3) * 0.75f); this.d = tArr3; } return true; diff --git a/app/src/main/java/j0/l/e/n/t.java b/app/src/main/java/j0/l/e/n/t.java index 3c592f7939..9735f51c57 100644 --- a/app/src/main/java/j0/l/e/n/t.java +++ b/app/src/main/java/j0/l/e/n/t.java @@ -12,16 +12,16 @@ public class t extends v { public static final long r; /* renamed from: s reason: collision with root package name */ - public static final int f2935s; + public static final int f2936s; public static final Object t = new Object(); static { Unsafe unsafe = y.a; int arrayIndexScale = unsafe.arrayIndexScale(Object[].class); if (4 == arrayIndexScale) { - f2935s = 2; + f2936s = 2; } else if (8 == arrayIndexScale) { - f2935s = 3; + f2936s = 3; } else { throw new IllegalStateException("Unknown pointer size"); } @@ -56,7 +56,7 @@ public class t extends v { } public static long c(long j) { - return r + (j << f2935s); + return r + (j << f2936s); } public static long d(long j, long j2) { diff --git a/app/src/main/java/j0/m/a.java b/app/src/main/java/j0/m/a.java index 0fc1310a8a..67f4864956 100644 --- a/app/src/main/java/j0/m/a.java +++ b/app/src/main/java/j0/m/a.java @@ -2,32 +2,69 @@ package j0.m; import java.util.concurrent.CountDownLatch; import java.util.concurrent.atomic.AtomicReference; +import rx.Observable; import rx.Subscriber; +import rx.Subscription; /* compiled from: BlockingObservable */ -public class a extends Subscriber { - public final /* synthetic */ CountDownLatch i; - public final /* synthetic */ AtomicReference j; - public final /* synthetic */ AtomicReference k; +public final class a { + public final Observable a; - public a(b bVar, CountDownLatch countDownLatch, AtomicReference atomicReference, AtomicReference atomicReference2) { - this.i = countDownLatch; - this.j = atomicReference; - this.k = atomicReference2; + /* compiled from: BlockingObservable */ + /* renamed from: j0.m.a$a reason: collision with other inner class name */ + public class C0338a extends Subscriber { + public final /* synthetic */ CountDownLatch i; + public final /* synthetic */ AtomicReference j; + public final /* synthetic */ AtomicReference k; + + public C0338a(a aVar, CountDownLatch countDownLatch, AtomicReference atomicReference, AtomicReference atomicReference2) { + this.i = countDownLatch; + this.j = atomicReference; + this.k = atomicReference2; + } + + @Override // j0.g + public void onCompleted() { + this.i.countDown(); + } + + @Override // j0.g + public void onError(Throwable th) { + this.j.set(th); + this.i.countDown(); + } + + @Override // j0.g + public void onNext(T t) { + this.k.set(t); + } } - @Override // j0.g - public void onCompleted() { - this.i.countDown(); + public a(Observable observable) { + this.a = observable; } - @Override // j0.g - public void onError(Throwable th) { - this.j.set(th); - this.i.countDown(); + public final T a(Observable observable) { + AtomicReference atomicReference = new AtomicReference(); + AtomicReference atomicReference2 = new AtomicReference(); + CountDownLatch countDownLatch = new CountDownLatch(1); + Subscription T = observable.T(new C0338a(this, countDownLatch, atomicReference2, atomicReference)); + if (countDownLatch.getCount() != 0) { + try { + countDownLatch.await(); + } catch (InterruptedException e) { + T.unsubscribe(); + Thread.currentThread().interrupt(); + throw new IllegalStateException("Interrupted while waiting for subscription to complete.", e); + } + } + if (atomicReference2.get() == null) { + return (T) atomicReference.get(); + } + c.q.a.k.a.J((Throwable) atomicReference2.get()); + throw null; } - @Override // j0.g - public void onNext(T t) { - this.k.set(t); + public T b() { + return a(this.a.R()); } } diff --git a/app/src/main/java/j0/m/b.java b/app/src/main/java/j0/m/b.java index 15d53bfd5d..234ab4c793 100644 --- a/app/src/main/java/j0/m/b.java +++ b/app/src/main/java/j0/m/b.java @@ -1,37 +1,13 @@ package j0.m; -import c.q.a.k.a; -import java.util.concurrent.CountDownLatch; -import java.util.concurrent.atomic.AtomicReference; import rx.Observable; import rx.Subscription; -/* compiled from: BlockingObservable */ -public final class b { - public final Observable a; - - public b(Observable observable) { - this.a = observable; +import rx.functions.Action1; +/* compiled from: ConnectableObservable */ +public abstract class b extends Observable { + public b(Observable.a aVar) { + super(aVar); } - public T a() { - Observable R = this.a.R(); - AtomicReference atomicReference = new AtomicReference(); - AtomicReference atomicReference2 = new AtomicReference(); - CountDownLatch countDownLatch = new CountDownLatch(1); - Subscription T = R.T(new a(this, countDownLatch, atomicReference2, atomicReference)); - if (countDownLatch.getCount() != 0) { - try { - countDownLatch.await(); - } catch (InterruptedException e) { - T.unsubscribe(); - Thread.currentThread().interrupt(); - throw new IllegalStateException("Interrupted while waiting for subscription to complete.", e); - } - } - if (atomicReference2.get() == null) { - return (T) atomicReference.get(); - } - a.J((Throwable) atomicReference2.get()); - throw null; - } + public abstract void j0(Action1 action1); } diff --git a/app/src/main/java/j0/m/c.java b/app/src/main/java/j0/m/c.java deleted file mode 100644 index d3c1577372..0000000000 --- a/app/src/main/java/j0/m/c.java +++ /dev/null @@ -1,13 +0,0 @@ -package j0.m; - -import rx.Observable; -import rx.Subscription; -import rx.functions.Action1; -/* compiled from: ConnectableObservable */ -public abstract class c extends Observable { - public c(Observable.a aVar) { - super(aVar); - } - - public abstract void j0(Action1 action1); -} diff --git a/app/src/main/java/j0/n/a.java b/app/src/main/java/j0/n/a.java index 2d3aadce3e..e3e845e2d0 100644 --- a/app/src/main/java/j0/n/a.java +++ b/app/src/main/java/j0/n/a.java @@ -4,11 +4,11 @@ import j0.g; import rx.exceptions.OnErrorNotImplementedException; /* compiled from: Observers */ public final class a { - public static final g a = new C0338a(); + public static final g a = new C0339a(); /* compiled from: Observers */ /* renamed from: j0.n.a$a reason: collision with other inner class name */ - public static class C0338a implements g { + public static class C0339a implements g { @Override // j0.g public final void onCompleted() { } diff --git a/app/src/main/java/j0/o/l.java b/app/src/main/java/j0/o/l.java index 92eed57601..abd1f29b04 100644 --- a/app/src/main/java/j0/o/l.java +++ b/app/src/main/java/j0/o/l.java @@ -16,7 +16,7 @@ public final class l { public static volatile b b = new c(); /* renamed from: c reason: collision with root package name */ - public static volatile b f2936c = new d(); + public static volatile b f2937c = new d(); public static volatile b d = new e(); public static volatile Func2 e = new g(); public static volatile b f = new i(); diff --git a/app/src/main/java/j0/o/o.java b/app/src/main/java/j0/o/o.java index be8f1b3693..37c589b402 100644 --- a/app/src/main/java/j0/o/o.java +++ b/app/src/main/java/j0/o/o.java @@ -10,7 +10,7 @@ public class o { public static final b b = new a(); /* renamed from: c reason: collision with root package name */ - public final AtomicReference f2937c = new AtomicReference<>(); + public final AtomicReference f2938c = new AtomicReference<>(); public final AtomicReference d = new AtomicReference<>(); public final AtomicReference e = new AtomicReference<>(); public final AtomicReference f = new AtomicReference<>(); @@ -88,15 +88,15 @@ public class o { } public b b() { - if (this.f2937c.get() == null) { + if (this.f2938c.get() == null) { Object d = d(b.class, g()); if (d == null) { - this.f2937c.compareAndSet(null, b); + this.f2938c.compareAndSet(null, b); } else { - this.f2937c.compareAndSet(null, (b) d); + this.f2938c.compareAndSet(null, (b) d); } } - return this.f2937c.get(); + return this.f2938c.get(); } public m c() { diff --git a/app/src/main/java/j0/p/a.java b/app/src/main/java/j0/p/a.java index 59f1470eda..c89fc5da72 100644 --- a/app/src/main/java/j0/p/a.java +++ b/app/src/main/java/j0/p/a.java @@ -14,7 +14,7 @@ public final class a { public final Scheduler b = new b(new i("RxComputationScheduler-")); /* renamed from: c reason: collision with root package name */ - public final Scheduler f2938c = new j0.l.c.a(new i("RxIoScheduler-")); + public final Scheduler f2939c = new j0.l.c.a(new i("RxIoScheduler-")); public final Scheduler d = new f(new i("RxNewThreadScheduler-")); public a() { @@ -41,7 +41,7 @@ public final class a { if (scheduler instanceof k) { ((k) scheduler).shutdown(); } - Scheduler scheduler2 = aVar2.f2938c; + Scheduler scheduler2 = aVar2.f2939c; if (scheduler2 instanceof k) { ((k) scheduler2).shutdown(); } @@ -54,6 +54,6 @@ public final class a { } public static Scheduler c() { - return b().f2938c; + return b().f2939c; } } diff --git a/app/src/main/java/j0/q/a.java b/app/src/main/java/j0/q/a.java index 83455ed955..97bcd13af8 100644 --- a/app/src/main/java/j0/q/a.java +++ b/app/src/main/java/j0/q/a.java @@ -19,7 +19,7 @@ public final class a extends Subject { /* compiled from: ReplaySubject */ /* renamed from: j0.q.a$a reason: collision with other inner class name */ - public interface AbstractC0339a { + public interface AbstractC0340a { } /* compiled from: ReplaySubject */ @@ -60,31 +60,31 @@ public final class a extends Subject { } /* compiled from: ReplaySubject */ - public static final class c implements AbstractC0339a { + public static final class c implements AbstractC0340a { public final int a; - public volatile C0340a b; + public volatile C0341a b; /* renamed from: c reason: collision with root package name */ - public C0340a f2939c; + public C0341a f2940c; public int d; public volatile boolean e; public Throwable f; /* compiled from: ReplaySubject */ /* renamed from: j0.q.a$c$a reason: collision with other inner class name */ - public static final class C0340a extends AtomicReference> { + public static final class C0341a extends AtomicReference> { private static final long serialVersionUID = 3713592843205853725L; public final T value; - public C0340a(T t) { + public C0341a(T t) { this.value = t; } } public c(int i) { this.a = i; - C0340a aVar = new C0340a<>(null); - this.f2939c = aVar; + C0341a aVar = new C0341a<>(null); + this.f2940c = aVar; this.b = aVar; } @@ -96,7 +96,7 @@ public final class a extends Subject { int i2 = 1; do { long j = bVar.requested.get(); - C0340a aVar = (C0340a) bVar.node; + C0341a aVar = (C0341a) bVar.node; if (aVar == null) { aVar = this.b; } @@ -111,7 +111,7 @@ public final class a extends Subject { return; } else { boolean z3 = this.e; - C0340a aVar2 = aVar.get(); + C0341a aVar2 = aVar.get(); boolean z4 = aVar2 == null; if (z3 && z4) { bVar.node = null; @@ -168,9 +168,9 @@ public final class a extends Subject { public static final b[] i = new b[0]; public static final b[] j = new b[0]; private static final long serialVersionUID = 5952362471246910544L; - public final AbstractC0339a buffer; + public final AbstractC0340a buffer; - public d(AbstractC0339a aVar) { + public d(AbstractC0340a aVar) { this.buffer = aVar; lazySet(i); } @@ -243,7 +243,7 @@ public final class a extends Subject { @Override // j0.g public void onCompleted() { - AbstractC0339a aVar = this.buffer; + AbstractC0340a aVar = this.buffer; ((c) aVar).e = true; for (b bVar : getAndSet(j)) { ((c) aVar).a(bVar); @@ -252,7 +252,7 @@ public final class a extends Subject { @Override // j0.g public void onError(Throwable th) { - AbstractC0339a aVar = this.buffer; + AbstractC0340a aVar = this.buffer; c cVar = (c) aVar; cVar.f = th; cVar.e = true; @@ -272,12 +272,12 @@ public final class a extends Subject { @Override // j0.g public void onNext(T t) { - AbstractC0339a aVar = this.buffer; + AbstractC0340a aVar = this.buffer; c cVar = (c) aVar; Objects.requireNonNull(cVar); - c.C0340a aVar2 = new c.C0340a<>(t); - cVar.f2939c.set(aVar2); - cVar.f2939c = aVar2; + c.C0341a aVar2 = new c.C0341a<>(t); + cVar.f2940c.set(aVar2); + cVar.f2940c = aVar2; int i2 = cVar.d; if (i2 == cVar.a) { cVar.b = cVar.b.get(); diff --git a/app/src/main/java/j0/q/c.java b/app/src/main/java/j0/q/c.java index c3792d58a3..667acf3183 100644 --- a/app/src/main/java/j0/q/c.java +++ b/app/src/main/java/j0/q/c.java @@ -24,7 +24,7 @@ public final class c extends AtomicReference> implements Observable.a public static final a b; /* renamed from: c reason: collision with root package name */ - public static final a f2940c; + public static final a f2941c; public final boolean d; public final b[] e; @@ -32,7 +32,7 @@ public final class c extends AtomicReference> implements Observable.a b[] bVarArr = new b[0]; a = bVarArr; b = new a(true, bVarArr); - f2940c = new a(false, bVarArr); + f2941c = new a(false, bVarArr); } public a(boolean z2, b[] bVarArr) { @@ -87,7 +87,7 @@ public final class c extends AtomicReference> implements Observable.a } public c() { - super(a.f2940c); + super(a.f2941c); a.C0323a aVar = j0.k.a.a; this.onStart = aVar; this.onAdded = aVar; @@ -103,7 +103,7 @@ public final class c extends AtomicReference> implements Observable.a b[] bVarArr = aVar.e; int length = bVarArr.length; if (length == 1 && bVarArr[0] == bVar) { - aVar2 = a.f2940c; + aVar2 = a.f2941c; } else { if (length != 0) { int i = length - 1; @@ -122,7 +122,7 @@ public final class c extends AtomicReference> implements Observable.a } i2++; } else if (i3 == 0) { - aVar2 = a.f2940c; + aVar2 = a.f2941c; } else { if (i3 < i) { b[] bVarArr3 = new b[i3]; diff --git a/app/src/main/java/j0/r/a.java b/app/src/main/java/j0/r/a.java index 449c409ed9..68537e5ad7 100644 --- a/app/src/main/java/j0/r/a.java +++ b/app/src/main/java/j0/r/a.java @@ -5,12 +5,12 @@ import rx.Subscription; import rx.functions.Action0; /* compiled from: BooleanSubscription */ public final class a implements Subscription { - public static final Action0 i = new C0341a(); + public static final Action0 i = new C0342a(); public final AtomicReference j; /* compiled from: BooleanSubscription */ /* renamed from: j0.r.a$a reason: collision with other inner class name */ - public static class C0341a implements Action0 { + public static class C0342a implements Action0 { @Override // rx.functions.Action0 public void call() { } diff --git a/app/src/main/java/kotlin/coroutines/CoroutineContext.java b/app/src/main/java/kotlin/coroutines/CoroutineContext.java index 51b05252e5..01a21cba53 100644 --- a/app/src/main/java/kotlin/coroutines/CoroutineContext.java +++ b/app/src/main/java/kotlin/coroutines/CoroutineContext.java @@ -55,10 +55,10 @@ public interface CoroutineContext { /* compiled from: CoroutineContext.kt */ /* renamed from: kotlin.coroutines.CoroutineContext$a$a reason: collision with other inner class name */ - public static final class C0342a extends o implements Function2 { - public static final C0342a i = new C0342a(); + public static final class C0343a extends o implements Function2 { + public static final C0343a i = new C0343a(); - public C0342a() { + public C0343a() { super(2); } @@ -89,7 +89,7 @@ public interface CoroutineContext { public static CoroutineContext plus(CoroutineContext coroutineContext, CoroutineContext coroutineContext2) { m.checkNotNullParameter(coroutineContext2, "context"); - return coroutineContext2 == f.i ? coroutineContext : (CoroutineContext) coroutineContext2.fold(coroutineContext, C0342a.i); + return coroutineContext2 == f.i ? coroutineContext : (CoroutineContext) coroutineContext2.fold(coroutineContext, C0343a.i); } } diff --git a/app/src/main/java/kotlin/reflect/jvm/internal/impl/protobuf/CodedOutputStream.java b/app/src/main/java/kotlin/reflect/jvm/internal/impl/protobuf/CodedOutputStream.java index a7d982dcd0..d58cf7b3d1 100644 --- a/app/src/main/java/kotlin/reflect/jvm/internal/impl/protobuf/CodedOutputStream.java +++ b/app/src/main/java/kotlin/reflect/jvm/internal/impl/protobuf/CodedOutputStream.java @@ -13,7 +13,7 @@ public final class CodedOutputStream { public final int b; /* renamed from: c reason: collision with root package name */ - public int f2941c; + public int f2942c; public int d = 0; public final OutputStream e; @@ -26,7 +26,7 @@ public final class CodedOutputStream { public CodedOutputStream(OutputStream outputStream, byte[] bArr) { this.e = outputStream; this.a = bArr; - this.f2941c = 0; + this.f2942c = 0; this.b = bArr.length; } @@ -212,8 +212,8 @@ public final class CodedOutputStream { public final void a() throws IOException { OutputStream outputStream = this.e; if (outputStream != null) { - outputStream.write(this.a, 0, this.f2941c); - this.f2941c = 0; + outputStream.write(this.a, 0, this.f2942c); + this.f2942c = 0; return; } throw new OutOfSpaceException(); @@ -329,12 +329,12 @@ public final class CodedOutputStream { } public void writeRawByte(byte b) throws IOException { - if (this.f2941c == this.b) { + if (this.f2942c == this.b) { a(); } byte[] bArr = this.a; - int i = this.f2941c; - this.f2941c = i + 1; + int i = this.f2942c; + this.f2942c = i + 1; bArr[i] = b; this.d++; } @@ -349,10 +349,10 @@ public final class CodedOutputStream { public void writeRawBytes(c cVar, int i, int i2) throws IOException { int i3 = this.b; - int i4 = this.f2941c; + int i4 = this.f2942c; if (i3 - i4 >= i2) { cVar.copyTo(this.a, i, i4, i2); - this.f2941c += i2; + this.f2942c += i2; this.d += i2; return; } @@ -360,12 +360,12 @@ public final class CodedOutputStream { cVar.copyTo(this.a, i, i4, i5); int i6 = i + i5; int i7 = i2 - i5; - this.f2941c = this.b; + this.f2942c = this.b; this.d += i5; a(); if (i7 <= this.b) { cVar.copyTo(this.a, i6, 0, i7); - this.f2941c = i7; + this.f2942c = i7; } else { OutputStream outputStream = this.e; if (i6 < 0) { @@ -390,10 +390,10 @@ public final class CodedOutputStream { public void writeRawBytes(byte[] bArr, int i, int i2) throws IOException { int i3 = this.b; - int i4 = this.f2941c; + int i4 = this.f2942c; if (i3 - i4 >= i2) { System.arraycopy(bArr, i, this.a, i4, i2); - this.f2941c += i2; + this.f2942c += i2; this.d += i2; return; } @@ -401,12 +401,12 @@ public final class CodedOutputStream { System.arraycopy(bArr, i, this.a, i4, i5); int i6 = i + i5; int i7 = i2 - i5; - this.f2941c = this.b; + this.f2942c = this.b; this.d += i5; a(); if (i7 <= this.b) { System.arraycopy(bArr, i6, this.a, 0, i7); - this.f2941c = i7; + this.f2942c = i7; } else { this.e.write(bArr, i6, i7); } diff --git a/app/src/main/java/okhttp3/MediaType.java b/app/src/main/java/okhttp3/MediaType.java index 670943a4bc..df1317fd15 100644 --- a/app/src/main/java/okhttp3/MediaType.java +++ b/app/src/main/java/okhttp3/MediaType.java @@ -19,7 +19,7 @@ public final class MediaType { public static final Pattern b = Pattern.compile(";\\s*(?:([a-zA-Z0-9-!#$%&'*+.^_`{|}~]+)=(?:([a-zA-Z0-9-!#$%&'*+.^_`{|}~]+)|\"([^\"]*)\"))?"); /* renamed from: c reason: collision with root package name */ - public static final a f2942c = null; + public static final a f2943c = null; public final String d; public final String e; public final String f; diff --git a/app/src/main/java/okhttp3/MultipartBody.java b/app/src/main/java/okhttp3/MultipartBody.java index 2feabfc6d2..e5ad68f6c6 100644 --- a/app/src/main/java/okhttp3/MultipartBody.java +++ b/app/src/main/java/okhttp3/MultipartBody.java @@ -21,7 +21,7 @@ public final class MultipartBody extends RequestBody { public static final MediaType b = MediaType.a.a(ShareTarget.ENCODING_TYPE_MULTIPART); /* renamed from: c reason: collision with root package name */ - public static final byte[] f2943c = {(byte) 58, (byte) 32}; + public static final byte[] f2944c = {(byte) 58, (byte) 32}; public static final byte[] d = {(byte) 13, (byte) 10}; public static final byte[] e; public static final b f = new b(null); @@ -99,7 +99,7 @@ public final class MultipartBody extends RequestBody { public MediaType b = MultipartBody.a; /* renamed from: c reason: collision with root package name */ - public final List f2944c = new ArrayList(); + public final List f2945c = new ArrayList(); public a() { String uuid = UUID.randomUUID().toString(); @@ -110,13 +110,13 @@ public final class MultipartBody extends RequestBody { public final a a(Part part) { m.checkParameterIsNotNull(part, "part"); - this.f2944c.add(part); + this.f2945c.add(part); return this; } public final MultipartBody b() { - if (!this.f2944c.isEmpty()) { - return new MultipartBody(this.a, this.b, c.z(this.f2944c)); + if (!this.f2945c.isEmpty()) { + return new MultipartBody(this.a, this.b, c.z(this.f2945c)); } throw new IllegalStateException("Multipart body must have at least one part.".toString()); } @@ -158,7 +158,7 @@ public final class MultipartBody extends RequestBody { } static { - MediaType.a aVar = MediaType.f2942c; + MediaType.a aVar = MediaType.f2943c; MediaType.a.a("multipart/alternative"); MediaType.a.a("multipart/digest"); MediaType.a.a("multipart/parallel"); @@ -173,7 +173,7 @@ public final class MultipartBody extends RequestBody { this.i = byteString; this.j = mediaType; this.k = list; - MediaType.a aVar = MediaType.f2942c; + MediaType.a aVar = MediaType.f2943c; this.g = MediaType.a.a(mediaType + "; boundary=" + byteString.q()); } @@ -204,7 +204,7 @@ public final class MultipartBody extends RequestBody { if (headers != null) { int size2 = headers.size(); for (int i2 = 0; i2 < size2; i2++) { - bufferedSink.J(headers.d(i2)).write(f2943c).J(headers.g(i2)).write(d); + bufferedSink.J(headers.d(i2)).write(f2944c).J(headers.g(i2)).write(d); } } MediaType contentType = requestBody.contentType(); diff --git a/app/src/main/java/okhttp3/Request.java b/app/src/main/java/okhttp3/Request.java index b8124709f1..cde54542e2 100644 --- a/app/src/main/java/okhttp3/Request.java +++ b/app/src/main/java/okhttp3/Request.java @@ -23,7 +23,7 @@ public final class Request { public final w b; /* renamed from: c reason: collision with root package name */ - public final String f2945c; + public final String f2946c; public final Headers d; public final RequestBody e; public final Map, Object> f; @@ -34,24 +34,24 @@ public final class Request { public String b; /* renamed from: c reason: collision with root package name */ - public Headers.a f2946c; + public Headers.a f2947c; public RequestBody d; public Map, Object> e; public a() { this.e = new LinkedHashMap(); this.b = ShareTarget.METHOD_GET; - this.f2946c = new Headers.a(); + this.f2947c = new Headers.a(); } public a(Request request) { m.checkParameterIsNotNull(request, "request"); this.e = new LinkedHashMap(); this.a = request.b; - this.b = request.f2945c; + this.b = request.f2946c; this.d = request.e; this.e = request.f.isEmpty() ? new LinkedHashMap<>() : h0.toMutableMap(request.f); - this.f2946c = request.d.e(); + this.f2947c = request.d.e(); } public Request a() { @@ -59,7 +59,7 @@ public final class Request { w wVar = this.a; if (wVar != null) { String str = this.b; - Headers c2 = this.f2946c.c(); + Headers c2 = this.f2947c.c(); RequestBody requestBody = this.d; Map, Object> map2 = this.e; byte[] bArr = c.a; @@ -78,7 +78,7 @@ public final class Request { public a b(String str, String str2) { m.checkParameterIsNotNull(str, ModelAuditLogEntry.CHANGE_KEY_NAME); m.checkParameterIsNotNull(str2, "value"); - Headers.a aVar = this.f2946c; + Headers.a aVar = this.f2947c; Objects.requireNonNull(aVar); m.checkParameterIsNotNull(str, ModelAuditLogEntry.CHANGE_KEY_NAME); m.checkParameterIsNotNull(str2, "value"); @@ -114,7 +114,7 @@ public final class Request { public a d(String str) { m.checkParameterIsNotNull(str, ModelAuditLogEntry.CHANGE_KEY_NAME); - this.f2946c.d(str); + this.f2947c.d(str); return this; } @@ -171,7 +171,7 @@ public final class Request { m.checkParameterIsNotNull(headers, "headers"); m.checkParameterIsNotNull(map, ModelAuditLogEntry.CHANGE_KEY_TAGS); this.b = wVar; - this.f2945c = str; + this.f2946c = str; this.d = headers; this.e = requestBody; this.f = map; @@ -194,7 +194,7 @@ public final class Request { public String toString() { StringBuilder P = c.d.b.a.a.P("Request{method="); - P.append(this.f2945c); + P.append(this.f2946c); P.append(", url="); P.append(this.b); if (this.d.size() != 0) { diff --git a/app/src/main/java/okhttp3/RequestBody.java b/app/src/main/java/okhttp3/RequestBody.java index 46362bad27..d5dd3dc421 100644 --- a/app/src/main/java/okhttp3/RequestBody.java +++ b/app/src/main/java/okhttp3/RequestBody.java @@ -26,19 +26,19 @@ public abstract class RequestBody { public final /* synthetic */ MediaType b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ int f2947c; + public final /* synthetic */ int f2948c; public final /* synthetic */ int d; public a(byte[] bArr, MediaType mediaType, int i, int i2) { this.a = bArr; this.b = mediaType; - this.f2947c = i; + this.f2948c = i; this.d = i2; } @Override // okhttp3.RequestBody public long contentLength() { - return (long) this.f2947c; + return (long) this.f2948c; } @Override // okhttp3.RequestBody @@ -49,7 +49,7 @@ public abstract class RequestBody { @Override // okhttp3.RequestBody public void writeTo(BufferedSink bufferedSink) { m.checkParameterIsNotNull(bufferedSink, "sink"); - bufferedSink.write(this.a, this.d, this.f2947c); + bufferedSink.write(this.a, this.d, this.f2948c); } } @@ -91,7 +91,7 @@ public abstract class RequestBody { Pattern pattern = MediaType.a; Charset a2 = mediaType.a(null); if (a2 == null) { - MediaType.a aVar = MediaType.f2942c; + MediaType.a aVar = MediaType.f2943c; mediaType = MediaType.a.b(mediaType + "; charset=utf-8"); } else { charset = a2; diff --git a/app/src/main/java/okhttp3/Response.java b/app/src/main/java/okhttp3/Response.java index 7bcbe8ee79..401d6d5709 100644 --- a/app/src/main/java/okhttp3/Response.java +++ b/app/src/main/java/okhttp3/Response.java @@ -22,7 +22,7 @@ public final class Response implements Closeable { public final Response r; /* renamed from: s reason: collision with root package name */ - public final long f2948s; + public final long f2949s; public final long t; public final c u; @@ -32,7 +32,7 @@ public final class Response implements Closeable { public y b; /* renamed from: c reason: collision with root package name */ - public int f2949c; + public int f2950c; public String d; public v e; public Headers.a f; @@ -45,16 +45,16 @@ public final class Response implements Closeable { public c m; public a() { - this.f2949c = -1; + this.f2950c = -1; this.f = new Headers.a(); } public a(Response response) { m.checkParameterIsNotNull(response, "response"); - this.f2949c = -1; + this.f2950c = -1; this.a = response.i; this.b = response.j; - this.f2949c = response.l; + this.f2950c = response.l; this.d = response.k; this.e = response.m; this.f = response.n.e(); @@ -62,13 +62,13 @@ public final class Response implements Closeable { this.h = response.p; this.i = response.q; this.j = response.r; - this.k = response.f2948s; + this.k = response.f2949s; this.l = response.t; this.m = response.u; } public Response a() { - int i = this.f2949c; + int i = this.f2950c; if (i >= 0) { Request request = this.a; if (request != null) { @@ -85,7 +85,7 @@ public final class Response implements Closeable { throw new IllegalStateException("request == null".toString()); } StringBuilder P = c.d.b.a.a.P("code < 0: "); - P.append(this.f2949c); + P.append(this.f2950c); throw new IllegalStateException(P.toString().toString()); } @@ -157,7 +157,7 @@ public final class Response implements Closeable { this.p = response; this.q = response2; this.r = response3; - this.f2948s = j; + this.f2949s = j; this.t = j2; this.u = cVar; } diff --git a/app/src/main/java/okhttp3/internal/publicsuffix/PublicSuffixDatabase.java b/app/src/main/java/okhttp3/internal/publicsuffix/PublicSuffixDatabase.java index adb971ca04..bd4bb5110e 100644 --- a/app/src/main/java/okhttp3/internal/publicsuffix/PublicSuffixDatabase.java +++ b/app/src/main/java/okhttp3/internal/publicsuffix/PublicSuffixDatabase.java @@ -28,7 +28,7 @@ public final class PublicSuffixDatabase { public static final List b = m.listOf("*"); /* renamed from: c reason: collision with root package name */ - public static final PublicSuffixDatabase f2950c = new PublicSuffixDatabase(); + public static final PublicSuffixDatabase f2951c = new PublicSuffixDatabase(); public static final a d = new a(null); public final AtomicBoolean e = new AtomicBoolean(false); public final CountDownLatch f = new CountDownLatch(1); @@ -153,7 +153,7 @@ public final class PublicSuffixDatabase { Thread.interrupted(); z2 = true; } catch (IOException e) { - h.a aVar = h.f2825c; + h.a aVar = h.f2826c; h.a.i("Failed to read public suffix list", 5, e); if (z2) { Thread.currentThread().interrupt(); diff --git a/app/src/main/java/org/webrtc/DataChannel.java b/app/src/main/java/org/webrtc/DataChannel.java index 9fb6ffd425..61b47aff75 100644 --- a/app/src/main/java/org/webrtc/DataChannel.java +++ b/app/src/main/java/org/webrtc/DataChannel.java @@ -19,7 +19,7 @@ public class DataChannel { public static class Init { /* renamed from: id reason: collision with root package name */ - public int f2951id = -1; + public int f2952id = -1; public int maxRetransmitTimeMs = -1; public int maxRetransmits = -1; public boolean negotiated; @@ -28,7 +28,7 @@ public class DataChannel { @CalledByNative("Init") public int getId() { - return this.f2951id; + return this.f2952id; } @CalledByNative("Init") diff --git a/app/src/main/java/org/webrtc/RTCStats.java b/app/src/main/java/org/webrtc/RTCStats.java index 3cad0c8b14..ad8df61e08 100644 --- a/app/src/main/java/org/webrtc/RTCStats.java +++ b/app/src/main/java/org/webrtc/RTCStats.java @@ -5,7 +5,7 @@ import java.util.Map; public class RTCStats { /* renamed from: id reason: collision with root package name */ - private final String f2952id; + private final String f2953id; private final Map members; private final long timestampUs; private final String type; @@ -13,7 +13,7 @@ public class RTCStats { public RTCStats(long j, String str, String str2, Map map) { this.timestampUs = j; this.type = str; - this.f2952id = str2; + this.f2953id = str2; this.members = map; } @@ -43,7 +43,7 @@ public class RTCStats { } public String getId() { - return this.f2952id; + return this.f2953id; } public Map getMembers() { @@ -64,7 +64,7 @@ public class RTCStats { P.append(", type: "); P.append(this.type); P.append(", id: "); - P.append(this.f2952id); + P.append(this.f2953id); for (Map.Entry entry : this.members.entrySet()) { P.append(", "); P.append(entry.getKey()); diff --git a/app/src/main/java/org/webrtc/RtpParameters.java b/app/src/main/java/org/webrtc/RtpParameters.java index 6a1b37bb79..de7e17afeb 100644 --- a/app/src/main/java/org/webrtc/RtpParameters.java +++ b/app/src/main/java/org/webrtc/RtpParameters.java @@ -173,13 +173,13 @@ public class RtpParameters { private final boolean encrypted; /* renamed from: id reason: collision with root package name */ - private final int f2953id; + private final int f2954id; private final String uri; @CalledByNative("HeaderExtension") public HeaderExtension(String str, int i, boolean z2) { this.uri = str; - this.f2953id = i; + this.f2954id = i; this.encrypted = z2; } @@ -190,7 +190,7 @@ public class RtpParameters { @CalledByNative("HeaderExtension") public int getId() { - return this.f2953id; + return this.f2954id; } @CalledByNative("HeaderExtension") diff --git a/app/src/main/java/org/webrtc/StatsReport.java b/app/src/main/java/org/webrtc/StatsReport.java index 637646f020..7b5d03c9ac 100644 --- a/app/src/main/java/org/webrtc/StatsReport.java +++ b/app/src/main/java/org/webrtc/StatsReport.java @@ -4,7 +4,7 @@ import c.d.b.a.a; public class StatsReport { /* renamed from: id reason: collision with root package name */ - public final String f2954id; + public final String f2955id; public final double timestamp; public final String type; public final Value[] values; @@ -29,7 +29,7 @@ public class StatsReport { @CalledByNative public StatsReport(String str, String str2, double d, Value[] valueArr) { - this.f2954id = str; + this.f2955id = str; this.type = str2; this.timestamp = d; this.values = valueArr; @@ -37,7 +37,7 @@ public class StatsReport { public String toString() { StringBuilder P = a.P("id: "); - P.append(this.f2954id); + P.append(this.f2955id); P.append(", type: "); P.append(this.type); P.append(", timestamp: "); diff --git a/app/src/main/java/org/webrtc/TextureBufferImpl.java b/app/src/main/java/org/webrtc/TextureBufferImpl.java index 01deed0b42..2ae07fea35 100644 --- a/app/src/main/java/org/webrtc/TextureBufferImpl.java +++ b/app/src/main/java/org/webrtc/TextureBufferImpl.java @@ -10,7 +10,7 @@ public class TextureBufferImpl implements VideoFrame.TextureBuffer { private final int height; /* renamed from: id reason: collision with root package name */ - private final int f2955id; + private final int f2956id; private final RefCountDelegate refCountDelegate; private final RefCountMonitor refCountMonitor; private final Handler toI420Handler; @@ -81,7 +81,7 @@ public class TextureBufferImpl implements VideoFrame.TextureBuffer { this.width = i3; this.height = i4; this.type = type; - this.f2955id = i5; + this.f2956id = i5; this.transformMatrix = matrix; this.toI420Handler = handler; this.yuvConverter = yuvConverter; @@ -105,7 +105,7 @@ public class TextureBufferImpl implements VideoFrame.TextureBuffer { Matrix matrix2 = new Matrix(this.transformMatrix); matrix2.preConcat(matrix); retain(); - return new TextureBufferImpl(i, i2, i3, i4, this.type, this.f2955id, matrix2, this.toI420Handler, this.yuvConverter, new AnonymousClass2()); + return new TextureBufferImpl(i, i2, i3, i4, this.type, this.f2956id, matrix2, this.toI420Handler, this.yuvConverter, new AnonymousClass2()); } public /* synthetic */ VideoFrame.I420Buffer a() { @@ -132,7 +132,7 @@ public class TextureBufferImpl implements VideoFrame.TextureBuffer { @Override // org.webrtc.VideoFrame.TextureBuffer public int getTextureId() { - return this.f2955id; + return this.f2956id; } public Handler getToI420Handler() { diff --git a/app/src/main/java/retrofit2/Response.java b/app/src/main/java/retrofit2/Response.java index 66f80e0206..46f5bb4d3c 100644 --- a/app/src/main/java/retrofit2/Response.java +++ b/app/src/main/java/retrofit2/Response.java @@ -6,12 +6,12 @@ public final class Response { public final T b; /* renamed from: c reason: collision with root package name */ - public final ResponseBody f2956c; + public final ResponseBody f2957c; public Response(okhttp3.Response response, T t, ResponseBody responseBody) { this.a = response; this.b = t; - this.f2956c = responseBody; + this.f2957c = responseBody; } public static Response b(T t, okhttp3.Response response) { diff --git a/app/src/main/java/rx/Observable.java b/app/src/main/java/rx/Observable.java index 80a563c54d..e53a8134a6 100644 --- a/app/src/main/java/rx/Observable.java +++ b/app/src/main/java/rx/Observable.java @@ -219,7 +219,7 @@ public class Observable { return g0(new r(this.i, new f1(new c1(bVar)))); } - public final j0.m.c M(int i) { + public final j0.m.b M(int i) { if (i == Integer.MAX_VALUE) { Func0 func0 = j1.j; AtomicReference atomicReference = new AtomicReference(); diff --git a/app/src/main/java/s/a/a/a.java b/app/src/main/java/s/a/a/a.java index 1f71441a19..639eba12e9 100644 --- a/app/src/main/java/s/a/a/a.java +++ b/app/src/main/java/s/a/a/a.java @@ -12,19 +12,19 @@ public final class a { public static final Function2 b = b.i; /* renamed from: c reason: collision with root package name */ - public static final Function2, CoroutineContext.Element, s1> f2957c = c.i; - public static final Function2 d = C0343a.j; - public static final Function2 e = C0343a.i; + public static final Function2, CoroutineContext.Element, s1> f2958c = c.i; + public static final Function2 d = C0344a.j; + public static final Function2 e = C0344a.i; /* compiled from: kotlin-style lambda group */ /* renamed from: s.a.a.a$a reason: collision with other inner class name */ - public static final class C0343a extends o implements Function2 { - public static final C0343a i = new C0343a(0); - public static final C0343a j = new C0343a(1); + public static final class C0344a extends o implements Function2 { + public static final C0344a i = new C0344a(0); + public static final C0344a j = new C0344a(1); public final /* synthetic */ int k; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public C0343a(int i2) { + public C0344a(int i2) { super(2); this.k = i2; } @@ -38,7 +38,7 @@ public final class a { x xVar2 = xVar; CoroutineContext.Element element2 = element; if (element2 instanceof s1) { - CoroutineContext coroutineContext = xVar2.f2961c; + CoroutineContext coroutineContext = xVar2.f2962c; Object[] objArr = xVar2.a; int i3 = xVar2.b; xVar2.b = i3 + 1; @@ -49,7 +49,7 @@ public final class a { x xVar3 = xVar; CoroutineContext.Element element3 = element; if (element3 instanceof s1) { - Object C = ((s1) element3).C(xVar3.f2961c); + Object C = ((s1) element3).C(xVar3.f2962c); Object[] objArr2 = xVar3.a; int i4 = xVar3.b; xVar3.b = i4 + 1; @@ -117,7 +117,7 @@ public final class a { coroutineContext.fold(obj, e); return; } - Object fold = coroutineContext.fold(null, f2957c); + Object fold = coroutineContext.fold(null, f2958c); Objects.requireNonNull(fold, "null cannot be cast to non-null type kotlinx.coroutines.ThreadContextElement"); ((s1) fold).x(coroutineContext, obj); } diff --git a/app/src/main/java/s/a/a/b.java b/app/src/main/java/s/a/a/b.java index e8ed41aafe..d1aff3a04d 100644 --- a/app/src/main/java/s/a/a/b.java +++ b/app/src/main/java/s/a/a/b.java @@ -5,5 +5,5 @@ public class b { public int b; /* renamed from: c reason: collision with root package name */ - public int f2958c; + public int f2959c; } diff --git a/app/src/main/java/s/a/a/k.java b/app/src/main/java/s/a/a/k.java index c365a4f6d7..a1783eea91 100644 --- a/app/src/main/java/s/a/a/k.java +++ b/app/src/main/java/s/a/a/k.java @@ -18,10 +18,10 @@ public class k { public k b; /* renamed from: c reason: collision with root package name */ - public final k f2959c; + public final k f2960c; public a(k kVar) { - this.f2959c = kVar; + this.f2960c = kVar; } /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */ @@ -29,9 +29,9 @@ public class k { public void b(k kVar, Object obj) { k kVar2 = kVar; boolean z2 = obj == null; - k kVar3 = z2 ? this.f2959c : this.b; + k kVar3 = z2 ? this.f2960c : this.b; if (kVar3 != null && k.i.compareAndSet(kVar2, this, kVar3) && z2) { - k kVar4 = this.f2959c; + k kVar4 = this.f2960c; k kVar5 = this.b; m.checkNotNull(kVar5); kVar4.g(kVar5); diff --git a/app/src/main/java/s/a/a/l.java b/app/src/main/java/s/a/a/l.java index 33f23d7efb..6e719d98a0 100644 --- a/app/src/main/java/s/a/a/l.java +++ b/app/src/main/java/s/a/a/l.java @@ -45,7 +45,7 @@ public class l { while (true) { m mVar = (m) this._cur; E e = (E) mVar.e(); - if (e != m.f2960c) { + if (e != m.f2961c) { return e; } a.compareAndSet(this, mVar, mVar.d()); diff --git a/app/src/main/java/s/a/a/m.java b/app/src/main/java/s/a/a/m.java index 8e6c80f2aa..d9c9e6cd95 100644 --- a/app/src/main/java/s/a/a/m.java +++ b/app/src/main/java/s/a/a/m.java @@ -10,7 +10,7 @@ public final class m { public static final AtomicLongFieldUpdater b = AtomicLongFieldUpdater.newUpdater(m.class, "_state"); /* renamed from: c reason: collision with root package name */ - public static final t f2960c = new t("REMOVE_FROZEN"); + public static final t f2961c = new t("REMOVE_FROZEN"); public static final a d = new a(null); public volatile Object _next = null; public volatile long _state = 0; @@ -156,7 +156,7 @@ public final class m { while (true) { long j = this._state; if ((j & 1152921504606846976L) != 0) { - return f2960c; + return f2961c; } int i = (int) ((j & 1073741823) >> 0); int i2 = this.e; diff --git a/app/src/main/java/s/a/a/x.java b/app/src/main/java/s/a/a/x.java index 27eb138981..f71ee66c4f 100644 --- a/app/src/main/java/s/a/a/x.java +++ b/app/src/main/java/s/a/a/x.java @@ -7,10 +7,10 @@ public final class x { public int b; /* renamed from: c reason: collision with root package name */ - public final CoroutineContext f2961c; + public final CoroutineContext f2962c; public x(CoroutineContext coroutineContext, int i) { - this.f2961c = coroutineContext; + this.f2962c = coroutineContext; this.a = new Object[i]; } } diff --git a/app/src/main/java/s/a/a2/a.java b/app/src/main/java/s/a/a2/a.java index 5e42f53b4a..59f5040a2f 100644 --- a/app/src/main/java/s/a/a2/a.java +++ b/app/src/main/java/s/a/a2/a.java @@ -12,7 +12,7 @@ public abstract class a implements b { /* compiled from: Flow.kt */ @e(c = "kotlinx.coroutines.flow.AbstractFlow", f = "Flow.kt", l = {212}, m = "collect") /* renamed from: s.a.a2.a$a reason: collision with other inner class name */ - public static final class C0344a extends d { + public static final class C0345a extends d { public Object L$0; public Object L$1; public Object L$2; @@ -21,7 +21,7 @@ public abstract class a implements b { public final /* synthetic */ a this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public C0344a(a aVar, Continuation continuation) { + public C0345a(a aVar, Continuation continuation) { super(continuation); this.this$0 = aVar; } @@ -38,12 +38,12 @@ public abstract class a implements b { /* JADX WARNING: Removed duplicated region for block: B:8:0x0023 */ @Override // s.a.a2.b public final Object a(c cVar, Continuation continuation) { - C0344a aVar; + C0345a aVar; int i; Throwable th; c cVar2; - if (continuation instanceof C0344a) { - aVar = (C0344a) continuation; + if (continuation instanceof C0345a) { + aVar = (C0345a) continuation; int i2 = aVar.label; if ((i2 & Integer.MIN_VALUE) != 0) { aVar.label = i2 - Integer.MIN_VALUE; @@ -84,7 +84,7 @@ public abstract class a implements b { return Unit.a; } } - aVar = new C0344a(this, continuation); + aVar = new C0345a(this, continuation); Object obj = aVar.result; Object coroutine_suspended = d0.w.h.c.getCOROUTINE_SUSPENDED(); i = aVar.label; diff --git a/app/src/main/java/s/a/a2/e/a.java b/app/src/main/java/s/a/a2/e/a.java index 11d0bc7fe3..1f7e69c637 100644 --- a/app/src/main/java/s/a/a2/e/a.java +++ b/app/src/main/java/s/a/a2/e/a.java @@ -5,13 +5,13 @@ import kotlin.jvm.functions.Function2; import kotlin.jvm.internal.DefaultConstructorMarker; /* compiled from: SafeCollector.kt */ public final class a implements CoroutineContext.Element { - public static final C0345a i = new C0345a(null); + public static final C0346a i = new C0346a(null); public final Throwable j; /* compiled from: SafeCollector.kt */ /* renamed from: s.a.a2.e.a$a reason: collision with other inner class name */ - public static final class C0345a implements CoroutineContext.Key { - public C0345a(DefaultConstructorMarker defaultConstructorMarker) { + public static final class C0346a implements CoroutineContext.Key { + public C0346a(DefaultConstructorMarker defaultConstructorMarker) { } } diff --git a/app/src/main/java/s/a/b2/a.java b/app/src/main/java/s/a/b2/a.java index 84787bce07..f046766bf8 100644 --- a/app/src/main/java/s/a/b2/a.java +++ b/app/src/main/java/s/a/b2/a.java @@ -27,19 +27,19 @@ public final class a implements Executor, Closeable { public volatile long controlState; public final d m; public final d n; - public final AtomicReferenceArray o; + public final AtomicReferenceArray o; public final int p; public volatile long parkedWorkersStack; public final int q; public final long r; /* renamed from: s reason: collision with root package name */ - public final String f2962s; + public final String f2963s; /* compiled from: CoroutineScheduler.kt */ /* renamed from: s.a.b2.a$a reason: collision with other inner class name */ - public final class C0346a extends Thread { - public static final AtomicIntegerFieldUpdater i = AtomicIntegerFieldUpdater.newUpdater(C0346a.class, "workerCtl"); + public final class C0347a extends Thread { + public static final AtomicIntegerFieldUpdater i = AtomicIntegerFieldUpdater.newUpdater(C0347a.class, "workerCtl"); public volatile int indexInArray; public final m j = new m(); public int k = 4; @@ -50,7 +50,7 @@ public final class a implements Executor, Closeable { public boolean o; public volatile int workerCtl = 0; - public C0346a(int i2) { + public C0347a(int i2) { setDaemon(true); d(i2); } @@ -142,7 +142,7 @@ public final class a implements Executor, Closeable { public final void d(int i2) { StringBuilder sb = new StringBuilder(); - sb.append(a.this.f2962s); + sb.append(a.this.f2963s); sb.append("-worker-"); sb.append(i2 == 0 ? "TERMINATED" : String.valueOf(i2)); setName(sb.toString()); @@ -177,7 +177,7 @@ public final class a implements Executor, Closeable { if (b > i2) { b = 1; } - C0346a aVar = a.this.o.get(b); + C0347a aVar = a.this.o.get(b); if (aVar != null && aVar != this) { if (z2) { m mVar = this.j; @@ -270,9 +270,9 @@ public final class a implements Executor, Closeable { a.this.p(this, i3, 0); int andDecrement = (int) (a.j.getAndDecrement(a.this) & 2097151); if (andDecrement != i3) { - C0346a aVar = a.this.o.get(andDecrement); + C0347a aVar = a.this.o.get(andDecrement); m.checkNotNull(aVar); - C0346a aVar2 = aVar; + C0347a aVar2 = aVar; a.this.o.set(i3, aVar2); aVar2.d(i3); a.this.p(aVar2, andDecrement, i3); @@ -332,7 +332,7 @@ public final class a implements Executor, Closeable { this.p = i2; this.q = i3; this.r = j2; - this.f2962s = str; + this.f2963s = str; if (i2 >= 1) { if (i3 >= i2) { if (i3 <= 2097150) { @@ -379,7 +379,7 @@ public final class a implements Executor, Closeable { } int i3 = ((int) (this.controlState & 2097151)) + 1; if (i3 > 0 && this.o.get(i3) == null) { - C0346a aVar = new C0346a(i3); + C0347a aVar = new C0347a(i3); this.o.set(i3, aVar); if (i3 == ((int) (2097151 & j.incrementAndGet(this)))) { z2 = true; @@ -405,12 +405,12 @@ public final class a implements Executor, Closeable { return hVar; } - public final C0346a c() { + public final C0347a c() { Thread currentThread = Thread.currentThread(); - if (!(currentThread instanceof C0346a)) { + if (!(currentThread instanceof C0347a)) { currentThread = null; } - C0346a aVar = (C0346a) currentThread; + C0347a aVar = (C0347a) currentThread; if (aVar == null || !m.areEqual(a.this, this)) { return null; } @@ -426,16 +426,16 @@ public final class a implements Executor, Closeable { h hVar; boolean z2; if (k.compareAndSet(this, 0, 1)) { - C0346a c2 = c(); + C0347a c2 = c(); synchronized (this.o) { i2 = (int) (this.controlState & 2097151); } if (1 <= i2) { int i3 = 1; while (true) { - C0346a aVar = this.o.get(i3); + C0347a aVar = this.o.get(i3); m.checkNotNull(aVar); - C0346a aVar2 = aVar; + C0347a aVar2 = aVar; if (aVar2 != c2) { while (aVar2.isAlive()) { LockSupport.unpark(aVar2); @@ -492,7 +492,7 @@ public final class a implements Executor, Closeable { public final void d(Runnable runnable, i iVar, boolean z2) { h hVar; h b = b(runnable, iVar); - C0346a c2 = c(); + C0347a c2 = c(); boolean z3 = true; if (c2 == null || c2.k == 5 || (b.j.s() == 0 && c2.k == 2)) { hVar = b; @@ -502,7 +502,7 @@ public final class a implements Executor, Closeable { } if (hVar != null) { if (!(hVar.j.s() == 1 ? this.n.a(hVar) : this.m.a(hVar))) { - throw new RejectedExecutionException(c.d.b.a.a.H(new StringBuilder(), this.f2962s, " was terminated")); + throw new RejectedExecutionException(c.d.b.a.a.H(new StringBuilder(), this.f2963s, " was terminated")); } } if (!z2 || c2 == null) { @@ -523,13 +523,13 @@ public final class a implements Executor, Closeable { e(this, runnable, null, false, 6); } - public final int f(C0346a aVar) { + public final int f(C0347a aVar) { Object obj = aVar.nextParkedWorker; while (obj != l) { if (obj == null) { return 0; } - C0346a aVar2 = (C0346a) obj; + C0347a aVar2 = (C0347a) obj; int i2 = aVar2.indexInArray; if (i2 != 0) { return i2; @@ -539,7 +539,7 @@ public final class a implements Executor, Closeable { return -1; } - public final void p(C0346a aVar, int i2, int i3) { + public final void p(C0347a aVar, int i2, int i3) { while (true) { long j2 = this.parkedWorkersStack; int i4 = (int) (2097151 & j2); @@ -591,7 +591,7 @@ public final class a implements Executor, Closeable { int i5 = 0; int i6 = 0; for (int i7 = 1; i7 < length; i7++) { - C0346a aVar = this.o.get(i7); + C0347a aVar = this.o.get(i7); if (aVar != null) { int d = aVar.j.d(); int h = b.h(aVar.k); @@ -614,13 +614,13 @@ public final class a implements Executor, Closeable { } } long j2 = this.controlState; - return this.f2962s + MentionUtilsKt.MENTIONS_CHAR + c.q.a.k.a.u(this) + "[Pool Size {core = " + this.p + ", max = " + this.q + "}, Worker States {CPU = " + i2 + ", blocking = " + i3 + ", parked = " + i4 + ", dormant = " + i5 + ", terminated = " + i6 + "}, running workers queues = " + arrayList + ", global CPU queue size = " + this.m.c() + ", global blocking queue size = " + this.n.c() + ", Control State {created workers= " + ((int) (2097151 & j2)) + ", blocking tasks = " + ((int) ((4398044413952L & j2) >> 21)) + ", CPUs acquired = " + (this.p - ((int) ((9223367638808264704L & j2) >> 42))) + "}]"; + return this.f2963s + MentionUtilsKt.MENTIONS_CHAR + c.q.a.k.a.u(this) + "[Pool Size {core = " + this.p + ", max = " + this.q + "}, Worker States {CPU = " + i2 + ", blocking = " + i3 + ", parked = " + i4 + ", dormant = " + i5 + ", terminated = " + i6 + "}, running workers queues = " + arrayList + ", global CPU queue size = " + this.m.c() + ", global blocking queue size = " + this.n.c() + ", Control State {created workers= " + ((int) (2097151 & j2)) + ", blocking tasks = " + ((int) ((4398044413952L & j2) >> 21)) + ", CPUs acquired = " + (this.p - ((int) ((9223367638808264704L & j2) >> 42))) + "}]"; } public final boolean w() { while (true) { long j2 = this.parkedWorkersStack; - C0346a aVar = this.o.get((int) (2097151 & j2)); + C0347a aVar = this.o.get((int) (2097151 & j2)); if (aVar != null) { long j3 = (Permission.SPEAK + j2) & -2097152; int f = f(aVar); @@ -633,7 +633,7 @@ public final class a implements Executor, Closeable { if (aVar == null) { return false; } - if (C0346a.i.compareAndSet(aVar, -1, 0)) { + if (C0347a.i.compareAndSet(aVar, -1, 0)) { LockSupport.unpark(aVar); return true; } diff --git a/app/src/main/java/s/a/b2/c.java b/app/src/main/java/s/a/b2/c.java index ea613b6332..b46aa175e6 100644 --- a/app/src/main/java/s/a/b2/c.java +++ b/app/src/main/java/s/a/b2/c.java @@ -14,7 +14,7 @@ public class c extends ExecutorCoroutineDispatcher { public c(int i, int i2, String str, int i3) { i = (i3 & 1) != 0 ? k.b : i; - i2 = (i3 & 2) != 0 ? k.f2963c : i2; + i2 = (i3 & 2) != 0 ? k.f2964c : i2; String str2 = (i3 & 4) != 0 ? "DefaultDispatcher" : null; long j = k.d; this.j = i; diff --git a/app/src/main/java/s/a/b2/k.java b/app/src/main/java/s/a/b2/k.java index c2c0bd4301..e566eb81e9 100644 --- a/app/src/main/java/s/a/b2/k.java +++ b/app/src/main/java/s/a/b2/k.java @@ -10,7 +10,7 @@ public final class k { public static final int b; /* renamed from: c reason: collision with root package name */ - public static final int f2963c; + public static final int f2964c; public static final long d = TimeUnit.SECONDS.toNanos(a.Y("kotlinx.coroutines.scheduler.keep.alive.sec", 60, 0, 0, 12, null)); public static l e = f.a; @@ -19,6 +19,6 @@ public final class k { int i = u.a; int X = a.X("kotlinx.coroutines.scheduler.core.pool.size", f.coerceAtLeast(i, 2), 1, 0, 8, null); b = X; - f2963c = a.X("kotlinx.coroutines.scheduler.max.pool.size", f.coerceIn(i * 128, X, 2097150), 0, 2097150, 4, null); + f2964c = a.X("kotlinx.coroutines.scheduler.max.pool.size", f.coerceIn(i * 128, X, 2097150), 0, 2097150, 4, null); } } diff --git a/app/src/main/java/s/a/b2/m.java b/app/src/main/java/s/a/b2/m.java index fb0bc1768b..931bc13fdc 100644 --- a/app/src/main/java/s/a/b2/m.java +++ b/app/src/main/java/s/a/b2/m.java @@ -9,7 +9,7 @@ public final class m { public static final AtomicIntegerFieldUpdater b = AtomicIntegerFieldUpdater.newUpdater(m.class, "producerIndex"); /* renamed from: c reason: collision with root package name */ - public static final AtomicIntegerFieldUpdater f2964c = AtomicIntegerFieldUpdater.newUpdater(m.class, "consumerIndex"); + public static final AtomicIntegerFieldUpdater f2965c = AtomicIntegerFieldUpdater.newUpdater(m.class, "consumerIndex"); public static final AtomicIntegerFieldUpdater d = AtomicIntegerFieldUpdater.newUpdater(m.class, "blockingTasksInBuffer"); public volatile int blockingTasksInBuffer = 0; public volatile int consumerIndex = 0; @@ -69,7 +69,7 @@ public final class m { return null; } int i2 = i & 127; - if (f2964c.compareAndSet(this, i, i + 1) && (andSet = this.e.getAndSet(i2, null)) != null) { + if (f2965c.compareAndSet(this, i, i + 1) && (andSet = this.e.getAndSet(i2, null)) != null) { boolean z2 = true; if (andSet.j.s() != 1) { z2 = false; diff --git a/app/src/main/java/s/a/g1.java b/app/src/main/java/s/a/g1.java index bbbd54f4fa..23f4fcfba5 100644 --- a/app/src/main/java/s/a/g1.java +++ b/app/src/main/java/s/a/g1.java @@ -408,7 +408,7 @@ public class g1 implements Job, q, o1 { } throw new IllegalStateException(str, th); } - } while (V == h1.f2965c); + } while (V == h1.f2966c); return V; } @@ -529,12 +529,12 @@ public class g1 implements Job, q, o1 { Q(obj2); u(y0Var, obj2); } - return z2 ? obj2 : h1.f2965c; + return z2 ? obj2 : h1.f2966c; } y0 y0Var2 = (y0) obj; l1 E = E(y0Var2); if (E == null) { - return h1.f2965c; + return h1.f2966c; } p pVar = null; b bVar = (b) (!(y0Var2 instanceof b) ? null : y0Var2); @@ -557,7 +557,7 @@ public class g1 implements Job, q, o1 { th = null; } } else { - return h1.f2965c; + return h1.f2966c; } } if (th != null) { @@ -724,7 +724,7 @@ public class g1 implements Job, q, o1 { Object F = F(); if ((F instanceof y0) && (!(F instanceof b) || ((b) F)._isCompleting == 0)) { tVar2 = V(F, new v(v(obj), false, 2)); - if (tVar2 != h1.f2965c) { + if (tVar2 != h1.f2966c) { break; } } else { @@ -767,7 +767,7 @@ public class g1 implements Job, q, o1 { } else { Object V = V(F2, new v(th2, false, 2)); if (V != h1.a) { - if (V != h1.f2965c) { + if (V != h1.f2966c) { tVar2 = V; break; } diff --git a/app/src/main/java/s/a/h1.java b/app/src/main/java/s/a/h1.java index e6b4dd6961..8689c0049c 100644 --- a/app/src/main/java/s/a/h1.java +++ b/app/src/main/java/s/a/h1.java @@ -7,7 +7,7 @@ public final class h1 { public static final t b = new t("COMPLETING_WAITING_CHILDREN"); /* renamed from: c reason: collision with root package name */ - public static final t f2965c = new t("COMPLETING_RETRY"); + public static final t f2966c = new t("COMPLETING_RETRY"); public static final t d = new t("TOO_LATE_TO_CANCEL"); public static final t e = new t("SEALED"); public static final o0 f = new o0(false); diff --git a/app/src/main/java/s/a/k.java b/app/src/main/java/s/a/k.java index 208314827f..0e3cd81baf 100644 --- a/app/src/main/java/s/a/k.java +++ b/app/src/main/java/s/a/k.java @@ -125,7 +125,7 @@ public class k extends i0 implements CancellableContinuation, Coroutine if (iVar != null) { p(iVar, th); } - Function1 function1 = uVar.f2967c; + Function1 function1 = uVar.f2968c; if (function1 != null) { q(function1, th); return; @@ -457,7 +457,7 @@ public class k extends i0 implements CancellableContinuation, Coroutine if (obj2 instanceof m) { m mVar = (m) obj2; Objects.requireNonNull(mVar); - if (m.f2966c.compareAndSet(mVar, 0, 1)) { + if (m.f2967c.compareAndSet(mVar, 0, 1)) { if (function1 != null) { q(function1, mVar.b); return; diff --git a/app/src/main/java/s/a/m.java b/app/src/main/java/s/a/m.java index f5b7483b66..c4c9aee36a 100644 --- a/app/src/main/java/s/a/m.java +++ b/app/src/main/java/s/a/m.java @@ -7,7 +7,7 @@ import kotlin.coroutines.Continuation; public final class m extends v { /* renamed from: c reason: collision with root package name */ - public static final AtomicIntegerFieldUpdater f2966c = AtomicIntegerFieldUpdater.newUpdater(m.class, "_resumed"); + public static final AtomicIntegerFieldUpdater f2967c = AtomicIntegerFieldUpdater.newUpdater(m.class, "_resumed"); public volatile int _resumed; /* JADX WARNING: Illegal instructions before constructor call */ diff --git a/app/src/main/java/s/a/p0.java b/app/src/main/java/s/a/p0.java index 3d0a5ceb33..0e2135c2e0 100644 --- a/app/src/main/java/s/a/p0.java +++ b/app/src/main/java/s/a/p0.java @@ -33,10 +33,10 @@ public abstract class p0 extends CoroutineDispatcher { this.k = bVar; } Object[] objArr = bVar.a; - int i = bVar.f2958c; + int i = bVar.f2959c; objArr[i] = i0Var; int length = (objArr.length - 1) & (i + 1); - bVar.f2958c = length; + bVar.f2959c = length; int i2 = bVar.b; if (length == i2) { int length2 = objArr.length; @@ -48,7 +48,7 @@ public abstract class p0 extends CoroutineDispatcher { j.copyInto$default(objArr3, objArr2, length3 - i3, 0, i3, 4, (Object) null); bVar.a = objArr2; bVar.b = 0; - bVar.f2958c = length2; + bVar.f2959c = length2; } } @@ -70,7 +70,7 @@ public abstract class p0 extends CoroutineDispatcher { if (bVar != null) { int i = bVar.b; i0 i0Var = null; - if (i != bVar.f2958c) { + if (i != bVar.f2959c) { ?? r3 = bVar.a; ?? r6 = r3[i]; r3[i] = 0; diff --git a/app/src/main/java/s/a/q0.java b/app/src/main/java/s/a/q0.java index ac38220ec7..98cbe79df8 100644 --- a/app/src/main/java/s/a/q0.java +++ b/app/src/main/java/s/a/q0.java @@ -195,7 +195,7 @@ public abstract class q0 extends r0 implements g0 { public boolean U() { s.a.a.b> bVar = this.k; - if (!(bVar == null || bVar.b == bVar.f2958c)) { + if (!(bVar == null || bVar.b == bVar.f2959c)) { return false; } d dVar = (d) this._delayed; @@ -252,7 +252,7 @@ public abstract class q0 extends r0 implements g0 { } else { m mVar = (m) obj; Object e = mVar.e(); - if (e != m.f2960c) { + if (e != m.f2961c) { runnable = (Runnable) e; break; } @@ -268,7 +268,7 @@ public abstract class q0 extends r0 implements g0 { } s.a.a.b> bVar = this.k; if (bVar != null) { - if (bVar.b != bVar.f2958c) { + if (bVar.b != bVar.f2959c) { z2 = false; } if (!z2) { diff --git a/app/src/main/java/s/a/u.java b/app/src/main/java/s/a/u.java index c07f8109e3..ee54c2b718 100644 --- a/app/src/main/java/s/a/u.java +++ b/app/src/main/java/s/a/u.java @@ -11,7 +11,7 @@ public final class u { public final i b; /* renamed from: c reason: collision with root package name */ - public final Function1 f2967c; + public final Function1 f2968c; public final Object d; public final Throwable e; @@ -20,7 +20,7 @@ public final class u { public u(Object obj, i iVar, Function1 function1, Object obj2, Throwable th) { this.a = obj; this.b = iVar; - this.f2967c = function1; + this.f2968c = function1; this.d = obj2; this.e = th; } @@ -32,7 +32,7 @@ public final class u { th = (i & 16) != 0 ? null : th; this.a = obj; this.b = iVar; - this.f2967c = function1; + this.f2968c = function1; this.d = obj2; this.e = th; } @@ -43,7 +43,7 @@ public final class u { if ((i & 2) != 0) { iVar = uVar.b; } - Function1 function12 = (i & 4) != 0 ? uVar.f2967c : null; + Function1 function12 = (i & 4) != 0 ? uVar.f2968c : null; if ((i & 8) != 0) { obj3 = uVar.d; } @@ -62,7 +62,7 @@ public final class u { return false; } u uVar = (u) obj; - return m.areEqual(this.a, uVar.a) && m.areEqual(this.b, uVar.b) && m.areEqual(this.f2967c, uVar.f2967c) && m.areEqual(this.d, uVar.d) && m.areEqual(this.e, uVar.e); + return m.areEqual(this.a, uVar.a) && m.areEqual(this.b, uVar.b) && m.areEqual(this.f2968c, uVar.f2968c) && m.areEqual(this.d, uVar.d) && m.areEqual(this.e, uVar.e); } public int hashCode() { @@ -71,7 +71,7 @@ public final class u { int hashCode = (obj != null ? obj.hashCode() : 0) * 31; i iVar = this.b; int hashCode2 = (hashCode + (iVar != null ? iVar.hashCode() : 0)) * 31; - Function1 function1 = this.f2967c; + Function1 function1 = this.f2968c; int hashCode3 = (hashCode2 + (function1 != null ? function1.hashCode() : 0)) * 31; Object obj2 = this.d; int hashCode4 = (hashCode3 + (obj2 != null ? obj2.hashCode() : 0)) * 31; @@ -88,7 +88,7 @@ public final class u { P.append(", cancelHandler="); P.append(this.b); P.append(", onCancellation="); - P.append(this.f2967c); + P.append(this.f2968c); P.append(", idempotentResume="); P.append(this.d); P.append(", cancelCause="); diff --git a/app/src/main/java/s/a/y1/a.java b/app/src/main/java/s/a/y1/a.java index 1dfa314ebe..0f6e075c2d 100644 --- a/app/src/main/java/s/a/y1/a.java +++ b/app/src/main/java/s/a/y1/a.java @@ -23,11 +23,11 @@ public final class a extends b implements g0 { /* compiled from: HandlerDispatcher.kt */ /* renamed from: s.a.y1.a$a reason: collision with other inner class name */ - public static final class C0347a implements l0 { + public static final class C0348a implements l0 { public final /* synthetic */ a i; public final /* synthetic */ Runnable j; - public C0347a(a aVar, Runnable runnable) { + public C0348a(a aVar, Runnable runnable) { this.i = aVar; this.j = runnable; } @@ -137,6 +137,6 @@ public final class a extends b implements g0 { @Override // s.a.y1.b, s.a.g0 public l0 w(long j, Runnable runnable, CoroutineContext coroutineContext) { this.j.postDelayed(runnable, f.coerceAtMost(j, 4611686018427387903L)); - return new C0347a(this, runnable); + return new C0348a(this, runnable); } } diff --git a/app/src/main/java/s/a/z1/a.java b/app/src/main/java/s/a/z1/a.java index 55a3501f85..65d7c58536 100644 --- a/app/src/main/java/s/a/z1/a.java +++ b/app/src/main/java/s/a/z1/a.java @@ -23,11 +23,11 @@ public abstract class a extends c implements d { /* compiled from: AbstractChannel.kt */ /* renamed from: s.a.z1.a$a reason: collision with other inner class name */ - public static final class C0348a implements e { + public static final class C0349a implements e { public Object a = b.d; public final a b; - public C0348a(a aVar) { + public C0349a(a aVar) { this.b = aVar; } @@ -146,12 +146,12 @@ public abstract class a extends c implements d { /* compiled from: AbstractChannel.kt */ public static class b extends h { - public final C0348a l; + public final C0349a l; public final CancellableContinuation m; /* JADX DEBUG: Multi-variable search result rejected for r2v0, resolved type: kotlinx.coroutines.CancellableContinuation */ /* JADX WARN: Multi-variable type inference failed */ - public b(C0348a aVar, CancellableContinuation cancellableContinuation) { + public b(C0349a aVar, CancellableContinuation cancellableContinuation) { this.l = aVar; this.m = cancellableContinuation; } @@ -283,7 +283,7 @@ public abstract class a extends c implements d { @Override // s.a.z1.i public final e iterator() { - return new C0348a(this); + return new C0349a(this); } public j j() { diff --git a/app/src/main/java/s/a/z1/b.java b/app/src/main/java/s/a/z1/b.java index 53dc30bb70..2d1c1a990a 100644 --- a/app/src/main/java/s/a/z1/b.java +++ b/app/src/main/java/s/a/z1/b.java @@ -7,6 +7,6 @@ public final class b { public static final t b = new t("OFFER_SUCCESS"); /* renamed from: c reason: collision with root package name */ - public static final t f2968c = new t("OFFER_FAILED"); + public static final t f2969c = new t("OFFER_FAILED"); public static final t d = new t("POLL_FAILED"); } diff --git a/app/src/main/java/s/a/z1/c.java b/app/src/main/java/s/a/z1/c.java index 1b61d618f3..c35f65f9a1 100644 --- a/app/src/main/java/s/a/z1/c.java +++ b/app/src/main/java/s/a/z1/c.java @@ -100,7 +100,7 @@ public abstract class c implements l { if (e2 == b.b) { return true; } - if (e2 == b.f2968c) { + if (e2 == b.f2969c) { f b = b(); if (b == null) { return false; diff --git a/app/src/main/java/s/a/z1/g.java b/app/src/main/java/s/a/z1/g.java index 5d57172d2a..a8afbefd0e 100644 --- a/app/src/main/java/s/a/z1/g.java +++ b/app/src/main/java/s/a/z1/g.java @@ -11,7 +11,7 @@ import s.a.a.t; public class g extends a { /* renamed from: c reason: collision with root package name */ - public final ReentrantLock f2969c = new ReentrantLock(); + public final ReentrantLock f2970c = new ReentrantLock(); public Object d = b.a; public g(Function1 function1) { @@ -30,7 +30,7 @@ public class g extends a { public Object e(E e) { Function1 function1; j j; - ReentrantLock reentrantLock = this.f2969c; + ReentrantLock reentrantLock = this.f2970c; reentrantLock.lock(); try { f b = b(); @@ -74,7 +74,7 @@ public class g extends a { @Override // s.a.z1.a public boolean f(h hVar) { - ReentrantLock reentrantLock = this.f2969c; + ReentrantLock reentrantLock = this.f2970c; reentrantLock.lock(); try { return super.f(hVar); @@ -95,7 +95,7 @@ public class g extends a { @Override // s.a.z1.a public Object i() { - ReentrantLock reentrantLock = this.f2969c; + ReentrantLock reentrantLock = this.f2970c; reentrantLock.lock(); try { Object obj = this.d; diff --git a/app/src/main/java/x/a/a/a.java b/app/src/main/java/x/a/a/a.java index 5c28c8d6cc..23b98387e5 100644 --- a/app/src/main/java/x/a/a/a.java +++ b/app/src/main/java/x/a/a/a.java @@ -12,7 +12,7 @@ public interface a extends IInterface { /* compiled from: ICustomTabsCallback */ /* renamed from: x.a.a.a$a reason: collision with other inner class name */ - public static abstract class AbstractBinderC0349a extends Binder implements a { + public static abstract class AbstractBinderC0350a extends Binder implements a { private static final String DESCRIPTOR = "android.support.customtabs.ICustomTabsCallback"; public static final int TRANSACTION_extraCallback = 3; public static final int TRANSACTION_extraCallbackWithResult = 7; @@ -23,11 +23,11 @@ public interface a extends IInterface { /* compiled from: ICustomTabsCallback */ /* renamed from: x.a.a.a$a$a reason: collision with other inner class name */ - public static class C0350a implements a { + public static class C0351a implements a { public static a a; public IBinder b; - public C0350a(IBinder iBinder) { + public C0351a(IBinder iBinder) { this.b = iBinder; } @@ -41,7 +41,7 @@ public interface a extends IInterface { Parcel obtain = Parcel.obtain(); Parcel obtain2 = Parcel.obtain(); try { - obtain.writeInterfaceToken(AbstractBinderC0349a.DESCRIPTOR); + obtain.writeInterfaceToken(AbstractBinderC0350a.DESCRIPTOR); obtain.writeString(str); if (bundle != null) { obtain.writeInt(1); @@ -49,13 +49,13 @@ public interface a extends IInterface { } else { obtain.writeInt(0); } - if (this.b.transact(3, obtain, obtain2, 0) || AbstractBinderC0349a.getDefaultImpl() == null) { + if (this.b.transact(3, obtain, obtain2, 0) || AbstractBinderC0350a.getDefaultImpl() == null) { obtain2.readException(); obtain2.recycle(); obtain.recycle(); return; } - AbstractBinderC0349a.getDefaultImpl().extraCallback(str, bundle); + AbstractBinderC0350a.getDefaultImpl().extraCallback(str, bundle); } finally { obtain2.recycle(); obtain.recycle(); @@ -67,7 +67,7 @@ public interface a extends IInterface { Parcel obtain = Parcel.obtain(); Parcel obtain2 = Parcel.obtain(); try { - obtain.writeInterfaceToken(AbstractBinderC0349a.DESCRIPTOR); + obtain.writeInterfaceToken(AbstractBinderC0350a.DESCRIPTOR); obtain.writeString(str); if (bundle != null) { obtain.writeInt(1); @@ -75,8 +75,8 @@ public interface a extends IInterface { } else { obtain.writeInt(0); } - if (!this.b.transact(7, obtain, obtain2, 0) && AbstractBinderC0349a.getDefaultImpl() != null) { - return AbstractBinderC0349a.getDefaultImpl().extraCallbackWithResult(str, bundle); + if (!this.b.transact(7, obtain, obtain2, 0) && AbstractBinderC0350a.getDefaultImpl() != null) { + return AbstractBinderC0350a.getDefaultImpl().extraCallbackWithResult(str, bundle); } obtain2.readException(); Bundle bundle2 = obtain2.readInt() != 0 ? (Bundle) Bundle.CREATOR.createFromParcel(obtain2) : null; @@ -94,20 +94,20 @@ public interface a extends IInterface { Parcel obtain = Parcel.obtain(); Parcel obtain2 = Parcel.obtain(); try { - obtain.writeInterfaceToken(AbstractBinderC0349a.DESCRIPTOR); + obtain.writeInterfaceToken(AbstractBinderC0350a.DESCRIPTOR); if (bundle != null) { obtain.writeInt(1); bundle.writeToParcel(obtain, 0); } else { obtain.writeInt(0); } - if (this.b.transact(4, obtain, obtain2, 0) || AbstractBinderC0349a.getDefaultImpl() == null) { + if (this.b.transact(4, obtain, obtain2, 0) || AbstractBinderC0350a.getDefaultImpl() == null) { obtain2.readException(); obtain2.recycle(); obtain.recycle(); return; } - AbstractBinderC0349a.getDefaultImpl().onMessageChannelReady(bundle); + AbstractBinderC0350a.getDefaultImpl().onMessageChannelReady(bundle); } finally { obtain2.recycle(); obtain.recycle(); @@ -119,7 +119,7 @@ public interface a extends IInterface { Parcel obtain = Parcel.obtain(); Parcel obtain2 = Parcel.obtain(); try { - obtain.writeInterfaceToken(AbstractBinderC0349a.DESCRIPTOR); + obtain.writeInterfaceToken(AbstractBinderC0350a.DESCRIPTOR); obtain.writeInt(i); if (bundle != null) { obtain.writeInt(1); @@ -127,13 +127,13 @@ public interface a extends IInterface { } else { obtain.writeInt(0); } - if (this.b.transact(2, obtain, obtain2, 0) || AbstractBinderC0349a.getDefaultImpl() == null) { + if (this.b.transact(2, obtain, obtain2, 0) || AbstractBinderC0350a.getDefaultImpl() == null) { obtain2.readException(); obtain2.recycle(); obtain.recycle(); return; } - AbstractBinderC0349a.getDefaultImpl().onNavigationEvent(i, bundle); + AbstractBinderC0350a.getDefaultImpl().onNavigationEvent(i, bundle); } finally { obtain2.recycle(); obtain.recycle(); @@ -145,7 +145,7 @@ public interface a extends IInterface { Parcel obtain = Parcel.obtain(); Parcel obtain2 = Parcel.obtain(); try { - obtain.writeInterfaceToken(AbstractBinderC0349a.DESCRIPTOR); + obtain.writeInterfaceToken(AbstractBinderC0350a.DESCRIPTOR); obtain.writeString(str); if (bundle != null) { obtain.writeInt(1); @@ -153,13 +153,13 @@ public interface a extends IInterface { } else { obtain.writeInt(0); } - if (this.b.transact(5, obtain, obtain2, 0) || AbstractBinderC0349a.getDefaultImpl() == null) { + if (this.b.transact(5, obtain, obtain2, 0) || AbstractBinderC0350a.getDefaultImpl() == null) { obtain2.readException(); obtain2.recycle(); obtain.recycle(); return; } - AbstractBinderC0349a.getDefaultImpl().onPostMessage(str, bundle); + AbstractBinderC0350a.getDefaultImpl().onPostMessage(str, bundle); } finally { obtain2.recycle(); obtain.recycle(); @@ -171,7 +171,7 @@ public interface a extends IInterface { Parcel obtain = Parcel.obtain(); Parcel obtain2 = Parcel.obtain(); try { - obtain.writeInterfaceToken(AbstractBinderC0349a.DESCRIPTOR); + obtain.writeInterfaceToken(AbstractBinderC0350a.DESCRIPTOR); obtain.writeInt(i); if (uri != null) { obtain.writeInt(1); @@ -186,13 +186,13 @@ public interface a extends IInterface { } else { obtain.writeInt(0); } - if (this.b.transact(6, obtain, obtain2, 0) || AbstractBinderC0349a.getDefaultImpl() == null) { + if (this.b.transact(6, obtain, obtain2, 0) || AbstractBinderC0350a.getDefaultImpl() == null) { obtain2.readException(); obtain2.recycle(); obtain.recycle(); return; } - AbstractBinderC0349a.getDefaultImpl().onRelationshipValidationResult(i, uri, z2, bundle); + AbstractBinderC0350a.getDefaultImpl().onRelationshipValidationResult(i, uri, z2, bundle); } finally { obtain2.recycle(); obtain.recycle(); @@ -200,7 +200,7 @@ public interface a extends IInterface { } } - public AbstractBinderC0349a() { + public AbstractBinderC0350a() { attachInterface(this, DESCRIPTOR); } @@ -209,20 +209,20 @@ public interface a extends IInterface { return null; } IInterface queryLocalInterface = iBinder.queryLocalInterface(DESCRIPTOR); - return (queryLocalInterface == null || !(queryLocalInterface instanceof a)) ? new C0350a(iBinder) : (a) queryLocalInterface; + return (queryLocalInterface == null || !(queryLocalInterface instanceof a)) ? new C0351a(iBinder) : (a) queryLocalInterface; } public static a getDefaultImpl() { - return C0350a.a; + return C0351a.a; } public static boolean setDefaultImpl(a aVar) { - if (C0350a.a != null) { + if (C0351a.a != null) { throw new IllegalStateException("setDefaultImpl() called twice"); } else if (aVar == null) { return false; } else { - C0350a.a = aVar; + C0351a.a = aVar; return true; } } diff --git a/app/src/main/java/x/a/a/b.java b/app/src/main/java/x/a/a/b.java index 204574a99e..9aef745660 100644 --- a/app/src/main/java/x/a/a/b.java +++ b/app/src/main/java/x/a/a/b.java @@ -29,11 +29,11 @@ public interface b extends IInterface { /* compiled from: ICustomTabsService */ /* renamed from: x.a.a.b$a$a reason: collision with other inner class name */ - public static class C0351a implements b { + public static class C0352a implements b { public static b a; public IBinder b; - public C0351a(IBinder iBinder) { + public C0352a(IBinder iBinder) { this.b = iBinder; } @@ -392,20 +392,20 @@ public interface b extends IInterface { return null; } IInterface queryLocalInterface = iBinder.queryLocalInterface(DESCRIPTOR); - return (queryLocalInterface == null || !(queryLocalInterface instanceof b)) ? new C0351a(iBinder) : (b) queryLocalInterface; + return (queryLocalInterface == null || !(queryLocalInterface instanceof b)) ? new C0352a(iBinder) : (b) queryLocalInterface; } public static b getDefaultImpl() { - return C0351a.a; + return C0352a.a; } public static boolean setDefaultImpl(b bVar) { - if (C0351a.a != null) { + if (C0352a.a != null) { throw new IllegalStateException("setDefaultImpl() called twice"); } else if (bVar == null) { return false; } else { - C0351a.a = bVar; + C0352a.a = bVar; return true; } } @@ -436,13 +436,13 @@ public interface b extends IInterface { return true; case 3: parcel.enforceInterface(DESCRIPTOR); - boolean newSession = newSession(a.AbstractBinderC0349a.asInterface(parcel.readStrongBinder())); + boolean newSession = newSession(a.AbstractBinderC0350a.asInterface(parcel.readStrongBinder())); parcel2.writeNoException(); parcel2.writeInt(newSession ? 1 : 0); return true; case 4: parcel.enforceInterface(DESCRIPTOR); - a asInterface = a.AbstractBinderC0349a.asInterface(parcel.readStrongBinder()); + a asInterface = a.AbstractBinderC0350a.asInterface(parcel.readStrongBinder()); Uri uri2 = parcel.readInt() != 0 ? (Uri) Uri.CREATOR.createFromParcel(parcel) : null; if (parcel.readInt() != 0) { bundle = (Bundle) Bundle.CREATOR.createFromParcel(parcel); @@ -468,7 +468,7 @@ public interface b extends IInterface { return true; case 6: parcel.enforceInterface(DESCRIPTOR); - a asInterface2 = a.AbstractBinderC0349a.asInterface(parcel.readStrongBinder()); + a asInterface2 = a.AbstractBinderC0350a.asInterface(parcel.readStrongBinder()); if (parcel.readInt() != 0) { bundle7 = (Bundle) Bundle.CREATOR.createFromParcel(parcel); } @@ -478,7 +478,7 @@ public interface b extends IInterface { return true; case 7: parcel.enforceInterface(DESCRIPTOR); - a asInterface3 = a.AbstractBinderC0349a.asInterface(parcel.readStrongBinder()); + a asInterface3 = a.AbstractBinderC0350a.asInterface(parcel.readStrongBinder()); if (parcel.readInt() != 0) { uri = (Uri) Uri.CREATOR.createFromParcel(parcel); } @@ -488,7 +488,7 @@ public interface b extends IInterface { return true; case 8: parcel.enforceInterface(DESCRIPTOR); - a asInterface4 = a.AbstractBinderC0349a.asInterface(parcel.readStrongBinder()); + a asInterface4 = a.AbstractBinderC0350a.asInterface(parcel.readStrongBinder()); String readString2 = parcel.readString(); if (parcel.readInt() != 0) { bundle6 = (Bundle) Bundle.CREATOR.createFromParcel(parcel); @@ -499,7 +499,7 @@ public interface b extends IInterface { return true; case 9: parcel.enforceInterface(DESCRIPTOR); - a asInterface5 = a.AbstractBinderC0349a.asInterface(parcel.readStrongBinder()); + a asInterface5 = a.AbstractBinderC0350a.asInterface(parcel.readStrongBinder()); int readInt = parcel.readInt(); Uri uri3 = parcel.readInt() != 0 ? (Uri) Uri.CREATOR.createFromParcel(parcel) : null; if (parcel.readInt() != 0) { @@ -511,7 +511,7 @@ public interface b extends IInterface { return true; case 10: parcel.enforceInterface(DESCRIPTOR); - a asInterface6 = a.AbstractBinderC0349a.asInterface(parcel.readStrongBinder()); + a asInterface6 = a.AbstractBinderC0350a.asInterface(parcel.readStrongBinder()); if (parcel.readInt() != 0) { bundle4 = (Bundle) Bundle.CREATOR.createFromParcel(parcel); } @@ -521,7 +521,7 @@ public interface b extends IInterface { return true; case 11: parcel.enforceInterface(DESCRIPTOR); - a asInterface7 = a.AbstractBinderC0349a.asInterface(parcel.readStrongBinder()); + a asInterface7 = a.AbstractBinderC0350a.asInterface(parcel.readStrongBinder()); Uri uri4 = parcel.readInt() != 0 ? (Uri) Uri.CREATOR.createFromParcel(parcel) : null; if (parcel.readInt() != 0) { bundle3 = (Bundle) Bundle.CREATOR.createFromParcel(parcel); @@ -532,7 +532,7 @@ public interface b extends IInterface { return true; case 12: parcel.enforceInterface(DESCRIPTOR); - a asInterface8 = a.AbstractBinderC0349a.asInterface(parcel.readStrongBinder()); + a asInterface8 = a.AbstractBinderC0350a.asInterface(parcel.readStrongBinder()); Uri uri5 = parcel.readInt() != 0 ? (Uri) Uri.CREATOR.createFromParcel(parcel) : null; int readInt2 = parcel.readInt(); if (parcel.readInt() != 0) { diff --git a/app/src/main/java/x/a/a/c.java b/app/src/main/java/x/a/a/c.java index 15ae42cb9e..cd2ea90cf8 100644 --- a/app/src/main/java/x/a/a/c.java +++ b/app/src/main/java/x/a/a/c.java @@ -18,11 +18,11 @@ public interface c extends IInterface { /* compiled from: IPostMessageService */ /* renamed from: x.a.a.c$a$a reason: collision with other inner class name */ - public static class C0352a implements c { + public static class C0353a implements c { public static c a; public IBinder b; - public C0352a(IBinder iBinder) { + public C0353a(IBinder iBinder) { this.b = iBinder; } @@ -94,20 +94,20 @@ public interface c extends IInterface { return null; } IInterface queryLocalInterface = iBinder.queryLocalInterface(DESCRIPTOR); - return (queryLocalInterface == null || !(queryLocalInterface instanceof c)) ? new C0352a(iBinder) : (c) queryLocalInterface; + return (queryLocalInterface == null || !(queryLocalInterface instanceof c)) ? new C0353a(iBinder) : (c) queryLocalInterface; } public static c getDefaultImpl() { - return C0352a.a; + return C0353a.a; } public static boolean setDefaultImpl(c cVar) { - if (C0352a.a != null) { + if (C0353a.a != null) { throw new IllegalStateException("setDefaultImpl() called twice"); } else if (cVar == null) { return false; } else { - C0352a.a = cVar; + C0353a.a = cVar; return true; } } @@ -122,7 +122,7 @@ public interface c extends IInterface { Bundle bundle = null; if (i == 2) { parcel.enforceInterface(DESCRIPTOR); - a asInterface = a.AbstractBinderC0349a.asInterface(parcel.readStrongBinder()); + a asInterface = a.AbstractBinderC0350a.asInterface(parcel.readStrongBinder()); if (parcel.readInt() != 0) { bundle = (Bundle) Bundle.CREATOR.createFromParcel(parcel); } @@ -131,7 +131,7 @@ public interface c extends IInterface { return true; } else if (i == 3) { parcel.enforceInterface(DESCRIPTOR); - a asInterface2 = a.AbstractBinderC0349a.asInterface(parcel.readStrongBinder()); + a asInterface2 = a.AbstractBinderC0350a.asInterface(parcel.readStrongBinder()); String readString = parcel.readString(); if (parcel.readInt() != 0) { bundle = (Bundle) Bundle.CREATOR.createFromParcel(parcel); diff --git a/app/src/main/java/x/a/a/d/a.java b/app/src/main/java/x/a/a/d/a.java index 933debe12f..ea1a02b2f3 100644 --- a/app/src/main/java/x/a/a/d/a.java +++ b/app/src/main/java/x/a/a/d/a.java @@ -11,17 +11,17 @@ public interface a extends IInterface { /* compiled from: ITrustedWebActivityCallback */ /* renamed from: x.a.a.d.a$a reason: collision with other inner class name */ - public static abstract class AbstractBinderC0353a extends Binder implements a { + public static abstract class AbstractBinderC0354a extends Binder implements a { private static final String DESCRIPTOR = "android.support.customtabs.trusted.ITrustedWebActivityCallback"; public static final int TRANSACTION_onExtraCallback = 2; /* compiled from: ITrustedWebActivityCallback */ /* renamed from: x.a.a.d.a$a$a reason: collision with other inner class name */ - public static class C0354a implements a { + public static class C0355a implements a { public static a a; public IBinder b; - public C0354a(IBinder iBinder) { + public C0355a(IBinder iBinder) { this.b = iBinder; } @@ -35,7 +35,7 @@ public interface a extends IInterface { Parcel obtain = Parcel.obtain(); Parcel obtain2 = Parcel.obtain(); try { - obtain.writeInterfaceToken(AbstractBinderC0353a.DESCRIPTOR); + obtain.writeInterfaceToken(AbstractBinderC0354a.DESCRIPTOR); obtain.writeString(str); if (bundle != null) { obtain.writeInt(1); @@ -43,13 +43,13 @@ public interface a extends IInterface { } else { obtain.writeInt(0); } - if (this.b.transact(2, obtain, obtain2, 0) || AbstractBinderC0353a.getDefaultImpl() == null) { + if (this.b.transact(2, obtain, obtain2, 0) || AbstractBinderC0354a.getDefaultImpl() == null) { obtain2.readException(); obtain2.recycle(); obtain.recycle(); return; } - AbstractBinderC0353a.getDefaultImpl().onExtraCallback(str, bundle); + AbstractBinderC0354a.getDefaultImpl().onExtraCallback(str, bundle); } finally { obtain2.recycle(); obtain.recycle(); @@ -57,7 +57,7 @@ public interface a extends IInterface { } } - public AbstractBinderC0353a() { + public AbstractBinderC0354a() { attachInterface(this, DESCRIPTOR); } @@ -66,20 +66,20 @@ public interface a extends IInterface { return null; } IInterface queryLocalInterface = iBinder.queryLocalInterface(DESCRIPTOR); - return (queryLocalInterface == null || !(queryLocalInterface instanceof a)) ? new C0354a(iBinder) : (a) queryLocalInterface; + return (queryLocalInterface == null || !(queryLocalInterface instanceof a)) ? new C0355a(iBinder) : (a) queryLocalInterface; } public static a getDefaultImpl() { - return C0354a.a; + return C0355a.a; } public static boolean setDefaultImpl(a aVar) { - if (C0354a.a != null) { + if (C0355a.a != null) { throw new IllegalStateException("setDefaultImpl() called twice"); } else if (aVar == null) { return false; } else { - C0354a.a = aVar; + C0355a.a = aVar; return true; } } diff --git a/app/src/main/java/x/a/a/d/b.java b/app/src/main/java/x/a/a/d/b.java index 166fe4445b..fc03e19028 100644 --- a/app/src/main/java/x/a/a/d/b.java +++ b/app/src/main/java/x/a/a/d/b.java @@ -22,11 +22,11 @@ public interface b extends IInterface { /* compiled from: ITrustedWebActivityService */ /* renamed from: x.a.a.d.b$a$a reason: collision with other inner class name */ - public static class C0355a implements b { + public static class C0356a implements b { public static b a; public IBinder b; - public C0355a(IBinder iBinder) { + public C0356a(IBinder iBinder) { this.b = iBinder; } @@ -210,20 +210,20 @@ public interface b extends IInterface { return null; } IInterface queryLocalInterface = iBinder.queryLocalInterface(DESCRIPTOR); - return (queryLocalInterface == null || !(queryLocalInterface instanceof b)) ? new C0355a(iBinder) : (b) queryLocalInterface; + return (queryLocalInterface == null || !(queryLocalInterface instanceof b)) ? new C0356a(iBinder) : (b) queryLocalInterface; } public static b getDefaultImpl() { - return C0355a.a; + return C0356a.a; } public static boolean setDefaultImpl(b bVar) { - if (C0355a.a != null) { + if (C0356a.a != null) { throw new IllegalStateException("setDefaultImpl() called twice"); } else if (bVar == null) { return false; } else { - C0355a.a = bVar; + C0356a.a = bVar; return true; } } diff --git a/app/src/main/java/x/a/b/a/a.java b/app/src/main/java/x/a/b/a/a.java index ba7578902d..23e9354a5e 100644 --- a/app/src/main/java/x/a/b/a/a.java +++ b/app/src/main/java/x/a/b/a/a.java @@ -11,7 +11,7 @@ public interface a extends IInterface { /* compiled from: INotificationSideChannel */ /* renamed from: x.a.b.a.a$a reason: collision with other inner class name */ - public static abstract class AbstractBinderC0356a extends Binder implements a { + public static abstract class AbstractBinderC0357a extends Binder implements a { private static final String DESCRIPTOR = "android.support.v4.app.INotificationSideChannel"; public static final int TRANSACTION_cancel = 2; public static final int TRANSACTION_cancelAll = 3; @@ -19,11 +19,11 @@ public interface a extends IInterface { /* compiled from: INotificationSideChannel */ /* renamed from: x.a.b.a.a$a$a reason: collision with other inner class name */ - public static class C0357a implements a { + public static class C0358a implements a { public static a a; public IBinder b; - public C0357a(IBinder iBinder) { + public C0358a(IBinder iBinder) { this.b = iBinder; } @@ -36,14 +36,14 @@ public interface a extends IInterface { public void cancel(String str, int i, String str2) throws RemoteException { Parcel obtain = Parcel.obtain(); try { - obtain.writeInterfaceToken(AbstractBinderC0356a.DESCRIPTOR); + obtain.writeInterfaceToken(AbstractBinderC0357a.DESCRIPTOR); obtain.writeString(str); obtain.writeInt(i); obtain.writeString(str2); - if (this.b.transact(2, obtain, null, 1) || AbstractBinderC0356a.getDefaultImpl() == null) { + if (this.b.transact(2, obtain, null, 1) || AbstractBinderC0357a.getDefaultImpl() == null) { obtain.recycle(); } else { - AbstractBinderC0356a.getDefaultImpl().cancel(str, i, str2); + AbstractBinderC0357a.getDefaultImpl().cancel(str, i, str2); } } finally { obtain.recycle(); @@ -54,12 +54,12 @@ public interface a extends IInterface { public void cancelAll(String str) throws RemoteException { Parcel obtain = Parcel.obtain(); try { - obtain.writeInterfaceToken(AbstractBinderC0356a.DESCRIPTOR); + obtain.writeInterfaceToken(AbstractBinderC0357a.DESCRIPTOR); obtain.writeString(str); - if (this.b.transact(3, obtain, null, 1) || AbstractBinderC0356a.getDefaultImpl() == null) { + if (this.b.transact(3, obtain, null, 1) || AbstractBinderC0357a.getDefaultImpl() == null) { obtain.recycle(); } else { - AbstractBinderC0356a.getDefaultImpl().cancelAll(str); + AbstractBinderC0357a.getDefaultImpl().cancelAll(str); } } finally { obtain.recycle(); @@ -70,7 +70,7 @@ public interface a extends IInterface { public void notify(String str, int i, String str2, Notification notification) throws RemoteException { Parcel obtain = Parcel.obtain(); try { - obtain.writeInterfaceToken(AbstractBinderC0356a.DESCRIPTOR); + obtain.writeInterfaceToken(AbstractBinderC0357a.DESCRIPTOR); obtain.writeString(str); obtain.writeInt(i); obtain.writeString(str2); @@ -80,10 +80,10 @@ public interface a extends IInterface { } else { obtain.writeInt(0); } - if (this.b.transact(1, obtain, null, 1) || AbstractBinderC0356a.getDefaultImpl() == null) { + if (this.b.transact(1, obtain, null, 1) || AbstractBinderC0357a.getDefaultImpl() == null) { obtain.recycle(); } else { - AbstractBinderC0356a.getDefaultImpl().notify(str, i, str2, notification); + AbstractBinderC0357a.getDefaultImpl().notify(str, i, str2, notification); } } finally { obtain.recycle(); @@ -91,7 +91,7 @@ public interface a extends IInterface { } } - public AbstractBinderC0356a() { + public AbstractBinderC0357a() { attachInterface(this, DESCRIPTOR); } @@ -100,20 +100,20 @@ public interface a extends IInterface { return null; } IInterface queryLocalInterface = iBinder.queryLocalInterface(DESCRIPTOR); - return (queryLocalInterface == null || !(queryLocalInterface instanceof a)) ? new C0357a(iBinder) : (a) queryLocalInterface; + return (queryLocalInterface == null || !(queryLocalInterface instanceof a)) ? new C0358a(iBinder) : (a) queryLocalInterface; } public static a getDefaultImpl() { - return C0357a.a; + return C0358a.a; } public static boolean setDefaultImpl(a aVar) { - if (C0357a.a != null) { + if (C0358a.a != null) { throw new IllegalStateException("setDefaultImpl() called twice"); } else if (aVar == null) { return false; } else { - C0357a.a = aVar; + C0358a.a = aVar; return true; } } diff --git a/app/src/main/java/x/a/b/b/a/a.java b/app/src/main/java/x/a/b/b/a/a.java index d3879d6ce7..306e2493b1 100644 --- a/app/src/main/java/x/a/b/b/a/a.java +++ b/app/src/main/java/x/a/b/b/a/a.java @@ -18,8 +18,8 @@ public interface a extends IInterface { /* compiled from: IMediaControllerCallback */ /* renamed from: x.a.b.b.a.a$a reason: collision with other inner class name */ - public static abstract class AbstractBinderC0358a extends Binder implements a { - public AbstractBinderC0358a() { + public static abstract class AbstractBinderC0359a extends Binder implements a { + public AbstractBinderC0359a() { attachInterface(this, "android.support.v4.media.session.IMediaControllerCallback"); } diff --git a/app/src/main/java/x/a/b/b/a/b.java b/app/src/main/java/x/a/b/b/a/b.java index 3cb1ccc48f..5d726c04f6 100644 --- a/app/src/main/java/x/a/b/b/a/b.java +++ b/app/src/main/java/x/a/b/b/a/b.java @@ -15,10 +15,10 @@ public interface b extends IInterface { /* compiled from: IMediaSession */ /* renamed from: x.a.b.b.a.b$a$a reason: collision with other inner class name */ - public static class C0359a implements b { + public static class C0360a implements b { public IBinder a; - public C0359a(IBinder iBinder) { + public C0360a(IBinder iBinder) { this.a = iBinder; } @@ -33,7 +33,7 @@ public interface b extends IInterface { Parcel obtain2 = Parcel.obtain(); try { obtain.writeInterfaceToken("android.support.v4.media.session.IMediaSession"); - obtain.writeStrongBinder((a.AbstractBinderC0358a) aVar); + obtain.writeStrongBinder((a.AbstractBinderC0359a) aVar); if (!this.a.transact(3, obtain, obtain2, 0)) { int i = a.a; } @@ -50,7 +50,7 @@ public interface b extends IInterface { return null; } IInterface queryLocalInterface = iBinder.queryLocalInterface("android.support.v4.media.session.IMediaSession"); - return (queryLocalInterface == null || !(queryLocalInterface instanceof b)) ? new C0359a(iBinder) : (b) queryLocalInterface; + return (queryLocalInterface == null || !(queryLocalInterface instanceof b)) ? new C0360a(iBinder) : (b) queryLocalInterface; } } diff --git a/app/src/main/java/x/a/b/b/a/c.java b/app/src/main/java/x/a/b/b/a/c.java index fe95e6f36b..a0d305c8f0 100644 --- a/app/src/main/java/x/a/b/b/a/c.java +++ b/app/src/main/java/x/a/b/b/a/c.java @@ -139,7 +139,7 @@ public abstract class c implements IBinder.DeathRecipient { } /* compiled from: MediaControllerCompat */ - public static class b extends a.AbstractBinderC0358a { + public static class b extends a.AbstractBinderC0359a { public final WeakReference a; public b(c cVar) { diff --git a/app/src/main/java/x/a/b/c/a.java b/app/src/main/java/x/a/b/c/a.java index a5a1104fd7..57289b5ddf 100644 --- a/app/src/main/java/x/a/b/c/a.java +++ b/app/src/main/java/x/a/b/c/a.java @@ -12,15 +12,15 @@ public interface a extends IInterface { /* compiled from: IResultReceiver */ /* renamed from: x.a.b.c.a$a reason: collision with other inner class name */ - public static abstract class AbstractBinderC0360a extends Binder implements a { + public static abstract class AbstractBinderC0361a extends Binder implements a { public static final /* synthetic */ int a = 0; /* compiled from: IResultReceiver */ /* renamed from: x.a.b.c.a$a$a reason: collision with other inner class name */ - public static class C0361a implements a { + public static class C0362a implements a { public IBinder a; - public C0361a(IBinder iBinder) { + public C0362a(IBinder iBinder) { this.a = iBinder; } @@ -42,7 +42,7 @@ public interface a extends IInterface { obtain.writeInt(0); } if (!this.a.transact(1, obtain, null, 1)) { - int i2 = AbstractBinderC0360a.a; + int i2 = AbstractBinderC0361a.a; } } finally { obtain.recycle(); @@ -50,7 +50,7 @@ public interface a extends IInterface { } } - public AbstractBinderC0360a() { + public AbstractBinderC0361a() { attachInterface(this, "android.support.v4.os.IResultReceiver"); } diff --git a/app/src/main/java/z/a.java b/app/src/main/java/z/a.java index 210147e794..bca12b4d75 100644 --- a/app/src/main/java/z/a.java +++ b/app/src/main/java/z/a.java @@ -9,13 +9,13 @@ public final class a { public static final int b; /* renamed from: c reason: collision with root package name */ - public static final int f2970c; + public static final int f2971c; public static final int d; public final Executor e = new b(null); /* compiled from: AndroidExecutors */ public static class b implements Executor { - public b(C0362a aVar) { + public b(C0363a aVar) { } @Override // java.util.concurrent.Executor @@ -27,7 +27,7 @@ public final class a { static { int availableProcessors = Runtime.getRuntime().availableProcessors(); b = availableProcessors; - f2970c = availableProcessors + 1; + f2971c = availableProcessors + 1; d = (availableProcessors * 2) + 1; } } diff --git a/app/src/main/java/z/b.java b/app/src/main/java/z/b.java index a8cf265d7c..cb4b41a1c5 100644 --- a/app/src/main/java/z/b.java +++ b/app/src/main/java/z/b.java @@ -13,14 +13,14 @@ public final class b { public final ExecutorService b; /* renamed from: c reason: collision with root package name */ - public final Executor f2971c; + public final Executor f2972c; /* compiled from: BoltsExecutors */ /* renamed from: z.b$b reason: collision with other inner class name */ - public static class ExecutorC0363b implements Executor { + public static class ExecutorC0364b implements Executor { public ThreadLocal i = new ThreadLocal<>(); - public ExecutorC0363b(a aVar) { + public ExecutorC0364b(a aVar) { } public final int a() { @@ -66,12 +66,12 @@ public final class b { threadPoolExecutor = Executors.newCachedThreadPool(); } else { a aVar = a.a; - ThreadPoolExecutor threadPoolExecutor2 = new ThreadPoolExecutor(a.f2970c, a.d, 1, TimeUnit.SECONDS, new LinkedBlockingQueue()); + ThreadPoolExecutor threadPoolExecutor2 = new ThreadPoolExecutor(a.f2971c, a.d, 1, TimeUnit.SECONDS, new LinkedBlockingQueue()); threadPoolExecutor2.allowCoreThreadTimeOut(true); threadPoolExecutor = threadPoolExecutor2; } this.b = threadPoolExecutor; Executors.newSingleThreadScheduledExecutor(); - this.f2971c = new ExecutorC0363b(null); + this.f2972c = new ExecutorC0364b(null); } } diff --git a/app/src/main/java/z/d.java b/app/src/main/java/z/d.java index 83f7ce69f9..1da04b18d1 100644 --- a/app/src/main/java/z/d.java +++ b/app/src/main/java/z/d.java @@ -8,12 +8,12 @@ public class d implements c { public final /* synthetic */ c b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ Executor f2972c; + public final /* synthetic */ Executor f2973c; public d(g gVar, h hVar, c cVar, Executor executor) { this.a = hVar; this.b = cVar; - this.f2972c = executor; + this.f2973c = executor; } /* Return type fixed from 'java.lang.Object' to match base method */ @@ -22,7 +22,7 @@ public class d implements c { h hVar = this.a; c cVar = this.b; try { - this.f2972c.execute(new e(hVar, cVar, gVar)); + this.f2973c.execute(new e(hVar, cVar, gVar)); return null; } catch (Exception e) { hVar.b(new ExecutorException(e)); diff --git a/app/src/main/java/z/g.java b/app/src/main/java/z/g.java index 55f48bf2b6..e75e5bfafb 100644 --- a/app/src/main/java/z/g.java +++ b/app/src/main/java/z/g.java @@ -12,7 +12,7 @@ public class g { public static g b = new g<>((Object) null); /* renamed from: c reason: collision with root package name */ - public static g f2973c = new g<>(Boolean.TRUE); + public static g f2974c = new g<>(Boolean.TRUE); public static g d = new g<>(Boolean.FALSE); public final Object e = new Object(); public boolean f; @@ -25,7 +25,7 @@ public class g { static { b bVar = b.a; ExecutorService executorService = bVar.b; - a = bVar.f2971c; + a = bVar.f2972c; Executor executor = a.a.e; new g(true); } diff --git a/app/src/main/res/drawable-xxxhdpi/img_nitro_pattern.png b/app/src/main/res/drawable-xxxhdpi/img_nitro_pattern.png index 87a0aefdd9..f5f71bac38 100644 Binary files a/app/src/main/res/drawable-xxxhdpi/img_nitro_pattern.png and b/app/src/main/res/drawable-xxxhdpi/img_nitro_pattern.png differ diff --git a/app/src/main/res/drawable/ic_end_event_24dp.xml b/app/src/main/res/drawable/ic_end_event_24dp.xml new file mode 100644 index 0000000000..6c83c2c8eb --- /dev/null +++ b/app/src/main/res/drawable/ic_end_event_24dp.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/app/src/main/res/layout-v22/guild_scheduled_event_bottom_button_view.xml b/app/src/main/res/layout-v22/guild_scheduled_event_bottom_button_view.xml index 2fedf86f63..57dd11607d 100644 --- a/app/src/main/res/layout-v22/guild_scheduled_event_bottom_button_view.xml +++ b/app/src/main/res/layout-v22/guild_scheduled_event_bottom_button_view.xml @@ -4,5 +4,6 @@ - + + diff --git a/app/src/main/res/layout-v22/widget_channels_list_item_guild_scheduled_events.xml b/app/src/main/res/layout-v22/widget_channels_list_item_guild_scheduled_events.xml index f30dc0d8d9..8d71adc35f 100644 --- a/app/src/main/res/layout-v22/widget_channels_list_item_guild_scheduled_events.xml +++ b/app/src/main/res/layout-v22/widget_channels_list_item_guild_scheduled_events.xml @@ -1,5 +1,5 @@ - + diff --git a/app/src/main/res/layout/guild_scheduled_event_bottom_button_view.xml b/app/src/main/res/layout/guild_scheduled_event_bottom_button_view.xml index 466a3b29ba..c5ecab81a7 100644 --- a/app/src/main/res/layout/guild_scheduled_event_bottom_button_view.xml +++ b/app/src/main/res/layout/guild_scheduled_event_bottom_button_view.xml @@ -4,5 +4,6 @@ - + + diff --git a/app/src/main/res/layout/widget_channels_list_item_guild_scheduled_events.xml b/app/src/main/res/layout/widget_channels_list_item_guild_scheduled_events.xml index 9b52031d5f..fb00abd38a 100644 --- a/app/src/main/res/layout/widget_channels_list_item_guild_scheduled_events.xml +++ b/app/src/main/res/layout/widget_channels_list_item_guild_scheduled_events.xml @@ -1,5 +1,5 @@ - + diff --git a/app/src/main/res/layout/widget_guild_scheduled_event_details_extras_bottom_sheet.xml b/app/src/main/res/layout/widget_guild_scheduled_event_details_extras_bottom_sheet.xml new file mode 100644 index 0000000000..b12f49de9a --- /dev/null +++ b/app/src/main/res/layout/widget_guild_scheduled_event_details_extras_bottom_sheet.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/app/src/main/res/values-ar-rXB/plurals.xml b/app/src/main/res/values-ar-rXB/plurals.xml index d9d3d5d725..efbc39313f 100644 --- a/app/src/main/res/values-ar-rXB/plurals.xml +++ b/app/src/main/res/values-ar-rXB/plurals.xml @@ -156,6 +156,10 @@ ‏‮{#}‬‏ ‏‮background‬‏ ‏‮{#}‬‏ ‏‮backgrounds‬‏ + + ‏‮{#}‬‏ ‏‮character‬‏ + ‏‮{#}‬‏ ‏‮characters‬‏ + ‏‮{#}‬‏ ‏‮member‬‏ ‏‮{#}‬‏ ‏‮members‬‏ diff --git a/app/src/main/res/values-ar-rXB/strings.xml b/app/src/main/res/values-ar-rXB/strings.xml index 0f884da2fb..15ad0cb1a7 100644 --- a/app/src/main/res/values-ar-rXB/strings.xml +++ b/app/src/main/res/values-ar-rXB/strings.xml @@ -1228,6 +1228,8 @@ ‏‮Unknown‬‏ ‏‮error‬‏ ‏‮Change‬‏ ‏‮Server‬‏ ‏‮Avatar‬‏ ‏‮Use‬‏ ‏‮a‬‏ ‏‮different‬‏ ‏‮avatar‬‏ ‏‮in‬‏ ‏‮each‬‏ ‏‮of‬‏ ‏‮your‬‏ ‏‮servers‬‏ ‏‮and‬‏ ‏‮more‬‏ ‏‮with‬‏ ‏‮**Discord‬‏ ‏‮Nitro!**‬‏ + ‏‮Nicknames‬‏ ‏‮must‬‏ ‏‮be‬‏ ‏‮at‬‏ ‏‮least‬‏ ‏‮{minLength}‬‏ + ‏‮Unlock‬‏ ‏‮with‬‏ ‏‮Nitro‬‏ ‏‮Change‬‏ ‏‮Log‬‏ ‏‮A‬‏ ‏‮message‬‏ ‏‮from‬‏ ‏‮our‬‏ ‏‮founders‬‏ ‏‮{added marginTop}‬‏\n‏‮======================‬‏\n\n‏‮**We‬‏ ‏‮originally‬‏ ‏‮created‬‏ ‏‮Discord‬‏ ‏‮in‬‏ ‏‮2015**‬‏ ‏‮because‬‏ ‏‮we‬‏ ‏‮wanted‬‏ ‏‮an‬‏ ‏‮easier‬‏ ‏‮way‬‏ ‏‮to‬‏ ‏‮talk‬‏ ‏‮and‬‏ ‏‮hang‬‏ ‏‮out‬‏ ‏‮with‬‏ ‏‮our‬‏ ‏‮friends‬‏ ‏‮while‬‏ ‏‮playing‬‏ ‏‮games.‬‏ ‏‮A‬‏ ‏‮way‬‏ ‏‮to‬‏ ‏‮recreate‬‏ ‏‮that‬‏ ‏‮feeling‬‏ ‏‮of‬‏ ‏‮staying‬‏ ‏‮up‬‏ ‏‮all‬‏ ‏‮night‬‏ ‏‮laughing,‬‏ ‏‮joking,‬‏ ‏‮and,‬‏ ‏‮most‬‏ ‏‮of‬‏ ‏‮all,‬‏ ‏‮just‬‏ ‏‮being‬‏ ‏‮ourselves.‬‏ ‏‮We‬‏ ‏‮wanted‬‏ ‏‮to‬‏ ‏‮make‬‏ ‏‮that‬‏ ‏‮experience‬‏ ‏‮better‬‏ ‏‮and‬‏ ‏‮accessible‬‏ ‏‮to‬‏ ‏‮more‬‏ ‏‮people.‬‏\n\n‏‮Since‬‏ ‏‮then,‬‏ ‏‮Discord‬‏ ‏‮has‬‏ ‏‮become‬‏ ‏‮the‬‏ ‏‮place‬‏ ‏‮where‬‏ ‏‮anyone‬‏ ‏‮can‬‏ ‏‮talk‬‏ ‏‮and‬‏ ‏‮hang‬‏ ‏‮out‬‏ ‏‮with‬‏ ‏‮their‬‏ ‏‮communities‬‏ ‏‮or‬‏ ‏‮friends,‬‏ ‏‮whatever‬‏ ‏‮their‬‏ ‏‮passions‬‏ ‏‮are.‬‏ ‏‮It‬‏ ‏‮will‬‏ ‏‮always‬‏ ‏‮be‬‏ ‏‮that‬‏ ‏‮place‬‏ ‏‮where‬‏ ‏‮anyone‬‏ ‏‮can‬‏ ‏‮just‬‏ ‏‮relax‬‏ ‏‮and‬‏ ‏‮really‬‏ ‏‮be‬‏ ‏‮themselves,‬‏ ‏‮no‬‏ ‏‮matter‬‏ ‏‮where‬‏ ‏‮their‬‏ ‏‮friends‬‏ ‏‮may‬‏ ‏‮be.‬‏ \n\n‏‮Imagine‬‏ ‏‮A‬‏ ‏‮Place‬‏ ‏‮{added marginTop}‬‏\n‏‮======================‬‏\n\n‏‮But‬‏ ‏‮really,‬‏ ‏‮Discord‬‏ ‏‮means‬‏ ‏‮something‬‏ ‏‮different‬‏ ‏‮to‬‏ ‏‮everyone.‬‏ ‏‮So‬‏ ‏‮we‬‏ ‏‮asked‬‏ ‏‮people‬‏ ‏‮to‬‏ ‏‮share‬‏ ‏‮their‬‏ ‏‮stories‬‏ ‏‮about‬‏ ‏‮what‬‏ ‏‮Discord‬‏ ‏‮means‬‏ ‏‮to‬‏ ‏‮them.‬‏ ‏‮And‬‏ ‏‮then‬‏ ‏‮they‬‏ ‏‮let‬‏ ‏‮us‬‏ ‏‮share‬‏ ‏‮those‬‏ ‏‮stories‬‏ ‏‮with‬‏ ‏‮you‬‏ ‏‮so‬‏ ‏‮we‬‏ ‏‮could‬‏ ‏‮make‬‏ ‏‮a‬‏ ‏‮marketing‬‏ ‏‮campaign‬‏ ‏‮that‬‏ ‏‮didn\'t‬‏ ‏‮suck.‬‏\n\n‏‮We‬‏ ‏‮made‬‏ ‏‮Discord‬‏ ‏‮-‬‏ ‏‮The‬‏ ‏‮Movie‬‏ ‏‮(2021).‬‏ \n\n‏‮A‬‏ ‏‮short‬‏ ‏‮film‬‏ ‏‮that‬‏ ‏‮celebrates‬‏ ‏‮the‬‏ ‏‮amazing‬‏ ‏‮and‬‏ ‏‮wonderful‬‏ ‏‮stories‬‏ ‏‮that‬‏ ‏‮real‬‏ ‏‮people‬‏ ‏‮shared‬‏ ‏‮with‬‏ ‏‮us,‬‏ ‏‮like‬‏ ‏‮Lucie‬‏ ‏‮Winterwolf\'s‬‏ ‏‮pirate-themed‬‏ ‏‮server‬‏ ‏‮and‬‏ ‏‮Kevdog\'s‬‏ ‏‮server‬‏ ‏‮for‬‏ ‏‮nostalgic‬‏ ‏‮games.‬‏\n\n‏‮Oh,‬‏ ‏‮and‬‏ ‏‮it‬‏ ‏‮has‬‏ ‏‮some‬‏ ‏‮famous‬‏ ‏‮people‬‏ ‏‮too.‬‏\n\n‏‮Thank‬‏ ‏‮you‬‏ ‏‮{added marginTop}‬‏\n‏‮======================‬‏\n\n‏‮We\'re‬‏ ‏‮humbled‬‏ ‏‮and‬‏ ‏‮inspired‬‏ ‏‮by‬‏ ‏‮all‬‏ ‏‮the‬‏ ‏‮unique‬‏ ‏‮and‬‏ ‏‮creative‬‏ ‏‮ways‬‏ ‏‮you\'re‬‏ ‏‮using‬‏ ‏‮Discord,‬‏ ‏‮and‬‏ ‏‮all‬‏ ‏‮the‬‏ ‏‮ideas‬‏ ‏‮you‬‏ ‏‮have‬‏ ‏‮for‬‏ ‏‮making‬‏ ‏‮Discord‬‏ ‏‮more‬‏ ‏‮useful.‬‏ ‏‮Communities‬‏ ‏‮are‬‏ ‏‮the‬‏ ‏‮heart‬‏ ‏‮of‬‏ ‏‮Discord.‬‏ ‏‮We\'re‬‏ ‏‮honored‬‏ ‏‮to‬‏ ‏‮be‬‏ ‏‮the‬‏ ‏‮place‬‏ ‏‮where‬‏ ‏‮you‬‏ ‏‮talk‬‏ ‏‮and‬‏ ‏‮hang‬‏ ‏‮out‬‏ ‏‮with‬‏ ‏‮your‬‏ ‏‮favorite‬‏ ‏‮people‬‏ ‏‮while‬‏ ‏‮exploring‬‏ ‏‮your‬‏ ‏‮favorite‬‏ ‏‮things.‬‏ \n\n‏‮Met‬‏ ‏‮your‬‏ ‏‮best‬‏ ‏‮friend‬‏ ‏‮while‬‏ ‏‮gaming‬‏ ‏‮on‬‏ ‏‮Discord?‬‏ ‏‮Run‬‏ ‏‮a‬‏ ‏‮server‬‏ ‏‮for‬‏ ‏‮Gaelic‬‏ ‏‮language‬‏ ‏‮exchange?‬‏ ‏‮Or‬‏ ‏‮Tibetan‬‏ ‏‮bird‬‏ ‏‮photography?‬‏ ‏‮Share‬‏ ‏‮your‬‏ ‏‮story‬‏ ‏‮with‬‏ ‏‮us‬‏ ‏‮on‬‏ ‏‮Twitter,‬‏ ‏‮Instagram,‬‏ ‏‮or‬‏ ‏‮TikTok‬‏ ‏‮and‬‏ ‏‮use‬‏ ‏‮**#imagineaplace**‬‏ ‏‮to‬‏ ‏‮get‬‏ ‏‮our‬‏ ‏‮attention.‬‏\n\n‏‮We\'ll‬‏ ‏‮keep‬‏ ‏‮an‬‏ ‏‮eye‬‏ ‏‮out‬‏ ‏‮for‬‏ ‏‮your‬‏ ‏‮story.‬‏ ‏‮And‬‏ ‏‮it\'ll‬‏ ‏‮probably‬‏ ‏‮make‬‏ ‏‮our‬‏ ‏‮day.‬‏ ‏‮And‬‏ ‏‮we\'ll‬‏ ‏‮probably‬‏ ‏‮share‬‏ ‏‮it‬‏ ‏‮around‬‏ ‏‮our‬‏ ‏‮office‬‏ ‏‮server‬‏ ‏‮so‬‏ ‏‮it‬‏ ‏‮can‬‏ ‏‮make‬‏ ‏‮everyone\'s‬‏ ‏‮day.‬‏\n\n‏‮And‬‏ ‏‮as‬‏ ‏‮always,‬‏ ‏‮keep‬‏ ‏‮your‬‏ ‏‮ideas‬‏ ‏‮coming‬‏ ‏‮for‬‏ ‏‮how‬‏ ‏‮we‬‏ ‏‮can‬‏ ‏‮continue‬‏ ‏‮to‬‏ ‏‮make‬‏ ‏‮Discord‬‏ ‏‮even‬‏ ‏‮better.‬‏\n\n‏‮Jason‬‏ ‏‮&‬‏ ‏‮Stan‬‏\n\n\n ‏‮2021-08-16‬‏ @@ -2067,6 +2069,7 @@ ‏‮Delete‬‏ ‏‮Category‬‏ ‏‮Delete‬‏ ‏‮Channel‬‏ ‏‮Are‬‏ ‏‮you‬‏ ‏‮sure‬‏ ‏‮you‬‏ ‏‮want‬‏ ‏‮to‬‏ ‏‮delete‬‏ ‏‮**!!‬‏‏‮{channelName}‬‏‏‮!!**?‬‏ ‏‮This‬‏ ‏‮cannot‬‏ ‏‮be‬‏ ‏‮undone.‬‏ + ‏‮Cancel‬‏ ‏‮Event‬‏ ‏‮This‬‏ ‏‮message‬‏ ‏‮will‬‏ ‏‮be‬‏ ‏‮deleted‬‏ ‏‮in‬‏ ‏‮all‬‏ ‏‮servers‬‏ ‏‮following‬‏ ‏‮this‬‏ ‏‮channel.‬‏ ‏‮It‬‏ ‏‮may‬‏ ‏‮take‬‏ ‏‮some‬‏ ‏‮time‬‏ ‏‮before‬‏ ‏‮it’s‬‏ ‏‮removed‬‏ ‏‮from‬‏ ‏‮all‬‏ ‏‮servers.‬‏ ‏‮Delete‬‏ ‏‮Message‬‏ ‏‮Are‬‏ ‏‮you‬‏ ‏‮sure‬‏ ‏‮you‬‏ ‏‮want‬‏ ‏‮to‬‏ ‏‮delete‬‏ ‏‮this‬‏ ‏‮message?‬‏ @@ -2170,6 +2173,13 @@ ‏‮Discord‬‏ ‏‮Rich‬‏ ‏‮Presence‬‏ ‏‮Coming‬‏ ‏‮soon‬‏ ‏‮to‬‏ ‏‮mobile!‬‏ ‏‮For‬‏ ‏‮now,‬‏ ‏‮head‬‏ ‏‮over‬‏ ‏‮to‬‏ ‏‮desktop‬‏ ‏‮to‬‏ ‏‮access‬‏ ‏‮Student‬‏ ‏‮Hubs‬‏ ‏‮Discover‬‏ + ‏‮Do‬‏ ‏‮not‬‏ ‏‮allow‬‏ ‏‮someone‬‏ ‏‮to‬‏ ‏‮search‬‏ ‏‮for‬‏ ‏‮you‬‏ ‏‮if‬‏ ‏‮they‬‏ ‏‮have‬‏ ‏‮your‬‏ ‏‮phone‬‏ ‏‮number‬‏ ‏‮and/or‬‏ ‏‮email.‬‏ ‏‮This‬‏ ‏‮can‬‏ ‏‮be‬‏ ‏‮changed‬‏ ‏‮anytime‬‏ ‏‮in‬‏ ‏‮settings.‬‏ + ‏‮Allow‬‏ ‏‮someone‬‏ ‏‮to‬‏ ‏‮search‬‏ ‏‮for‬‏ ‏‮you‬‏ ‏‮if‬‏ ‏‮they‬‏ ‏‮have‬‏ ‏‮your‬‏ ‏‮phone‬‏ ‏‮number‬‏ ‏‮and/or‬‏ ‏‮email.‬‏ ‏‮This‬‏ ‏‮can‬‏ ‏‮be‬‏ ‏‮changed‬‏ ‏‮anytime‬‏ ‏‮in‬‏ ‏‮settings.‬‏ + ‏‮Discord‬‏ ‏‮can‬‏ ‏‮connect‬‏ ‏‮you‬‏ ‏‮with‬‏ ‏‮your‬‏ ‏‮friends‬‏ ‏‮and‬‏ ‏‮help‬‏ ‏‮them‬‏ ‏‮find‬‏ ‏‮you.‬‏ + ‏‮Would‬‏ ‏‮you‬‏ ‏‮like‬‏ ‏‮to‬‏ ‏‮be‬‏ ‏‮discovered‬‏ ‏‮on‬‏ ‏‮Discord?‬‏ + ‏‮Don’t‬‏ ‏‮let‬‏ ‏‮anyone‬‏ ‏‮find‬‏ ‏‮me‬‏ + ‏‮Allow‬‏ ‏‮friends‬‏ ‏‮to‬‏ ‏‮find‬‏ ‏‮me‬‏ + ‏‮$[Learn‬‏ ‏‮More](learnMoreHook)‬‏ ‏‮Discovery‬‏ ‏‮{speakersCount}‬‏ ‏‮Dismiss‬‏ @@ -2216,6 +2226,7 @@ ‏‮Edit‬‏ ‏‮Edit‬‏ ‏‮Category‬‏ ‏‮Edit‬‏ ‏‮Channel‬‏ + ‏‮Edit‬‏ ‏‮Event‬‏ ‏‮This‬‏ ‏‮message‬‏ ‏‮will‬‏ ‏‮also‬‏ ‏‮be‬‏ ‏‮updated‬‏ ‏‮in‬‏ ‏‮all‬‏ ‏‮servers‬‏ ‏‮following‬‏ ‏‮this‬‏ ‏‮channel.‬‏ ‏‮It‬‏ ‏‮may‬‏ ‏‮take‬‏ ‏‮some‬‏ ‏‮time‬‏ ‏‮before‬‏ ‏‮all‬‏ ‏‮servers‬‏ ‏‮are‬‏ ‏‮updated.‬‏ ‏‮Edit‬‏ ‏‮Message‬‏ ‏‮Edit‬‏ ‏‮Note‬‏ @@ -2397,6 +2408,7 @@ ‏‮End‬‏ ‏‮Stage‬‏ ‏‮for‬‏ ‏‮Everyone‬‏ ‏‮End‬‏ ‏‮Stage‬‏ ‏‮Do‬‏ ‏‮you‬‏ ‏‮want‬‏ ‏‮to‬‏ ‏‮end‬‏ ‏‮the‬‏ ‏‮Stage?‬‏ + ‏‮Ends‬‏ ‏‮{date}‬‏ ‏‮Enter‬‏ ‏‮your‬‏ ‏‮confirmation‬‏ ‏‮code‬‏ ‏‮In‬‏ ‏‮order‬‏ ‏‮to‬‏ ‏‮verify‬‏ ‏‮your‬‏ ‏‮email‬‏ ‏‮address,‬‏ ‏‮you‬‏ ‏‮must‬‏ ‏‮first‬‏ ‏‮enter‬‏ ‏‮an‬‏ ‏‮email‬‏ ‏‮address.‬‏ ‏‮Enter‬‏ ‏‮a‬‏ ‏‮new‬‏ ‏‮topic‬‏ @@ -2417,6 +2429,8 @@ ‏‮Looks‬‏ ‏‮like‬‏ ‏‮the‬‏ ‏‮Store‬‏ ‏‮has‬‏ ‏‮crashed‬‏ ‏‮unexpectedly….‬‏ ‏‮Looks‬‏ ‏‮like‬‏ ‏‮Discord‬‏ ‏‮has‬‏ ‏‮crashed‬‏ ‏‮unexpectedly….‬‏ ‏‮Spanish‬‏ + ‏‮Mark‬‏ ‏‮as‬‏ ‏‮Interested‬‏ + ‏‮Mark‬‏ ‏‮as‬‏ ‏‮Not‬‏ ‏‮Interested‬‏ ‏‮Ticket‬‏ ‏‮Color‬‏ ‏‮Other‬‏ ‏‮We‬‏ ‏‮recommend‬‏ ‏‮an‬‏ ‏‮image‬‏ ‏‮that’s‬‏ ‏‮at‬‏ ‏‮least‬‏ ‏‮1000‬‏ ‏‮pixels‬‏ ‏‮square.‬‏ @@ -3383,6 +3397,7 @@ ‏‮I‬‏ ‏‮searched‬‏ ‏‮for‬‏ ‏‮a‬‏ ‏‮server‬‏ ‏‮online‬‏ ‏‮Your‬‏ ‏‮Answer‬‏ ‏‮Be‬‏ ‏‮who‬‏ ‏‮you‬‏ ‏‮want‬‏ ‏‮and‬‏ ‏‮use‬‏ ‏‮a‬‏ ‏‮different‬‏ ‏‮avatar‬‏ ‏‮in‬‏ ‏‮each‬‏ ‏‮of‬‏ ‏‮your‬‏ ‏‮servers,‬‏ ‏‮upgrade‬‏ ‏‮your‬‏ ‏‮profile,‬‏ ‏‮[and‬‏ ‏‮more‬‏ ‏‮with‬‏ ‏‮Discord‬‏ ‏‮Nitro!](onAndMore)‬‏ + ‏‮Be‬‏ ‏‮who‬‏ ‏‮you‬‏ ‏‮want‬‏ ‏‮and‬‏ ‏‮use‬‏ ‏‮a‬‏ ‏‮different‬‏ ‏‮avatar‬‏ ‏‮in‬‏ ‏‮each‬‏ ‏‮of‬‏ ‏‮your‬‏ ‏‮servers,‬‏ ‏‮upgrade‬‏ ‏‮your‬‏ ‏‮profile,‬‏ ‏‮and‬‏ ‏‮more‬‏ ‏‮with‬‏ ‏‮Discord‬‏ ‏‮Nitro!‬‏ ‏‮Wanna‬‏ ‏‮use‬‏ ‏‮a‬‏ ‏‮different‬‏ ‏‮avatar?‬‏ ‏‮!!‬‏‏‮{guild}‬‏‏‮!!‬‏ ‏‮members‬‏ ‏‮No‬‏ ‏‮members‬‏ ‏‮were‬‏ ‏‮found.‬‏ @@ -3796,6 +3811,7 @@ ‏‮With‬‏ ‏‮the‬‏ ‏‮name‬‏ ‏‮**!!‬‏‏‮{newValue}‬‏‏‮!!**‬‏ ‏‮**Denied**‬‏ ‏‮{count}‬‏ ‏‮**Granted**‬‏ ‏‮{count}‬‏ + ‏‮Set‬‏ ‏‮the‬‏ ‏‮unicode‬‏ ‏‮emoji‬‏ ‏‮$[**!!‬‏‏‮{user}‬‏‏‮!!**](userHook)‬‏ ‏‮updated‬‏ ‏‮the‬‏ ‏‮role‬‏ ‏‮$[**!!‬‏‏‮{target}‬‏‏‮!!**](targetHook)‬‏ ‏‮$[**!!‬‏‏‮{user}‬‏‏‮!!**](userHook)‬‏ ‏‮scheduled‬‏ ‏‮the‬‏ ‏‮event‬‏ ‏‮$[**!!‬‏‏‮{target}‬‏‏‮!!**](targetHook)‬‏ ‏‮$[**!!‬‏‏‮{user}‬‏‏‮!!**](userHook)‬‏ ‏‮deleted‬‏ ‏‮the‬‏ ‏‮scheduled‬‏ ‏‮event‬‏ ‏‮$[**!!‬‏‏‮{target}‬‏‏‮!!**](targetHook)‬‏ @@ -4748,6 +4764,7 @@ ‏‮Incoming‬‏ ‏‮Video‬‏ ‏‮Call‬‏ ‏‮Incoming‬‏ ‏‮Video‬‏ ‏‮Call…‬‏ ‏‮Or,‬‏ ‏‮visit‬‏ ‏‮this‬‏ ‏‮page‬‏ ‏‮from‬‏ ‏‮a‬‏ ‏‮[supported‬‏ ‏‮browser](‬‏‏‮{supportedBrowserURL}‬‏‏‮).‬‏ + ‏‮Interested‬‏ ‏‮No‬‏ ‏‮Thanks‬‏ ‏‮When‬‏ ‏‮uploaded‬‏ ‏‮directly‬‏ ‏‮to‬‏ ‏‮Discord‬‏ ‏‮Images‬‏ ‏‮larger‬‏ ‏‮than‬‏ ‏‮{maxSize}‬‏‏‮MB‬‏ ‏‮will‬‏ ‏‮not‬‏ ‏‮be‬‏ ‏‮previewed.‬‏ @@ -5722,8 +5739,8 @@ ‏‮Members‬‏ ‏‮with‬‏ ‏‮this‬‏ ‏‮permission‬‏ ‏‮can‬‏ ‏‮drag‬‏ ‏‮other‬‏ ‏‮members‬‏ ‏‮out‬‏ ‏‮of‬‏ ‏‮this‬‏ ‏‮channel.‬‏ ‏‮They‬‏ ‏‮can‬‏ ‏‮only‬‏ ‏‮move‬‏ ‏‮members‬‏ ‏‮between‬‏ ‏‮channels‬‏ ‏‮both‬‏ ‏‮they‬‏ ‏‮and‬‏ ‏‮the‬‏ ‏‮member‬‏ ‏‮they‬‏ ‏‮are‬‏ ‏‮moving‬‏ ‏‮have‬‏ ‏‮access.‬‏ ‏‮Move‬‏ ‏‮To‬‏ ‏‮User‬‏ ‏‮has‬‏ ‏‮been‬‏ ‏‮moved‬‏ ‏‮to‬‏ ‏‮the‬‏ ‏‮selected‬‏ ‏‮channel.‬‏ - ‏‮Alert‬‏ ‏‮Cleared‬‏ - ‏‮No‬‏ ‏‮Alert‬‏ ‏‮Showing‬‏ + ‏‮Alert‬‏ ‏‮Cleared‬‏ + ‏‮No‬‏ ‏‮Alert‬‏ ‏‮Showing‬‏ ‏‮New‬‏ ‏‮notification‬‏ ‏‮Remove‬‏ ‏‮%1$s‬‏ ‏‮More‬‏ ‏‮than‬‏ %1$d ‏‮new‬‏ ‏‮notifications‬‏ @@ -6313,6 +6330,7 @@ ‏‮Get‬‏ ‏‮a‬‏ ‏‮one-time‬‏ ‏‮login‬‏ ‏‮code‬‏ ‏‮Enter‬‏ ‏‮code‬‏ ‏‮to‬‏ ‏‮login‬‏ ‏‮Continue‬‏ + ‏‮Send‬‏ ‏‮me‬‏ ‏‮a‬‏ ‏‮one-time‬‏ ‏‮login‬‏ ‏‮code‬‏ ‏‮instead‬‏ ‏‮Resend‬‏ ‏‮Log‬‏ ‏‮in‬‏ ‏‮with‬‏ ‏‮your‬‏ ‏‮phone‬‏ ‏‮number‬‏ ‏‮or‬‏ ‏‮email.‬‏ ‏‮We’ll‬‏ ‏‮send‬‏ ‏‮you‬‏ ‏‮a‬‏ ‏‮one-time‬‏ ‏‮code‬‏ ‏‮to‬‏ ‏‮log‬‏ ‏‮in.‬‏ ‏‮Hi‬‏ ‏‮again!‬‏ @@ -7416,7 +7434,7 @@ ‏‮Upload‬‏ ‏‮an‬‏ ‏‮image‬‏ ‏‮under‬‏ ‏‮256kb‬‏ ‏‮or‬‏ ‏‮pick‬‏ ‏‮a‬‏ ‏‮custom‬‏ ‏‮emoji‬‏ ‏‮from‬‏ ‏‮this‬‏ ‏‮server.‬‏ ‏‮We‬‏ ‏‮recommend‬‏ ‏‮at‬‏ ‏‮least‬‏ ‏‮64x64‬‏ ‏‮pixels.‬‏ ‏‮Members‬‏ ‏‮will‬‏ ‏‮see‬‏ ‏‮the‬‏ ‏‮icon‬‏ ‏‮for‬‏ ‏‮their‬‏ ‏‮highest‬‏ ‏‮role‬‏ ‏‮if‬‏ ‏‮they‬‏ ‏‮have‬‏ ‏‮multiple‬‏ ‏‮roles.‬‏ ‏‮Emoji‬‏ ‏‮Upload‬‏ ‏‮Image‬‏ - ‏‮**!!‬‏‏‮{roleName}‬‏‏‮!!**‬‏ ‏‮(Included‬‏ ‏‮in‬‏ ‏‮Boosting)‬‏ + ‏‮**!!‬‏‏‮{roleName}‬‏‏‮!!**‬‏ ‏‮Browse‬‏ ‏‮Files‬‏ ‏‮Oh‬‏ ‏‮no!‬‏ ‏‮File‬‏ ‏‮is‬‏ ‏‮too‬‏ ‏‮big.‬‏ ‏‮Please‬‏ ‏‮select‬‏ ‏‮a‬‏ ‏‮.png‬‏ ‏‮or‬‏ ‏‮.jpg‬‏ ‏‮256kb‬‏ ‏‮or‬‏ ‏‮smaller.‬‏ ‏‮Choose‬‏ ‏‮a‬‏ ‏‮PNG‬‏ ‏‮or‬‏ ‏‮JPG‬‏ ‏‮to‬‏ ‏‮upload‬‏ @@ -9056,9 +9074,6 @@ ‏‮User‬‏ ‏‮Management‬‏ ‏‮User‬‏ ‏‮Actions‬‏ ‏‮About‬‏ ‏‮Me‬‏ - ‏‮Set‬‏ ‏‮a‬‏ ‏‮Server‬‏ ‏‮Avatar‬‏ - ‏‮Set‬‏ ‏‮a‬‏ ‏‮Server‬‏ ‏‮Nickname‬‏ ‏‮and‬‏ ‏‮Avatar‬‏ - ‏‮Set‬‏ ‏‮a‬‏ ‏‮Server‬‏ ‏‮Nickname‬‏ ‏‮Message‬‏ ‏‮I\'m‬‏ ‏‮new‬‏ ‏‮to‬‏ ‏‮Discord,‬‏ ‏‮say‬‏ ‏‮hi!‬‏ ‏‮About‬‏ ‏‮Me‬‏ diff --git a/app/src/main/res/values-bg/plurals.xml b/app/src/main/res/values-bg/plurals.xml index dff24ce906..7880473c64 100644 --- a/app/src/main/res/values-bg/plurals.xml +++ b/app/src/main/res/values-bg/plurals.xml @@ -260,6 +260,18 @@ 1 с {seconds} с + + {#} друг + {#} други + + + {#} друг + {#} други + + + {#} друг + {#} други + {count} слот {count} слотове @@ -1388,7 +1400,7 @@ {count} общи сървъри - 1 други + 1 друг {count} други diff --git a/app/src/main/res/values-bg/strings.xml b/app/src/main/res/values-bg/strings.xml index b82d414c86..7b3fb98039 100644 --- a/app/src/main/res/values-bg/strings.xml +++ b/app/src/main/res/values-bg/strings.xml @@ -140,6 +140,18 @@ Тази настройка позволява на приятели да се присъединяват към играта ти, без да изпращат заявка. Позволи на участници в гласовия канал да се присъединяват към играта ти. Тази настройка позволява на хора, които са в същия гласов канал като теб, да се присъединяват към играта ти, без да изпращат заявка. Тази функция работи само в необщностни сървъри. + Кажи ни впечатленията си от активността + Контролите на активността са объркващи + Контролите на активността бяха объркващи + Активността не се зареди правилно + Активността се бавеше или забиваше + Активността не беше забавна + Активността не се зарежда правилно + Активността се бави или забива + Активността не е забавна + Как ти се стори !!{applicationName}!!? + Какво можеше да е по-добре? + Благодарим ти, че ни каза за проблема! Мненията с обратна връзка като твоето ни помагат да подобряваме активностите. Настройки за дейност Статус на дейност Добавяне @@ -1140,7 +1152,6 @@ Промяна на псевдоним на приятел Промяна на аватара за сървъра Промяна на иконата - Промяна на самоличността Задаването на различен аватар за всеки от твоите сървъри в момента се предлага само на ограничен брой хора. Разбрах Псевдоним (деактивирано) @@ -1982,10 +1993,14 @@ Не си оторизиран да активираш тестов режим за това приложение. Изчистване Невалиден ID за приложението + Локален хост Въведи своя ID в приложението на Discord, за да активираш тестов режим за това приложение. Приложението в тестов режим ще ти позволи да видиш свързаните непубликувани SKU и да заобиколиш свързаните покупки, за да се улесни разработването. Тестов режим на приложението Въведи своя ID за приложението на Discord, за да активираш тестов режим за това приложение. + Избери вид произход на URL (само за вградени приложения) ID за приложението + Номер на порт на локален хост + Прокси на Discord Режим на разработчик Режим на разработчик дава достъп до контекстуални менюта, които са полезни за хора, които създават ботове, използвайки [Discord API]({apiDocsUrl}). Активира възможността за изпращане на доклад за грешка на Discord, след като направиш скрийншот @@ -2029,7 +2044,7 @@ Разкачването на твоя акаунт може да доведе до напускане на някои сървъри, към които си се присъединил с него. Разкачване !!{name}!! Разкачане от глас - Затвори + Прекъсни връзката Затвори Потребителят е бил изключен от гласов разговор. Присъедини се към над 100 милиони човека, които използват Discord да говорят и да се събират с общности и приятели. @@ -2106,6 +2121,46 @@ Изпратихме ти инструкции за да промениш паролата си на **!!{email}!!**, провери пощата си и папката за спам. Инструкциите са изпратени Вграждане на връзки + Вече участваш в активност + !!{username}!! и още {count} участват + !!{username}!! и още {count} играят + !!{username}!! и още {count} гледат + Нова мултиплеър игра с мистерии, която можеш да играеш директно в този гласов канал! + Играй Betrayal със сървъра си! + Присъедини се към !!{applicationName}!! + Играй !!{applicationName}!! с приятели! + Грешка {code} + Виж кълве ли с приятели в новата ни игра Fishington.io! + Играй Fishington с приятели! + Общуваш си в !!{guildName}!! + В активност + В активност + В !!{applicationName}!! + Активността свърши + Изпрати връзка с покана за активност на приятел + в + Покани в активност + !!{username}!! участва в активност + !!{username}!! играе + !!{username}!! гледа + Включи се в активност + Стартиране на активност + Напусни активност + Очаквай скоро още активности! + Започни игра на Poker Night директно в гласовия канал! + Играй покер с приятели + До {count} участници + Участници – {numUsers} + Играеш !!{applicationName}!! + Играеш в !!{guildName}!! + Сподели тази връзка с други, за да дадеш достъп до този сървър и да се включиш в активността + Стартирай активност + Начало на !!{applicationName}!! + Неограничени участници + Гледаш !!{applicationName}!! + Гледаш в !!{guildName}!! + Наслаждавайте се заедно на YouTube видеа директно в гласовия канал! + Гледай YouTube с приятели! Емотикони Добави към любими Налично с Nitro @@ -2857,7 +2912,7 @@ Получи {skuName}! {time} {time} - Х-м, изглежда, че някой друг вече е завил този подарък. + Хм, изглежда, че някой друг вече е завил този подарък. Изглежда, че вече си заявил този подарък. {skuName} е в твоята [Библиотека](onViewInLibrary). Изглежда, че вече си заявил този подарък. Изглежда, че вече си заявил този подарък. @@ -3064,6 +3119,7 @@ {date} на {time} Сигурен(а) ли си, че искаш да изтриеш това събитие? Изтриване на събитие? + Крайната дата трябва да е след началната Проявяват интерес: {count} {count} интерес Ще получиш известие, когато събитието стартира @@ -3119,7 +3175,6 @@ Друго Потърсих сървър онлайн Твоят отговор - Бъди това, което искаш, и използвай различен аватар за всеки от своите сървъри, отключи анимирани аватари [и още много с Discord Nitro!](onAndMore) Искаш да използваш различен аватар? !!{guild}!! членове Не бяха открити членове. @@ -5493,6 +5548,7 @@ О, не, възникнала е грешка. Код {code} Discord трябва да инсталира някои неща преди да можем да стартираме играта ти. Инсталиране ({progress} от {total}). Discord трябва да инсталира някои неща преди да можем да стартираме играта ти. Инсталиране {name} ({progress} от {total}). + В момента е активен тестов режим за **!!{applicationName}!!**. Твоето приложение би трябвало да се появява като опция в менюто на бутона с активности. Вземи персонализирани функции и инструменти, които да ти помогнат да управляваш общността си. Изглежда хардуерното изключване на звука за микрофон **{vendorName} {modelName}** е активирано. Предлагаме да добавиш телефон към настройките си за двойно удостоверяване, като резервен вариант. @@ -5701,6 +5757,7 @@ Оранжево За да използваш „Споделяне на екрана“, моля, актуализирай до най-новата версия на ОС Изискване за версия на ОС + Друго Други езици Други опции Други реакции @@ -6804,7 +6861,6 @@ Избор на изображение Емотикон Качване на изображение - **!!{roleName}!!** (Включено в усилването) Разглеждане на файлове О, не! Файлът е твърде голям. Моля, избери .png или .jpg от 256kb или по-малък. Избери PNG или JPG файл за качване @@ -6957,6 +7013,9 @@ Разрешава на членовете да говорят в тези гласови канали. Ако разрешението е деактивирано, членовете по подразбиране са с изключен микрофон, докато някой с разрешението „Заглушаване на членове“ не включи звука отново. Разреши на членовете да бъдат говорители в този канал. Разрешава на членовете да говорят в този гласов канал. Ако разрешението е деактивирано, членовете по подразбиране са с изключен микрофон, докато някой с разрешението „Заглушаване на членове“ не включи звука отново. + Разрешава на членовете да стартират активност на този сървър. + Разрешава на членовете да стартират активност в тези гласови канали. + Разрешава на членовете да стартират активност в този гласов канал. Разрешава на членовете да споделят видео и екрана си или да стриймват игра в този сървър. Разрешава на членовете да споделят видео и екрана си или да стриймват игра в тези гласови канали. Разрешава на членовете да споделят видео и екрана си или да стриймват игра в този гласов канал. @@ -7347,6 +7406,7 @@ Изговори съобщение !!{name}!! – говорител {count} + Гледай Зрители – {numViewers} Проверка на правописа Спойлер @@ -7502,6 +7562,7 @@ Канал на сцена Старт Започни обаждане + Стартирай активности Старт на събитие Всеки момент ще стартираш събитието $[**!!{privacyLevel}!!**](privacyLevelHook) Напът си да стартираш това събитие @@ -8296,9 +8357,6 @@ Потребителска информация Управление на членове За мен - Задай аватар за сървъра - Задай псевдоним и аватар за сървъра - Задай псевдоним за сървъра Съобщение Нов съм в Discord, кажи „Здрасти“! За мен @@ -8453,6 +8511,7 @@ Отваряне на Discord Виж нашите [Условия за ползване]({termsLink}) и [Политика за поверителност]({privacyLink}). Банер на профила + Цвят на профил Персонализирани По подразбиране Премахване на аватар diff --git a/app/src/main/res/values-cs/plurals.xml b/app/src/main/res/values-cs/plurals.xml index a686952117..2f014177b3 100644 --- a/app/src/main/res/values-cs/plurals.xml +++ b/app/src/main/res/values-cs/plurals.xml @@ -91,19 +91,19 @@ {#} let - 1 člověk - {count} lidé - {count} lidí + 1 člověk + {count} lidé + {count} lidí - 1 člověk - {count} lidé - {count} lidí + 1 člověk + {count} lidé + {count} lidí - 1 člověk - {count} lidé - {count} lidí + 1 člověk + {count} lidé + {count} lidí {#} měsíc @@ -296,6 +296,21 @@ 1 s {seconds} s + + {#} další + {#} další + {#} dalších + + + {#} další + {#} další + {#} dalších + + + {#} další + {#} další + {#} dalších + {count} pozice {count} pozic @@ -1580,9 +1595,9 @@ {count} společných serverů - 1 další - {count} další - {count} dalších + 1 další + {count} další + {count} dalších 1 použití diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml index 31ad0e6a77..73488913c6 100644 --- a/app/src/main/res/values-cs/strings.xml +++ b/app/src/main/res/values-cs/strings.xml @@ -140,6 +140,18 @@ Toto nastavení umožní přátelům připojit se k tvé hře, aniž by museli posílat žádosti. Umožni účastníkům hlasového kanálu, aby se přidali k tvé hře. Toto nastavení umožní lidem, kteří jsou ve stejném hlasovém kanálu jako ty, aby se připojili k tvé hře, aniž by museli posílat žádost. Tuto funkci lze použít jenom mimo komunitní servery. + Popiš nám svůj dojem z aktivit + Ovládání aktivity je matoucí + Ovládání aktivity bylo matoucí + Aktivita se nenačetla správně + Aktivita lagovala nebo zamrzala + Aktivita mě nebavila + Aktivita se nenačítá správně + Aktivita laguje nebo zamrzá + Aktivita mě nebaví + Jak to šlo v !!{applicationName}!!? + Co mohlo být lepší? + Děkujeme za oznámení problému! Tvoje zpětná vazba nám pomůže aktivity dál vylepšovat. Nastavení aktivity Stav aktivity Přidat @@ -169,7 +181,7 @@ DiscordTag je falešné uživatelské jméno. Zadej skutečné uživatelské jméno a tag svého kamaráda. Mělo by to vypadat nějak takhle: RozhodněPravéJméno#0000 **!!{discordTag}!!** nepřijímá žádosti o přátelství. Abyste se mohli spřátelit, musí si tě přidat. Jsme víc než jen čísla… jsme lidé! Zadej uživatelské jméno a tag. Mělo by to vypadat nějak takhle: RozhodněPravéJméno#0000 - Hm, nefunguje to. Znovu zkontroluj velká písmena, překlepy, mezery a čísla. + Hm, nefunguje to. Znovu zkontroluj velká písmena, překlepy, mezery a čísla. Do tvého seznamu už se nevejdou žádní přátelé. Vítej v elitním klubu s 1 000 přáteli! Potřebujeme znát čtyřčíselný tag !!{username}!!, abychom věděli, který z nich to je. Přítel @@ -561,13 +573,13 @@ Sex Násilí $[!!{user1}!!](user1Hook) a $[!!{user2}!!](user2Hook) tohle hráli - Z tvých známých už dříve hrálo: **{count}** + Z tvých známých už dříve hrálo: **{count}** $[!!{user1}!!](user1Hook) tohle hrál $[!!{user1}!!](user1Hook) a $[!!{user2}!!](user2Hook) právě hrají - Z tvých známých právě hraje: **{count}** + Z tvých známých právě hraje: **{count}** $[!!{user1}!!](user1Hook) právě hraje $[!!{user1}!!](user1Hook) a $[!!{user2}!!](user2Hook) hráli nedávno - Z tvých známých nedávno hrálo: **{count}** + Z tvých známých nedávno hrálo: **{count}** $[!!{user1}!!](user1Hook) hrál nedávno Nedostupné pro tvůj region Rich Presence @@ -1141,7 +1153,6 @@ Změnit přezdívku kamaráda Změnit avatar pro server Změnit ikonu - Změnit identitu Možnost nastavení různého avatara pro každý server je momentálně dostupná jen omezenému počtu lidí. Rozumím Přezdívka (vypnuto) @@ -1988,10 +1999,14 @@ Nemáš oprávnění k povolení zkušebního režimu této aplikace. Vyčistit Neplatné ID aplikace + Localhost Chceš-li povolit zkušební režim aplikace Discord zadej její ID. Aplikace ve zkušebním režimu ti umožní zobrazit příslušné nezveřejněné SKU a obejít příslušné nákupy pro usnadnění vývoje. Zkušební režim aplikace K povolení zkušebního režimu Discord aplikace zadej její ID. + Vybrat typ původu URL (pouze vložené aplikace) ID aplikace + Číslo portu Localhost + Discord Proxy Vývojářský režim Vývojářský režim zobrazuje položky kontextové nabídky, které jsou užitečné pro ty, kdo píší boty s pomocí [Discord API]({apiDocsUrl}). Zapne možnost odeslání chybového hlášení po tom, co uděláš snímek obrazovky @@ -2112,6 +2127,46 @@ Poslali jsme ti pokyny ke změně tvého hesla na e-mail: **!!{email}!!*, prosím zkontrolujte doručené zprávy a nevyžádanou poštu. Pokyny odeslány Vkládat odkazy + Už je v aktivitě + !!{username}!! a {count} se účastní + !!{username}!! a {count} hrají + !!{username}!! a {count} sledují + Nová detektivní hra pro více hráčů, kterou můžete hrát přímo v tomto hlasovém kanálu! + Zahraj si se svým serverem Betrayal! + Přidat se k !!{applicationName}!! + Zahraj si s přáteli !!{applicationName}!!! + Chyba {code} + Ulovte s přáteli pár ryb v naší nové hře Fishington.io! + Zahraj si s přáteli Fishington! + Baví se v !!{guildName}!! + V aktivitě + V aktivitě + V !!{applicationName}!! + Aktivita skončila + Pošli kamarádovi odkaz s pozvánkou k aktivitě + v + Pozvat k aktivitě + !!{username}!! je v aktivitě + !!{username}!! hraje + !!{username}!! sleduje + Připojit se k aktivitě + Spouštění aktivity + Opustit aktivitu + Již brzy vyhlížej další aktivity! + Otevři hru Poker Night přímo v hlasovém kanálu! + Zahraj si s přáteli poker + Až {count} účastníků + Účastníci – {numUsers} + Hraje !!{applicationName}!! + Hraje v !!{guildName}!! + Sdílej odkaz s ostatními, kterým chceš dát přístup k tomuto serveru a aktivitě + Zahájit aktivitu + Spustit !!{applicationName}!! + Neomezený počet účastníků + Sleduje !!{applicationName}!! + Sleduje v !!{guildName}!! + Bavte se společně videi na YouTube přímo v hlasovém kanálu! + Dívej se s kamarády na YouTube! Smajlíci Přidat do oblíbených Dostupné s Nitrem @@ -2779,7 +2834,7 @@ Ve frontě Oprava – {progress} z {total} (!!{percent}!! %%) Ověřování instalace – {progress} z {total} (!!{percent}!! %%) - Čekání na pozastavení jiného stahování – {progress} z {total} (!!{percent}!! %%) + Čekání na pozastavení jiného stahování – {progress} z {total} (!!{percent}!! %%) Čekání na pozastavení jiného stahování Instalace opravy – {progress} z {total} (!!{percent}!! %%) Instalace opravy – {progress} z {total} (!!{percent}!! %%) – {timeRemaining} @@ -3017,7 +3072,7 @@ Můžeš nám k tomu říct cokoli bližšího? Server už nebyl aktivní Nepodařilo se mi přilákat lidi - Jiný důvod + Jiné Děkujeme za oznámení problému! Tvoje zpětná vazba nám pomůže udělat z Discordu lepší místo. Zajímalo mě, jak vypadá tento server nebo šablona Server sloužil k testování funkcí nebo botů @@ -3070,6 +3125,7 @@ {date} v {time} Opravdu chceš tuto událost odstranit? Odstranit událost? + Datum ukončení musí být později než datum zahájení {count} má zájem {count} má zájem Až událost začne, dáme ti vědět @@ -3125,7 +3181,6 @@ Jiný důvod Hledal/a jsem tento server online Tvoje odpověď - Buď tím, kým chceš, a na každém ze svých serverů používej různé avatary, odemkni animované avatary, [a více s Discordem Nitro!](onAndMore) Chceš raději jiný avatar? !!{guild}!! členů Nebyli nalezeni žádní členové. @@ -3179,7 +3234,7 @@ Byznys/Značka Tvůrce obsahu / Osobnost Zájmová skupina nebo komunita fanoušků - Ostatní + Jiné Otevřený software Tvoje údaje Dále budeme potřebovat pár informací o tobě jakožto majiteli serveru. @@ -4076,7 +4131,7 @@ Skrýt osobní údaje Vydrž Úvod - Haló. Píp. Píp. Jestli chceš na tento server pozvat kamarády, klikni na název serveru vlevo nahoře a vyber „!!{invitePeople}!!“. Píp! + Haló. Píp. Píp. Jestli chceš na tento server pozvat kamarády, klikni na název serveru vlevo nahoře a vyber „!!{invitePeople}!!“. Píp! Chorvatština Maďarština Vyber kategorii @@ -5499,6 +5554,7 @@ Ale ne, došlo k chybě. Kód {code} Než hru spustíme, musí Discord nainstalovat nějaké věci. Instaluji ({progress} z {total}). Než hru spustíme, musí Discord nainstalovat nějaké věci. Instaluji {name} ({progress} z {total}). + **!!{applicationName}!!** je aktuálně ve zkušebním režimu. Tvá aplikace by měla být vidět jako jedna z možností v nabídce tlačítek aktivit. Získej funkce a nástroje přímo na míru, které ti pomohou vést tvou komunitu. Vypadá to, že mikrofon **{vendorName} {modelName}** je hardwarově ztlumený. Doporučujeme k tvému dvoufázovému ověření přidat telefon jako zálohu. @@ -5707,6 +5763,7 @@ Oranžová Jestli chceš používat sdílení obrazovky, aktualizuj svůj OS na nejnovější verzi. Požadovaná verze OS + Jiné Další jazyky Další možnosti Další reakce @@ -6810,7 +6867,6 @@ Vybrat obrázek Smajlíci Nahrát obrázek - **!!{roleName}!!** (součástí vylepšování) Procházet soubory Ale ne! Soubor je moc veliký. Vyber prosím soubor PNG nebo JPG do velikosti 256 kb. Vyber obrázek ve formátu PNG nebo JPG pro nahrání @@ -6963,6 +7019,9 @@ Umožní členům hovořit v těchto hlasových kanálech. Pokud je tato možnost vypnutá, mají členové automaticky ztlumené mikrofony, dokud jim ztlumení nezruší někdo s oprávněním „Vypnout členům mikrofon“. Povolit členům vystupovat v tomto kanálu jako řečník. Umožní členům hovořit v tomto hlasovém kanále. Pokud je tato možnost vypnutá, mají členové automaticky ztlumené mikrofony, dokud jim ztlumení nezruší někdo s oprávněním „Vypnout členům mikrofon“. + Umožní členům spouštět aktivity na tomto serveru. + Umožní členům spouštět aktivity v těchto hlasových kanálech. + Umožní členům spouštět aktivity v tomto hlasovém kanálu. Umožní členům na tomto serveru sdílet video, obrazovku nebo streamovat hru. Umožní členům sdílet v těchto hlasových kanálech video, obrazovku nebo streamovat hru. Umožní členům sdílet v tomto hlasovém kanále video, obrazovku nebo streamovat hru. @@ -7353,6 +7412,7 @@ Přečíst zprávu !!{name}!! – Řečník {count} + Sledovat Diváků – {numViewers} Kontrola pravopisu Spoiler @@ -7508,6 +7568,7 @@ Řečnický kanál Začít Zahájit hovor + Zahájit aktivity Zahájit akci Chystáš se zahájit tuto $[**!!{privacyLevel}!!**](privacyLevelHook) událost Chystáš se zahájit tuto událost @@ -8302,9 +8363,6 @@ Údaje uživatele Správa uživatelů O mně - Nastavit avatar pro server - Nastavit přezdívku a avatar pro server - Nastavit přezdívku pro server Zpráva Jsem na Discordu nový, řekni ahoj! O mně @@ -8459,6 +8517,7 @@ Otevřít Discord Přečti si [Podmínky využívání služeb]({termsLink}) a [Zásady na ochranu osobních údajů]({privacyLink}). Banner profilu + Barva profilu Vlastní Výchozí Odebrat avatar @@ -8587,7 +8646,7 @@ Detekce pozadí byla při mém pohybu zpomalená Ohraničení kolem mě bylo rozmazané nebo nasvícené Na obrazovce mi něco problikávalo - Jiný důvod + Jiné Narazil jsi na problém? Děkujeme za oznámení problému! Tvoje zpětná vazba nám pomůže pozadí videa vylepšovat Odebrat pozadí diff --git a/app/src/main/res/values-da/plurals.xml b/app/src/main/res/values-da/plurals.xml index 58a26261d9..bd52825633 100644 --- a/app/src/main/res/values-da/plurals.xml +++ b/app/src/main/res/values-da/plurals.xml @@ -260,6 +260,18 @@ 1s {seconds}s + + {#} anden + {#} andre + + + {#} anden + {#} andre + + + {#} anden + {#} andre + {count} plads {count} pladser @@ -1381,7 +1393,7 @@ {count} Gensidige servere - 1 andet + 1 anden {count} andre diff --git a/app/src/main/res/values-da/strings.xml b/app/src/main/res/values-da/strings.xml index 833c9fd919..f7b618eef2 100644 --- a/app/src/main/res/values-da/strings.xml +++ b/app/src/main/res/values-da/strings.xml @@ -140,6 +140,18 @@ Denne indstilling tillader dine venner at tilslutte sig til dit spil uden at sende en anmodning. Tillad deltagere i din stemmekanal at tilslutte sig til dit spil. Denne indstilling giver personer, der er i samme stemmekanal som dig, mulighed for at deltage i dit spil uden at sende en anmodning. Denne funktion fungerer kun på servere uden for communitiet. + Fortæl os om din oplevelse + Aktivitetskontrollerne er forvirrende + Aktivitetskontrollerne var forvirrende + Aktiviteten blev ikke indlæst korrekt + Aktiviteten var forsinket eller frøs + Aktiviteten var ikke sjov + Aktivitet indlæses ikke korrekt + Aktiviteten er forsinket eller fryser + Aktiviteten er ikke sjov + Hvordan gik det med !!{applicationName}!!? + Hvad kunne være gået bedre? + Tak fordi du rapporterede dit problem! Feedback som din hjælper os med at forbedre aktiviteterne. Indstillinger for aktivitet Aktivitetsstatus Tilføj @@ -1133,7 +1145,6 @@ Ændr din vens kaldenavn Ændre server-avatar Skift ikon - Skift identitet Angivelse af en anden avatar for hver af dine servere er i øjeblikket kun tilgængelig for et begrænset antal mennesker. Forstået Kaldenavn (Deaktiveret) @@ -1975,10 +1986,14 @@ Ikke godkendt til at aktivere testtilstand for dette program. Ryd Ugyldigt program-ID + Localhost Indtast dit Discord program-ID for at aktivere testtilstand for det pågældende program. Et program i testtilstand giver dig mulighed for at se relaterede upublicerede SKU\'er og omgå forbundne køb for at gøre udviklingen nemmere. Testtilstand for programmet Indtast dit Discord program-ID for at aktivere testtilstand for det pågældende program. + Vælg URL-origin-type (kun indlejrede apps) Program-ID + Localhost portnummer + Discord Proxy Udviklertilstand Udviklertilstand udstiller punkter i indholdsmenuen som hjælpsomme for personer, der skriver bots vha. [Discord API]({apiDocsUrl}). Aktiverer muligheden for at sende en fejlrapport til Discord, når du har taget et screenshot @@ -2099,6 +2114,46 @@ Vi har sendt instruktioner til at ændre din adgangskode til **!!{email}!!**, tjek din indbakke og spammappe. Instruktioner sendt Indbyg links + Allerede i aktivitet + !!{username}!! og {count} deltager + !!{username}!! og {count} spiller + !!{username}!! og {count} ser med + Et nyt multiplayer-mysteriespil, der kan spilles lige her i denne talekanal! + Spil Betrayal med din server! + Join i !!{applicationName}!! + Spil !!{applicationName}!! med dine venner! + Fejl {code} + Fang nogle fisk sammen med dine venner i vores nye spil Fishington.io! + Spil Fishington med dine venner! + Hænger ud i !!{guildName}!! + I aktivitet + I aktivitet + I !!{applicationName}!! + Aktiviteten er afsluttet + Send invitationslink til aktivitet til en ven + i + Inviter til aktivitet + !!{username}!! er i en aktivitet + !!{username}!! spiller + !!{username}!! ser + Join aktivitet + Starter aktivitet + Forlad aktivitet + Der vil snart komme flere aktiviteter! + Start et spil Poker Night direkte i talekanalen! + Spil poker med dine venner + Op til {count} deltagere + Deltagere - {numUsers} + Spiller !!{applicationName}!! + Spiller i !!{guildName}!! + Del dette link med andre for at give adgang til denne server og joine aktiviteten + Start an aktivitet + Start !!{applicationName}!! + Ubegrænset antal deltagere + Ser !!{applicationName}!! + Ser med i !!{guildName}!! + Nyd YouTube-videoer sammen direkte inde i talekanalen! + Se YouTube med dine venner! Emoji Tilføj til favoritter Tilgængelig med Nitro @@ -2766,8 +2821,8 @@ I kø Reparerer — {progress} af {total} (!!{percent}!!%%) Bekræfter installation – {progress} af {total} (!!{percent}!!%%) - Venter på en anden download for at holde pause — {progress} for {total} (!!{percent}!!%%) - Venter på en anden download for at holde pause + Venter på en anden download sættes på pause — {progress} for {total} (!!{percent}!!%%) + Venter på en anden download sættes på pause Patcher — {progress} af {total} (!!{percent}!!%%) Patcher — {progress} af {total} (!!{percent}!!%%) — {timeRemaining} tilbage Patcher — {progress} af {total} (!!{percent}!!%%) — {timeRemaining} tilbage @@ -2884,7 +2939,7 @@ Forsøg at sende et andet gave-link! Hvis du gik glip af det, forsøg at spørg efter et andet link! Gave-link er ikke gyldigt - Gave-linket er enten udløbet eller er blevet tilbagekaldt. Afsenderen kan stadig oprette et nyt link til at sende igen. + Gave-linket er enten udløbet eller tilbagekaldt. Afsenderen kan stadig oprette et nyt link til at sende igen. Gave-linket er enten udløbet eller er blevet tilbagekaldt. Du kan stadig oprette et nyt link til at sende igen. Du har modtaget en gave, men… Du har sendt en gave, men… @@ -3057,6 +3112,7 @@ {date} ved {time} Er du sikker på, at du vil slette dette event? Slet event? + Slutdato skal ligge efter startdato {count} Interesseret {count} interesserede Du vil få en besked, når eventet starter @@ -3112,7 +3168,6 @@ Andet Jeg søgte efter serveren online Dit svar - Vær den, du ønsker at være, og brug en anden avatar på hver af dine servere, lås op for animerede avatarer, [og meget mere med Discord Nitro!](onAndMore) Ønsker du at bruge en anden avatar? !!{guild}!! medlemmer Ingen medlemmer blev fundet. @@ -4137,7 +4192,7 @@ Rediger indstillinger Rediger indstillinger for !!{guildName}!! Hvad er en elevhub? - Går du på en anden skole? [Tilmeld dig her](onClick) + Går du på en anden skole? [Join her](onClick) Du er blevet inviteret til at joine en hub Du sendte en invitation til at joine en hub Inviter venner til Elevhubben for din skole @@ -5486,6 +5541,7 @@ Åh nej, der er sket en fejl. Kode {code} Discord skal installere nogle ting, før vi kan starte dit spil. Installerer ({progress} af {total}). Discord skal installere nogle ting, før vi kan starte dit spil. Installerer {name} ({progress} af {total}). + Testtilstand er i øjeblikket aktiv for **!!{applicationName}!!**. Din applikation bør vises som en mulighed i aktivitetsmenuen. Få skræddersyede funktioner og værktøjer, der kan hjælpe dig med at få dit community til at blive større. Nå, det ser ud til at **{vendorName} {modelName}** mikrofonens hardware-stum-knap er trykket ned. Vi foreslår dig at tilføje et telefonnummer til dine to-faktor autentificeringsindstillinger som en backup. @@ -5694,6 +5750,7 @@ Orange Opdater venligst til nyeste OS-version for at kunne anvende skærmdeling Styresystem - Versionskrav + Andet Andre sprog Andre valgmuligheder Andre reaktioner @@ -6792,7 +6849,6 @@ Vælg billede Emoji Upload billede - **!!{roleName}!!** (Inkluderet i Boosting) Gennemse filer Åh nej! Filen er for stor. Vælg en .png eller .jpg på højst 256 kb. Vælg en PNG- eller JPG-fil, du vil uploade @@ -6945,6 +7001,9 @@ Tillader medlemmerne mulighed for at tale i disse talekanaler. Hvis denne tilladelse er deaktiveret, slås medlemmer som standard fra, indtil en person med tilladelsen “Gør medlemmer stumme” slår dem fra. Tillader medlemmer at være talere i denne kanal. Tillader medlemmerne mulighed for at tale i denne talekanal. Hvis denne tilladelse er deaktiveret, slås medlemmer som standard fra, indtil en person med tilladelsen “Gør medlemmer stumme” slår dem fra. + Tillader medlemmerne mulighed for at starte en aktivitet i denne server. + Tillader medlemmerne mulighed for at starte en aktivitet i disse talekanaler. + Tillader medlemmerne mulighed for at starte en aktivitet i denne talekanal. Giver medlemmer mulighed for at dele deres video, skærmdeling eller streame et spil på denne server. Giver medlemmer mulighed for at dele deres video, skærmdeling eller streame et spil i disse talekanaler. Giver medlemmer mulighed for at dele deres video, skærmdeling eller streame et spil i denne talekanal. @@ -7335,6 +7394,7 @@ Indtal besked !!{name}!! - Taler {count} + Se på Tilskuer - {numViewers} Stavekontrol Spoiler @@ -7490,6 +7550,7 @@ Podiekanal Begynd Start opkald + Start aktiviteter Start event Du er ved at starte dette $[**!!{privacyLevel}!!**](privacyLevelHook) event Du er ved at starte dette event @@ -8284,9 +8345,6 @@ Brugeroplysninger Brugeradministration Om mig - Angiv en server-avatar - Angiv et server-kaldenavn og avatar - Angiv et server-kaldenavn Besked Jeg er ny på Discord, sig hej! Om mig @@ -8441,6 +8499,7 @@ Åbn Discord Læs vores [Betingelser]({termsLink}) og [beskyttelse af privatlivets fred]({privacyLink}). Profilbanner + Profilfarve Brugertilpasset Standard Fjern avatar diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index 19ef9089b8..70b69b11f7 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -1153,7 +1153,6 @@ Nickname des Freundes ändern Server-Avatar ändern Icon ändern - Identität wechseln Die Nutzung verschiedener Avatare für jeden Server steht derzeit nur einer begrenzten Anzahl an Nutzern zur Verfügung. Alles klar Nickname (deaktiviert) @@ -3131,6 +3130,7 @@ {date} um {time} Bist du sicher, dass du dieses Event löschen möchtest? Event löschen? + Enddatum muss nach dem Startdatum sein. {count} interessiert {count} interessiert. Du wirst benachrichtigt, sobald das Event startet. @@ -3186,7 +3186,6 @@ Sonstiges Ich habe online nach einem Server gesucht. Deine Antwort - Mit Discord Nitro zeigst du anderen, wer du wirklich bist. Benutze einen anderen Avatar auf jedem deiner Server, schalte animierte Avatare frei [und vieles mehr!](onAndMore) Willst du einen anderen Avatar benutzen? !!{guild}!! Mitglieder Es wurden keine Mitglieder gefunden. @@ -6873,7 +6872,6 @@ Bild auswählen Emoji Bild hochladen - **!!{roleName}!!** (In Boost enthalten) Dateien durchsuchen Oh nein! Die Datei ist zu groß. Bitte wähle ein .png oder .jpg mit maximal 256 KB aus. Wähle ein PNG oder JPG zum Hochladen aus @@ -8374,9 +8372,6 @@ Benutzerinfos Benutzerverwaltung Über mich - Lege einen Server-Avatar fest - Lege Server-Nickname und -Avatar fest - Lege einen Server-Nickname fest Nachricht Ich bin neu auf Discord, sagt Hi! Über mich @@ -8531,6 +8526,7 @@ Discord öffnen Sieh dir unsere [Nutzungsbedingungen]({termsLink}) und [Datenschutzerklärung]({privacyLink}) an. Profilbanner + Profilfarbe Benutzerdefiniert Standard Avatar entfernen diff --git a/app/src/main/res/values-el/plurals.xml b/app/src/main/res/values-el/plurals.xml index 2b0b6d42ea..37c7b8ba23 100644 --- a/app/src/main/res/values-el/plurals.xml +++ b/app/src/main/res/values-el/plurals.xml @@ -260,6 +260,18 @@ {seconds}δε + + {#} άλλος + {#} άλλοι + + + {#} άλλος + {#} άλλοι + + + {#} άλλος + {#} άλλοι + {count} θέση {count} θέσεις @@ -1385,8 +1397,8 @@ {count} Κοινοί Διακομιστές - 1 ακόμα - {count} ακόμα + 1 άλλος + {count} άλλοι 1 χρήση diff --git a/app/src/main/res/values-el/strings.xml b/app/src/main/res/values-el/strings.xml index d94e4c8b84..9b392a0158 100644 --- a/app/src/main/res/values-el/strings.xml +++ b/app/src/main/res/values-el/strings.xml @@ -140,6 +140,18 @@ Αυτή η ρύθμιση επιτρέπει σε φίλους να συνδεθούν στο παιχνίδι σου χωρίς να στείλουν αίτημα. Επίτρεψε σε συμμετέχοντες του καναλιού ομιλίας να συνδεθούν στο παιχνίδι σου. Αυτή η ρύθμιση επιτρέπει σε άτομα που βρίσκονται στο ίδιο κανάλι ομιλίας με εσένα να συνδεθούν στο παιχνίδι σου χωρίς να στείλουν αίτημα. Αυτή η δυνατότητα λειτουργεί μόνο σε διακομιστές που δεν ανήκουν στην κοινότητα. + Πες μας περισσότερα για την εμπειρία της δραστηριότητάς σου + Ο χειρισμός της δραστηριότητας είναι ασαφής + Ο χειρισμός της δραστηριότητας ήταν ασαφής + Η δραστηριότητα δεν φόρτωσε σωστά + Η δραστηριότητα κολλούσε ή πάγωνε + Η δραστηριότητα δεν ήταν διασκεδαστική + Η δραστηριότητα δεν φορτώνει σωστά + Η δραστηριότητα κολλάει ή παγώνει + Η δραστηριότητα δεν είναι διασκεδαστική + Πώς πήγε το !!{applicationName}!!; + Τι θα μπορούσε να είχε πάει καλύτερα; + Ευχαριστούμε για την αναφορά του προβλήματός σου! Σχόλια σαν τα δικά σου βοηθούν στη βελτίωση των δραστηριοτήτων. Ρυθμίσεις δραστηριότητας Κατάσταση δραστηριότητας Προσθήκη @@ -561,7 +573,7 @@ Σεξ Βία $[!!{user1}!!](user1Hook) και $[!!{user2}!!](user2Hook) έχουν παίξει παλιότερα - **{count} που ξέρεις** έχουν ήδη παίξει + **{count} που ξέρεις** έχουν ξαναπαίξει $[!!{user1}!!](user1Hook) έχει παίξει παλιότερα $[!!{user1}!!](user1Hook) και $[!!{user2}!!](user2Hook) παίζουν αυτήν τη στιγμή **{count} που ξέρεις** παίζουν αυτήν τη στιγμή @@ -1141,7 +1153,6 @@ Αλλαγή ψευδώνυμου φίλου Αλλαγή άβαταρ διακομιστή Αλλαγή εικονιδίου - Αλλαγή ταυτότητας Ο ορισμός διαφορετικού άβαταρ σε κάθε διακομιστή προς το παρόν είναι διαθέσιμος σε περιορισμένο αριθμό ατόμων. Κατάλαβα Ψευδώνυμο (απενεργοποιημένο) @@ -1983,10 +1994,14 @@ Δεν υπάρχει εξουσιοδότηση ενεργοποίησης της δοκιμαστικής λειτουργίας για την παρούσα εφαρμογή. Διαγραφή Μη έγκυρο αναγνωριστικό εφαρμογής + Localhost Συμπλήρωσε το αναγνωριστικό της εφαρμογής σου Discord για να ενεργοποιήσεις τη δοκιμαστική λειτουργία για αυτήν την εφαρμογή. Με την εφαρμογή σε δοκιμαστική λειτουργία θα μπορείς να δεις σχετικά μη δημοσιευμένα προϊόντα και να παρακάμπτεις τις σχετικές αγορές, για να διευκολύνεται η ανάπτυξη της εφαρμογής. Δοκιμαστική Λειτουργία Εφαρμογής Συμπλήρωσε το αναγνωριστικό της εφαρμογής σου Discord για να ενεργοποιήσεις τη δοκιμαστική λειτουργία για αυτήν την εφαρμογή. + Επιλογή τύπου προέλευσης URL (μόνο για ενσωματωμένες εφαρμογές) Αναγνωριστικό Εφαρμογής + Αριθμός θύρας Localhost + Discord Proxy Λειτουργία προγραμματιστή Η λειτουργία προγραμματιστή αποκαλύπτει διάφορα στοιχεία που είναι χρήσιμα για άτομα που φτιάχνουν bots χρησιμοποιώντας το [Discord API]({apiDocsUrl}). Ενεργοποιεί τη δυνατότητα αποστολής αναφοράς σφάλματος στο Discord μετά από λήψη στιγμιότυπου οθόνης @@ -2107,6 +2122,46 @@ Σου στείλαμε οδηγίες για να αλλάξεις τον κωδικό σου σε **!!{email}!!**, έλεγξε τα εισερχόμενα της αλληλογραφίας σου, αλλά και τον φάκελο με τα ανεπιθύμητα μηνύματα. Οι οδηγίες στάλθηκαν Ενσωμάτωση Συνδέσμων + Ήδη σε δραστηριότητα + Ο χρήστης !!{username}!! και {count} συμμετέχουν + Ο χρήστης !!{username}!! και {count} παίζουν + Ο χρήστης !!{username}!! και {count} παρακολουθούν + Ένα νέο παιχνίδι μυστηρίου με πολλούς παίκτες, που παίζεται μέσα σε αυτό το κανάλι ομιλίας! + Παίξε Betrayal με τον διακομιστή σου! + Πάρε μέρος στο !!{applicationName}!! + Παίξε !!{applicationName}!! με τους φίλους σου! + Σφάλμα {code} + Πιάσε μερικά ψάρια με τους φίλους σου στο νέο παιχνίδι μας Fishington.io! + Παίξε Fishington με τους φίλους σου! + Αράζει στο !!{guildName}!! + Σε δραστηριότητα + Σε δραστηριότητα + Στο !!{applicationName}!! + Η δραστηριότητα έχει τελειώσει + Στείλε σύνδεσμο πρόσκλησης δραστηριότητας σε έναν φίλο + στο + Πρόσκληση σε δραστηριότητα + Ο χρήστης !!{username}!! είναι σε δραστηριότητα + Ο χρήστης !!{username}!! παίζει + Ο χρήστης !!{username}!! παρακολουθεί + Πάρε μέρος στη δραστηριότητα + Έναρξη δραστηριότητας + Αποχώρηση από τη δραστηριότητα + Ψάξε για περισσότερες δραστηριότητες που έρχονται σύντομα κοντά σου! + Ξεκίνα ένα παιχνίδι Poker Night κατευθείαν μέσα στο κανάλι ομιλίας! + Παίξε Poker με τους φίλους σου + Έως {count} συμμετέχοντες + Συμμετέχοντες - {numUsers} + Παίζει !!{applicationName}!! + Παίζει στο !!{guildName}!! + Μοιράσου αυτόν τον σύνδεσμο με άλλους για να τους δοθεί δικαίωμα πρόσβασης σε αυτόν τον διακομιστή και να πάρουν μέρος στη δραστηριότητα + Εκκίνηση δραστηριότητας + Έναρξη !!{applicationName}!! + Απεριόριστοι συμμετέχοντες + Παρακολουθεί !!{applicationName}!! + Παρακολουθεί στο !!{guildName}!! + Απολαύστε μαζί βίντεο YouTube κατευθείαν μέσα στο κανάλι ομιλίας! + Δες YouTube με τους φίλους σου! Emoji Προσθήκη στα αγαπημένα Διαθέσιμο με το Nitro @@ -2892,9 +2947,9 @@ Προσπαθήστε να στείλετε έναν άλλο σύνδεσμο δώρου! Αν το χάσατε, προσπαθήστε να ζητήσετε έναν άλλον σύνδεσμο! Μη έγκυρος σύνδεσμος δώρου - Ο σύνδεσμος δώρου έχει λήξει ή έχει ανακληθεί. Ο αποστολέας εξακολουθεί να έχει τη δυνατότητα να δημιουργήσει έναν νέο σύνδεσμο για να τον στείλει ξανά. + Ο σύνδεσμος δώρου έχει λήξει ή έχει ανακληθεί. Ο αποστολέας έχει ακόμα τη δυνατότητα να δημιουργήσει έναν νέο σύνδεσμο και να τον στείλει ξανά. Ο σύνδεσμος δώρου έχει λήξει ή έχει ανακληθεί. Εξακολουθείς να έχεις τη δυνατότητα να δημιουργήσεις έναν νέο σύνδεσμο για να τον στείλεις ξανά. - Λάβατε ένα δώρο, αλλά… + Έλαβες ένα δώρο, αλλά… Στείλατε ένα δώρο, αλλά… Φόρτωση δώρου {remaining} από {total} συνδρομές έμειναν ακόμα @@ -3065,6 +3120,7 @@ {date} σε {time} Είσαι βέβαιος ότι θέλεις να διαγράψεις αυτήν την εκδήλωση; Διαγραφή εκδήλωσης; + Η ημερομηνία τερματισμού πρέπει να είναι μετά την ημερομηνία έναρξης {count} Ενδιαφέρονται {count} Θα ειδοποιηθείς όταν αρχίσει η εκδήλωση @@ -3120,7 +3176,6 @@ Άλλο Έκανα διαδικτυακή αναζήτηση για διακομιστή Η απάντησή σου - Γίνε όποιος θέλεις και χρησιμοποίησε διαφορετικό άβαταρ σε κάθε διακομιστή σου, ξεκλείδωσε κινούμενα άβαταρ [και άλλα με το Discord Nitro!](onAndMore) Θες να χρησιμοποιήσεις διαφορετικό άβαταρ; !!{guild}!! σε σύνδεση Δεν βρέθηκαν μέλη. @@ -4130,7 +4185,7 @@ [Μπες στη λίστα αναμονής.](onJoinWaitlist) Δεν βρίσκεις τη σχολή σου; [Μπες στη λίστα αναμονής.](onJoinWaitlist) Συνδέσου με {count} στο Hub φοιτητών για το !!{guildName}!!! - Γίνε μέλος σε ένα άλλο Hub + Γίνε μέλος σε άλλο Hub Βρες εύκολα διακομιστές υπό τη διαχείριση φοιτητών για τις ομάδες μελέτης, τους συλλόγους, τις βραδιές παιχνιδιών και άλλες δραστηριότητες. Είσαι φοιτητής; Λάβε μέρος στο Discord Hub της σχολής σου! Γίνε μέλος του Hub @@ -5494,6 +5549,7 @@ Ώχ, παρουσιάστηκε ένα σφάλμα. Κωδικός {code} Το Discord πρέπει να εγκαταστήσει κάποια πράγματα πριν ξεκινήσει το παιχνίδι σου. Εγκατάσταση ({progress} από {total}). Το Discord πρέπει να εγκαταστήσει κάποια πράγματα πριν ξεκινήσει το παιχνίδι σου. Εγκατάσταση {name} ({progress} από {total}). + Η δοκιμαστική λειτουργία είναι προς το παρόν ενεργή για το **!!{applicationName}!!**. Η εφαρμογή σου πρέπει να εμφανίζεται ως επιλογή στο μενού του κουμπιού δραστηριοτήτων. Απόκτησε προσαρμοσμένες λειτουργίες και εργαλεία που θα σε βοηθήσουν να λειτουργείς την κοινότητά σου. Λοιπόν, φαίνεται πως είναι ενεργοποιημένη η σίγαση του μικροφώνου **{vendorName} {modelName}**. Για πρόσθετη ασφάλεια, προτείνουμε να προσθέσεις ένα τηλέφωνο στις ρυθμίσεις ελέγχου ταυτότητας 2 παραγόντων. @@ -5702,6 +5758,7 @@ Πορτοκαλί Για να χρησιμοποιήσεις Κοινή Χρήση Οθόνης, κάνε αναβάθμιση στην τελευταία έκδοση του OS Απαιτήσεις έκδοσης ΟS + Άλλο Άλλες γλώσσες Άλλες επιλογές Άλλες αντιδράσεις @@ -6805,7 +6862,6 @@ Επιλογή εικόνας Emoji Μεταφόρτωση εικόνας - **!!{roleName}!!** (Περιλαμβάνεται στην Ενίσχυση) Περιήγηση στα αρχεία Ωχ, όχι! Το αρχείο είναι πολύ μεγάλο. Επίλεξε ένα .png ή .jpg 256kb ή μικρότερο. Επίλεξε PNG ή JPG για μεταφόρτωση @@ -6958,6 +7014,9 @@ Επιτρέπει στα μέλη να μιλάνε σε αυτά τα κανάλια ομιλίας. Αν η άδεια αυτή απενεργοποιηθεί, τα μέλη θα είναι σε σίγαση από προεπιλογή μέχρι να αφαιρεθεί η σίγαση από κάποιον με δικαίωμα «Σίγαση μελών». Επιτρέπει στα μέλη να γίνουν Ομιλητές σε αυτό το κανάλι. Επιτρέπει στα μέλη να μιλάνε σε αυτό το κανάλι ομιλίας. Αν η άδεια αυτή απενεργοποιηθεί, τα μέλη θα είναι σε σίγαση από προεπιλογή μέχρι να αφαιρεθεί η σίγαση από κάποιον με δικαίωμα «Σίγαση μελών». + Επιτρέπει στα μέλη να ξεκινούν μια δραστηριότητα σε αυτόν τον διακομιστή. + Επιτρέπει στα μέλη να ξεκινούν μια δραστηριότητα σε αυτά τα κανάλια ομιλίας. + Επιτρέπει στα μέλη να ξεκινούν μια δραστηριότητα σε αυτό το κανάλι ομιλίας. Επιτρέπει στα μέλη να μοιράζονται βίντεο, να κάνουν κοινή χρήση οθόνης, ή να στριμάρουν ένα παιχνίδι σε αυτόν τον διακομιστή. Επιτρέπει στα μέλη να μοιράζονται βίντεο, να κάνουν κοινή χρήση οθόνης, ή να στριμάρουν ένα παιχνίδι σε αυτά τα κανάλια ομιλίας. Επιτρέπει στα μέλη να μοιράζονται βίντεο, να κάνουν κοινή χρήση οθόνης, ή να στριμάρουν ένα παιχνίδι σε αυτό το κανάλι ομιλίας. @@ -7348,6 +7407,7 @@ Ανάγνωση μηνύματος !!{name}!! - Ομιλητής {count} + Παρακολούθηση Θεατές - {numViewers} Ορθογραφικός έλεγχος Σπόιλερ @@ -7503,6 +7563,7 @@ Κανάλι σκηνής Εκκίνηση Έναρξη κλήσης + Εκκίνηση δραστηριοτήτων Εκκίνηση εκδήλωσης Πρόκειται να αρχίσεις αυτήν την εκδήλωση $[**!!{privacyLevel}!!**](privacyLevelHook) Πρόκειται να αρχίσεις αυτήν την εκδήλωση @@ -8297,9 +8358,6 @@ Πληροφορίες χρήστη Διαχείριση χρηστών Σχετικά με εμένα - Όρισε άβαταρ διακομιστή - Όρισε ψευδώνυμο διακομιστή και άβαταρ - Όρισε ψευδώνυμο διακομιστή Μήνυμα Είμαι νέος στο Discord, πες γεια! Σχετικά με εμένα @@ -8454,6 +8512,7 @@ Ανοίξτε το Discord Δείτε τους [Όρους Παροχής Υπηρεσιών]({termsLink}) και την [Πολιτική Απορρήτου]({privacyLink}). Banner προφίλ + Χρώμα προφίλ Προσαρμογή Προεπιλογή Αφαίρεση άβαταρ @@ -8498,7 +8557,7 @@ Χρησιμοποίησε την εξελιγμένη τεχνολογία μας για να καταγράψεις την οθόνη σου Ρυθμίσεις Windows Ρυθμίσεις χρήστη (Παράκαμψη εσωτερικής έκδοσης: !!{webBuildOverride}!!) - {name} και {count} + Ο χρήστης {name} και {count} Ένταση ήχου χρήστη Όνομα χρήστη Όνομα χρήστη και tag diff --git a/app/src/main/res/values-en-rXA/plurals.xml b/app/src/main/res/values-en-rXA/plurals.xml index e297ee3450..811b5ba5a1 100644 --- a/app/src/main/res/values-en-rXA/plurals.xml +++ b/app/src/main/res/values-en-rXA/plurals.xml @@ -156,6 +156,10 @@ [»{#}« ɓåçķĝŕöûñð one two] [»{#}« ɓåçķĝŕöûñðš one two] + + [»{#}« çĥåŕåçţéŕ one two] + [»{#}« çĥåŕåçţéŕš one two] + [»{#}« ḿéḿɓéŕ one two] [»{#}« ḿéḿɓéŕš one two] diff --git a/app/src/main/res/values-en-rXA/strings.xml b/app/src/main/res/values-en-rXA/strings.xml index 5ae945edf1..7b0a77b8c6 100644 --- a/app/src/main/res/values-en-rXA/strings.xml +++ b/app/src/main/res/values-en-rXA/strings.xml @@ -1228,6 +1228,8 @@ [Ûñķñöŵñ éŕŕöŕ one two] [Çĥåñĝé ŠéŕVéŕ ÅVåţåŕ one two three] [Ûšé å ðéŕéñţ åVåţåŕ îñ éåçĥ öƒ ýöûŕ šéŕVéŕš åñð ḿöŕé ŵîţĥ **Ðîšçöŕð Ñîţŕö¡** one two three four five six seven eight nine] + [Ñîçķñåḿéš ḿûšţ ɓé åţ ļéåšţ »{minLength}« one two three four] + [Ûñļöçķ ŵîţĥ Ñîţŕö one two three] [Çĥåñĝé Ļöĝ one two] [Å ḿéššåĝé ƒŕöḿ öûŕ ƒöûñðéŕš »{added marginTop}«\n======================\n\n**Ŵé öŕîĝîñåļļý çŕéåţéð Ðîšçöŕð îñ 2015** ɓéçåûšé ŵé ŵåñţéð åñ éåšîéŕ ŵåý ţö ţåļķ åñð ĥåñĝ öûţ ŵîţĥ öûŕ ƒŕîéñðš ŵĥîļé þļåýîñĝ ĝåḿéš. Å ŵåý ţö ŕéçŕéåţé ţĥåţ ƒééļîñĝ öƒ šţåýîñĝ ûþ åļļ ñîĝĥţ ļåûĝĥîñĝ, ĵöķîñĝ, åñð, ḿöšţ öƒ åļļ, ĵûšţ ɓéîñĝ öûŕšéļVéš. Ŵé ŵåñţéð ţö ḿåķé ţĥåţ éхþéŕîéñçé ɓéţţéŕ åñð åççéššîɓļé ţö ḿöŕé þéöþļé.\n\nŠîñçé ţĥéñ, Ðîšçöŕð ĥåš ɓéçöḿé ţĥé þļåçé ŵĥéŕé åñýöñé çåñ ţåļķ åñð ĥåñĝ öûţ ŵîţĥ ţĥéîŕ çöḿḿûñîţîéš öŕ ƒŕîéñðš, ŵĥåţéVéŕ ţĥéîŕ þåššîöñš åŕé. Îţ ŵîļļ åļŵåýš ɓé ţĥåţ þļåçé ŵĥéŕé åñýöñé çåñ ĵûšţ ŕéļåх åñð ŕéåļļý ɓé ţĥéḿšéļVéš, ñö ḿåţţéŕ ŵĥéŕé ţĥéîŕ ƒŕîéñðš ḿåý ɓé. \n\nÎḿåĝîñé Å Þļåçé »{added marginTop}«\n======================\n\nβûţ ŕéåļļý, Ðîšçöŕð ḿéåñš šöḿéţĥîñĝ ðéŕéñţ ţö éVéŕýöñé. Šö ŵé åšķéð þéöþļé ţö šĥåŕé ţĥéîŕ šţöŕîéš åɓöûţ ŵĥåţ Ðîšçöŕð ḿéåñš ţö ţĥéḿ. Åñð ţĥéñ ţĥéý ļéţ ûš šĥåŕé ţĥöšé šţöŕîéš ŵîţĥ ýöû šö ŵé çöûļð ḿåķé å ḿåŕķéţîñĝ çåḿþåîĝñ ţĥåţ ðîðñ\'ţ šûçķ.\n\nŴé ḿåðé Ðîšçöŕð - Ţĥé ḾöVîé (2021). \n\nÅ šĥöŕţ ƒîļḿ ţĥåţ çéļéɓŕåţéš ţĥé åḿåžîñĝ åñð ŵöñðéŕƒûļ šţöŕîéš ţĥåţ ŕéåļ þéöþļé šĥåŕéð ŵîţĥ ûš, ļîķé Ļûçîé Ŵîñţéŕŵöļƒ\'š þîŕåţé-ţĥéḿéð šéŕVéŕ åñð ĶéVðöĝ\'š šéŕVéŕ ƒöŕ ñöšţåļĝîç ĝåḿéš.\n\nÖĥ, åñð îţ ĥåš šöḿé ƒåḿöûš þéöþļé ţöö.\n\nŢĥåñķ ýöû »{added marginTop}«\n======================\n\nŴé\'ŕé ĥûḿɓļéð åñð îñšþîŕéð ɓý åļļ ţĥé ûñîQûé åñð çŕéåţîVé ŵåýš ýöû\'ŕé ûšîñĝ Ðîšçöŕð, åñð åļļ ţĥé îðéåš ýöû ĥåVé ƒöŕ ḿåķîñĝ Ðîšçöŕð ḿöŕé ûšéƒûļ. Çöḿḿûñîţîéš åŕé ţĥé ĥéåŕţ öƒ Ðîšçöŕð. Ŵé\'ŕé ĥöñöŕéð ţö ɓé ţĥé þļåçé ŵĥéŕé ýöû ţåļķ åñð ĥåñĝ öûţ ŵîţĥ ýöûŕ ƒåVöŕîţé þéöþļé ŵĥîļé éхþļöŕîñĝ ýöûŕ ƒåVöŕîţé ţĥîñĝš. \n\nḾéţ ýöûŕ ɓéšţ ƒŕîéñð ŵĥîļé ĝåḿîñĝ öñ Ðîšçöŕð¿ Ŕûñ å šéŕVéŕ ƒöŕ Ĝåéļîç ļåñĝûåĝé éхçĥåñĝé¿ Öŕ Ţîɓéţåñ ɓîŕð þĥöţöĝŕåþĥý¿ Šĥåŕé ýöûŕ šţöŕý ŵîţĥ ûš öñ Ţŵîţţéŕ, Îñšţåĝŕåḿ, öŕ ŢîķŢöķ åñð ûšé **#îḿåĝîñéåþļåçé** ţö ĝéţ öûŕ åţţéñţîöñ.\n\nŴé\'ļļ ķééþ åñ éýé öûţ ƒöŕ ýöûŕ šţöŕý. Åñð îţ\'ļļ þŕöɓåɓļý ḿåķé öûŕ ðåý. Åñð ŵé\'ļļ þŕöɓåɓļý šĥåŕé îţ åŕöûñð öûŕ öƒƒîçé šéŕVéŕ šö îţ çåñ ḿåķé éVéŕýöñé\'š ðåý.\n\nÅñð åš åļŵåýš, ķééþ ýöûŕ îðéåš çöḿîñĝ ƒöŕ ĥöŵ ŵé çåñ çöñţîñûé ţö ḿåķé Ðîšçöŕð éVéñ ɓéţţéŕ.\n\nĴåšöñ & Šţåñ\n\n\n one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six] [2021-08-16 one two] @@ -2067,6 +2069,7 @@ [Ðéļéţé Çåţéĝöŕý one two three] [Ðéļéţé Çĥåññéļ one two three] [Åŕé ýöû šûŕé ýöû ŵåñţ ţö ðéļéţé **¡¡»{channelName}«¡¡**¿ Ţĥîš çåññöţ ɓé ûñðöñé. one two three four five six seven] + [Çåñçéļ ÉVéñţ one two] [Ţĥîš ḿéššåĝé ŵîļļ ɓé ðéļéţéð îñ åļļ šéŕVéŕš ƒöļļöŵîñĝ ţĥîš çĥåññéļ. Îţ ḿåý ţåķé šöḿé ţîḿé ɓéƒöŕé îţ’š ŕéḿöVéð ƒŕöḿ åļļ šéŕVéŕš. one two three four five six seven eight nine ten eleven twelve thirteen] [Ðéļéţé Ḿéššåĝé one two three] [Åŕé ýöû šûŕé ýöû ŵåñţ ţö ðéļéţé ţĥîš ḿéššåĝé¿ one two three four five] @@ -2170,6 +2173,13 @@ [Ðîšçöŕð Ŕîçĥ Þŕéšéñçé one two three] [Çöḿîñĝ šööñ ţö ḿöɓîļé¡ Föŕ ñöŵ, ĥéåð öVéŕ ţö ðéšķţöþ ţö åççéšš Šţûðéñţ Ĥûɓš one two three four five six seven eight] [ÐîšçöVéŕ one two] + [Ðö ñöţ åļļöŵ šöḿéöñé ţö šéåŕçĥ ƒöŕ ýöû îƒ ţĥéý ĥåVé ýöûŕ þĥöñé ñûḿɓéŕ åñð/öŕ éḿåîļ. Ţĥîš çåñ ɓé çĥåñĝéð åñýţîḿé îñ šéţţîñĝš. one two three four five six seven eight nine ten eleven twelve thirteen] + [Åļļöŵ šöḿéöñé ţö šéåŕçĥ ƒöŕ ýöû îƒ ţĥéý ĥåVé ýöûŕ þĥöñé ñûḿɓéŕ åñð/öŕ éḿåîļ. Ţĥîš çåñ ɓé çĥåñĝéð åñýţîḿé îñ šéţţîñĝš. one two three four five six seven eight nine ten eleven twelve] + [Ðîšçöŕð çåñ çöññéçţ ýöû ŵîţĥ ýöûŕ ƒŕîéñðš åñð ĥéļþ ţĥéḿ ƒîñð ýöû. one two three four five six seven] + [Ŵöûļð ýöû ļîķé ţö ɓé ðîšçöVéŕéð öñ Ðîšçöŕð¿ one two three four five] + [Ðöñ’ţ ļéţ åñýöñé ƒîñð ḿé one two three] + [Åļļöŵ ƒŕîéñðš ţö ƒîñð ḿé one two three] + [€[Ļéåŕñ Ḿöŕé](ļéåŕñḾöŕéĤööķ) one two three four] [ÐîšçöVéŕý one two] [»{speakersCount}«] [Ðîšḿîšš one two] @@ -2216,6 +2226,7 @@ [Éðîţ one] [Éðîţ Çåţéĝöŕý one two] [Éðîţ Çĥåññéļ one two] + [Éðîţ ÉVéñţ one two] [Ţĥîš ḿéššåĝé ŵîļļ åļšö ɓé ûþðåţéð îñ åļļ šéŕVéŕš ƒöļļöŵîñĝ ţĥîš çĥåññéļ. Îţ ḿåý ţåķé šöḿé ţîḿé ɓéƒöŕé åļļ šéŕVéŕš åŕé ûþðåţéð. one two three four five six seven eight nine ten eleven twelve thirteen] [Éðîţ Ḿéššåĝé one two] [Éðîţ Ñöţé one two] @@ -2397,6 +2408,7 @@ [Éñð Šţåĝé ƒöŕ ÉVéŕýöñé one two three] [Éñð Šţåĝé one two] [Ðö ýöû ŵåñţ ţö éñð ţĥé Šţåĝé¿ one two three four] + [Éñðš »{date}« one] [Éñţéŕ ýöûŕ çöñƒîŕḿåţîöñ çöðé one two three four] [Îñ öŕðéŕ ţö Véŕîƒý ýöûŕ éḿåîļ åððŕéšš, ýöû ḿûšţ ƒîŕšţ éñţéŕ åñ éḿåîļ åððŕéšš. one two three four five six seven eight] [Éñţéŕ å ñéŵ ţöþîç one two three] @@ -2417,6 +2429,8 @@ [Ļööķš ļîķé ţĥé Šţöŕé ĥåš çŕåšĥéð ûñéхþéçţéðļý…. one two three four five six] [Ļööķš ļîķé Ðîšçöŕð ĥåš çŕåšĥéð ûñéхþéçţéðļý…. one two three four five] [Šþåñîšĥ one two] + [Ḿåŕķ åš Îñţéŕéšţéð one two three] + [Ḿåŕķ åš Ñöţ Îñţéŕéšţéð one two three] [Ţîçķéţ Çöļöŕ one two] [Öţĥéŕ one] [Ŵé ŕéçöḿḿéñð åñ îḿåĝé ţĥåţ’š åţ ļéåšţ 1000 þîхéļš šQûåŕé. one two three four five six seven] @@ -3383,6 +3397,7 @@ [Î šéåŕçĥéð ƒöŕ å šéŕVéŕ öñļîñé one two three four] [Ýöûŕ Åñšŵéŕ one two] [βé ŵĥö ýöû ŵåñţ åñð ûšé å ðéŕéñţ åVåţåŕ îñ éåçĥ öƒ ýöûŕ šéŕVéŕš, ûþĝŕåðé ýöûŕ þŕöƒîļé, [åñð ḿöŕé ŵîţĥ Ðîšçöŕð Ñîţŕö¡](öñÅñðḾöŕé) one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three] + [βé ŵĥö ýöû ŵåñţ åñð ûšé å ðéŕéñţ åVåţåŕ îñ éåçĥ öƒ ýöûŕ šéŕVéŕš, ûþĝŕåðé ýöûŕ þŕöƒîļé, åñð ḿöŕé ŵîţĥ Ðîšçöŕð Ñîţŕö¡ one two three four five six seven eight nine ten eleven twelve] [Ŵåññå ûšé å ðéŕéñţ åVåţåŕ¿ one two three four] [¡¡»{guild}«¡¡ ḿéḿɓéŕš one two] [Ñö ḿéḿɓéŕš ŵéŕé ƒöûñð. one two three] @@ -3796,6 +3811,7 @@ [Ŵîţĥ ţĥé ñåḿé **¡¡»{newValue}«¡¡** one two three] [**Ðéñîéð** »{count}« one two] [**Ĝŕåñţéð** »{count}« one two] + [Šéţ ţĥé ûñîçöðé éḿöĵî one two three] [€[**¡¡»{user}«¡¡**](ûšéŕĤööķ) ûþðåţéð ţĥé ŕöļé €[**¡¡»{target}«¡¡**](ţåŕĝéţĤööķ) one two three four five six seven eight nine ten eleven twelve thirteen] [€[**¡¡»{user}«¡¡**](ûšéŕĤööķ) šçĥéðûļéð ţĥé éVéñţ €[**¡¡»{target}«¡¡**](ţåŕĝéţĤööķ) one two three four five six seven eight nine ten eleven twelve thirteen] [€[**¡¡»{user}«¡¡**](ûšéŕĤööķ) ðéļéţéð ţĥé šçĥéðûļéð éVéñţ €[**¡¡»{target}«¡¡**](ţåŕĝéţĤööķ) one two three four five six seven eight nine ten eleven twelve thirteen fourteen] @@ -4748,6 +4764,7 @@ [Îñçöḿîñĝ νîðéö Çåļļ one two three] [Îñçöḿîñĝ νîðéö Çåļļ… one two three] [Öŕ, Vîšîţ ţĥîš þåĝé ƒŕöḿ å [šûþþöŕţéð ɓŕöŵšéŕ](»{supportedBrowserURL}«). one two three four five six seven eight nine ten eleven] + [Îñţéŕéšţéð one two] [Ñö Ţĥåñķš one two] [Ŵĥéñ ûþļöåðéð ðîŕéçţļý ţö Ðîšçöŕð one two three four] [Îḿåĝéš ļåŕĝéŕ ţĥåñ »{maxSize}«Ḿβ ŵîļļ ñöţ ɓé þŕéVîéŵéð. one two three four five] @@ -5722,8 +5739,8 @@ [Ḿéḿɓéŕš ŵîţĥ ţĥîš þéŕḿîššîöñ çåñ ðŕåĝ öţĥéŕ ḿéḿɓéŕš öûţ öƒ ţĥîš çĥåññéļ. Ţĥéý çåñ öñļý ḿöVé ḿéḿɓéŕš ɓéţŵééñ çĥåññéļš ɓöţĥ ţĥéý åñð ţĥé ḿéḿɓéŕ ţĥéý åŕé ḿöVîñĝ ĥåVé åççéšš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen] [ḾöVé Ţö one two] [Ûšéŕ ĥåš ɓééñ ḿöVéð ţö ţĥé šéļéçţéð çĥåññéļ. one two three four five] - [Åļéŕţ Çļéåŕéð one two] - [Ñö Åļéŕţ Šĥöŵîñĝ one two three] + [Åļéŕţ Çļéåŕéð one two] + [Ñö Åļéŕţ Šĥöŵîñĝ one two three] [Ñéŵ ñöţîƒîçåţîöñ one two three] [ŔéḿöVé »%1$s« one two] [Ḿöŕé ţĥåñ %1$d ñéŵ ñöţîƒîçåţîöñš one two three four] @@ -6313,6 +6330,7 @@ [Ĝéţ å öñé-ţîḿé ļöĝîñ çöðé one two three] [Éñţéŕ çöðé ţö ļöĝîñ one two three] [Çöñţîñûé one two] + [Šéñð ḿé å öñé-ţîḿé ļöĝîñ çöðé îñšţéåð one two three four five] [Ŕéšéñð one two] [Ļöĝ îñ ŵîţĥ ýöûŕ þĥöñé ñûḿɓéŕ öŕ éḿåîļ. Ŵé’ļļ šéñð ýöû å öñé-ţîḿé çöðé ţö ļöĝ îñ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen] [Ĥî åĝåîñ¡ one two] @@ -7416,7 +7434,7 @@ [Ûþļöåð åñ îḿåĝé ûñðéŕ 256ķɓ öŕ þîçķ å çûšţöḿ éḿöĵî ƒŕöḿ ţĥîš šéŕVéŕ. Ŵé ŕéçöḿḿéñð åţ ļéåšţ 64х64 þîхéļš. Ḿéḿɓéŕš ŵîļļ šéé ţĥé îçöñ ƒöŕ ţĥéîŕ ĥîĝĥéšţ ŕöļé îƒ ţĥéý ĥåVé ḿûļţîþļé ŕöļéš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten eleven twelve] [Éḿöĵî one] [Ûþļöåð Îḿåĝé one two] - [**¡¡»{roleName}«¡¡** (Îñçļûðéð îñ βööšţîñĝ) one two three four five six seven] + [**¡¡»{roleName}«¡¡** one two] [βŕöŵšé Fîļéš one two] [Öĥ ñö¡ Fîļé îš ţöö ɓîĝ. Þļéåšé šéļéçţ å .þñĝ öŕ .ĵþĝ 256ķɓ öŕ šḿåļļéŕ. one two three four five six seven eight nine ten eleven twelve thirteen] [Çĥööšé å ÞÑĜ öŕ ĴÞĜ ţö ûþļöåð one two three four] @@ -9056,9 +9074,6 @@ [Ûšéŕ Ḿåñåĝéḿéñţ one two three] [Ûšéŕ Åçţîöñš one two] [Åɓöûţ Ḿé one two] - [Šéţ å ŠéŕVéŕ ÅVåţåŕ one two three] - [Šéţ å ŠéŕVéŕ Ñîçķñåḿé åñð ÅVåţåŕ one two three four] - [Šéţ å ŠéŕVéŕ Ñîçķñåḿé one two three] [Ḿéššåĝé one two] [Î\'ḿ ñéŵ ţö Ðîšçöŕð, šåý ĥî¡ one two three four] [Åɓöûţ Ḿé one two] diff --git a/app/src/main/res/values-es-rES/strings.xml b/app/src/main/res/values-es-rES/strings.xml index 6b0bd87187..a53aa4297f 100644 --- a/app/src/main/res/values-es-rES/strings.xml +++ b/app/src/main/res/values-es-rES/strings.xml @@ -1125,7 +1125,6 @@ Cambiar apodo de amigo Cambiar de avatar de servidor Cambiar icono - Cambiar de identidad El establecimiento de un avatar diferente para cada uno de tus servidores está disponible para un número limitado de personas. Entendido Apodo (deshabilitado) @@ -3020,6 +3019,7 @@ {date} a las {time} ¿Seguro que quieres eliminar este evento? ¿Eliminar evento? + La fecha de finalización debe ser posterior a la fecha de inicio {count} interesado(s) {count} Se te notificará cuando comience el evento @@ -3075,7 +3075,6 @@ Otro He buscado un servidor en internet Tu respuesta - ¡Sé quien quieras ser y utiliza un avatar diferente en cada uno de tus servidores, desbloquea avatares animados [y más con Discord Nitro!](onAndMore) ¿Quieres utilizar un avatar distinto? !!{guild}!! miembros No se han encontrado miembros. @@ -6711,7 +6710,6 @@ Elegir imagen Emojis Subir imagen - **!!{roleName}!!** (incluido en las mejoras) Explorar archivos ¡Oh, no! El archivo es demasiado grande. Selecciona un .png o .jpg de 256 kb o menos. Elige un PNG o JPG para subir @@ -8205,9 +8203,6 @@ Información de usuario Gestión de usuarios Sobre mí - Establecer un avatar de servidor - Establecer un avatar y un apodo de servidor - Establecer un apodo de servidor Mensaje Soy nuevo en Discord, ¡di hola! Sobre mí @@ -8362,6 +8357,7 @@ Abrir Discord Echa un vistazo a nuestras [Condiciones del Servicio]({termsLink}) y [Política de Privacidad]({privacyLink}). Cartel de perfil + Color del perfil Personalizados Predeterminado Eliminar avatar diff --git a/app/src/main/res/values-fi/plurals.xml b/app/src/main/res/values-fi/plurals.xml index fcab8e0957..db733bad17 100644 --- a/app/src/main/res/values-fi/plurals.xml +++ b/app/src/main/res/values-fi/plurals.xml @@ -260,6 +260,18 @@ 1 s {seconds} s + + {#} muu + {#} muuta + + + {#} muu + {#} muuta + + + {#} muu + {#} muuta + {count} paikka {count} paikkaa diff --git a/app/src/main/res/values-fi/strings.xml b/app/src/main/res/values-fi/strings.xml index 665de1ccd6..258fdb924c 100644 --- a/app/src/main/res/values-fi/strings.xml +++ b/app/src/main/res/values-fi/strings.xml @@ -140,6 +140,18 @@ Tällä asetuksella voit sallia kavereidesi liittymisen peliisi ilman kutsua. Salli puhekanavan osallistujien liittyä peliisi. Tällä asetuksella voit sallia kanssasi samalla puhekanavalla olevien henkilöiden liittymisen peliisi ilman kutsua. Tämä ominaisuus toimii vain palvelimilla, jotka eivät ole yhteisöpalvelimia. + Kerro meille kokemuksestasi toiminnan parissa + Toiminnan hallinta on sekavaa + Toiminnan hallinta oli sekavaa + Toiminta ei latautunut oikein + Toiminta lägäsi tai jumitti + Toiminta ei ollut hauskaa + Toiminta ei lataudu oikein + Toiminta lägää tai jumittaa + Toiminta ei ole hauskaa + Miten !!{applicationName}!! onnistui? + Mikä olisi voinut mennä paremmin? + Kiitos ongelman ilmoittamisesta! Kaltaisesi palautteen antajat auttavat meitä parantamaan toimintoja. Toiminta-asetukset Toiminta tilana Lisää @@ -1141,7 +1153,6 @@ Vaihda kaverin nimimerkki Vaihda avatar palvelimelle Vaihda kuvake - Vaihda identiteetti Eri avatarin valitseminen kullekin omalle palvelimelleen on tällä hetkellä rajoitetun käyttäjäjoukon käytettävissä. Selvä Nimimerkki (pois käytöstä) @@ -1983,10 +1994,14 @@ Testitilan käyttöön tässä sovelluksessa ei ole valtuuksia. Tyhjennä Virheellinen sovelluksen tunnus + Localhost Ota testitila käyttöön Discord-sovelluksessasi antamalla sen tunnus. Testitilassa olevalla sovelluksella voit tarkastella siihen liittyviä julkaisemattomia SKU-paketteja ja ohittaa niihin liittyvät ostot, mikä helpottaa kehitystyötä. Sovelluksen testitila Ota testitila käyttöön Discord-sovelluksessasi antamalla sen tunnus. + Valitse URL:n alkuperän tyyppi (vain upotetut sovellukset) Sovelluksen tunnus + Localhost-porttinumero + Discord-välityspalvelin Kehittäjätila Kehittäjätila avaa pikavalikoihin lisää toimintoja, jotka ovat käteviä [Discordin rajapintaa]({apiDocsUrl}) käyttäviä bottia kirjoittaville. Voit ilmoittaa bugista Discordille näyttökuvan ottamisen jälkeen @@ -2107,6 +2122,46 @@ Lähetimme ohjeet salasanasi vaihtamiseen osoitteeseen **!!{email}!!**. Tarkista sekä saapuneet viestisi että roskapostikansiosi. Ohjeet lähetetty Upota linkkejä + Jo mukana toiminnassa + !!{username}!! ja {count} osallistuu parhaillaan + !!{username}!! ja {count} pelaa parhaillaan + !!{username}!! ja {count} katsoo parhaillaan + Uusi mysteerimoninpeli, jota voi pelata suoraan tällä puhekanavalla! + Pelaa Betrayalia palvelimellasi! + Liity toimintaan: !!{applicationName}!! + Pelaa sovellusta !!{applicationName}!! kavereiden kanssa! + Virhe {code} + Lähde kavereiden kanssa kaloja narraamaan uudessa Fishington.io-pelissä! + Pelaa Fishingtonia kavereiden kanssa! + Hengailee täällä: !!{guildName}!! + Toiminta kesken + Toiminta kesken + Sovelluksessa !!{applicationName}!! + Toiminta on päättynyt + Lähetä toiminnan kutsulinkki kaverille + palvelimella + Kutsu toimintaan + !!{username}!! on parhaillaan mukana toiminnassa + !!{username}!! pelaa parhaillaan + !!{username}!! katsoo parhaillaan + Liity mukaan toimintaan + Käynnistetään toimintaa + Poistu toiminnasta + Lisää toimintoja on luvassa pian! + Aloita Poker Night ‑peli suoraan puhekanavalla! + Pelaa pokeria kavereiden kanssa + Enintään {count} osallistujaa + Osallistujia – {numUsers} + Pelaa tätä: !!{applicationName}!! + Pelaa täällä: !!{guildName}!! + Jaa tämä linkki muille, kun haluat myöntää pääsyn palvelimelle ja kutsua mukaan toimintaan + Käynnistä toiminta + Käynnistä !!{applicationName}!! + Rajoittamattomasti osallistujia + Katsoo tätä: !!{applicationName}!! + Katsoo täällä: !!{guildName}!! + Katsokaa YouTube-videoita yhdessä puhekanavalla! + Katso YouTubea kavereiden kanssa! Emoji Lisää suosikkeihin Saatavana Nitron kanssa @@ -2774,7 +2829,7 @@ Jonossa Korjataan – {progress}/{total} (!!{percent}!! %%) Vahvistetaan asennusta – {progress}/{total} (!!{percent}!! %%) - Odotetaan toisen latauksen pysähtymistä — {progress}/{total} (!!{percent}!! %%) + Odotetaan toisen latauksen pysähtymistä – {progress}/{total} (!!{percent}!! %%) Odotetaan toisen latauksen pysähtymistä Asennetaan korjausta – {progress}/{total} – !!{percent}!! %% Asennetaan korjausta – {progress}/{total} (!!{percent}!! %%) – {timeRemaining} jäljellä @@ -2892,7 +2947,7 @@ Kokeile lähettää uusi lahjalinkki! Jos et huomannut sitä, kokeile pyytää uusi linkki! Virheellinen lahjalinkki - Lahjalinkki on joko vanhentunut tai se on peruttu. Lähettäjä voi lähettää linkin uudelleen luomalla uuden linkin. + Lahjalinkki on joko vanhentunut tai peruttu. Lähettäjä voi lähettää linkin uudelleen luomalla uuden linkin. Lahjalinkki on joko vanhentunut tai se on peruttu. Voit lähettää linkin uudelleen luomalla uuden linkin. Sait lahjan, mutta… Lähetit lahjan, mutta… @@ -3065,6 +3120,7 @@ {date} klo {time} Haluatko varmasti poistaa tämän tapahtuman? Poistetaanko tapahtuma? + Päättymispäivän on oltava alkamispäivän jälkeinen {count} kiinnostunutta {count} on kiinnostunut Saat ilmoituksen, kun tapahtuma käynnistyy @@ -3120,7 +3176,6 @@ Muu Etsin palvelimen verkosta Vastauksesi - Voit valita haluamasi avatarin erikseen kullekin palvelimellesi sekä käyttää animoituja avatareja ja [monia muita etuja Discord Nitrolla](onAndMore). Haluatko käyttää toista avataria? !!{guild}!! jäsentä Yhtään jäsentä ei löytynyt. @@ -5494,6 +5549,7 @@ Voi ei, tapahtui virhe. Sen koodi on {code} Discordin on asennettava joitakin juttuja, jotta pelin voi käynnistää. Asennetaan ({progress}/{total}). Discordin on asennettava joitakin juttuja, jotta pelin voi käynnistää. {name} asennetaan ({progress}/{total}). + Sovelluksen **!!{applicationName}!!** testitila on parhaillaan käytössä. Sovelluksesi pitäisi näkyä vaihtoehtona toimintapainikkeen valikossa. Saat käyttöösi mukautettuja ominaisuuksia ja työkaluja, jotka voivat auttaa yhteisösi pyörittämisessä. Vaikuttaa siltä, että mikrofonilaite **{vendorName} {modelName}** on mykistetty laitteiston puolelta. Suosittelemme puhelinnumeron lisäämistä varatodennuskeinoksi kaksivaiheisen todennuksen asetuksiin. @@ -5702,8 +5758,9 @@ Oranssi Jos haluat käyttää ruudunjakoa, päivitä käyttöjärjestelmä uusimpaan versioon Käyttöjärjestelmän versiovaatimus + Muu Muut kielet - Muut asetukset + Muut vaihtoehdot Muut reaktiot Päivitä Discord Meillä on Discordiin makeita muutoksia (ja pari bugiakin on varmaan korjattu). Jatka päivittämällä. @@ -6805,7 +6862,6 @@ Valitse kuva Emoji Lataa kuva - **!!{roleName}!!** (sisältyy nostatukseen) Selaa tiedostoja Tiedosto on liian suuri. Valitse enintään 256 kb:n kokoinen .png- tai .jpg-tiedosto. Valitse palvelimelle ladattava PNG- tai JPG-kuva @@ -6958,6 +7014,9 @@ Jäsenet voivat puhua näillä puhekanavilla. Jos tämä käyttöoikeus poistetaan käytöstä, jäsenet ovat oletusarvoisesti mykistettyinä, kunnes heidän mykistyksensä poistaa joku, jolla on Mykistä jäseniä ‑käyttöoikeus. Jäsenet voivat toimia puhujina tällä kanavalla. Jäsenet voivat puhua tällä puhekanavalla. Jos tämä käyttöoikeus poistetaan käytöstä, jäsenet ovat oletusarvoisesti mykistettyinä, kunnes heidän mykistyksensä poistaa joku, jolla on Mykistä jäseniä ‑käyttöoikeus. + Jäsenet voivat käynnistää toiminnan tällä palvelimella. + Jäsenet voivat käynnistää toiminnan näillä puhekanavilla. + Jäsenet voivat käynnistää toiminnan tällä puhekanavalla. Jäsenet voivat jakaa videokuvaansa, käyttää ruudunjakoa tai striimata peliä tällä palvelimella. Jäsenet voivat jakaa videokuvaansa, käyttää ruudunjakoa tai striimata peliä näillä puhekanavilla. Jäsenet voivat jakaa videokuvaansa, käyttää ruudunjakoa tai striimata peliä tällä puhekanavalla. @@ -7348,6 +7407,7 @@ Puhu viesti !!{name}!! – puhuja {count} + Katsele Katselijoita: {numViewers} Oikoluku Spoileri @@ -7503,6 +7563,7 @@ Esityskanava Käynnistä Aloita puhelu + Aloita toiminnat Aloita tapahtuma Olet käynnistämässä tätä tapahtumaa, joka on $[**!!{privacyLevel}!!**](privacyLevelHook) Olet käynnistämässä tätä tapahtumaa @@ -8301,9 +8362,6 @@ Käyttäjätiedot Käyttäjähallinta Tietoja minusta - Aseta avatar palvelimelle - Aseta nimimerkki ja avatar palvelimelle - Aseta nimimerkki palvelimelle Viesti Olen uusi Discordissa, moikkaa minua! Tietoja minusta @@ -8458,6 +8516,7 @@ Avaa Discord Katso [palveluehtomme]({termsLink}) ja [tietosuojakäytäntömme]({privacyLink}). Profiilibanneri + Profiiliväri Mukautettu Oletus Poista avatar diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index cebbfb263a..b698a7d9c5 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -1153,7 +1153,6 @@ Modifier un pseudo d\'ami Changer l\'avatar du serveur Changer l\'icône - Changer l\'identité Définir un avatar différent pour chacun de tes serveurs est actuellement possible pour un nombre restreint de personnes. Compris Pseudo (Désactivé) @@ -3126,6 +3125,7 @@ {date} à {time} Tu es sûr(e) de vouloir supprimer cet événement ? Annuler l\'événement ? + La date de fin doit être postérieure à la date de début {count} personnes intéressées {count} Tu seras averti(e) lorsque l\'événement débutera @@ -3181,7 +3181,6 @@ Autre J\'ai cherché des serveurs en ligne Ta réponse - Avec Discord Nitro, affiche-toi comme tu veux et utilise un avatar différent sur chacun de tes serveurs, débloque des avatars animés [et plus encore !](onAndMore) Envie d\'utiliser un avatar différent ? !!{guild}!! membres Aucun membre n\'a été trouvé. @@ -6868,7 +6867,6 @@ Choisir une image Émoji Uploader une image - **!!{roleName}!!** (Inclus dans le boost) Parcourir les fichiers Oh non ! Le fichier est trop volumineux. Sélectionne un fichier .png ou .jpg de taille inférieure à 256 Ko. Choisis un fichier PNG ou JPG à uploader @@ -8368,9 +8366,6 @@ Infos utilisateur Gestion des utilisateurs À propos de moi - Définis un avatar de serveur - Définis un pseudo et un avatar de serveur - Définis un pseudo de serveur Envoyer un message Je débarque sur Discord, dites-moi bonjour ! À propos de moi @@ -8525,6 +8520,7 @@ Ouvrir Discord Consulte nos [Conditions d\'Utilisation]({termsLink}) et notre [Politique de Confidentialité]({privacyLink}). Bannière de profil + Couleur de profil Personnalisés Par défaut Supprimer l\'avatar diff --git a/app/src/main/res/values-hi/plurals.xml b/app/src/main/res/values-hi/plurals.xml index 0991bd261b..68fbb2482a 100644 --- a/app/src/main/res/values-hi/plurals.xml +++ b/app/src/main/res/values-hi/plurals.xml @@ -260,6 +260,18 @@ 1 सेकंड {seconds}सेकंड + + {#} दूसरे + {#} दूसरे + + + {#} दूसरे + {#} दूसरे + + + {#} दूसरे + {#} दूसरे + {count} स्लॉट {count} स्लॉट diff --git a/app/src/main/res/values-hi/strings.xml b/app/src/main/res/values-hi/strings.xml index dd41759523..889c094da0 100644 --- a/app/src/main/res/values-hi/strings.xml +++ b/app/src/main/res/values-hi/strings.xml @@ -140,6 +140,18 @@ इस सेटिंग से आपके फ्रेंड्स रिक्वेस्ट भेजे बिना भी गेम में जॉइन हो पाएंगे. वॉइस चैनल के प्रतिभागियों को अपने गेम में जुड़ने की अनुमति दें. इस सेटिंग से आपके वाले वॉइस चैनल में आपके फ्रेंड्स को रिक्वेस्ट भेजे बिना भी गेम में जॉइन हो पाएंगे. ये फीचर सिर्फ़ नॉन-कम्युनिटी सर्वर के लिए है. + अपने एक्टिविटी एक्सपीरियंस के बारे में हमें बताएं + एक्टिविटी कंट्रोल्स काफ़ी उलझाने वाले हैं + एक्टिविटी कंट्रोल्स काफ़ी उलझाने वाले थे + एक्टिविटी ठीक से लोड नहीं हुई + एक्टिविटी धीमी थी या रूक-रूक कर चल रही थी + एक्टिविटी मज़ेदार नहीं थी + एक्टिविटी ठीक से लोड नहीं हो रही है + एक्टिविटी धीमी है या रूक-रूक कर चल रही है + एक्टिविटी मज़ेदार नहीं है + !!{applicationName}!! कैसा काम कर रहा है? + क्या बेहतर किया जा सकता था? + अपनी समस्या रिपोर्ट करने के लिए धन्यवाद! आपके जैसे फ़ीडबैक हमें एक्टिविटी को बेहतर बनाने में मदद करते हैं. एक्टिविटी सेटिंग्स एक्टिविटी स्टेटस ऐड करें @@ -1051,7 +1063,7 @@ मैं ऑडियो बिलकुल नहीं सुन पाया हेडसेट/ब्लूटूथ के साथ समस्याएं आ रही थी मुझे कोई भी नहीं सुन पा रहा था - दूसरा + अन्य स्पीकरफ़ोन के साथ समस्याएं आ रही थी अपने कॉल अनुभव के बारे में हमें बताएं. नेगेटिव @@ -1141,7 +1153,6 @@ फ्रेंड का निकनेम बदलें सर्वर का अवतार बदलें आइकन बदलें - पहचान बदलें अपने हर सर्वर के लिए अलग-अलग अवतार सेट करना फ़िलहाल सिर्फ कुछ ही लोगों के लिए उपलब्ध है. समझ गए निकनेम (ऑफ़ है) @@ -1983,10 +1994,14 @@ इस एप्लिकेशन के लिए टेस्ट मोड ऑन करने के लिए ऑथराइज़ नहीं किए गए. क्लियर करें एप्लिकेशन ID गलत है + लोकलहोस्ट उस एप्लिकेशन का टेस्ट मोड ऑन करने के लिए अपनी Discord एप्लिकेशन आईडी को डालें. टेस्ट मोड में एप्लिकेशन आपको उससे जुड़े पब्लिश नहीं किए गए SKU देखने देगा और डेवलपमेंट को आसान बनाने के लिए उससे जुड़ी खरीदारियों को बाईपास करने देता है. एप्लिकेशन टेस्ट मोड उस एप्लिकेशन का टेस्ट मोड ऑन करने के लिए अपनी Discord एप्लिकेशन ID डालें. + URL ऑरिज़न का टाइप (सिर्फ़ ऐम्बेड्ड ऐप्स) सलेक्ट करें एप्लिकेशन ID + लोकलहोस्ट पोर्ट नंबर + Discord प्रोक्सी डेवलपर मोड डेवलपर मोड [Discord API]({apiDocsUrl}) का इस्तेमाल करके बॉट लिखने वाले लोगों के लिए हेल्पफुल कॉंटेक्स्ट मेन्यू आइटम को एक्सपोज़ करता है. आपके स्क्रीनशॉट लेने के बाद, Discord को बग रिपोर्ट भेजने की अबिलिटी चालू करता है @@ -2107,6 +2122,46 @@ हमने आपका पासवर्ड बदलने के लिए **!!{email}!!** पर इंस्ट्रक्शन भेज दिए हैं, कृपया अपना इनबॉक्स और स्पैम फ़ोल्डर दोनों देखें. इंस्ट्रक्शन भेजे गए हैं लिंक एम्बेड करें + पहले से ही एक्टिविटी में हैं + !!{username}!!, और {count} हिस्सा ले रहे हैं + !!{username}!!, और {count} खेल रहे हैं + !!{username}!!, और {count} देख रहे हैं + मल्टीप्लेयर वाला एक नया रहस्यमयी गेम, सीधे वॉयस चैनल में खेला जा सकता है! + अपने सर्वर के साथ Betrayal खेलें! + !!{applicationName}!! जॉइन करें + अपने फ्रेंड्स के साथ !!{applicationName}!! खेलें! + {code} एरर + हमारे नए गेम Fishington.io में अपने फ्रेंड्स के साथ कुछ मछली पकड़ें! + अपने फ्रेंड्स के साथ खेलें Fishington खेलें! + !!{guildName}!! में हैंगआउट कर रहे हैं + एक्टिविटी में + एक्टिविटी में + !!{applicationName}!! में + एक्टिविटी खत्म हुई + किसी फ्रेंड को एक्टिविटी का इनवाइट लिंक भेजें + में + एक्टिविटी के लिए इनवाइट करें + !!{username}!! एक्टिविटी में हैं + !!{username}!! खेल रहे हैं + !!{username}!! देख रहे हैं + एक्टिविटी जॉइन करें + एक्टिविटी लॉन्च हो रही है + एक्टिविटी छोड़ें + जल्द आने वाली और ज़्यादा एक्टिविटी के लिए देखते रहें! + सीधे वॉयस चैनल में Poker Night का गेम शुरू करें! + अपने फ्रेंड्स के साथ मिलकर पोकर खेलें + {count} तक प्रतिभागी + प्रतिभागी — {numUsers} + !!{applicationName}!! चला रहे हैं + !!{guildName}!! में खेल रहे हैं + दूसरों के साथ यह लिंक शेयर करके उन्हें इस सर्वर का एक्सेस और एक्टिविटी जॉइन करने की अनुमति दें + एक्टिविटी स्टार्ट करें + !!{applicationName}!! स्टार्ट करें + कई सारे प्रतिभागी + !!{applicationName}!! देख रहे हैं + !!{guildName}!! में देख रहे हैं + सीधे वॉयस चैनल में साथ मिलकर YouTube वीडियोज़ का मज़ा लें! + अपने फ्रेंड्स के साथ YouTube देखें! इमोजी पसंदीदा में ऐड करें Nitro के साथ उपलब्ध है @@ -3065,6 +3120,7 @@ {date} पर {time} क्या आप सच में इस इवेंट को डिलीट करना चाहते हैं? इवेंट डिलीट करना है? + खत्म होने की तारीख की तारीख स्टार्ट करने की तारीख के बाद होनी चाहिए {count} लोग जुड़ना चाहते हैं {count} जुड़ना चाहते हैं जब इवेंट स्टार्ट होता है तो आपको नोटिफ़ाई किया जाता है @@ -3120,7 +3176,6 @@ अन्य मैंने ऑनलाइन सर्वर के लिए सर्च किया आपका जवाब - बनें वो जो आप बनना चाहते हैं और अपने हर सर्वर में अलग-अलग अवतार इस्तेमाल करें, एनिमेटेड अवतार अनलॉक करें, [Discord Nitro के साथ और भी बहुत कुछ करें!](onAndMore) कोई दूसरा अवतार इस्तेमाल करना चाहते हैं? !!{guild}!! मेम्बर कोई मेम्बर नहीं मिले. @@ -5494,6 +5549,7 @@ अरे नहीं, गड़बड़ी हो गई है. कोड {code} हमें आपके गेम को लॉन्च करने से पहले Discord पर कुछ चीज़ें इंस्टॉल करनी होगी. ({progress}का{total}) इंस्टॉल हो रहे हैं. हमें आपके गेम को लॉन्च करने से पहले Discord पर कुछ चीज़ें इंस्टॉल करनी होगी.{name} ({progress} के {total}) इंस्टॉल हो रहे हैं. + मौजूदा समय में **!!{applicationName}!!** के लिए टेस्ट मोड एक्टिव है. आपके एप्लिकेशन को एक्टिविटी बटन मेन्यू में ऑप्शन के तौर पर दिखना चाहिए. कस्टम फ़ीचर और टूल पाएं जो आपकी कम्युनिटी को बढ़ाने में मदद कर सकते हैं. अच्छा, ऐसा लगता है कि **{vendorName} {modelName}** माइक्रोफ़ोन हार्डवेयर का म्यूट स्विच ऑन है. हम आपको बैकअप के तौर पर अपनी 2 फैक्टर ऑथेंटिकेशन सेटिंग में फ़ोन को ऐड करने की सलाह देते हैं. @@ -5702,7 +5758,8 @@ ऑरेन्ज स्क्रीन शेयर इस्तेमाल करने के लिए, कृपया लेटेस्ट OS वर्ज़न पर अपडेट करें OS वर्ज़न से जुड़ी ज़रूरतें - अन्य भाषाएं + अन्य + दूसरी भाषाएं दूसरे ऑप्शन दूसरे रिएक्शन Discord को अपडेट करें @@ -6805,7 +6862,6 @@ इमेज चुनें इमोजी इमेज अपलोड करें - **!!{roleName}!!** (बूस्टिंग में शामिल है) फ़ाइल ब्राउज़ करें अरे नहीं! फ़ाइल बहुत बड़ी है. कृपया 256kb या उससे कम की कोई .png या .jpg सलेक्ट करें. अपलोड करने के लिए कोई PNG या JPG फ़ाइल चुनें @@ -6958,6 +7014,9 @@ मेम्बर्स को इन वॉयस चैनल में बात करने की परमिशन देता है. अगर यह परमिशन डिसएबल होती है, तो मेम्बर तब तक डिफ़ॉल्ट तरीके से म्यूट रहते हैं जब तक मेम्बर्स को म्यूट करें परमिशन वाला कोई व्यक्ति उन्हें अनम्यूट न कर दे. इस चैनल में मेम्बर्स को स्पीकर बनने की अनुमति दें. मेम्बर्स को इस वॉयस चैनल में बात करने की परमिशन देता है. अगर यह परमिशन डिसएबल होती है, तो मेम्बर तब तक डिफ़ॉल्ट तरीके से म्यूट रहते हैं जब तक “मेम्बर्स को म्यूट करें मेम्बर” परमिशन वाला कोई व्यक्ति उन्हें अनम्यूट न कर दे. + मेम्बर्स को इस सर्वर में एक्टिविटी लॉन्च करने की अनुमति देता है. + मेम्बर्स को इन वॉयस चैनलों में एक्टिविटी लॉन्च करने की अनुमति देता है. + मेम्बर्स को इस वॉयस चैनल में एक्टिविटी लॉन्च करने की अनुमति देता है. मेम्बर्स को इस सर्वर में उनकी वीडियो शेयर करने, स्क्रीनशेयर करने, या गेम स्ट्रीम करने की परमिशन देता है. मेम्बर्स को इन वॉइस चैनलों में उनकी वीडियो शेयर करने, स्क्रीनशेयर करने, या गेम स्ट्रीम करने की परमिशन देता है. मेम्बर्स को इस वॉइस चैनल में उनकी वीडियो शेयर करने, स्क्रीनशेयर करने, या गेम स्ट्रीम करने की परमिशन देता है. @@ -7348,6 +7407,7 @@ मैसेज बोलें !!{name}!! - स्पीकर {count} + स्पेक्टेट करें देखने वाले - {numViewers} स्पेलचेक स्पॉयलर @@ -7503,6 +7563,7 @@ स्टेज चैनल स्टार्ट करें कॉल को स्टार्ट करें + एक्टिविटी स्टार्ट करें इवेंट स्टार्ट करें आप यह $[**!!{privacyLevel}!!**](privacyLevelHook) इवेंट बस स्टार्ट ही करने वाले हैं आप बस इस इवेंट को शुरू ही करने वाले हैं @@ -8297,9 +8358,6 @@ यूज़र की जानकारी यूज़र मैनेजमेंट मेरे बारे में - सर्वर का अवतार सेट करें - सर्वर का निकनेम और अवतार सेट करें - सर्वर का निकनेम सेट करें मैसेज Discord मेरे लिए नया है, हाय बोलिए! मेरे बारे में @@ -8454,6 +8512,7 @@ Discord खोलें हमारी [सेवा की शर्तें]({termsLink})और [निजता नीति]({privacyLink}) को देखें. प्रोफाइल बैनर + प्रोफ़ाइल कलर कस्टम डिफ़ॉल्ट अवतार रिमूव करें @@ -8582,7 +8641,7 @@ जब मैंने इसे मूव किया तो बैकग्राउंड डिटेक्शन काफ़ी धीमा था मेरी बॉडी पर आउटलाइन धुंधली या हेलो थी मैंने स्क्रीन पर हिलते हुए ऑब्जेक्ट देखे - दूसरा + अन्य कोई समस्या थी? अपनी समस्या रिपोर्ट करने के लिए आपका धन्यवाद! आपके जैसे फ़ीडबैक हमें वीडियो बैकग्राउंड में सुधार करने में सहायता करते हैं बैकग्राउंड रिमूव करें diff --git a/app/src/main/res/values-hr/plurals.xml b/app/src/main/res/values-hr/plurals.xml index 8d52cf68fc..cf60540207 100644 --- a/app/src/main/res/values-hr/plurals.xml +++ b/app/src/main/res/values-hr/plurals.xml @@ -88,19 +88,19 @@ {#} godine - 1 osoba - {count} osobe - {count} osoba + 1 osoba koju poznaješ je igrala ranije + {count} osobe koje poznaješ su igrale ranije + osoba koje poznaješ su igrale ranije - 1 osoba - {count} osobe - {count} osoba + 1 osoba koju poznaješ upravo igra + {count} osobe koje poznaješ upravo igraju + {count} osoba koje poznaješ upravo igra - 1 osoba - {count} osobe - {count} osoba + 1 osoba koju poznaješ je igrala + {count} osobe koje poznaješ su igrale + osoba koje poznaješ su igrale {#} mjesec @@ -301,6 +301,21 @@ 1 s {seconds} s + + {#} drugi korisnik sudjeluje + {#} druga korisnika sudjeluju + {#} drugih korisnika sudjeluje + + + {#} drugi korisnik igraju + {#} druga korisnika igraju + {#} drugih korisnika igra + + + {#} drugi korisnik gledaju + {#} druga korisnika gledaju + {#} drugih korisnika gleda + {count} slobodno mjesto {count} slobodna mjesta @@ -1572,6 +1587,7 @@ 1 druga osoba + {count} druge osobe {count} drugih osoba diff --git a/app/src/main/res/values-hr/strings.xml b/app/src/main/res/values-hr/strings.xml index 04023f76a4..302f4c32c1 100644 --- a/app/src/main/res/values-hr/strings.xml +++ b/app/src/main/res/values-hr/strings.xml @@ -140,6 +140,18 @@ Ova postavka omogućuje prijateljima da ti se pridruže u igri bez da ti prethodno pošalju zahtjev. Dopusti sudionicima iz glasovnog kanala da se pridruže u tvoju igru. Ova postavka omogućuje ljudima koji se nalaze u glasovnom kanalu u kojem se nalaziš i ti da ti se pridruže u igri bez da ti prethodno pošalju zahtjev. Ovo radi samo na onim serverima koji nisu serveri zajednice. + Reci nam svoje dojmove o aktivnostima + Kontrole unutar aktivnosti su konfuzne + Kontrole unutar aktivnosti bile su konfuzne + Aktivnost se nije učitala kako je trebala + Aktivnost je trzala ili bi se smrznula + Aktivnost nije bila zabavna + Aktivnost se ne učitava kako bi trebala + Aktivnost se trza ili smrzava + Aktivnost nije zabavna + Kako je bilo s aplikacijom !!{applicationName}!!? + Što je moglo biti bolje? + Hvala ti na prijavi ovog problema! Zahvaljujući takvim povratnim informacijama mi možemo poboljšati Aktivnosti. Postavke aktivnosti Status aktivnosti Dodaj @@ -169,7 +181,7 @@ DiscordTag je lažno korisničko ime. Unesi prijateljevo pravo korisničko ime i tag. Treba biti nešto kao: JednoSkrozPravoIme#0000 **!!{discordTag}!!** ne prihvaća tvoj zahtjev za prijateljstvom. Morat će te dodati da biste postali prijatelji. Mi nismo samo brojevi… mi smo ljudi! Unesi korisničko ime i tag. Treba biti nešto kao: JednoSkrozPravoIme#0000 - Hm, to nije uspjelo. Provjeri još jednom jesu li velika i mala slova, pravopis, razmaci i brojevi ispravni. + Čuj, bojimo se da ovo nije prošlo. Daj provjeri još jednom mala i velika slova, pravopis, razmake i brojeve. Napunio si svoj popis prijatelja do kraja. Želimo ti dobrodošlicu u elitni klub 1000 prijatelja! Treba nam i četveroznamenkasta oznaka korisnika !!{username}!! kako ne bi pogriješili u potrazi. Prijatelj @@ -190,7 +202,7 @@ Nearby veza je prekinuta. Osluškujemo što se čuje u eteru… Dodaj nadimak prijatelja - ili iskoristi ove opcije + ili se služi ovim opcijama Unesi korisničko ime#0000 Uspjelo je! Tvoj zahtjev za prijateljstvo s **!!{discordTag}!!** je poslan. Dodaj prečac @@ -561,13 +573,13 @@ Seks Nasilje $[!!{user1}!!](user1Hook) su $[!!{user2}!!](user2Hook) igrali u prošlosti - **{count} koje poznaješ** igrale su u prošlosti + **{count} ** $[!!{user1}!!](user1Hook) je igrao u prošlosti $[!!{user1}!!](user1Hook) i $[!!{user2}!!](user2Hook) igraju upravo sada - **{count} koje poznaješ** upravo igraju + **{count} ** $[!!{user1}!!](user1Hook) igra upravo sada $[!!{user1}!!](user1Hook) su $[!!{user2}!!](user2Hook) nedavno igrali - **{count} koje poznaješ** igrale su nedavno + **{count} ** nedavno $[!!{user1}!!](user1Hook) je nedavno igrao Nije dostupno za tvoje područje Rich Presence @@ -614,7 +626,7 @@ Nedostupno za macOS Ova igra nije dostupna za tvoj trenutni operativni sustav. I dalje je možeš kupiti i igrati na podržanim operativnim sustavima. Nedostupno za Windowse - Pogledaj ostale popise za ovaj SKU + Vidi ostala izlistanja za ovaj SKU Oprosti se od svih podataka igre {gameName} na svom računalu. Pritisni crveni gumb i ona ide u povijest. Nema veze Deinstaliraj @@ -635,7 +647,7 @@ Izbornik datoteka Izbornik medija Obrada… - Kada ostali govore + Kad govori netko drugi Kada ja govorim !!{name}!! - Publika Govori u {channelName} @@ -1051,7 +1063,7 @@ Zvuk se uopće nije čuo Problemi sa slušalicama/bluetoothom Nitko me nije mogao čuti - Drugo + Nešto drugo Problemi sa zvučnikom Reci nam kako ti je prošao taj poziv. Negativno @@ -1141,7 +1153,6 @@ Promijeni nadimak prijatelja Promijeni avatar za server Promijeni ikonu - Promijeni identitet Postavljanje raznih avatara za razne servere je trenutno na raspolaganju ograničenom broju korisnika. Kužim Nadimak (onemogućen) @@ -1983,10 +1994,14 @@ Nema ovlaštenja za omogućavanje testiranja za ovu aplikaciju. Obriši Nevažeći application ID + Localhost Da bi ušao u testni način rada za ovu aplikaciju, unesi svoj Discord application ID. Kad je aplikacija u testiranju, omogućit će ti vidjeti njezine SKU-ove koji još nisu objavljeni i zaobilaziti povezane kupnje kako bi se razvoj olakšao. Testiranje aplikacija Da bi ušao u testiranje aplikacije, unesi svoj Discord application ID. + Odaberi vrstu izvora URL-a (samo ugrađene aplikacije) ID aplikacije + Broj porta localhosta + Discord proxy Razvojni način Način rada za razvojne programere prikazuje stavke iz kontekstnog menija, korisne za ljude koji kreiraju botove koristeći [Discord API]({apiDocsUrl}). Omogućuje slanje prijave za bug Discordu nakon snimanja zaslona @@ -2107,6 +2122,46 @@ Poslali smo ti upute za promjenu tvoje lozinke na **!!{email}!!**, molimo provjeri svoj pretinac ulazne i neželjene pošte. Upute su poslane Ugrađivanje linkova + Već u aktivnosti + !!{username}!! i još {count} + !!{username}!! i još {count} + !!{username}!! i još {count} + To je nova igra odgonetanja za više igrača koja se može igrati upravo ovdje u ovom glasovnom kanalu! + Igraj Betrayal sa svojim serverom! + Pridruži se u !!{applicationName}!! + Igraj !!{applicationName}!! sa svojim prijateljima! + Pogreška {code} + Upecaj koju ribu sa svojim prijateljima u našoj novoj igri Fishington.io! + Igraj Fishington s prijateljima! + Druženje u !!{guildName}!! + U aktivnosti + U aktivnosti + U aplikaciji !!{applicationName}!! je + Aktivnost je završila + Pošalji link pozivnice na aktivnost prijatelju + u + Pozovi u aktivnost + !!{username}!! se bavi nekom aktivnosti + !!{username}!! igra + !!{username}!! gleda + Uključi se u aktivnost + Pokreće aktivnost + Napusti aktivnost + Uskoro možeš očekivati još aktivnosti! + Pokreni večer pokera izravno unutar glasovnog kanala! + Igraj poker s prijateljima + Broj sudionika je najviše {count} + Broj sudionika – {numUsers} + Igra !!{applicationName}!! + Igra na serveru !!{guildName}!! + Podijeli ovaj link s drugima kako bi dobili pristup ovom serveru i pridružili se aktivnosti + Pokreni neku aktivnost + Pokreni !!{applicationName}!! + Broj sudionika nije ograničen + Gleda !!{applicationName}!! + Gleda na serveru !!{guildName}!! + Gledajte YouTube skupa izravno unutar glasovnog kanala! + Gledaj YouTube s prijateljima! Emoji Dodaj u favorite Dostupno uz Nitro @@ -2858,7 +2913,7 @@ Imaš {skuName}! {time} {time} - Hm, reklo bi se da je netko već uzeo/la ovaj dar. + O, čini se da je netko drugi već uzeo ovaj dar. Izgleda da si već uzeo/la ovaj dar. {skuName} nalazi se u tvojoj [Biblioteci](onViewInLibrary). Izgleda da si već uzeo/la ovaj dar. Izgleda da si već uzeo/la ovaj dar. @@ -2892,9 +2947,9 @@ Pokušaj poslati još jednu Poveznicu za darovanje! Ako si je propustio, pokušaj zatražiti drugu poveznicu! Poveznica za darovanje nije valjana - Link na poklon je ili istekao ili je opozvan. Onaj tko je poslao može napraviti novi link i tako poslati ponovo. + Link na dar je ili istekao ili je otkazan. Tko god da ti je poslao, ta osoba može napraviti novi link i poslati ponovo. Link na poklon je ili istekao ili je opozvan. Možeš napraviti novi link i tako poslati ponovo. - Primio/la si dar, no ali… + Netko ti je nešto darovao, ali… Poslao/la si dar, no ali… Rješavanje dara {remaining} od {total} preostalih pretplata @@ -3012,7 +3067,7 @@ Možeš li nam reći detaljnije? Server više nije bio aktivan Nije mi pošlo rukom da privučem ljude - Drugo + Nešto drugo Hvala ti na ovoj informaciji! Zahvaljujući takvim povratnim informacijama mi možemo poboljšati Discord. Zanimalo me kako izgledaju server ili predložak Želja mi je bila testiranje mogućnosti i/ili botova @@ -3065,6 +3120,7 @@ {date} u {time} Jesi li siguran/na da želiš izbrisati ovaj događaj? Izbrisati događaj? + Datum završetka mora biti nakon datuma početka Broj zainteresiranih: {count} {count} Kada događaj počne, stići će ti obavijest @@ -3107,7 +3163,7 @@ Postavke mape su spremljene! Pozovi na servere Pozivnice istječu za {xDays}. - Ostali serveri + Drugi serveri Nema rezultata Pretraži svoje servere U tvom vlasništvu @@ -3117,10 +3173,9 @@ Prijatelj me pozvao na ovaj server Kako si pronašao ovaj server? Pronašao sam server na Discordu - Drugo + Nešto drugo Tražio sam server na mreži Tvoj odgovor - Budi tko god želiš i koristi drugi avatar u svakom od svojih servera, otvori si animirane avatare [i još mnogo toga uz Discord Nitro!](onAndMore) Želiš li koristiti drugi avatar? !!{guild}!! članova Nema pronađenih članova. @@ -3166,7 +3221,7 @@ Ako si odabrala/odabrao „drugo“, na što bi se to odnosilo? Rani pristup novostima i unapređenjima softvera Izvor nadahnuća koji bi dolazio od novih zamisli i prijedloga od drugih partnera ili načini na koji mogu povećati svoju zajednicu - Drugo + Nešto drugo Mogućnost razgovora s voditeljima drugih Partnerskih zajednica Anketa za Partnerstvo Prijavi se na Discord Partner Program @@ -3174,7 +3229,7 @@ Posao / robna marka Stvaratelj sadržaja / Osoba Interesna skupina ili zajednica ljubitelja - Drugo + Nešto drugo Softver otvorenog koda Informacije o tebi Zatim ćemo trebati neke podatke o tebi, budući da si vlasnik servera. @@ -4071,7 +4126,7 @@ Sakrij osobne podatke Pričekaj Početna - Zdravo. Beep. Boop. Ako slučajno želiš pozvati prijatelje na ovaj server, klikni ime servera gore lijevo i odaberi !!{invitePeople}!!. Beep! + Bok. Beep. Boop. Ako želiš na ovaj server pozivati svoje ljude, klikni na naziv servera u gornjem lijevom kutu i odaberi !!{invitePeople}!!. Beep! Hrvatski Mađarski Odaberi kategoriju @@ -4130,7 +4185,7 @@ [Stani u red čekanja.](onJoinWaitlist) Ne možeš pronaći svoju školu? [Stani u red čekanja.](onJoinWaitlist) Pridruži se {count} i uđi u Učenički Hub škole !!{guildName}!!! - Uključi se u drugi hub + Pridruži se u još jedan Hub Bez problema ćeš pronaći servere za svoje grupu za učenje, klubove, gaming okupljanja i drugo. Jesi li trenutno učenica ili učenik? Pridruži se u Discord Hub tvoje škole! Pridruži se Hubu @@ -5383,7 +5438,7 @@ Trenutačno ne koristim Discord toliko da bi mi trebao Nitro Više ne želim podržavati Discord Želim se prebaciti na neki drugi oblik Nitro pretplate - Drugo + Nešto drugo Stavi ovdje svoj razlog. Možemo li pitati kako to da je pretplata {subscriptionName} otkazana? Tvoja pretplata {subscriptionName} je otkazana. @@ -5494,6 +5549,7 @@ Eh. Dogodila se greška. Kôd greške {code} Discord mora instalirati neke stvari prije nego što pokrenemo tvoju igru. Instalira se ({progress} od {total}). Discord mora instalirati neke stvari prije nego što pokrenemo tvoju igru. Instalira se {name} ({progress} od {total}). + Aplikacija **!!{applicationName}!!** je od sada dostupna za testiranje. Tvoja aplikacija bi se od sada trebala pojavljivati kao stavka u izborniku pod dugmetom aktivnosti. Nabavi prilagođene značajke i alate koji ti mogu pomoći u vođenju svoje zajednice. Pa, izgleda da je uključen fizički prekidač za isključivanje mikrofona uređaja **{vendorName} {modelName}**. Preporučamo dodavanje telefona tvojoj dvofaktorskoj autentifikaciji u postavkama kao rezervu. @@ -5702,8 +5758,9 @@ Narančasta Za upotrebu dijeljenja zaslona moraš svoj OS ažurirati na najnoviju verziju Obavezna razina OS-a + Nešto drugo Drugi jezici - Ostale opcije + Druge opcije Ostale reakcije Ažuriraj Discord Promijenili smo par stvarčica na Discordu (i vjerojatno ispravili par pogrešaka). Ažuriraj za nastavak. @@ -6805,7 +6862,6 @@ Odaberi sliku Emoji Prenesi sliku - **!!{roleName}!!** (Uključeno u Boosting) Pregledavanje datoteka O, neeee! Datoteka je prevelika. Odaberi .png ili .jpg veličine najviše 256 kb. Odaberi PNG ili JPG za prijenos @@ -6958,6 +7014,9 @@ Članovima omogućuje da razgovaraju u ovim glasovnim kanalima. Ako je ovo dopuštenje onemogućeno, kao zadana postavka članovi su utišani dok ih netko tko ima dopuštenje „Utišaj članove“ ne uključi. Omogući članovima da postanu govornici na ovom kanalu. Članovima omogućuje da razgovaraju u ovom glasovnom kanalu. Ako je ovo dopuštenje onemogućeno, kao zadana postavka članovi su utišani dok ih netko tko ima dopuštenje „Utišaj članove“ ne uključi. + Članovima omogućuje pokretanje aktivnosti na ovom serveru. + Članovima omogućuje pokretanje aktivnosti u ovim glasovnim kanalima. + Članovima omogućuje pokretanje aktivnosti u ovom glasovnom kanalu. Članovima omogućuje dijeljenje svojih videa, zaslona ili streamanje igre na ovom serveru. Članovima omogućuje dijeljenje svojih videa, zaslona ili streamanje igre u ovim glasovnim kanalima. Članovima omogućuje dijeljenje svojih videa, zaslona ili streamanje igre u ovom glasovnom kanalu. @@ -7348,6 +7407,7 @@ Pročitaj mi poruku !!{name}!! - Govornik {count} + Promatraj Gledatelja – {numViewers} Provjera pravopisa Spoiler @@ -7503,6 +7563,7 @@ Kanal s pozornicom Pokreni Započni poziv + Pokreni aktivnosti Pokreni Događanje Upravo se spremaš pokrenuti događaj $[**!!{privacyLevel}!!**](privacyLevelHook) Upravo se spremaš pokrenuti ovaj događaj @@ -7925,7 +7986,7 @@ {count} spojenih niti $[](usernameHook) $[](messageTextHook) Nema nedavnih poruka - ostalih aktivnih niti: {count} + Ostale aktivne niti: {count} Privatno Privatne niti Javno @@ -8297,9 +8358,6 @@ Informacije o korisniku Upravljanje korisnicima O meni - Postavi avatar za server - Postavi nadimak i avatar za server - Postavi nadimak za server Pošalji poruku Novi sam u Discordu, reci bok! O meni @@ -8454,6 +8512,7 @@ Otvori Discord Pogledaj naše [Uvjete pružanja usluge]({termsLink}) i [Pravila zaštite osobnih podataka]({privacyLink}). Banner profila + Boja profila Prilagođeno Zadano Ukloni avatar @@ -8582,7 +8641,7 @@ Otkrivanje pozadine nije išlo u korak s mojim pokretima Obris na mom tijelu bio je nejasan ili je imao aureolu Vidio sam na zaslonu nešto što se nakratko pojavljuje - Ostalo + Nešto drugo Bilo je nekih problema? Hvala ti na ovoj informaciji! Zahvaljujući takvim povratnim informacijama mi možemo poboljšati video pozadine. Ukloni pozadinu diff --git a/app/src/main/res/values-hu/plurals.xml b/app/src/main/res/values-hu/plurals.xml index 00770478e4..feb8c4fca0 100644 --- a/app/src/main/res/values-hu/plurals.xml +++ b/app/src/main/res/values-hu/plurals.xml @@ -260,6 +260,18 @@ 1mp {seconds}mp + + {#} további + {#} további + + + {#} további + {#} további + + + {#} további + {#} további + {count} hely {count} hely @@ -1385,8 +1397,8 @@ {count} közös szerver - 1 tag - {count} tag + 1 további személy + {count} további személy 1 használat diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml index c922867cb9..f0117ff6af 100644 --- a/app/src/main/res/values-hu/strings.xml +++ b/app/src/main/res/values-hu/strings.xml @@ -140,6 +140,18 @@ Ez a beállítás lehetővé teszi a barátaidnak, hogy kérelem küldése nélkül csatlakozzanak a játékodhoz. Engedélyezés a hangcsatorna résztvevőinek, hogy csatlakozzanak a játékodhoz. Ez a beállítás lehetővé teszi ugyanazon hangcsatorna résztvevőinek, hogy kérelem küldése nélkül csatlakozzanak a játékodhoz. A funkció kizárólag nem közösségi szervereken működik. + Mondd el, milyen élmény volt a tevékenység + A tevékenység irányítása nem egyértelmű + A tevékenység irányítása nem volt egyértelmű + A tevékenység nem töltött be megfelelően + A tevékenység akadozott vagy lefagyott + A tevékenység nem volt szórakoztató + A tevékenység nem tölt be megfelelően + A tevékenység akadozik vagy lefagy + A tevékenység nem szórakoztató + Hogy ment: !!{applicationName}!!? + Mi lehetett volna jobb? + Köszönjük, hogy jelentetted problémádat! Az ehhez hasonló visszajelzések segítenek javítani a tevékenységeket. Tevékenységbeállítások Tevékenységállapot Hozzáadás @@ -169,7 +181,7 @@ A DiscordTag kamu felhasználónév. Írd be barátod igazi felhasználónevét és címkéjét. Kb. így kellene kinéznie: TeljesenIgaziFelhasználónév#0000 **!!{discordTag}!!** nem fogad el barátnak jelöléseket. Hogy barátok lehessetek, nekik kell bejelölniük téged. Többek vagyunk számoknál… emberek vagyunk! Írd be a felhasználónevet és a címkét, kb. így kellene kinéznie: TeljesenIgaziFelhasználónév#0000 - Hm, nem működött. Ellenőrizd duplán, hogy a nagybetűk, a helyesírás, az esetleges szóközök és a számok rendben vannak-e. + Hm, nem működött. Ellenőrizd még egyszer, hogy a nagybetűk, a helyesírás, az esetleges szóközök és a számok helyesek-e. Kialakítottad a barátaid listáját. Üdv az elit 1000 barát klubban! Szükségünk van !!{username}!! négy számjegyű címkéjére, hogy tudjuk, pontosan kiről is van szó. Barát @@ -190,7 +202,7 @@ Közeli kapcsolat megszakítva. Barátok keresése léghullámok alapján… Barát becenevének hozzáadása - vagy használd ezeket a lehetőséget + vagy használd ezeket a lehetőségeket Add meg: felhasználónév#0000 Sikerült! Elküldted a barátkérést **!!{discordTag}!!** részére. Gyorsgomb hozzáadása @@ -614,7 +626,7 @@ Nem érhető el macOS-rendszerhez Ez a játék nem érhető el a jelenlegi operációs rendszerhez. Még mindig megvásárolhatod, és játszhatod támogatott operációs rendszereken. Nem érhető el Windows-rendszerhez - Más listázás megtekintése ehhez az SKU-hoz + Egyéb listázás megtekintése ehhez az SKU-hoz Mondj búcsút a(z) {gameName} összes adatának a számítógépen. Nyomd meg a piros gombot, és nem lesz többé. Felejtsük el Eltávolítás @@ -1141,7 +1153,6 @@ Barát becenevének megváltoztatása Szerverprofilkép módosítása Ikoncsere - Személyiség módosítása A különféle profilkép beállítása a szervereiden jelenleg korlátozott számú felhasználó számára érhető el. Megértettem Becenév (letiltva) @@ -1983,10 +1994,14 @@ Nem engedélyezett a tesztmód engedélyezése ehhez az alkalmazáshoz. Törlés Érvénytelen alkalmazásazonosító + Localhost Add meg a Discord alkalmazásazonosítót az alkalmazás tesztmódjának engedélyezéséhez. Az alkalmazás tesztmódjában lehetőség van a kapcsolódó, kiadatlan SKU-k megtekintésére és a kapcsolódó vásárlások megkerülésére, ami megkönnyíti a fejlesztést. Alkalmazás tesztmód Add meg a Discord alkalmazásazonosítót az alkalmazás tesztmódjának engedélyezéséhez. + Válaszd ki az URL-cím eredettípusát (csak beágyazott alkalmazások) Alkalmazásazonosító + Localhost portszáma + Discord proxy Fejlesztői mód A Fejlesztői mód sok menüpontot jelenít meg azok számára, akik botokat programoznak a [Discord API-val]({apiDocsUrl}). Engedélyezi a lehetőséget, hogy hibajelentést küldj a Discordnak egy képernyőkép készítését követően @@ -2030,7 +2045,7 @@ A felhasználói fiókod lecsatlakoztatása eltávolíthat téged azokról a szerverekről, amikre ezzel a fiókkal csatlakoztál. !!{name}!! lecsatlakoztatása Lecsatlakozás a hangcsatornáról - Lecsatlakoztatás + Szétkapcsolás Lecsatlakoztatás A felhasználó lecsatlakozott a hangcsatornáról. Csatlakozz a Discordot használó több mint 100 millió emberhez, hogy beszélgessetek és lazuljatok a barátaiddal és közösségeiddel! @@ -2107,6 +2122,46 @@ Elküldtük az utasításokat a jelszavad megváltoztatásához a következő e-mail címre: **!!{email}!!**. Nézd meg a bejövő üzeneteidet és a spam mappádat is. Utasítások elküldve Hivatkozások beágyazása + Már tevékenységet végez + !!{username}!! és {count} résztvevő + !!{username}!! és {count} személy játszik + !!{username}!! és {count} néző + Új, többjátékos rejtélyes játék, amely a hangcsatornán játszható! + Játssz a Betrayal játékkal a szervered tagjaival! + Csatlakozás: !!{applicationName}!! + Játssz barátaiddal ezzel: !!{applicationName}!!! + Hiba: {code} + Horgássz barátaiddal új játékunkban: Fishington.io! + Játssz a Fishingtonnal barátaiddal! + Itt lazul: !!{guildName}!! + Tevékenységet végez + Tevékenységet végez + Itt van: !!{applicationName}!! + A tevékenység véget ért + Küldj tevékenységre meghívó linket egy barátodnak + itt: + Meghívás tevékenységre + !!{username}!! tevékenységet végez + !!{username}!! játszik ezzel: + !!{username}!! nézi ezt: + Csatlakozás tevékenységhez + Tevékenység indítása + Tevékenység elhagyása + Hamarosan új tevékenységek érkeznek! + Játssz egy kört a Poker Night játékkal közvetlenül a hangcsatornán! + Pókerezz a barátaiddal + Akár {count} résztvevő + Résztvevők - {numUsers} + Játékban: !!{applicationName}!! + Játékban itt: !!{guildName}!! + Oszd meg ezt a hivatkozást másokkal, hogy ők is csatlakozhassanak a szerverhez és a tevékenységhez + Tevékenység indítása + !!{applicationName}!! indítása + Korlátlan számú résztvevő + Nézi: !!{applicationName}!! + Nézi: !!{guildName}!! + Nézzetek együtt YouTube-videókat közvetlenül a hangcsatornán! + Nézd a YouTube-ot barátaiddal! Emotikon Hozzáadás a kedvencekhez Nitro-előfizetéssel elérhető @@ -2774,8 +2829,8 @@ Várakozó Javítás — {progress} / {total} (!!{percent}!!%%) Telepítés ellenőrzése — {progress} / {total} (!!{percent}!!%%) - Várakozás egy másik letöltés szüneteltetésére – {progress}/{total} (!!{percent}!!%%) - Várakozás egy másik letöltés szüneteltetésére + Várakozás egy másik letöltés szünetelésére – {progress}/{total} (!!{percent}!!%%) + Várakozás egy másik letöltés szünetelésére Javítás: {progress} / {total} (!!{percent}!!%%) Javítás: {progress} / {total} (!!{percent}!!%%) – {timeRemaining} maradt Javítás: {progress} / {total} (!!{percent}!!%%) – {timeRemaining} maradt @@ -3065,6 +3120,7 @@ {date}, {time} Biztosan törlöd ezt az eseményt? Törlöd az eseményt? + A befejező dátumnak a kezdőd dátumnál későbbre kell esnie {count} érdeklődő {count} érdekel Értesítést kapsz, amikor elkezdődik az esemény @@ -3107,7 +3163,7 @@ Mappa beállításai elmentve! Meghívás szerverekre A meghívó {xDays} nap múlva lejár. - Más szerverek + Egyéb szerverek Nincs találat Keresés a szervereiden A te tulajdonod @@ -3120,7 +3176,6 @@ Egyéb Online kerestem egy szervert A válaszod - Legyél, aki csak szeretnél és használj eltérő profilképet minden egyes szerveren, oldd fel az animált profilképeket, [és juss hozzá még sok minden máshoz is a Discord Nitro-előfizetéssel!](onAndMore) Szeretnél másik profilképet használni? !!{guild}!! tag Nem találtunk tagokat. @@ -4071,7 +4126,7 @@ Személyes információk elrejtése Kezdőlap - Helló. Bíp. Búp. Ha szeretnéd meghívni barátaidat erre a szerverre, kattints a szerver nevére a bal felső sarokban, és válaszd ki: !!{invitePeople}!!. Bíp! + Hahó! Bíp. Búp. Ha szeretnél barátokat meghívni erre a szerverre, kattints a szerver nevére a bal felső sarokban, és válaszd ezt: „!!{invitePeople}!!”. Bíp! Horvát Magyar Kategória kiválasztása @@ -4145,7 +4200,7 @@ Beállítások szerkesztése !!{guildName}!! beállításainak szerkesztése Mi az a Diákcsomópont? - Más iskolába jársz? [Csatlakozz itt](onClick) + Más oktatási intézménybe jársz? [Csatlakozz itt](onClick) Meghívtak, hogy csatlakozz egy csomóponthoz Meghívót küldtél, hogy csatlakozzanak egy csomóponthoz Hívd meg barátaidat, hogy csatlakozzanak az iskolátok Diákcsomópontjához @@ -5494,6 +5549,7 @@ Óh nem, hiba történt. Kód {code} A Discordnak telepítenie kell néhány dolgot, hogy elindíthassuk a játékot. ({progress}/{total}) telepítése. A Discordnak telepítenie kell néhány dolgot, hogy elindíthassuk a játékot. {name} ({progress}/{total}) telepítése. + A következő alkalmazás teszt módja jelenleg aktív: **!!{applicationName}!!**. Az alkalmazásodnak meg kell jelennie a tevékenységek gomb menüjében. Szerezz be egyedi funkciókat és eszközöket a közösséged jobb működéséhez. Nos, úgy látszik a **{vendorName} {modelName}** mikrofonja hardveresen van némítva. Javasoljuk, hogy adj hozzá egy telefont tartaléknak a kétlépcsős azonosításhoz a fiókbeállításaidnál. @@ -5702,9 +5758,10 @@ Narancs A képernyőmegosztás használatához frissítsd az operációs rendszert a legújabb verzióra Operációs rendszer verziójára vonatkozó követelmény - További nyelvek - Egyéb opciók - Más reakciók + Egyéb + Egyéb nyelvek + Egyéb beállítások + Egyéb reakciók Discord frissítése Van néhány érdekes változtatásunk a Discordon (és valószínűleg egy-két hibajavítás). Frissíts a folytatáshoz. A kliensed elavult @@ -6805,7 +6862,6 @@ Kép kiválasztása Emotikon Kép feltöltése - **!!{roleName}!!** (megtalálható a gyorsításban) Fájlok tallózása Jaj, ne! Túl nagy a fájl. Válassz 256 kb vagy kisebb méretű .png- vagy .jpg-fájlt. Válaszd ki a feltöltendő PNG- vagy JPG-fájlt @@ -6958,6 +7014,9 @@ Lehetővé teszi a tagok számára, hogy a hangcsatornákon beszéljenek. Ha ez a jogosultság le van tiltva, akkor a tagok alapértelmezés szerint némítva vannak, amíg a „Tagok némítása” jogosultsággal rendelkező személy nem távolítja el a némításukat. Lehetővé teszi a tagok számára, hogy beszélők legyenek ezen a csatornán. Lehetővé teszi a tagok számára, hogy a hangcsatornán beszéljenek. Ha ez a jogosultság le van tiltva, akkor a tagok alapértelmezés szerint némítva vannak, amíg a „Tagok némítása” jogosultsággal rendelkező személy nem távolítja el a némításukat. + Lehetővé teszi a tagok számára, hogy tevékenységet indítsanak ezen a szerveren. + Lehetővé teszi a tagok számára, hogy tevékenységet indítsanak ezeken a hangcsatornákon. + Lehetővé teszi a tagok számára, hogy tevékenységet indítsanak ezen a hangcsatornán. Lehetővé teszi a tagok számára, hogy megosszák videóikat, megosszák a képernyőiket, vagy játékokat közvetítsenek a szerveren. Lehetővé teszi a tagok számára, hogy megosszák videóikat, megosszák a képernyőiket, vagy játékokat közvetítsenek a hangcsatornákon. Lehetővé teszi a tagok számára, hogy megosszák videóikat, megosszák a képernyőiket, vagy játékokat közvetítsenek a hangcsatornán. @@ -7348,6 +7407,7 @@ Üzenet felolvasása !!{name}!! – beszélő {count} + Megtekintés nézőként Nézők - {numViewers} Helyesírás-ellenőrzés Spoiler @@ -7503,6 +7563,7 @@ Pódiumcsatorna Indítás Hívás indítása + Tevékenységek indítása Esemény indítása Hamarosan elkezded: $[**!!{privacyLevel}!!**](privacyLevelHook) esemény Hamarosan elkezded ezt az eseményt @@ -7925,7 +7986,7 @@ {count} gondolatmenetbe léptél be $[](usernameHook) $[](messageTextHook) Nincsenek friss üzenetek - {count} other további aktív gondolatmenet + {count} további aktív gondolatmenet Privát Privát gondolatmenet Nyilvános @@ -8297,9 +8358,6 @@ Felhasználói adatok Felhasználók kezelése Bemutatkozás - Szerverprofilkép beállítása - Szerverbecenév és -profilkép beállítása - Szerverbecenév beállítása Üzenet Új vagyok itt, üdvözölj! Bemutatkozás @@ -8454,6 +8512,7 @@ A Discord megnyitása Nézd meg a [Szolgáltatási feltételeket]({termsLink}) és az [Adatvédelmi szabályzatot]({privacyLink}). Profilbanner + Profilszín Egyedi Alapértelmezett Profilkép eltávolítása @@ -8498,7 +8557,7 @@ Használd a legújabb technológiánkat a képernyőképek készítéséhez Windows beállítások Felhasználó beállításai (build felülbírálás: !!{webBuildOverride}!!) - {name} és további {count} + {name} és {count} Felhasználó hangereje Felhasználónév Felhasználónév és címke diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index daf817a02a..31ba725528 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -1153,7 +1153,6 @@ Cambia il nickname dell\'amico Cambia l\'avatar per questo server Cambia icona - Cambia identità L\'impostazione di un avatar diverso per ognuno dei propri server al momento è disponibile solo per un numero limitato di persone. Capito Nickname (disattivato) @@ -3126,6 +3125,7 @@ {date} alle ore {time} Vuoi davvero eliminare l\'evento? Vuoi eliminare l\'evento? + La data di fine deve essere successiva a quella di inizio {count} interessati {count} mostrato interesse Riceverai una notifica quando inizierà l\'evento @@ -3181,7 +3181,6 @@ Altro Ho cercato un server online La tua risposta - Puoi essere chi vuoi e utilizzare un avatar diverso in ognuno dei tuoi server, sbloccare avatar animati [e molto altro ancora con Discord Nitro!](onAndMore) Vuoi utilizzare un altro avatar? !!{guild}!! membri Nessun membro trovato. @@ -6868,7 +6867,6 @@ Scegli immagine Emoji Carica immagine - **!!{roleName}!!** (Incluso con potenziamento) Sfoglia file Oh no! Il file è troppo grande. Seleziona un file .png o .jpg che non occupi più di 256kb. Scegli un PNG o JPG da caricare @@ -8368,9 +8366,6 @@ Informazioni utente Gestione degli utenti Chi sono - Imposta un avatar per questo server - Imposta un nickname e un avatar per questo server - Imposta un nickname per questo server Messaggio Sono nuovo su Discord, di\' ciao! Chi sono @@ -8525,6 +8520,7 @@ Apri Discord Controlla i nostri [Termini di Servizio]({termsLink}) e [Informativa sulla privacy]({privacyLink}). Banner del profilo + Colore del Profilo Personalizzato Predefinito Rimuovi avatar diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index 2a17df61df..7e6667b283 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -1153,7 +1153,6 @@ フレンドのニックネームを変更 サーバーアバターを変更 アイコン を変更 - アイデンティティを変更 サーバーごとに異なるアバターを使える機能は現在、一部のユーザー限定となっています。 了解 ニックネーム(無効) @@ -3131,6 +3130,7 @@ {date}日の{time}時に 本当にこのイベントを削除しますか? イベントを削除しますか? + 終了日は開始日よりも後の日付にしてください {count} 人が興味を持っています {count}が興味を持っています イベントの開始時に通知いたします @@ -3186,7 +3186,6 @@ その他 オンラインでサーバーを探した あなたの回答 - なりたい自分になるため、サーバーごとに使うアバターを変えたり、アニメアバターをアンロックしたり、[その他いろんなことが Discord Nitro ならできちゃいます!](onAndMore) アバター、変えたくないですか? !!{guild}!! メンバー メンバーは見つかりませんでした。 @@ -6873,7 +6872,6 @@ 画像を選択 絵文字 画像をアップロード - **!!{roleName}!!**(ブーストに含まれています) ファイルを閲覧 おっと、ファイルが大きすぎるようです! 256KB 以下の .png または .jpg ファイルを選んでください。 アップロードする PNG または JPG ファイルを選択してください @@ -8371,9 +8369,6 @@ ユーザー情報 ユーザー管理 自己紹介 - サーバーアバターをゲット - サーバーニックネームとアバターをゲット - サーバーニックネームをゲット メッセージ Discordの新人です、初めまして! 自己紹介 @@ -8528,6 +8523,7 @@ Discordを開く [サービス利用規約]({termsLink}) 及び [プライバシーポリシー]({privacyLink}) を確認してください。 プロフィールバナー + プロフィールカラー カスタム 既定値 アバター削除 diff --git a/app/src/main/res/values-ko/strings.xml b/app/src/main/res/values-ko/strings.xml index 7018b357c6..8100e946a3 100644 --- a/app/src/main/res/values-ko/strings.xml +++ b/app/src/main/res/values-ko/strings.xml @@ -1153,7 +1153,6 @@ 친구 별명 변경 서버 아바타 변경하기 아이콘 변경 - 아이덴티티 변경하기 서버마다 다른 아바타를 선택할 수 있는 기능은 현재 일부 사용자만 사용할 수 있습니다. 알겠어요 별명 (비활성화됨) @@ -3126,6 +3125,7 @@ 날짜:{date}, 시간:{time} 정말 이 이벤트를 삭제할까요? 이벤트를 삭제할까요? + 종료일은 시작일은 이후여야 해요 {count} 명이 관심 갖는 중 {count} 관심이 있어요 이벤트가 시작되면 알림을 받아요 @@ -3181,7 +3181,6 @@ 기타 서버를 온라인으로 검색했어요 내 대답 - 참가 중인 서버마다 다른 아바타 사용, 움직이는 아바타 잠금 해제 등, [Discord Nitro 구독으로 다양한 특전을 누리세요!](onAndMore) 다른 아바타를 사용하고 싶으신가요? 멤버 !!{guild}!!명 멤버를 찾을 수 없어요. @@ -6868,7 +6867,6 @@ 이미지 선택하기 이모티콘 이미지 업로드 - **!!{roleName}!!**(부스트에 포함되는 혜택) 파일 찾아보기 앗, 파일이 너무 커요. 256kb 이하인 png 또는 jpg 파일을 선택해주세요. 업로드할 PNG 또는 JPG 선택하기 @@ -8368,9 +8366,6 @@ 사용자 정보 사용자 관리 내 소개 - 서버 아바타 설정하기 - 서버 별명 및 아바타 설정하기 - 서버 별명 설정하기 메시지 Discord는 처음 써봐요. 환영해 주세요! 내 소개 @@ -8525,6 +8520,7 @@ Discord 열기 [이용 약관]({termsLink})과 [개인정보 보호 정책]({privacyLink})을 확인하세요. 프로필 배너 + 프로필 색상 사용자 지정 기본 아바타 제거 diff --git a/app/src/main/res/values-lt/plurals.xml b/app/src/main/res/values-lt/plurals.xml index 4ba5e6da7e..c5088dd1d0 100644 --- a/app/src/main/res/values-lt/plurals.xml +++ b/app/src/main/res/values-lt/plurals.xml @@ -280,6 +280,21 @@ 1 sek. {seconds} sek. + + {#} kitas žmogus + {#} kiti žmonės + {#} kitų žmonių + + + {#} kitas žmogus + {#} kiti žmonės + {#} kitų žmonių + + + {#} kitas žmogus + {#} kiti žmonės + {#} kitų žmonių + Yra {count} vieta Yra {count} vietos @@ -1548,7 +1563,8 @@ 1 kitas - {count} kiti + {count} kiti + {count} kitų 1 naudojimas diff --git a/app/src/main/res/values-lt/strings.xml b/app/src/main/res/values-lt/strings.xml index 4b0b6c40f9..80458b1b74 100644 --- a/app/src/main/res/values-lt/strings.xml +++ b/app/src/main/res/values-lt/strings.xml @@ -140,6 +140,18 @@ Naudodamasis šiuo nustatymu draugams gali leistis jungtis prie žaidimo nesiųsdamas užklausos. Balso kanalo dalyviams leisti jungtis prie žaidimo. Šis nustatymas leidžia tame pačiame kaip ir jūs balso kanale esantiems žmonėms jungtis prie žaidimo nesiunčiant užklausos. Ši funkcija veikia tik neviešuose serveriuose. + Papasakok apie savo patirtį su šia veikla + Veiklos valdikliai yra painūs + Veiklos valdikliai buvo painūs + Veikla nebuvo tinkamai įkelta + Veikla vėlavo arba strigo + Veikla nebuvo smagi + Veikla tinkamai neįkeliama + Veikla vėluoja arba stringa + Veikla nėra smagi + Kaip sekėsi su !!{applicationName}!!? + Kas galėjo būti geriau? + Dėkui, kad pranešei apie problemą! Tokie atsiliepimai mums padeda tobulinti veiklas. Veiklos nustatymai Veiklos būsena Pridėti @@ -169,7 +181,7 @@ DiscordTag yra netikras slapyvardis. Įvesk tikrą draugo naudotojo vardą ir žymę. Turėtų atrodyti maždaug taip: VisiškaiTikrasSlapyvardis#0000 **!!{discordTag}!!** nepriima prašymų draugauti. Kad taptumėte draugais, jis turės tave pridėti. Mes esame daugiau nei skaičiai – esame žmonės! Įvesk slapyvardį ir žymę. Turėtų atrodyti maždaug taip: VisiškaiTikrasSlapyvardis#0000 - Hmm, neveikia. Dukart patikrink, didžiosios ar mažosios raidės, rašyba, tarpai ir skaičiai yra teisingi. + Hmm, neveikia. Dar kartą pažiūrėk, ar didžiosios ir mažosios raidės, rašyba, tarpai ir skaičiai yra teisingi. Padidinai draugų sąrašą iki maksimumo. Sveikiname įstojus į elitinį 1 000 draugų klubą! Mums reikia !!{username}!! keturių skaitmenų kombinacijos, kad jį / ją rastume. Draugas @@ -891,7 +903,7 @@ Man to nebereikia Pamiršau atšaukti Nusipirkau dovaną, kurios nepanaudojau - Kita + Kita priežastis Kilo problemų naudojant stiprinimą Neatitiko lūkesčių Noriu keisti Nitro planus @@ -1141,7 +1153,6 @@ Keisti draugo slapyvardį Pakeisti serverio pseudoportretą Keisti Piktogramą - Keisti tapatybę Skirtingų pseudoportretų kiekvienam serveriui nustatymas šiuo metu galimas tik ribotam žmonių skaičiui. Supratau Slapyvardis (išjungtas) @@ -1983,10 +1994,14 @@ Nėra įgaliojimų įjungti šios programėlės bandomąjį režimą. Išvalyti Neteisingas programėlės ID + Localhost Įvesk savo Discord programėlės ID, kad įjungtum tos programėlės bandomąjį režimą. Programėlėje bandomuoju režimu galėsi peržiūrėti atitinkamus nepaskelbtus SKU ir apeiti atitinkamus pirkimus, kad vystyti būtų paprasčiau. Programėlės Bandomasis Režimas Įvesk savo Discord programėlės ID, kad įjungtum tos programėlės bandomąjį režimą. + Select URL Origin Type (Embedded Apps Only) Programėlės ID + Localhost Port Number + Discord Proxy Programuotojo režimas Įjungia Programuotojo režimą, kuris atskleidžia kontekstinio meniu elementus, naudingus žmonėms rašantiems botus su [Discord API]({apiDocsUrl}). Leidžia išsiųsti trikties pranešimą Discord, kai padaroma ekrano kopija @@ -2107,6 +2122,46 @@ Mes išsiuntėme nurodymus slaptažodžiui pakeisti į **!!{email}!!**, patikrink savo pašto dėžutę ir šlamšto aplanką. Instrukcijos Išsiųstos Prisegti Nuorodas + Jau užsiima šia veikla + Dalyvauja !!{username}!! ir dar {count} + Žaidžia !!{username}!! ir dar {count} + Žiūri !!{username}!! ir dar {count} + Naujas detektyvinis kelių žaidėjų žaidimas, kurį gali žaisti šiame balso kanale! + Žaisk „Išdavystę“ savo serveryje! + Prisijungti prie !!{applicationName}!! + Žaisk !!{applicationName}!! su savo draugais! + Klaida {code} + Žvejok su savo draugais mūsų naujame žaidime „Fishington.io“! + Žaisk „Fishington“ su savo draugais! + Leidžia laiką serveryje !!{guildName}!! + Užsiima veikla + Užsiima veikla + Užsiima !!{applicationName}!! + Veikla baigėsi + Išsiųsk pakvietimo užsiimti veikla nuorodą draugui + serveryje + Pakviesti į veiklą + !!{username}!! užsiima veikla + !!{username}!! žaidžia + !!{username}!! žiūri + Jungtis prie veiklos + Pristatoma veikla + Palikti veiklą + Ieškok netrukus pasirodysiančių naujų veiklų! + Pradėk žaidimą „Pokerio naktis“ šiame balso kanale! + Žaisk pokerį su savo draugais + Iki {count} dalyvių (-o) + Dalyvių: {numUsers} + Žaidžia !!{applicationName}!! + Žaidžia serveryje !!{guildName}!! + Pasidalink šia nuoroda su kitais, kad jie galėtų prisijungti prie šio serverio ir šios veiklos + Pradėti veiklą + Pradėti !!{applicationName}!! + Dalyvių skaičius neribojamas + Žiūri !!{applicationName}!! + Žiūri serveryje !!{guildName}!! + Kartu mėgaukitės YouTube vaizdo įrašais šiame balso kanale! + Žiūrėk YouTube su savo draugais! Jaustukas Pridėti į mėgstamiausius Prieinama naudojant Nitro @@ -3065,6 +3120,7 @@ {date} esantis {time} Ar tikrai nori pašalinti šį renginį? Pašalinti renginį? + Renginio pabaigos data turi būti vėlesnė už jo pradžios datą Domina: {count} Domina: {count} Tau bus pranešta, kai renginys prasidės @@ -3120,7 +3176,6 @@ Kita Ieškojau serverio internete Tavo atsakymas - Būk, kuo nori būti, ir naudok skirtingus pseudoportretus kiekviename savo serveryje, atrakink animuotus pseudoportretus [ir dar daugiau su Discord Nitro!](onAndMore) Nori naudoti kitą pseudoportretą? !!{guild}!! nariai Nerasta jokių narių. @@ -4145,7 +4200,7 @@ Redaguoti nustatymus Redaguoti !!{guildName}!! nustatymus Kas yra Student Hub? - Eini į kitą mokyklą / universiteta? [Junkis čia](onClick) + Eini į kitą mokyklą / universitetą? [Junkis čia](onClick) Gavai kvietimą prisijungti prie Hub Išsiuntei kvietimą prisijungti prie Hub Kviesk draugus jungtis prie tavo mokyklos ar universiteto Student Hub serverio @@ -5494,6 +5549,7 @@ Oi, įvyko klaida. Kodas {code} Discord turi įdiegti keletą dalykų, kad galėtume paleisti tavo žaidimą. Įdiegiama ({progress} iš {total}). Discord turi įdiegti keletą dalykų, kad galėtume paleisti tavo žaidimą. Įdiegiama {name} ({progress} iš {total}). + **!!{applicationName}!!** šiuo metu veikia bandymo režimu. Tavo programėlė turėtų būtų rodoma tarp veiklų mygtuko meniu parinkčių. Gauk tinkintų funkcijų ir įrankių, galinčių padėti plėsti tavo bendruomenę. Atrodo, kad **{vendorName} {modelName}** mikrofono išjungimo mygtukas nuspaustas. Siūlome prie dviejų faktorių autentifikavimo nustatymų pridėti ir telefono numerį. @@ -5702,8 +5758,9 @@ Oranžinis Jei nori naudoti ekrano bendrinimo funkciją, atnaujink OS iki naujausios versijos OS versijos reikalavimai + Kita Kitos kalbos - Kiti pasirinkimai + Kitos parinktys Kitos reakcijos Atnaujinti Discord Mes turime saldžių pakeitimų Discord (ir tikriausiai keletas klaidų taisymų). Atnaujink, kad galėtum tęsti. @@ -6805,7 +6862,6 @@ Pasirinkti vaizdą Jaustukai Įkelti vaizdą - **!!{roleName}!!** (Įtraukta į stiprinimus) Naršyti failus O, varge! Failas per didelis. Pasirink ne didesnį nei 256 kb .png arba .jpg vaizdą. Pasirinkti PNG ar JPG įkėlimui @@ -6958,6 +7014,9 @@ Nariams leidžiama kalbėti šiuose balso kanaluose. Išjungus šį leidimą, pagal numatytuosius nustatymus narių garsas būna nutildytas, kol kas nors, turintis leidimą nutildyti narius, nutildymą išjungia. Nariams leidžiama būti kalbėtojais šiame kanale. Nariams leidžiama kalbėti šiame balso kanale. Išjungus šį leidimą, pagal numatytuosius nustatymus narių garsas būna nutildytas, kol kas nors, turintis leidimą nutildyti narius, nutildymą išjungia. + Nariams leidžiama pristatyti veiklą šiame serveryje. + Nariams leidžiama pristatyti veiklą šiuose balso kanaluose. + Nariams leidžiama pristatyti veiklą šiame balso kanale. Nariams leidžiama dalytis vaizdo įrašais, žaidimo ekranu arba transliuoti žaidimą šiame serveryje. Nariams leidžiama dalytis vaizdo įrašais, žaidimo ekranu arba transliuoti žaidimą šiuose balso kanaluose. Nariams leidžiama dalytis vaizdo įrašais, žaidimo ekranu arba transliuoti žaidimą šiame balso kanale. @@ -7348,6 +7407,7 @@ Ištarti žinutę !!{name}!! – kalbėtojas {count} + Stebėti Stebėtojų – {numViewers} Rašybos tikrinimas Atskleidžiamas turinys @@ -7503,6 +7563,7 @@ Scenos kanalas Pradėti Pradėti pokalbį + Pradėti veiklas Pradėti renginį Visai netrukus pradėsi $[**!!{privacyLevel}!!**](privacyLevelHook) renginį Visai netrukus pradėsi renginį @@ -8297,9 +8358,6 @@ Vartotojo informacija Naudotojų Valdymas Apie mane - Nustatyti serverio pseudoportretą - Nustatyti serverio slapyvardį ir pseudoportretą - Nustatyti serverio slapyvardį Pranešimas Aš naujas Discord, pasakyk Labas! Apie mane @@ -8454,6 +8512,7 @@ Atidaryti Discord Peržiūrėk mūsų [Paslaugų teikimo sąlygas]({termsLink}) ir [Privatumo politiką]({privacyLink}). Profilio reklamjuostė + Profilio spalva Pritaikytas Numatytasis Šalinti pseudoportretą diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml index 90eeaa0b68..c16985282a 100644 --- a/app/src/main/res/values-nl/strings.xml +++ b/app/src/main/res/values-nl/strings.xml @@ -1153,7 +1153,6 @@ Bijnaam vriend(in) wijzigen Serveravatar wijzigen Icoon aanpassen - Identiteit wijzigen Het instellen van een andere avatar voor iedere server is op dit moment beschikbaar voor een beperkt aantal mensen. Begrepen Bijnaam (uitgeschakeld) @@ -3126,6 +3125,7 @@ {date} om {time} Weet je zeker dat je dit evenement wilt verwijderen? Evenement verwijderen? + De einddatum moet na de startdatum zijn {count} geïnteresseerd {count} geïnteresseerd Je krijgt een bericht als het evenement begint @@ -3181,7 +3181,6 @@ Overig Ik heb online naar een server gezocht Jouw antwoord - Wees wie je wil zijn met een andere avatar op al je servers, geanimeerde avatars gebruiken [en nog veel meer met Discord Nitro!](onAndMore) Wil je een andere avatar gebruiken? !!{guild}!! leden Geen leden gevonden. @@ -6868,7 +6867,6 @@ Afbeelding kiezen Emoji Afbeelding uploaden - **!!{roleName}!!** (inclusief bij boosting) Blader door bestanden O nee! Het bestand is te groot. Selecteer een .png- of .jpg-bestand van maximaal 256 KB. Kies een PNG- of JPG-bestand om te uploaden @@ -8368,9 +8366,6 @@ Gebruikersinfo Gebruikersbeheer Over mij - Serveravatar instellen - Serverbijnaam en avatar instellen - Serverbijnaam instellen Bericht Ik ben nieuw op Discord, hallo! Over mij @@ -8525,6 +8520,7 @@ Discord openen Lees onze [Servicevoorwaarden]({termsLink}) en ons [Privacybeleid]({privacyLink}). Profielbanner + Profielkleur Persoonlijk Standaard Avatar verwijderen diff --git a/app/src/main/res/values-no/plurals.xml b/app/src/main/res/values-no/plurals.xml index 4d9ce21a91..fcdce33ead 100644 --- a/app/src/main/res/values-no/plurals.xml +++ b/app/src/main/res/values-no/plurals.xml @@ -260,6 +260,18 @@ 1 s {seconds}s + + {#} annen + {#} andre + + + {#} annen + {#} andre + + + {#} annen + {#} andre + {count} plass {count} plasser diff --git a/app/src/main/res/values-no/strings.xml b/app/src/main/res/values-no/strings.xml index bf8ea10023..6876ec8d54 100644 --- a/app/src/main/res/values-no/strings.xml +++ b/app/src/main/res/values-no/strings.xml @@ -113,6 +113,18 @@ Denne innstillingen gjør at venner kan bli med i spillet uten å sende en forespørsel. Tillat deltakere i talekanaler å bli med i spillet. Denne innstillingen gjør at personer i samme talekanal som deg kan bli med i spillet uten å sende en forespørsel. Dette fungerer bare i servere som ikke er fellesskapsservere. + Fortell oss om opplevelsen med aktiviteten + Det er forvirrende kontroller i aktiviteten + Det var forvirrende kontroller i aktiviteten + Det var problemer med å laste inn aktiviteten + Aktiviteten hadde forsinkelser eller frøs + Aktiviteten var ikke morsom + Det er problemer med å laste inn aktiviteten + Aktiviteten har forsinkelser eller fryser + Aktiviteten er ikke morsom + Hvordan var !!{applicationName}!!? + Hva kunne vært bedre? + Takk for at du meldte fra om problemet! Slike tilbakemeldinger hjelper oss å forbedre aktivitetene. Innstillinger for aktivitet Status for aktivitet Legg til @@ -142,7 +154,7 @@ DiscordTag er et falskt brukernavn. Skriv inn det ekte brukernavnet og taggen til vennen din. Det skal se ut ca. som dette: SkikkeligEkteBrukernavn#0000 **!!{discordTag}!!** godtar ikke venneforespørsler. De må legge deg til for å bli venner. Vi er mer enn bare tall … vi er mennesker! Skriv inn et brukernavn og en tagg. Det skal se ut ca. som dette: SkikkeligEkteBrukernavn#0000 - Hm, det fungerte ikke. Kontroller at store bokstaver, stavemåte, mellomrom og tall er korrekt. + Hm, det fungerte ikke. Kontroller at store bokstaver, stavemåte, mellomrom og tall er skrevet riktig. Du har maksimert vennelisten din. Velkommen til elite 1000-venneklubben! Vi trenger den firesifrede taggen til !!{username}!!, slik at vi vet hvem det er. Venn @@ -534,13 +546,13 @@ Sex Vold $[!!{user1}!!](user1Hook) og $[!!{user2}!!](user2Hook)har spilt før - **{count} du kjenner** har spilt før + **{count} du kjenner**, har spilt før $[!!{user1}!!](user1Hook) har spilt før $[!!{user1}!!](user1Hook) og $[!!{user2}!!](user2Hook)spiller akkurat nå - **{count} du kjenner** spiller akkurat nå + **{count} du kjenner,** spiller akkurat nå $[!!{user1}!!](user1Hook) spiller akkurat nå $[!!{user1}!!](user1Hook) og $[!!{user2}!!](user2Hook)har spilt nylig - **{count} du kjenner** spilte nylig + **{count} du kjenner**, spilte nylig $[!!{user1}!!](user1Hook) har spilt nylig Ikke tilgjengelig i din region Rich Presence @@ -1113,7 +1125,6 @@ Endre kallenavn på venn Bytt serveravatar Endre ikon - Bytt identitet Bruk av forskjellig avatar for hver server er for øyeblikket tilgjengelig for et begrenset antall brukere. Forstått Kallenavn (deaktivert) @@ -1933,10 +1944,14 @@ Ikke autorisert for aktivering av testmodus for denne applikasjonen. Tøm Ugyldig applikasjons-ID + Localhost Angi ID-nummeret for Discord-applikasjonen for å aktivere testmodus for applikasjonen. En applikasjon i testmodus lar deg vise relaterte upubliserte SKU-er og forbigå relaterte kjøp, for å gjøre utviklingen lettere. Applikasjons-testmodus Angi ID-nummeret for Discord-applikasjonen for å aktivere testmodus for applikasjonen. + Velg URL-opphavstype (kun innebygde apper) Applikasjons-ID + Portnummer for localhost + Discord-proxy Utviklermodus Utviklermodus viser elementer i hurtigmenyen som er nyttige for personer som skriver boter ved hjelp av [Discord API]({apiDocsUrl}). Gjør det mulig å sende en feilrapport til Discord etter at du har tatt et skjermbilde @@ -2057,6 +2072,46 @@ Vi sendte deg instruksjoner for å endre passordet ditt til **!!{email}!!**. Sjekk både innboksen og spamfilteret. Instruksjoner er sendt Bygg inn lenker + Allerede i aktivitet + !!{username}!! og {count} deltar + !!{username}!! og {count} spiller + !!{username}!! og {count} ser på noe + Et nytt mysteriespill for flere spillere. Spill det rett i denne talekanalen! + Spill Betrayal med andre på serveren! + Bli med i !!{applicationName}!! + Spill !!{applicationName}!! med venner! + Feil {code} + Dra på fisketur med venner i det nye spillet Fishington.io! + Spill Fishington med vennene dine! + Oppholder seg i !!{guildName}!! + I aktivitet + I aktivitet + I !!{applicationName}!! + Aktiviteten er avsluttet + Send en invitasjonslenke for en aktivitet til en venn + i + Inviter til aktivitet + !!{username}!! er i en aktivitet + !!{username}!! spiller + !!{username}!! ser på noe + Bli med i aktivitet + Starter aktivitet + Forlat aktivitet + Følg med, det kommer snart flere aktiviteter! + Start en Poker Night-runde rett i talekanalen! + Spill poker med vennene dine + Opptil {count} deltakere + Deltakere – {numUsers} + Spiller !!{applicationName}!! + Spiller i !!{guildName}!! + Del lenken med noen, så de kan være med i serveren og aktiviteten + Start en aktivitet + Start !!{applicationName}!! + Ubegrenset med deltakere + Ser på !!{applicationName}!! + Ser på noe i !!{guildName}!! + Se YouTube-videoer sammen rett i talekanalen! + Se på YouTube med venner! Emoji Legg til i favoritter Tilgjengelig med Nitro @@ -2668,7 +2723,7 @@ Satt i kø Reparerer – {progress} av {total} (!!{percent}!! %%) Verifiserer installasjonen – {progress} av {total} (!!{percent}!! %%) - Venter på at en annen nedlasting skal settes på pause – {progress} av {total}(!!{percent}!!%%) + Venter på at en annen nedlasting skal settes på pause – {progress} av {total} (!!{percent}!! %%) Venter på at en annen nedlasting skal settes på pause. Retter – {progress} av {total} (!!{percent}!! %%) Retter – {progress} av {total} (!!{percent}!! %%) – {timeRemaining} gjenstår @@ -2786,7 +2841,7 @@ Prøv å sende en ny lenke til gaven! Hvis du gikk glipp av den, prøv å spørre etter en ny lenke! Lenken til gaven er ugyldig - Gavekoblingen er enten utløpt eller blitt tilbaketrukket. Avsenderen kan fremdeles opprette en ny kobling for å sende på nytt. + Gavelenken er utløpet eller trukket tilbake. Avsenderen kan lage en ny lenke og sende denne. Gavekoblingen er enten utløpt eller blitt tilbaketrukket. Du kan fremdeles opprette en ny kobling for å sende på nytt. Du har mottatt en gave, men … Du sendte en gave, men … @@ -2959,6 +3014,7 @@ {date} klokken {time} Er du sikker på at du vil slette denne eventen? Slette event? + Sluttdatoen må være etter startdatoen {count} er interessert {count} interessert Du mottar et varsel når eventen starter @@ -3014,7 +3070,6 @@ Annet Jeg søkte etter serveren på Internett Ditt svar - Vær den du vil og bruk forskjellige avatarer på hver server, lås opp animerte avatarer, [og mer med Discord Nitro!](onAndMore) Vil du bruke en annen avatar? !!{guild}!! medlemmer Ingen medlemmer ble funnet. @@ -3965,7 +4020,7 @@ Skjul personlig informasjon Stopp en hal Hjem - Hallo. Pip. Boop. Hvis du vil invitere venner til denne serveren, klikk på servernavnet oppe til venstre og velg «!!{invitePeople}!!». Pip! + Hallo. Pip. Boop. Hvis du vil invitere venner til denne serveren, klikker du på servernavnet oppe til venstre og velger «!!{invitePeople}!!». Pip! Kroatisk Ungarsk Velg kategori @@ -5340,6 +5395,7 @@ Å nei, det har oppstått en feil. Kode {code} Discord må installere noen ting før vi kan starte spillet ditt. Installerer ({progress} av {total}). Discord må installere noen ting før vi kan starte spillet ditt. Installerer {name} ({progress} av {total}). + Testmodus er aktiv for **!!{applicationName}!!**. Appen bør dukke opp som et valg i menyknappen for aktiviteter. Få tilpassede funksjoner og verktøy som hjelper deg å drifte fellesskapet. Vel, det ser ut til at dempebryteren for **{vendorName} {modelName}**-mikrofonen er på. Vi foreslår at du legger til en telefon i innstillingene for to-faktors autentisering som reserve. @@ -5548,8 +5604,9 @@ Oransje For å bruke skjermdeling må du oppdatere til den nyeste OS-versjonen Krav til OS-versjon + Annet Andre språk - Andre alternativer + Andre valg Andre reaksjoner Oppdater Discord Vi har gjort noen kule endringer i Discord (og sannsynligvis en feilrettelse eller to). Oppdater for å fortsette. @@ -6649,7 +6706,6 @@ Velg bilde Emoji Last opp bilde - **!!{roleName}!!** (inkludert i boost) Bla gjennom filer Å nei! Filen er for stor. Velg en .png eller .jpg på 256 kB eller mindre. Velg en PNG eller JPG å laste opp @@ -6802,6 +6858,9 @@ Lar medlemmer snakke i disse talekanalene. Hvis denne tillatelsen er deaktivert, vil medlemmene være dempet inntil noen med «demp medlemmer»-tillatelse skrur av dempingen. La medlemmer være talere i denne kanalen. Lar medlemmer snakke i denne talekanalen. Hvis denne tillatelsen er deaktivert, vil medlemmene være automatisk dempet inntil noen med «demp medlemmer»-tillatelse skrur av dempingen. + Lar medlemmer starte en aktivitet i denne serveren. + Lar medlemmer starte en aktivitet i disse talekanalene. + Lar medlemmer starte en aktivitet i denne talekanalen. Lar medlemmer dele deres videoer, dele skjermen eller strømme et spill på denne serveren. Lar medlemmer dele deres videoer, dele skjermen eller strømme et spill på disse talekanalene. Lar medlemmer dele deres videoer, dele skjermen eller strømme et spill på denne talekanalen. @@ -7191,6 +7250,7 @@ Les opp melding !!{name}!! – Taler {count} + Vær tilskuer Tilskuere – {numViewers} Stavekontroll Spoiler @@ -7346,6 +7406,7 @@ Scenekanal Start Start en samtale + Start aktiviteter Start hendelse Du er i ferd med å starte denne $[**!!{privacyLevel}!!**](privacyLevelHook) eventen Du er i ferd med å starte denne eventen @@ -8138,9 +8199,6 @@ Brukerinformasjon Brukeradministrasjon Om meg - Angi en server-avatar - Angi et serverkallenavn og en avatar - Angi et serverkallenavn Melding Jeg er ny på Discord. Si hei! Om meg @@ -8295,6 +8353,7 @@ Åpne Discord Sjekk [Vilkår for bruk]({termsLink}) og [Personvernerklæring]({privacyLink}). Profilbanner + Profilfarge Egendefinert Standard Fjern Avatar diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml index 53621147f2..827e9e8ae4 100644 --- a/app/src/main/res/values-pl/strings.xml +++ b/app/src/main/res/values-pl/strings.xml @@ -1152,7 +1152,6 @@ Zmień pseudonim znajomego Zmień awatar serwerowy Zmień ikonę - Zmień tożsamość Ustawienie innego awatara dla każdego z serwerów jest obecnie dostępne tylko dla ograniczonej liczby osób. Zrozumiano Pseudonim (wył.) @@ -3130,6 +3129,7 @@ {date} o {time} Na pewno chcesz usunąć to wydarzenie? Usunąć wydarzenie? + Data zakończenia musi być po dacie rozpoczęcia Zainteresowani: {count} Zainteresowani: {count} Otrzymasz powiadomienie, gdy wydarzenie się rozpocznie @@ -3185,7 +3185,6 @@ Inne Wyszukałem(-łam) serwer online Twoja odpowiedź - Bądź tym, kim chcesz, i używaj innego awatara na każdym ze swoich serwerów, odblokuj animowane awatary [i nie tylko dzięki Discord Nitro!](onAndMore) Chcesz użyć innego awatara? Członkowie: !!{guild}!! Nie znaleziono żadnych członków. @@ -6872,7 +6871,6 @@ Wybierz obraz Emoji Prześlij obraz - **!!{roleName}!!** (Ujęte w ulepszeniu) Przeglądaj pliki O nie! Plik jest zbyt duży. Wybierz plik .png lub .jpg o maksymalnym rozmiarze 256 KB. Wybierz plik PNG lub JPG do przesłania @@ -8369,9 +8367,6 @@ Informacje Zarządzanie użytkownikami O mnie - Ustaw awatar serwerowy - Ustaw pseudonim serwerowy i awatar - Ustaw pseudonim serwerowy Wyślij wiadomość Jestem tutaj nowy(-a), przywitaj się! O mnie @@ -8526,6 +8521,7 @@ Otwórz Discorda Przyjrzyj się naszym [Warunkom Korzystania z Usługi]({termsLink}) i [Polityce prywatności]({privacyLink}). Baner profilu + Kolor profilu Własny Domyślny Usuń awatar diff --git a/app/src/main/res/values-pt-rBR/plurals.xml b/app/src/main/res/values-pt-rBR/plurals.xml index fe8efc2441..6f9cc0a43c 100644 --- a/app/src/main/res/values-pt-rBR/plurals.xml +++ b/app/src/main/res/values-pt-rBR/plurals.xml @@ -260,6 +260,18 @@ 1s {seconds}s + + {#} outro + {#} outros + + + {#} outro + {#} outros + + + {#} outro + {#} outros + {count} espaço disponível {count} espaços disponíveis diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index d9a8653d26..4354e5a766 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -140,6 +140,18 @@ Esta configuração permite que seus amigos entrem no jogo sem precisar pedir. Permitir que os participantes do canal de voz entrem no jogo. Esta configuração permite que as pessoas no seu atual canal de voz entrem no jogo sem precisar pedir. Esse recurso só funciona em servidores que não sejam de comunidade. + Conte-nos como foi sua experiência com a atividade + Os controles da atividade são confusos + Os controles da atividade eram confusos + A atividade não carregou corretamente + A atividade estava com lag ou travando + A atividade não foi divertida + A atividade não está carregando corretamente + A atividade está com lag ou travando + A atividade não é divertida + Como foi !!{applicationName}!!? + O que poderia ter sido melhor? + Obrigado por informar seu problema! Comentários como o seu nos ajudam a melhorar as Atividades. Config. de atividade Status de atividade Adicionar @@ -1139,7 +1151,6 @@ Alterar apelido de amigo Mudar avatar do servidor Mudar ícone - Mudar identidade Definir um avatar diferente para cada um dos seus servidores está disponível apenas para algumas pessoas. Entendi Apelido (desabilitado) @@ -1986,10 +1997,14 @@ Você não tem autorização de iniciar o modo de teste deste aplicativo. Limpar ID do aplicativo inválida + Hospedagem local Insira a ID do aplicativo do Discord para ativar o modo de teste dele. Um aplicativo em modo de teste permite que você veja SKUs não publicados e ultrapasse compras relacionadas para facilitar o desenvolvimento. Modo de Teste de Aplicativos Insira a ID do aplicativo do Discord para ativar o modo de teste dele. + Selecione o tipo de URL de origem (apenas apps integrados) ID do Aplicativo + Número porta de hospedagem local + Proxy Discord Modo desenvolvedor O modo desenvolvedor expõe itens no menu contextual que são úteis para quem programa bots usando a [API do Discord]({apiDocsUrl}). Habilita enviar um aviso de erro ao Discord depois que você fizer uma captura de tela @@ -2110,6 +2125,46 @@ Enviamos as instruções de mudança de senha para **!!{email}!!**. Verifique sua caixa de entrada e de spam. Instruções enviadas Inserir links + Já está em atividade + !!{username}!! e {count} estão participando + !!{username}!! e {count} estão jogando + !!{username}!! e {count} estão assistindo + Um novo jogo de mistério multijogador para aproveitar neste canal de voz! + Jogue Betrayal com seu servidor! + Entrar em !!{applicationName}!! + Jogue !!{applicationName}!! com seus amigos! + Erro {code} + Pesque alguns peixes com seus amigos no nosso novo jogo Fishington.io! + Jogue Fishington com seus amigos! + Passando o tempo em !!{guildName}!! + Em uma atividade + Em uma atividade + Em !!{applicationName}!! + A atividade terminou + Envie um link de convite para a atividade a um amigo + em + Convidar para atividade + !!{username}!! está em uma atividade + !!{username}!! está jogando + !!{username}!! está assistindo + Juntar-se à atividade + Iniciando atividade + Sair da atividade + Fique de olho, temos mais atividades chegando em breve! + Comece um jogo da Noite do Pôquer diretamente no canal de voz! + Jogue pôquer com seus amigos + Até {count} participantes + Participantes - {numUsers} + Jogando !!{applicationName}!! + Jogando em !!{guildName}!! + Compartilhe este link com outros para conceder acesso a este servidor e participação na atividade + Começar atividade + Começar !!{applicationName}!! + Sem limite de participantes + Assistindo !!{applicationName}!! + Assistindo em !!{guildName}!! + Vocês podem curtir vídeos do YouTube diretamente de um canal de voz! + Assista ao YouTube com seus amigos! Emoji Adicionar aos favoritos Disponível com o Discord Nitro @@ -2812,7 +2867,7 @@ Você recebeu {skuName}! {time} {time} - Hum… parece que alguém já resgatou esse presente. + Hum… Parece que alguém já resgatou esse presente. Parece que você já resgatou esse presente. {skuName} está na sua [biblioteca](onViewInLibrary). Parece que você já resgatou esse presente. Parece que você já resgatou esse presente. @@ -3019,6 +3074,7 @@ {date} {time} Deseja mesmo excluir esse evento? Excluir evento? + A data de encerramento deve ser depois da data de início {count} Têm interesse {count} interessadas Você receberá uma notificação quando o evento começar @@ -3074,7 +3130,6 @@ Outro Procurei por servidores online Sua resposta - Seja quem você quiser e use um avatar diferente em cada um dos seus servidores, desbloqueie avatares animados, [e muito mais com o Discord Nitro!](onAndMore) Quer usar um avatar diferente? !!{guild}!! membros Nenhum membro encontrado. @@ -5447,6 +5502,7 @@ Eita, ocorreu um erro. Código {code} O Discord precisa instalar umas paradas antes de abrir seu jogo. Instalando ({progress} de {total}). O Discord precisa instalar umas paradas antes de abrir seu jogo. Instalando {name} ({progress} de {total}). + O modo teste está ativo no momento para **!!{applicationName}!!**. Seu aplicativo deve aparecer como uma opção no menu de botões de atividades. Tenha acesso a recursos e ferramentas personalizados para te ajudar a manter sua comunidade. Bem, parece que o botão de silenciamento do microfone **{vendorName} {modelName}** está ativado. Recomendamos adicionar um número de telefone nas suas configurações de verificação em duas etapas como uma opção alternativa de segurança. @@ -5655,6 +5711,7 @@ Laranja Para usar o compartilhamento de tela, atualize a sua versão do OS Requisitos de versão do SO + Outro Outros idiomas Outras opções Outras reações @@ -6758,7 +6815,6 @@ Escolha uma imagem Emoji Enviar imagem - **!!{roleName}!!** (Incluso no impulsionamento) Navegar por arquivos Eita! O arquivo é grande demais. Selecione um .png ou .jpg com 256kb ou menos. Escolha um PNG ou JPG para enviar @@ -6911,6 +6967,9 @@ Permite que os membros falem nestes canais de voz. Se esta permissão for desabilitada, membros estarão silenciados até que alguém com a permissão Silenciar membros mude esta permissão para eles. Permite que os membros sejam oradores neste canal. Permite que os membros falem neste canal de voz. Se esta permissão for desabilitada, membros estarão silenciados até que alguém com a permissão Silenciar membros mude esta permissão para eles. + Permite que os membros comecem uma atividade neste servidor. + Permite que os membros comecem uma atividade nestes canais de voz. + Permite que os membros comecem uma atividade neste canal de voz. Permite que os membros façam compartilhamento de tela, vídeo ou transmitam um jogo neste servidor. Permite que os membros façam compartilhamento de tela, vídeo ou transmitam um jogo nestes canais de voz. Permite que os membros façam compartilhamento de tela, vídeo ou transmitam um jogo neste canal de voz. @@ -7301,6 +7360,7 @@ Falar mensagem !!{name}!! - Orador(a) {count} + Assistir Espectadores - {numViewers} Corretor ortográfico Spoiler @@ -7456,6 +7516,7 @@ Canal palco Começar Iniciar chamada + Começar atividades Começar evento Você está prestes a começar esse evento $[**!!{privacyLevel}!!**](privacyLevelHook) Você está prestes a começar esse evento @@ -8250,9 +8311,6 @@ Informações do usuário Gestão de usuários Sobre mim - Definir avatar do servidor - Definir apelido e avatar do servidor - Definir apelido do servidor Mensagem Acabei de chegar no Discord, fala aí! Sobre mim @@ -8407,6 +8465,7 @@ Abrir o Discord Veja nossos [Termos de Serviço]({termsLink}) e [Política de Privacidade]({privacyLink}). Faixa do perfil + Cor do perfil Personalizadas Padrão Remover avatar diff --git a/app/src/main/res/values-ro/plurals.xml b/app/src/main/res/values-ro/plurals.xml index f049c8208b..1f770546e6 100644 --- a/app/src/main/res/values-ro/plurals.xml +++ b/app/src/main/res/values-ro/plurals.xml @@ -77,16 +77,16 @@ {#} ani - 1 persoană - {count} persoane + 1 persoană pe care o cunoști** s-a + {count} persoane pe care le cunoști** s-au - 1 persoană - {count} persoane + 1 persoană pe care o + {count} persoane pe care le - 1 persoană - {count} persoane + 1 persoană pe care o cunoști** s-a + {count} persoane pe care le cunoști** s-au {#} lună @@ -260,6 +260,18 @@ 1s {seconds}s + + încă {#} + încă {#} + + + încă {#} + încă {#} + + + încă {#} + încă {#} + {count} loc {count} locuri diff --git a/app/src/main/res/values-ro/strings.xml b/app/src/main/res/values-ro/strings.xml index abe319b634..3f26c59711 100644 --- a/app/src/main/res/values-ro/strings.xml +++ b/app/src/main/res/values-ro/strings.xml @@ -140,6 +140,18 @@ Această setare le permite prietenilor să se alăture jocului tău fără să trimită vreo solicitare. Permite-le participanților la canalul de voce să se alăture jocului tău. Această setare le permite persoanelor de pe același canal de voce cu tine să se alăture jocului tău fără să trimită vreo solicitare. Funcția este disponibilă doar pe serverele care nu sunt comunitare. + Spune-ne despre experiența ta cu această activitate + Controalele activității nu sunt clare + Controalele activității nu au fost clare + Activitatea nu s-a încărcat corespunzător + Activitatea a întârziat sau a înghețat + Activitatea nu a fost distractivă + Activitatea nu se încarcă corespunzător + Activitatea întârzie sau îngheață + Activitatea nu este distractivă + Cum a mers !!{applicationName}!!? + Ce ar fi putut funcționa mai bine? + Îți mulțumim că ai raportat problema întâmpinată! Feedback-ul ne ajută să îmbunătățim activitățile. Setări activitate Status activitate Adaugă @@ -561,13 +573,13 @@ Sex Violență $[!!{user1}!!](user1Hook) și $[!!{user2}!!](user2Hook) s-au jucat mai înainte - **{count} pe care o(le) cunoști** s-a(u) jucat mai înainte + **{count} mai jucat și înainte $[!!{user1}!!](user1Hook) s-a jucat mai înainte $[!!{user1}!!](user1Hook) și $[!!{user2}!!](user2Hook) se joacă acum - **{count} pe care o(le) cunoști** se joacă acum + **{count} cunoști** se joacă acum $[!!{user1}!!](user1Hook) se joacă acum $[!!{user1}!!](user1Hook) și $[!!{user2}!!](user2Hook) s-au jucat recent - **{count} pe care o(le) cunoști** s-a(u) jucat recent + **{count} jucat recent $[!!{user1}!!](user1Hook) s-a jucat recent Indisponibil în regiunea ta Rich Presence @@ -614,7 +626,7 @@ Indisponibil pentru macOS Acest joc nu este disponibil pentru sistemul tău actual de operare. Poți însă să îl achiziționezi și să îl joci pe sistemele de operare acceptate. Indisponibil pentru Windows - Consultă alte liste pentru acest SKU + Vezi alte listări pentru acest SKU Ia-ți la revedere de la toate datele de pe calculator privind {gameName}. Apasă butonul roșu și totul va dispărea. Nu mai contează Dezinstalează @@ -891,7 +903,7 @@ Nu mai am nevoie de el Am uitat să anulez Am cumpărat un cadou pe care nu l-am folosit - Alt tip + Alt motiv Am întâmpinat o problemă la folosirea boost-urilor Nu a corespuns așteptările mele Vreau să trec la un alt abonament Nitro @@ -1051,7 +1063,7 @@ N-am putut auzi deloc sunetul Probleme cu căștile / funcția bluetooth Nimeni nu m-a putut auzi - Alta + Altă problemă Probleme cu difuzorul Spune-ne despre experiența cu apelul. Negativ @@ -1141,7 +1153,6 @@ Modifică poreclă prieten Schimbă avatarul serverului Schimbă pictograma - Schimbă identitatea Setarea avatarurilor diferite pentru serverele tale este momentan disponibilă doar unui număr limitat de persoane. Am înțeles Poreclă (Dezactivată) @@ -1983,10 +1994,14 @@ Nu ești autorizat(ă) să activezi modul de testare pentru această aplicaţie. Șterge ID aplicație nevalid + Localhost Introdu ID-ul tău pentru aplicația Discord pentru a permite activarea modului de testare pentru aplicația respectivă. O aplicație în modul de testare îți va permite să vizualizezi SKU-urile asociate nepublicate și să ocolești achizițiile asociate pentru ca dezvoltarea să fie mai ușoară. Mod testare aplicație Introdu ID-ul tău pentru aplicația Discord pentru a permite activarea modului de testare pentru aplicația respectivă. + Selectează tipul de origine al URL-ului (numai pentru aplicațiile încorporate) ID aplicație + Număr de port localhost + Proxy Discord Mod Dezvoltator Modul Dezvoltator expune obiectele din meniul de context de ajutor oamenilor care programează boţi folosind [API-ul Discord]({apiDocsUrl}). Activează posibilitatea de a trimite un raport de eroare către Discord după ce faci o captură de ecran @@ -2030,7 +2045,7 @@ Deconectarea contului ar putea să te elimine din serverele în care ai intrat cu acest cont. Deconectează !!{name}!! Deconectat de la voce - Deconectează + Deconectează-te Deconectează-te Utilizatorul a fost deconectat de la voce. Alătură-te celor peste 100 de milioane de persoane care folosesc Discord pentru a sta de vorbă și a-și petrece timpul cu comunitățile și prietenii. @@ -2107,6 +2122,46 @@ Am trimis instrucțiuni pentru a-ți schimba parola la **!!{email}!!**; te rugăm să îți verifici atât mesajele primite cât și folder-ul spam. Instrucțiuni trimise Încorporează link-uri + Participi deja la activitate + !!{username}!! și {count} participă + !!{username}!! și {count} joacă + !!{username}!! și {count} urmăresc + Un nou joc de mister multiplayer, pe care-l puteți juca pe acest canal de voce! + Joacă Betrayal cu serverul tău! + Alătură-te !!{applicationName}!! + Joacă !!{applicationName}!! alături de prieteni! + Eroare {code} + Prinde pește alături de prietenii tăi în noul nostru joc Fishington.io! + Joacă Fishington alături de prieteni! + Își petrece timpul în !!{guildName}!! + Activitate în curs + Activitate în curs + În !!{applicationName}!! + Activitatea s-a terminat + Trimite-i unui prieten un link de invitație la o activitate + în + Invită la activitate + !!{username}!! participă la o activitate + !!{username}!! joacă + !!{username}!! urmărește + Alătură-te activității + Se lansează activitatea + Părăsește activitatea + Mai multe activități vor deveni disponibile în curând! + Începe un joc de Poker Night direct pe canalul de voce! + Joacă poker cu prietenii tăi + Până la {count} participanți + Participanți – {numUsers} + Se joacă acum !!{applicationName}!! + Se joacă acum în !!{guildName}!! + Trimite-le acest link altora pentru a le permite să se alăture serverului și activității + Începe o activitate + Pornește !!{applicationName}!! + Număr nelimitat de participanți + Urmărește !!{applicationName}!! + Urmărește în !!{guildName}!! + Bucurați-vă împreună de clipuri video de pe YouTube, direct pe canalul de voce! + Urmărește YouTube alături de prieteni! Emoji Adaugă la favorite Disponibil cu Nitro @@ -2858,7 +2913,7 @@ Ai un {skuName}! {time} {time} - Hm, se pare că cineva a revendicat deja acest cadou. + Hmm, se pare că cineva a revendicat deja acest cadou. Se pare că ai revendicat deja acest cadou. {skuName} se află în [Bibliotecă](onViewInLibrary). Se pare că ai revendicat deja acest cadou. Se pare că ai revendicat deja acest cadou. @@ -2892,7 +2947,7 @@ Încearcă să trimiți un alt link! Dacă l-ai ratat, încearcă să ceri un alt link! Link-ul cadoului este nevalid - Link-ul cadoului a expirat sau a fost revocat. Expeditorul poate însă crea un link proaspăt care va fi trimis din nou. + Link-ul cadoului a expirat sau a fost revocat, dar expeditorul poate crea un link nou, pe care să-l retrimită. Link-ul cadoului a expirat sau a fost revocat. Poți însă crea un link proaspăt care va fi trimis din nou. Ai primit un cadou, însă… Ai trimis un cadou, însă… @@ -3012,7 +3067,7 @@ Ne poți da mai multe detalii? Serverul nu mai era activ Nu am reușit să strâng membri - Alt motiv + Altă problemă Îți mulțumim că ai raportat problema întâmpinată! Feedback-ul ne ajută să îmbunătățim Discord. Am vrut să văd cum arată un server sau un șablon Am vrut să testez anumite funcții și/sau boți @@ -3065,6 +3120,7 @@ {date} la {time} Sigur vrei să ștergi acest eveniment? Ștergi evenimentul? + Data încheierii trebuie să fie după data începerii {count} sunt interesați {count} Vrei primi o notificare când începe evenimentul @@ -3117,10 +3173,9 @@ M-a invitat un prieten pe server Cum ai găsit acest server? Am găsit un server în cadrul Discord - Altfel + Altă problemă Am căutat un server pe net Răspunsul tău - Fii cine vrei să fii și folosește câte un avatar diferit pe fiecare server, deblochează avatarurile animate, [plus multe altele cu Discord Nitro!](onAndMore) Vrei să folosești un avatar diferit? !!{guild}!! membri Nu a fost găsit niciun membru. @@ -3166,7 +3221,7 @@ Dacă ai selectat „altceva”, la ce te-ai gândit? Acces timpuriu la știri și noutăți despre caracteristici Să găsesc inspirație în ideile și sugestiile celorlalți Parteneri pentru a-mi crește comunitatea - Altceva + Altă problemă Să pot discuta cu alți conducători ai Comunităților partenere Sondaj despre Parteneriat Depune cerere pentru Discord Partner Program @@ -3174,7 +3229,7 @@ Activitate comercială / marcă Creator de conținut / personalitate Grup de interese sau comunitate de fani - Alt tip + Altă problemă Software open source Informațiile despre tine În continuare, ne trebuie și niște informații despre tine, ca proprietar al serverului. @@ -4071,7 +4126,7 @@ Ascunde informațiile personale Stai puțin Acasă - Salut. Bip. Bip. Dacă vrei să inviți prieteni pe acest server, dă click pe denumirea server-ului în partea stângă sus și selectează „!!{invitePeople}!!”. Bip! + Salut. Bip. Bip. Dacă vrei să inviți prieteni pe acest server, dă click pe denumirea serverului în partea din stânga sus și selectează „!!{invitePeople}!!”. Bip! Croată Maghiară Alege o categorie @@ -5383,7 +5438,7 @@ Momentan nu folosesc Discord suficient cât să am nevoie de Nitro Nu mai vreau să susțin Discord Vreau să trec la alt nivel de Nitro - Alt motiv + Altă problemă Spune-ne motivul tău aici. Poți să ne spui care a fost motivul principal pentru care ai decis să anulezi {subscriptionName}? Abonamentul tău {subscriptionName} a fost anulat. @@ -5494,6 +5549,7 @@ Of, nu, a apărut o eroare. Cod {code} Discord trebuie să instaleze niște chestii înainte de a putea lansa jocul tău. Se instalează ({progress} din {total}). Discord trebuie să instaleze niște chestii înainte de a putea lansa jocul tău. Se instalează {name} ({progress} din {total}). + Modul de testare este momentan activ pentru **!!{applicationName}!!**. Aplicația ta ar trebui să apară ca opțiune în meniul de butoane al activităților. Fă rost de funcții și de instrumente personalizate care te pot ajuta să-ți gestionezi comunitatea. Ei bine, se pare că microfonul **{vendorName}{modelName}** este oprit din comutatorul hardware. Îți sugerăm să-ți adaugi numărul de telefon în setările tale 2FA ca metodă de autentificare de rezervă. @@ -5702,9 +5758,10 @@ Portocaliu Pentru folosi partajarea ecranului, actualizează OS-ul la cea mai recentă versiune Cerință legată de versiunea de OS + Altă problemă Alte limbi Alte opțiuni - Alte reacţii + Alte reacții Actualizează Discord Am făcut niște schimbări faine la Discord (probabil am și reparat câteva erori). Actualizează pentru a continua. Ai expirat @@ -6805,7 +6862,6 @@ Alege o imagine Emoji Încarcă o imagine - **!!{roleName}!!** (inclus în stimulare) Navighează în fișiere Oh, nu! Fișierul e prea mare. Te rugăm să selectezi un .png sau .jpg de cel mult 256 kb. Alege un PNG sau JPG pe care să-l încarci @@ -6958,6 +7014,9 @@ Le permite membrilor să discute pe aceste canale de voce. Dacă această permisiune este dezactivată, microfonul membrilor se oprește implicit până când este pornit de cineva cu permisiunea „Oprește microfonul membrilor”. Permite membrilor să fie vorbitori pe acest canal. Le permite membrilor să discute pe acest canal de voce. Dacă această permisiune este dezactivată, microfonul membrilor se oprește implicit până când este pornit de cineva cu permisiunea „Oprește microfonul membrilor”. + Le permite membrilor să lanseze o activitate pe acest server. + Le permite membrilor să lanseze o activitate pe aceste canale de voce. + Le permite membrilor să lanseze o activitate pe acest canal de voce. Le permite membrilor să partajeze conținut video, să-și partajeze ecranul sau să facă streaming la un joc pe acest server. Le permite membrilor să partajeze conținut video, să-și partajeze ecranul sau să facă streaming la un joc pe aceste canale de voce. Le permite membrilor să partajeze conținut video, să-și partajeze ecranul sau să facă streaming la un joc pe acest canal de voce. @@ -7348,6 +7407,7 @@ Redă audio mesajul !!{name}!! - Vorbitor {count} + Urmărește Spectatori - {numViewers} Corector ortografic Spoiler @@ -7503,6 +7563,7 @@ Canal podium Pornește Începe un apel + Începe activități Deschide evenimentul Ești pe cale să începi acest eveniment $[**!!{privacyLevel}!!**](privacyLevelHook) Ești pe cale să pornești acest eveniment @@ -7925,7 +7986,7 @@ {count} fir(e) la care te-ai alăturat $[](usernameHook) $[](messageTextHook) Nu există mesaje recente - încă {count} fir(e) activ(e) + Încă {count} fire active Private Fire private Publice @@ -8297,9 +8358,6 @@ Informații utilizator Gestionare utilizatori Despre mine - Setează un avatar pentru server - Setează o poreclă și un avatar pentru server - Setează o poreclă pentru server Trimite mesaj Sunt nou pe Discord, hai să vorbim! Despre mine @@ -8454,6 +8512,7 @@ Deschide Discord Consultă [Condițiile de Prestare a Serviciilor]({termsLink}) și [Politica de confidențialitate]({privacyLink}). Banner pentru profil + Culoare de profil Personalizată Implicită Elimină avatarul diff --git a/app/src/main/res/values-ru/plurals.xml b/app/src/main/res/values-ru/plurals.xml index 158122295f..820678044e 100644 --- a/app/src/main/res/values-ru/plurals.xml +++ b/app/src/main/res/values-ru/plurals.xml @@ -1624,7 +1624,7 @@ {count} общих серверов - + 1 {count} diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index 80f40c1c2e..5b1f600c5f 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -1152,7 +1152,6 @@ Изменить никнейм друга Изменить аватар на сервере Сменить значок - Сменить личность На текущий момент возможность выбора разных аватаров для каждого сервера доступна ограниченному кругу пользователей. Ясно Никнейм (выключен) @@ -3130,6 +3129,7 @@ {date} в {time} Вы точно хотите удалить это событие? Удалить событие? + Дата окончания должна быть позже даты начала Интересуются: {count} {count} Вы получите уведомление о начале события @@ -3185,7 +3185,6 @@ Другое Я нашёл(-ла) этот сервер в сети Ваш ответ - Будьте, кем захотите: используйте разные аватары на каждом из своих серверов, разблокируйте анимированные аватары — всё это [и многое другое с подпиской Discord Nitro!](onAndMore) Хотите сменить аватар? Участники: !!{guild}!! Участники не найдены. @@ -6872,7 +6871,6 @@ Выберите изображение Эмодзи Загрузить изображение - **!!{roleName}!!** (Включено в буст) Просмотр файлов О нет! Этот файл слишком большой. Выберите файл в формате .png или .jpg, чей размер не превышает 256 КБ. Для загрузки выберите формат PNG или JPG @@ -8369,9 +8367,6 @@ Личные данные Управление участниками Обо мне - Выбрать аватар для этого сервера - Выбрать аватар и никнейм для этого сервера - Выбрать никнейм для этого сервера Написать сообщение Я новичок, встречайте! Обо мне @@ -8526,6 +8521,7 @@ Открыть Discord Ознакомьтесь с [Условиями Использования]({termsLink}) и [Политикой конфиденциальности]({privacyLink}). Баннер профиля + Цвет профиля Пользовательские По умолчанию Удалить аватар diff --git a/app/src/main/res/values-sv-rSE/strings.xml b/app/src/main/res/values-sv-rSE/strings.xml index 6d985186f8..94baa9a4be 100644 --- a/app/src/main/res/values-sv-rSE/strings.xml +++ b/app/src/main/res/values-sv-rSE/strings.xml @@ -1125,7 +1125,6 @@ Ändra vännens smeknamn Ändra serveravatar Byt ikon - Ändra identitet För närvarande har ett begränsat antal personer möjlighet att välja olika avatarer för var och en av sina servrar. Jag förstår Smeknamn (inaktiverat) @@ -3020,6 +3019,7 @@ {date} kl. {time} Är du säker på att du vill ta bort detta event? Ta bort event? + Slutdatumet måste vara senare än startdatumet {count} Intresserad {count} intresserade Du får en avisering när eventet startar @@ -3075,7 +3075,6 @@ Övrigt Jag sökte efter en server online Ditt svar - Var den du vill vara och använd olika avatarer på var och en av dina servrar, lås upp animerade avatarer [och mer med Discord Nitro!](onAndMore) Vill du använda en annan avatar? !!{guild}!! medlemmar Inga medlemmar hittades. @@ -6711,7 +6710,6 @@ Välj bild Emoji Ladda upp bild - **!!{roleName}!!** (inkluderad i boost) Sök filer Åh nej! Filen är för stor. Välj en .png eller .jpg på 256 kB eller mindre. Välj en PNG eller JPG som ska laddas upp @@ -8205,9 +8203,6 @@ Användarinfo Användarhantering Om mig - Välj en serveravatar - Välj ett serversmeknamn och en avatar - Välj ett serversmeknamn Meddelande Jag är ny på Discord, säg hej! Om mig @@ -8362,6 +8357,7 @@ Öppna Discord Kolla in [Användarvillkoren]({termsLink}) och [Sekretesspolicyn]({privacyLink}). Profilbanner + Profilfärg Anpassad Standard Ta bort avatar diff --git a/app/src/main/res/values-th/plurals.xml b/app/src/main/res/values-th/plurals.xml index 88290862ff..f9c815209e 100644 --- a/app/src/main/res/values-th/plurals.xml +++ b/app/src/main/res/values-th/plurals.xml @@ -260,6 +260,18 @@ 1วินาที {seconds}วินาที + + {#} คน + {#} คน + + + {#} คน + {#} คน + + + {#} คน + {#} คน + {count} slot {count} slots diff --git a/app/src/main/res/values-th/strings.xml b/app/src/main/res/values-th/strings.xml index 449bf058e0..93c041e415 100644 --- a/app/src/main/res/values-th/strings.xml +++ b/app/src/main/res/values-th/strings.xml @@ -140,6 +140,18 @@ การตั้งค่านี้ทำให้เพื่อน ๆ เข้าร่วมเกมกับคุณได้โดยไม่ต้องส่งคำขอ ให้สมาชิกในช่องสำหรับพูดเข้าร่วมเกมกับคุณ การตั้งค่านี้ทำให้ผู้ที่อยู่ในช่องสำหรับพูดช่องเดียวกับคุณเข้าร่วมเกมกับคุณได้โดยไม่ต้องส่งคำขอ ฟีเจอร์นี้ใช้ได้ในเซิร์ฟเวอร์ที่ไม่ใช่ชุมชนเท่านั้น + บอกเล่าประสบการณ์การใช้งานกิจกรรมของคุณ + การควบคุมกิจกรรมชวนสับสน + การควบคุมกิจกรรมชวนสับสน + กิจกรรมไม่โหลด + กิจกรรมกระตุกหรือค้าง + กิจกรรมไม่สนุก + กิจกรรมไม่โหลด + กิจกรรมกระตุกหรือค้าง + กิจกรรมไม่สนุก + !!{applicationName}!! เป็นอย่างไรบ้าง + มีอะไรที่พัฒนาได้บ้าง + ขอบคุณที่รายงานปัญหาของคุณ! คำติชมของคุณช่วยเราให้ปรับปรุงกิจกรรมได้ การตั้งค่ากิจกรรม สถานะกิจกรรม เพิ่ม @@ -1141,7 +1153,6 @@ เปลี่ยนชื่อเล่นของเพื่อน เปลี่ยนสัญลักษณ์ประจำตัวของเซิร์ฟเวอร์ เปลี่ยน ไอคอน - เปลี่ยนตัวตน มีผู้ใช้งานไม่กี่รายที่สามารถตั้งค่าสัญลักษณ์ประจำตัวที่แตกต่างกันสำหรับแต่ละเซิร์ฟเวอร์ได้ในขณะนี้ เข้าใจแล้ว ชื่อเล่น (ปิดใช้งาน) @@ -1983,10 +1994,14 @@ แอปพลิเคชันนี้ไม่ได้รับอนุญาตให้เปิดใช้งานโหมดทดลอง ล้าง ไอดีแอปพลิเคชันไม่ถูกต้อง + Localhost กรอกไอดีแอปพลิเคชัน Discord ของคุณเพื่อเปิดโหมดทดลองสำหรับแอปดังกล่าว การใช้งานแอปพลิเคชันในโหมดทดลองเปิดโอกาสให้คุณดู SKU ที่เกี่ยวข้องซึ่งยังไม่ได้ทำการเผยแพร่และยังสามารถบายพาสการสั่งซื้อที่เกี่ยวข้องเพื่อการพัฒนาที่สะดวกยิ่งขึ้นได้อีกด้วย โหมดทดลองแอปพลิเคชัน กรอกไอดีแอปพลิเคชัน Discord ของคุณเพื่อเปิดโหมดทดลองสำหรับแอปดังกล่าว + เลือกประเภท URL ต้นทาง (เฉพาะแอปแบบฝังเท่านั้น) ไอดีแอปพลิเคชัน + หมาขเลขพอร์ต Localhost + Discord Proxy โหมดผู้พัฒนา โหมดผู้พัฒนาจะแสดงรายการเมนูเฉพาะที่มีประโยชน์กับบุคคลที่ต้องการเขียนบอทสำหรับใช้ใน [Discord API]({apiDocsUrl}) เปิดใช้งานความสามารถเพื่อส่งรายงานบัคไปยัง Discord หลังจากคุณถ่ายภาพหน้าจอ @@ -2107,6 +2122,46 @@ เราได้ส่งคำแนะนำเพื่อเปลี่ยนรหัสผ่านไปยัง **!!{email}!!** กรุณาตรวจสอบทั้งกล่องขาเข้าและโฟลเดอร์สแปม ส่งคำอธิบายแล้ว ฝังลิงก์ + อยู่ในกิจกรรมแล้ว + !!{username}!! และคนอื่นๆ อีก {count} กำลังเข้าร่วม + !!{username}!! และคนอื่นๆ อีก {count} กำลังเล่น + !!{username}!! และคนอื่นๆ อีก {count} กำลังดู + เกมปริศนาหลายผู้เล่นใหม่ล่าสุด เล่นในช่องสำหรับพูดได้เลย! + เล่น Betrayal ด้วยเซิร์ฟเวอร์ของคุณ + เข้าร่วม !!{applicationName}!! + เล่น !!{applicationName}!! กับเพื่อนของคุณ! + ข้อผิดพลาด {code} + ตกปลากับเพื่อนของคุณในเกมใหม่ของเรา Fishington.io! + เล่น Fishington กับเพื่อนของคุณ! + กำลังอยู่ใน !!{guildName}!! + อยู่ในกิจกรรม + อยู่ในกิจกรรม + ใน !!{applicationName}!! + กิจกรรมจบแล้ว + ส่งลิงก์คำเชิญเข้าร่วมกิจกรรมให้เพื่อนของคุณ + ใน + เชิญเข้าสู่กิจกรรม + !!{username}!! อยู่ในกิจกรรม + !!{username}!! กำลังเล่น + !!{username}!! กำลังดู + เข้าร่วมกิจกรรม + กำลังเริ่มกิจกรรม + ออกจากกิจกรรม + กิจกรรมเพิ่มเติมอื่น ๆ จะตามมาเร็ว ๆ นี้! + เริ่มเกม Poker Night ในช่องสำหรับพูดโดยตรง! + เล่น Poker กับเพื่อนของคุณ + จำนวนผู้เข้าร่วมสูงสุด {count} คน + ผู้เข้าร่วม - {numUsers} + กำลังเล่น !!{applicationName}!! + กำลังเล่นใน !!{guildName}!! + แชร์ลิงก์นี้กับคนอื่น ๆ เพื่ออนุญาตให้เข้าถึงเซิร์ฟเวอร์นี้และเข้าร่วมกิจกรรมได้ + เริ่มกิจกรรม + เริ่ม !!{applicationName}!! + ไม่จำกัดจำนวนผู้เข้าร่วม + กำลังดู !!{applicationName}!! + กำลังดูใน !!{guildName}!! + ดูวิดีโอบน Youtube ร่วมกันได้ในช่องสำหรับพูดโดยตรง! + ดู YouTube กับเพื่อนของคุณ! อีโมจิ เพิ่มในรายการโปรด พร้อมใช้งานกับ Nitro @@ -3065,6 +3120,7 @@ {date} ที่ {time} แน่ใจหรือว่าต้องการลบกิจกรรมนี้ ต้องการลบกิจกรรมหรือไม่ + วันที่สิ้นสุดต้องอยู่หลังวันที่เริ่มต้น {count} สนใจ {count} สนใจ คุณจะได้รับการแจ้งเตือนเมื่อกิจกรรมเริ่มแล้ว @@ -3120,7 +3176,6 @@ อื่นๆ ฉันค้นหาเซิร์ฟเวอร์นี้ในช่องทางออนไลน์ คำตอบของคุณ - เป็นตัวตนที่คุณต้องการและใช้สัญลักษณ์ประจำตัวที่แตกต่างกันในแต่ละเซิร์ฟเวอร์ของคุณ ปลดล็อกสัญลักษณ์ประจำตัวแบบเคลื่อนไหว [และอีกมากมายด้วย Discord Nitro!](onAndMore) ต้องการใช้สัญลักษณ์ประจำตัวอื่นหรือไม่ !!{guild}!! สมาชิก ไม่พบสมาชิก @@ -4145,7 +4200,7 @@ แก้ไขการตั้งค่า แก้ไขการตั้งค่าสำหรับ !!{guildName}!! Student Hub คืออะไร - หากย้ายไปสถานศึกษาอื่น ให้[เข้าร่วมที่นี่](onClick) + หากย้ายไปสถานศึกษาอื่น ให้ [เข้าร่วมที่นี่](onClick) คุณได้รับเชิญให้เข้าร่วม Hub คุณส่งคำเชิญให้เข้าร่วม Hub เชิญเพื่อน ๆ มาเข้าร่วม Student Hub สำหรับสถานศึกษาของคุณ @@ -5383,7 +5438,7 @@ ตอนนี้ฉันไม่ได้ใช้ Discord มากจนต้องมี Nitro ฉันไม่อยากสนับสนุน Discord ต่อแล้ว ฉันอยากเปลี่ยนไปเป็น Nitro ระดับอื่น - อื่นๆ + อื่น ๆ แบ่งปันเหตุผลของคุณที่นี่ เราอยากทราบว่า: เหตุผลหลักที่คุณตัดสินใจยกเลิก {subscriptionName} คืออะไร การสมัครสมาชิก {subscriptionName} ของคุณถูกยกเลิกแล้ว @@ -5494,6 +5549,7 @@ แย่แล้ว มีข้อผิดพลาดเกิดขึ้น รหัส {code} Discord ต้องติดตั้งไฟล์บางอย่างก่อนที่เราจะเริ่มเกมของคุณได้ กำลังติดตั้ง ({progress} ใน {total}) Discord ต้องติดตั้งไฟล์บางอย่างก่อนที่เราจะเริ่มเกมของคุณได้ กำลังติดตั้ง {name} ({progress} ใน {total}) + โหมดทดสอบกำลังเปิดใช้งานอยู่กับ **!!{applicationName}!!** แอปพลิเคชันของคุณจะปรากฏเป็นตัวเลือกในเมนูปุ่มของกิจกรรม รับฟีเจอร์และเครื่องมือแบบกำหนดเองที่ช่วยจัดการชุมชนของคุณ อืม ดูเหมือนว่าปุ่มปิดเสียงไมโครโฟนของ **{vendorName} {modelName}** เปิดใช้งานอยู่นะ เราแนะนำให้คุณตั้งค่ายืนยันแบบ 2 ขั้นตอนด้วยโทรศัพท์ไว้เป็นสำรอง @@ -5702,6 +5758,7 @@ สีส้ม โปรดอัปเดต OS ของคุณให้เป็นเวอร์ชันล่าสุดเพื่อใช้งานการแบ่งปันหน้าจอ ข้อกำหนดเวอร์ชัน OS + อื่น ๆ ภาษาอื่น ๆ ตัวเลือกอื่น รีแอคชั่นแบบอื่น ๆ @@ -6805,7 +6862,6 @@ เลือกภาพ อีโมจิ อัปโหลดภาพ - **!!{roleName}!!** (รวมอยู่ในการบูสต์) เรียกดูไฟล์ โอ้ ไม่นะ! ไฟล์ใหญ่เกินไป โปรดเลือกไฟล์ .png หรือ .jpg ขนาดไม่เกิน 256kb เลือกไฟล์ PNG หรือ JPG เพื่ออัปโหลด @@ -6958,6 +7014,9 @@ อนุญาตให้สมาชิกพูดคุยกันในช่องสำหรับพูดเหล่านี้ หากการอนุญาตนี้ปิดอยู่ สมาชิกจะถูกปิดเสียงไมค์ตามค่าเริ่มต้นจนกว่าผู้ที่มีสิทธิ์ในการ “ปิดเสียงไมค์สมาชิก” จะยกเลิกการปิดเสียงไมค์ อนุญาตให้สมาชิกเป็นผู้พูดในช่องนี้ อนุญาตให้สมาชิกพูดคุยกันในช่องสำหรับพูดนี้ หากการอนุญาตนี้ปิดอยู่ สมาชิกจะถูกปิดเสียงไมค์ตามค่าเริ่มต้นจนกว่าผู้ที่มีสิทธิ์ในการ “ปิดเสียงไมค์สมาชิก” จะยกเลิกการปิดเสียงไมค์ + อนุญาตให้สมาชิกเริ่มกิจกรรมในเซิร์ฟเวอร์นี้ + อนุญาตให้สมาชิกเริ่มกิจกรรมในช่องสำหรับพูดเหล่านี้ + อนุญาตให้สมาชิกเริ่มกิจกรรมในช่องสำหรับพูดนี้ อนุญาตให้สมาชิกแชร์วิดีโอ แบ่งปันหน้าจอ หรือสตรีมเกมในเซิร์ฟเวอร์นี้ อนุญาตให้สมาชิกแชร์วิดีโอ แบ่งปันหน้าจอ หรือสตรีมเกมในช่องสำหรับพูดเหล่านี้ อนุญาตให้สมาชิกแชร์วิดีโอ แบ่งปันหน้าจอ หรือสตรีมเกมในช่องสำหรับพูดนี้ @@ -7348,6 +7407,7 @@ อ่านข้อความ !!{name}!! - ผู้พูด {count} + รับชม ผู้ชม - {numViewers} ตรวจตัวสะกด สปอยล์ @@ -7503,6 +7563,7 @@ ช่องเวที เริ่ม เริ่มการสนทนา + เริ่มกิจกรรม เริ่มต้นกิจกรรม คุณกำลังจะเริ่มกิจกรรม $[**!!{privacyLevel}!!**](privacyLevelHook) นี้ คุณกำลังจะเริ่มกิจกรรมนี้ @@ -8297,9 +8358,6 @@ ข้อมูลผู้ใช้ การจัดการผู้ใช้ เกี่ยวกับฉัน - ตั้งสัญลักษณ์ประจำตัวของเซิร์ฟเวอร์ - ตั้งชื่อเล่นและสัญลักษณ์ประจำตัวของเซิร์ฟเวอร์ - ตั้งชื่อเล่นเซิร์ฟเวอร์ ข้อความ ฉันเป็นสมาชิกใหม่ของ Discord สวัสดี รู้จักฉัน @@ -8454,6 +8512,7 @@ เปิด Discord ตรวจสอบ [เงื่อนไขการให้บริการ]({termsLink}) และ [นโยบายความเป็นส่วนตัว]({privacyLink}) ของเรา แบนเนอร์โปรไฟล์ + สีโปรไฟล์ กำหนดเอง ค่าเดิม ลบสัญลักษณ์ประจำตัว diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml index a5e13b8acd..54863b425d 100644 --- a/app/src/main/res/values-tr/strings.xml +++ b/app/src/main/res/values-tr/strings.xml @@ -1153,7 +1153,6 @@ Arkadaş Kullanıcı Adını Değiştir Sunucu Avatarını Değiştir Simge Değiştir - Kimlik Değiştir Sunucular için ayrı ayrı avatar belirleme özelliği şimdilik sınırlı sayıda kişi tarafından kullanılabilir. Anladım Kullanıcı adı (devre dışı) @@ -3131,6 +3130,7 @@ {date} saat {time} Bu etkinliği silmek istediğine emin misin? Etkinlik silinsin mi? + Bitiş tarihi, başlangıç tarihinden sonra olmalı {count} Kişi İlgileniyor {count} ilgileniyor Etkinlik başladığında sana haber verilecek @@ -3186,7 +3186,6 @@ Diğer Çevrimiçi sunucu aradım Yanıtın - Nasıl istiyorsan öyle görün; sunucularında farklı avatarlar kullan, hareketli avatarları aç [ve Discord Nitro ile](onAndMore) daha fazlasına eriş! Farklı bir avatara ne dersin? !!{guild}!! üye Üye bulunamadı. @@ -6873,7 +6872,6 @@ Görsel Seç Emoji Görsel Yükle - **!!{roleName}!!** (Takviye içerisine dahil) Dosyalara Göz At Olamaz! Dosya çok büyük. Lütfen 256kb veya daha küçük bir .png veya .jpg seç. Yüklemek için bir PNG veya JPG seç @@ -8370,9 +8368,6 @@ Kullanıcı Bilgisi Kullanıcı Yönetimi Hakkımda - Bir Sunucu Avatarı belirle - Bir Sunucu Kullanıcı Adı ve Avatarı belirle - Bir Sunucu Kullanıcı Adı belirle Mesaj Gönder Discord\'da yeniyim, muhabbete gel! Hakkımda @@ -8527,6 +8522,7 @@ Discord\'u Aç [Hizmet Koşullarına]({termsLink}) ve [Gizlilik Politikasına]({privacyLink}) göz at. Profil Afişi + Profil Rengi Özel Varsayılan Avatarı Kaldır diff --git a/app/src/main/res/values-uk/plurals.xml b/app/src/main/res/values-uk/plurals.xml index 5df0ffff5f..47f74eabc0 100644 --- a/app/src/main/res/values-uk/plurals.xml +++ b/app/src/main/res/values-uk/plurals.xml @@ -297,6 +297,21 @@ 1 с {seconds} с + + {#} учасник + {#} учасника + {#} учасників + + + {#} учасник + {#} учасника + {#} учасників + + + {#} учасник + {#} учасника + {#} учасників + {count} слот {count} слота @@ -1617,8 +1632,9 @@ {count} спільних серверів - 1 інший - {count} інших + 1 учасник + {count} учасника + {count} учасників використання diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml index 6e1544bbb3..c2cf11a878 100644 --- a/app/src/main/res/values-uk/strings.xml +++ b/app/src/main/res/values-uk/strings.xml @@ -140,6 +140,18 @@ Це налаштування дозволяє друзям приєднуватися до гри без надсилання запиту. Дозволити учасникам голосового каналу приєднуватися до гри. Це налаштування дозволяє людям на одному голосовому каналі з тобою приєднатися до гри без надсилання запиту. Це налаштування працює тільки на серверах, що не належать спільнотам. + Розкажіть про свій досвід користування діями + Керування дією незрозуміле + Керування дією було незрозумілим + Дія не завантажилась належним чином + Дія гальмувала або зупинялася + Мені не сподобалася дія + Дія не завантажується належним чином + Дія гальмує або зупиняється + Мені не подобається дія + Як працює !!{applicationName}!!? + Що можна покращити? + Дякуємо за повідомлення про проблему! Такі відгуки допомагають нам покращити дії. Налаштування активності Статус активності Додати @@ -169,7 +181,7 @@ DiscordTag — це видумане ім\'я користувача. Введи реальне ім\'я користувача свого друга і тег. Воно має виглядати якось так: ДійсноСправжнєІм\'яКористувача#0000 **!!{discordTag}!!** не приймає запрошення в друзі. Щоб ви стали друзями, тебе має додати в друзі цей користувач. Ми більше ніж цифри… ми люди! Введи ім\'я користувача та тег на кшталт ДійсноСправжнєІм\'яКористувача#0000 - Хм, не спрацювало. Перевір ще раз правильність регістру, написання, пробілів та цифр. + Щось не працює. Ще раз перевірте великі та маленькі літери, написання, пробіли та цифри, чи немає помилок. Твій список друзів повністю заповнений. Вітаємо в клубі елітних користувачів із 1000 друзів! Нам потрібен чотиризначний тег !!{username}!!, щоб дізнатися, хто саме це є. Друг @@ -190,7 +202,7 @@ З\'єднання функції «поблизу» зупинено. Скануємо радіохвилі… Додати нік друга - або використай ці можливості + або використати ці параметри Введи ім\'я користувача#0000 Успіх! Твій запит на дружбу **!!{discordTag}!!** відправлено. Додати гарячу клавішу @@ -561,13 +573,13 @@ Секс Агресивні сцени $[!!{user1}!!](user1Hook) і $[!!{user2}!!](user2Hook) вже грали до цього - **{count}, яких ти знаєш**, вже грали колись + **{count}, яких ви знаєте**, грали раніше $[!!{user1}!!](user1Hook) вже грав до цього $[!!{user1}!!](user1Hook) і $[!!{user2}!!](user2Hook) грають прямо зараз - **{count}, яких ти знаєш**, грають прямо зараз + **{count}, яких ви знаєте**, грають прямо зараз $[!!{user1}!!](user1Hook) грає прямо зараз $[!!{user1}!!](user1Hook) і $[!!{user2}!!](user2Hook) грали недавно - **{count}, яких ти знаєш**, грали нещодавно + **{count}, яких ви знаєте**, грали нещодавно $[!!{user1}!!](user1Hook) грав недавно Недоступно в твоєму регіоні Rich Presence @@ -635,7 +647,7 @@ Вибір файлів Вибір медіа-файлів Обробка! - Коли інші розмовляють + Коли інші говорять Коли я розмовляю !!{name}!! — слухач Говорити на {channelName} @@ -1141,7 +1153,6 @@ Змінити нік друга Змінити аватар сервера Змінити піктограму - Змінити особистість Встановлення різних аватарів для кожного сервера наразі доступне обмеженій кількості людей. Зрозуміло Нікнейм (Вимкнено) @@ -1983,10 +1994,14 @@ Немає дозволу активувати тестовий режим для цієї програми. Очистити Недійсний ідентифікатор програми + Локальний хост Введи ідентифікатор твоєї програми Discord, щоб активувати для неї тестовий режим. Програма в тестовому режимі дозволить тобі переглядати пов\'язані неопубліковані SKU та обходити пов\'язані покупки, щоб спростити розробку. Тестовий режим програми Введи ідентифікатор твоєї програми Discord, щоб активувати для неї тестовий режим. + Оберіть тип джерела URL (тільки для вбудованих програм) Ідентифікатор програми + Номер порту локального хоста + Проксі Discord Режим розробника Режим розробника розкриває пункти у контекстному меню, корисні для людей, які створюють ботів для Discord, використовуючи [Discord API]({apiDocsUrl}). Вмикає можливість надіслати звіт про помилку Discord, коли ти зробиш зняток @@ -2107,6 +2122,46 @@ Ми відправили інструкції щодо зміни паролю на **!!{email}!!**, будь ласка, перевір папки Вхідні та Спам своєї електронної пошти. Інструкції надіслано Вставляти посилання + Уже в дії + !!{username}!! та ще {count} беруть участь + !!{username}!! та ще {count} грають + !!{username}!! та ще {count}дивляться відео + Нова загадкова гра з багатьма учасниками, в яку можна грати в голосовому каналі! + Грайте в Betrayal зі своїм сервером! + Приєднатися до !!{applicationName}!! + Грайте в !!{applicationName}!! з друзями! + Помилка {code} + Спіймайте рибку разом із друзями в новій грі Fishington.io! + Грайте у Fishington з друзями. + Зависає у !!{guildName}!! + У дії + У дії + У !!{applicationName}!! + Дія закінчилася + Надіслати другу посилання-запрошення до дії + до + Запросити до дії + !!{username}!! в дії + !!{username}!! грає + !!{username}!! дивиться відео + Приєднатися до дії + Запуск дії + Вийти з дії + Скоро буде доступно більше дій! + Розпочніть гру в межах Ночі покеру в голосовому каналі! + Грайте в покер з друзями. + До {count} учасників + Учасників: {numUsers} + Грає в !!{applicationName}!! + Грає у !!{guildName}!! + Поділіться цим посиланням з іншими, щоби надати їм доступ до цього сервера та запросити до дії + Розпочати дію + Почати !!{applicationName}!! + Необмежена кількість учасників + Дивиться !!{applicationName}!! + Дивиться відео в !!{guildName}!! + Дивіться відео з YouTube разом в голосовому каналі! + Дивіться YouTube з друзями! Емодзі Додати в обране Доступно з Nitro @@ -2775,7 +2830,7 @@ Відновлення — {progress} з {total} (!!{percent}!!%%) Перевірка встановлення — {progress} з {total} (!!{percent}!!%%) Очікування призупинки іншого завантаження — {progress} з {total} (!!{percent}!! %%) - Очікування призупинки іншого завантаження + Очікування призупинення іншого завантаження Виправляється — {progress} з {total} (!!{percent}!! %%) Виправляється — {progress} з {total} (!!{percent}!! %%) — {timeRemaining} залишилося Виправляється — {progress} з {total} (!!{percent}!! %%) — {timeRemaining} залишилося @@ -2894,7 +2949,7 @@ Недійсне подарункове посилання! Посилання на подарунок вже не дійсне або було відкликане. Але відправник може створити нове посилання й відправити його ще раз. Посилання на подарунок вже не дійсне або було відкликане. Але ти можеш створити нове посилання й відправити його ще раз. - Тобі прислали подарунок, але… + Ви отримали подарунок, але… Ти відправив подарунок, але… Подарунок оброблюється Залишилося {remaining} із {total} передплат @@ -3065,6 +3120,7 @@ {date} о {time} Ви точно хочете видалити цю подію? Видалити подію? + Дата завершення має бути після дати початку Цікавляться: {count} {count} Вам повідомлять про початок події @@ -3120,7 +3176,6 @@ Інше Я шукав/шукала сервер онлайн Твоя відповідь - Будь ким завгодно, використовуй різні аватари на всіх своїх серверах, відкрий анімовані аватари, [та багато інших можливостей чекають на тебе із Discord Nitro!](onAndMore) Хочеш інший аватар? Членів: !!{guild}!! Учасників не знайдено. @@ -4071,7 +4126,7 @@ Приховати особисту інформацію Стривай-но На головну - Привіт! Біп. Буп. Якщо ти бажаєш запросити друзів на цей сервер, натисни ім\'я сервера у лівій верхній частині та обери !!{invitePeople}!!. Біп! + Привіт! Біп. Буп. Якщо ви хочете запросити друзів на цей сервер, натисніть ім\'я сервера у лівій верхній частині та оберіть «!!{invitePeople}!!». Біп! Хорватська Угорська Обрати категорію @@ -5494,6 +5549,7 @@ Ой лишенько! Виникла помилка! Код {code} Discord повинен встановити деякі файли перед запуском гри. Встановлюється ({progress} з {total}). Discord повинен встановити деякі файли перед запуском гри. Встановлюється ({name}{progress} з {total}). + Тестовий режим наразі активний для **!!{applicationName}!!**. Ваша програма має з\'явитися як параметр в меню кнопок дій. Отримай персоналізовані можливості та інструменти, які допоможуть тобі керувати своєю спільнотою. Схоже, що на мікрофоні **{vendorName}{modelName}** звук вимкнуто апаратною кнопкою. Ми пропонуємо додати резервний номер телефону до налаштувань двофакторної аутентифікації. @@ -5702,8 +5758,9 @@ Помаранчевий Щоб використовувати демонстрацію екрана, будь ласка, онови ОС до найновішої версії Вимоги до версії OS + Інше Інші мови - Інші опції + Інші параметри Інші реакції Оновити Discord Ми зробили декілька цікавих змін в Discord (і, можливо, виправили кілька багів). Онови програму, щоб продовжити. @@ -6805,7 +6862,6 @@ Вибрати зображення Емодзі Завантажити зображення - **!!{roleName}!!** (входить до бусту) Переглянути файли Йой! Завеликий файл. Оберіть .png або .jpg у 256 кб або менше. Оберіть файл PNG або JPG для завантаження @@ -6958,6 +7014,9 @@ Дозволяє учасникам розмовляти на цих голосових каналах. Якщо цей дозвіл вимкнено, учасникам за замовчуванням буде вимкнено мікрофони, доки хтось із дозволом «Вимкнути мікрофони учасників» не увімкне їх. Дозволити учасникам бути спікерами на цьому каналі. Дозволяє учасникам розмовляти на цьому голосовому каналі. Якщо цей дозвіл вимкнено, учасникам за замовчуванням буде вимкнено мікрофони, доки хтось із дозволом «Вимкнути мікрофони учасників» не увімкне їх. + Дозволяє учасникам запускати дії на цьому сервері. + Дозволяє учасникам запускати дії на цих голосових каналах. + Дозволяє учасникам запускати дії на цьому голосовому каналі. Дозволяє учасникам ділитися своїми відео, демонструвати свої екрани або транслювати свої ігри на цьому сервері. Дозволяє учасникам ділитися своїми відео, демонструвати свої екрани або транслювати свої ігри на цих голосових каналах. Дозволяє учасникам ділитися своїми відео, демонструвати свої екрани або транслювати свої ігри на цьому голосовому каналі. @@ -7348,6 +7407,7 @@ Озвучити повідомлення !!{name}!! — спікер {count} + Стати глядачем Глядачі — {numViewers} Перевірка правопису Спойлер @@ -7503,6 +7563,7 @@ Канал трибуни Почати Розпочати виклик + Розпочати дії Розпочати подію Ви зараз розпочнете цю $[**!!{privacyLevel}!!**](privacyLevelHook) подію Ви зараз розпочнете цю подію @@ -8297,9 +8358,6 @@ Про користувача Управління користувачами Про мене - Встановити аватар сервера - Встановити нікнейм та аватар для сервера - Встановити нікнейм для сервера Повідомлення Я новачок у Discord, привітайся! Про мене @@ -8454,6 +8512,7 @@ Відкрити Discord Ознайомся з нашими [Умовами надання послуг]({termsLink}) та [Політикою конфіденційності]({privacyLink}). Банер для профілю + Колір профілю Спеціальні Типові Прибрати аватар @@ -8498,7 +8557,7 @@ Використовуй наші найновіші технології для захоплення зображення на екрані. Параметри Windows Користувацькі налаштування (обхід збірки: !!{webBuildOverride}!!) - {name} і {count} + {name} та ще {count} Гучність користувача Ім\'я користувача Ім\'я користувача та тег diff --git a/app/src/main/res/values-vi/plurals.xml b/app/src/main/res/values-vi/plurals.xml index 7c1cdfbb3e..b44d1f866b 100644 --- a/app/src/main/res/values-vi/plurals.xml +++ b/app/src/main/res/values-vi/plurals.xml @@ -260,6 +260,18 @@ 1 giây {seconds} giây + + {#} người khác + {#} người khác + + + {#} người khác + {#} người khác + + + {#} người khác + {#} người khác + {count} chỗ trống {count} chỗ trống diff --git a/app/src/main/res/values-vi/strings.xml b/app/src/main/res/values-vi/strings.xml index 8d029c3450..711827cfd9 100644 --- a/app/src/main/res/values-vi/strings.xml +++ b/app/src/main/res/values-vi/strings.xml @@ -108,7 +108,7 @@ Đang Xem Stream Chơi trên Xbox Streaming trên Twitch - Thành Viên Khác + Các Thành Viên Khác Chạy !!{name}!!. !!{name}!! đang chạy rồi. Bạn đã cài đặt ứng dụng trên máy tính rồi đúng không. @@ -140,6 +140,18 @@ Cài đặt này cho phép bạn bè tham gia vào trò chơi của bạn mà không cần phải gửi yêu cầu xin vào. Cho phép thành viên trong kênh thoại tham gia vào trò chơi của bạn. Cài đặt này cho phép những người đang ở trong cùng một kênh thoại với bạn tham gia vào trò chơi của bạn mà không cần phải gửi yêu cầu xin vào. Tính năng này chỉ áp dụng cho máy chủ không phải máy chủ cộng đồng. + Hãy cho chúng tôi biết trải nghiệm của bạn về hoạt động + Kiểm soát hoạt động đang gặp khó khăn + Kiểm soát hoạt động đã gặp khó khăn + Hoạt động đã không tải đúng cách + Hoạt động đã bị trễ hoặc bị treo + Hoạt động không vui vẻ + Hoạt động đang tải không đúng cách + Hoạt động đang bị trễ hoặc bị treo + Hoạt động không vui vẻ + !!{applicationName}!! diễn ra như thế nào rồi? + Điều gì có thể xảy ra tốt hơn? + Cảm ơn bạn đã báo lỗi! Phản hồi của bạn sẽ giúp chúng tôi cải thiện Hoạt động tốt hơn. Cài Đặt Hoạt Động Trạng Thái Hoạt Động Thêm @@ -169,7 +181,7 @@ DiscordTag là tên người dùng giả. Nhập tên người dùng và số nhận diện thật của bạn bè. Nhìn sẽ trông giống thế này: HẳnLàTênNgườiDùngThật#0000 **!!{discordTag}!!** không đồng ý yêu cầu kết bạn. Họ sẽ phải thêm bạn vào để trở thành bạn bè. Chúng tôi không chỉ là những con số… chúng tôi là con người! Nhập tên người dùng và số nhận diện. Nhìn sẽ trông giống thế này: HẳnLàTênNgườiDùngThật#0000 - Không được rồi. Kiểm tra kỹ viết hoa, chính tả, dấu cách và các số xem có chính xác chưa. + Không được rồi. Kiểm tra kỹ chữ viết hoa, chính tả, dấu cách và các số xem đã chính xác chưa. Danh sách bạn bè của bạn đã đầy rồi. Chào mừng đến với hội 1.000 bạn bè danh giá! Chúng tôi cần bốn chữ số của !!{username}!! để xác định chúng. Bạn bè @@ -190,7 +202,7 @@ Đã dừng kết nối lân cận. Đang quét tần số… Thêm Biệt danh Bạn bè - hoặc sử dụng các tùy chọn này + hoặc sử dụng các tùy chọn sau Nhập tên người dùng#0000 Thành công! Yêu cầu kết bạn với **!!{discordTag}!!** đã được gửi. Thêm Phím Nóng @@ -561,13 +573,13 @@ Tình dục Bạo lực $[!!{user1}!!](user1Hook) và $[!!{user2}!!](user2Hook) đã chơi trước đó - **{count} bạn theo dõi** đã chơi trước đó + **{count} bạn biết** đã chơi trước đó $[!!{user1}!!](user1Hook) đã chơi trước đó $[!!{user1}!!](user1Hook) và $[!!{user2}!!](user2Hook) hiện đang chơi **{count} bạn biết** hiện đang chơi $[!!{user1}!!](user1Hook) hiện đang chơi $[!!{user1}!!](user1Hook) và $[!!{user2}!!](user2Hook) đã chơi gần đây - **{count} bạn theo dõi** đã chơi gần đây + **{count} bạn biết** đã chơi gần đây $[!!{user1}!!](user1Hook) mới chơi gần đây Không khả dụng trong khu vực của bạn Rich Presence @@ -890,7 +902,7 @@ Tôi đổi ý Tôi quên hủy bỏ Tôi mua quà tặng mà không sử dụng - Khác + Một số thứ khác Gặp sự cố khi sử dụng Nâng cấp Không như tôi mong đợi Muốn đổi Gói Đăng Ký Discord Nitro @@ -1140,7 +1152,6 @@ Đổi Biệt danh Bạn bè Thay đổi Ảnh Đại Diện Máy Chủ Thay đổi Biểu tượng - Thay đổi Danh Tính Đặt ảnh đại diện khác nhau cho mỗi máy chủ hiện chỉ có cho một số người giới hạn. Đã rõ Biệt danh (Tắt) @@ -1982,10 +1993,14 @@ Không có quyền bật chế độ kiểm tra cho ứng dụng này. Xóa ID ứng dụng không hợp lệ + Localhost Nhập ID ứng dụng Discord để bật chế độ kiểm tra cho ứng dụng đó. Ứng dụng trong chế độ kiểm tra sẽ cho phép bạn xem SKU liên quan không được công khai và bỏ qua những lần mua liên quan để phát triển dễ dàng hơn. Chế độ kiểm tra ứng dụng Nhập ID ứng dụng Discord để bật chế độ kiểm tra cho ứng dụng đó. + Chọn Dạng URL Gốc (Chỉ cho Ứng dụng Nhúng) ID ứng dụng + Mã Số Cổng Localhost + Discord Proxy Chế Độ Nhà Phát Triển Chế Độ Nhà Phát Triển sẽ hiển thị các hạng mục giúp ích cho việc tạo người máy bằng [API Discord]({apiDocsUrl}). Bật tính năng gửi báo cáo lỗi tới Discord sau khi bạn chụp màn hình @@ -2106,6 +2121,46 @@ Chúng tôi đã gửi hướng dẫn thay đổi mật khẩu vào **!!{email}!!**, vui lòng kiểm tra hộp thư cũng như thư rác của bạn. Đã gửi hướng dẫn Nhúng liên kết + Đã trong Hoạt động + !!{username}!! và {count} đang tham gia + !!{username}!! và {count} đang chơi + !!{username}!! và {count} đang xem + Một trò chơi mới thuộc thể loại huyền bí đa người chơi, có thể chơi được ngay trong kênh thoại này! + Chơi Betrayal với máy chủ của bạn! + Tham gia !!{applicationName}!! + Chơi !!{applicationName}!! cùng bạn bè! + Lỗi {code} + Hãy cùng bạn bè đánh bắt cá trong trò chơi mới Fishington.io của chúng tôi! + Chơi Fishington cùng bạn bè! + Đang trò chuyện trong !!{guildName}!! + Trong Hoạt động + Trong Hoạt động + Trong !!{applicationName}!! + Hoạt động đã kết thúc + Gửi liên kết mời vào hoạt động cho một người bạn + trong + Mời vào Hoạt động + !!{username}!! đang trong một hoạt động + !!{username}!! đang chơi + !!{username}!! đang xem + Tham gia Hoạt động + Khởi động hoạt động + Rời Hoạt động + Tìm kiếm thêm những hoạt động sắp ra mắt! + Bắt đầu một ván Poker Night ngay trong kênh thoại! + Chơi Poker cùng bạn bè + Lên đến {count} người tham gia + Người tham gia - {numUsers} + Đang chơi !!{applicationName}!! + Đang chơi trong !!{guildName}!! + Chia sẻ liên kết này cho người khác để cấp quyền truy cập vào máy chủ này và tham gia hoạt động + Bắt đầu Hoạt động + Bắt đầu !!{applicationName}!! + Không giới hạn số lượng người tham gia + Đang xem !!{applicationName}!! + Đang xem trong !!{guildName}!! + Cùng nhau thưởng thức những video YouTube ngay trong kênh thoại! + Xem YouTube cùng bạn bè! Emoji Thêm vào Ưa thích Có sẵn với Nitro @@ -3064,6 +3119,7 @@ {date} tại {time} Bạn có chắc chắn muốn xóa sự kiện này không? Xóa Sự Kiện? + Ngày kết thúc phải sau ngày bắt đầu {count} Đã quan tâm {count} quan tâm Bạn sẽ nhận được thông báo khi sự kiện bắt đầu @@ -3119,7 +3175,6 @@ Khác Tôi tìm máy chủ trên mạng Câu trả lời của bạn - Trở thành người bạn muốn và sử dụng ảnh đại diện khác nhau trong mỗi máy chủ, mở khóa hình đại diện hoạt hình, [và nhiều hơn thế nữa với Discord Nitro!](onAndMore) Bạn muốn sử dụng ảnh đại diện khác không? !!{guild}!! thành viên Không có thành viên được tìm thấy. @@ -4070,7 +4125,7 @@ Ẩn Thông Tin Cá Nhân Chờ Đã Trang chủ - Xin chào. Beep. Boop. Nếu muốn mời bạn bè vào máy chủ, hãy nhấp vào tên máy chủ ở trên cùng bên trái và chọn !!{invitePeople}!!. Beep! + Xin chào. Beep. Boop. Nếu muốn mời bạn bè vào máy chủ này, hãy nhấp vào tên máy chủ ở trên cùng bên trái và chọn !!{invitePeople}!!. Beep! Tiếng Croatia Tiếng Hungari Chọn danh mục @@ -4129,7 +4184,7 @@ [Vào danh sách chờ.](onJoinWaitlist) Không tìm thấy trường của bạn? [Vào danh sách chờ.](onJoinWaitlist) Tham gia cùng {count} trong Student Hub dành cho !!{guildName}!!! - Tham gia Trung tâm khác + Tham gia Hub khác Dễ dàng tìm kiếm các máy chủ của sinh viên dành cho các nhóm học tập, câu lạc bộ, buổi tụ tập và hơn thế nữa. Bạn có đang là sinh viên? Hãy tham gia Discord Hub cho trường học của bạn! Tham gia Hub @@ -4144,7 +4199,7 @@ Chỉnh sửa cài đặt Chỉnh Sửa Cài Đặt cho !!{guildName}!! Student Hub là gì? - Đi học một trường khác? [Tham gia tại đây](onClick) + Học tại một trường khác? [Tham gia tại đây](onClick) Bạn đã được mời tham gia trung tâm Bạn đã gửi lời mời tham gia trung tâm Mời bạn bè vào Student Hub cho trường học của bạn @@ -5493,6 +5548,7 @@ Ôi không, đã xảy ra lỗi. Mã {code} Discord sẽ phải cài một số thứ trước khi bắt đầu trò chơi của bạn. Đang cài đặt ({progress} trên {total}). Discord sẽ phải cài một số thứ trước khi bắt đầu trò chơi của bạn. Đang cài đặt {name} ({progress} trên {total}). + Chế Độ thử nghiệm hiện hoạt động cho **!!{applicationName}!!**. Ứng dụng của bạn sẽ xuất hiện dưới dạng một tùy chọn trong menu nút hoạt động. Nhận tính năng và công cụ tùy chỉnh giúp phát triển cộng đồng của bạn. Chà, hình như **{vendorName} {modelName}** công tắc tắt âm của mic đã bật. Chúng tôi khuyên bạn nên thêm số điện thoại cho xác nhận 2 lớp để đề phòng. @@ -5701,9 +5757,10 @@ Cam Để có thể sử dụng tính năng Chia Sẻ Màn Hình, vui lòng cập nhật phiên bản hệ điều hành mới nhất Yêu Cầu Về Phiên Bản Hệ Điều Hành - Ngôn ngữ khác + Khác + Các ngôn ngữ khác Các tùy chọn khác - Biểu Cảm Khác + Những Biểu Cảm Khác Cập nhật Discord Chúng tôi có một vài thay đổi thú vị dành cho Discord (và cũng sửa lại 1, 2 lỗi gì đó). Cập nhật để tiếp tục. Ứng dụng đã lỗi thời @@ -6804,7 +6861,6 @@ Chọn Hình Ảnh Emoji Tải Lên Hình Ảnh - **!!{roleName}!!** (Có trong phần Nâng Cấp) Tìm File Ôi không! File quá lớn. Vui lòng chọn .png hoặc .jpg 256kb hoặc nhỏ hơn. Chọn PNG hoặc JPG để tải lên @@ -6957,6 +7013,9 @@ Cho phép thành viên trò chuyện trong các kênh thoại này. Nếu không cấp quyền này, thành viên đó sẽ bị mặc định tắt âm cho đến khi một thành viên nào đó có quyền Tắt Âm Thành Viên bỏ tắt mic cho họ. Cho phép thành viên trở thành Người nói trong kênh này. Cho phép thành viên trò chuyện trong kênh thoại này. Nếu không cấp quyền này, thành viên đó sẽ bị mặc định tắt âm cho đến khi một thành viên nào đó có quyền Tắt Âm Thành Viên bỏ tắt mic cho họ. + Cho phép các thành viên bắt đầu hoạt động trong máy chủ này. + Cho phép các thành viên bắt đầu hoạt động trong những kênh thoại này. + Cho phép các thành viên bắt đầu hoạt động trong kênh thoại này. Cho phép thành viên chia sẻ video, chia sẻ màn hình, hoặc stream game trong máy chủ này. Cho phép thành viên chia sẻ video, chia sẻ màn hình, hoặc stream game trong các kênh thoại này. Cho phép thành viên chia sẻ video, chia sẻ màn hình, hoặc stream game trong kênh thoại này. @@ -7347,6 +7406,7 @@ Đọc Tin Nhắn !!{name}!! - Người nói {count} + Quan sát Người xem – {numViewers} Kiểm tra chính tả Nội Dung Ẩn @@ -7502,6 +7562,7 @@ Kênh Sân Khấu Bắt đầu Bắt Đầu Cuộc Gọi + Bắt đầu Hoạt động Bắt Đầu Sự Kiện Bạn chuẩn bị bắt đầu sự kiện $[**!!{privacyLevel}!!**](privacyLevelHook) này Bạn chuẩn bị bắt đầu sự kiện này @@ -8296,9 +8357,6 @@ Thông tin người dùng Quản lý người dùng Giới thiệu về tôi - Đặt Ảnh Đại Diện Máy Chủ - Đặt Biệt Danh và Ảnh Đại Diện Máy Chủ - Đặt Biệt Danh Máy Chủ Nhắn tin Tôi mới bắt đầu thôi, cùng chào nhau cái nào! Giới thiệu về tôi @@ -8453,6 +8511,7 @@ Mở Discord Hãy đọc [Điều Khoản Dịch Vụ]({termsLink}) và [Chính Sách Bảo Mật]({privacyLink}) của chúng tôi. Biểu Ngữ Hồ Sơ + Màu Hồ Sơ Tùy biến Mặc định Xóa Ảnh Đại Diện diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index 692e53776c..bf8960d725 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -1153,7 +1153,6 @@ 更改好友昵称 更改服务器头像 更改 图标 - 更改身份 当前仅部分用户能为自己的每个服务器设置不同的头像。 了解 昵称(已关闭) @@ -3126,6 +3125,7 @@ {date} {time} 您确定删除这场活动么? 删除活动? + 结束日期必须在开始日期之后 {count} 人感兴趣 {count}感兴趣 当活动开始时您将收到通知 @@ -3181,7 +3181,6 @@ 其它 我在网上搜到的服务器 您的回答 - 头像想换就换,在您的每个服务器使用不同的头像,解锁动画头像,[更多内容尽在 Discord Nitro!](onAndMore) 想要换个头像? !!{guild}!! 成员 未找到成员。 @@ -6864,7 +6863,6 @@ 选择图片 表情符号 上传图片 - **!!{roleName}!!**(已包含在助力中) 浏览文件 糟糕!文件过大。请选择大小不超过 256kb 的 .png 或者 .jpg。 选择 PNG 或者 JPG 格式图片上传 @@ -8361,9 +8359,6 @@ 用户信息 用户管理 自我介绍 - 设置服务器头像 - 设置服务器昵称和头像 - 设置服务器昵称 消息 初来乍到,打个招呼呗! 自我介绍 @@ -8518,6 +8513,7 @@ 打开 Discord 快阅读一下我们的[服务条款]({termsLink})和[隐私权政策]({privacyLink})吧。 个人资料横幅 + 个人资料颜色 自定义 默认​​​​​ 移除头像 diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml index 9b4cab3c1e..e3a1eb80d7 100644 --- a/app/src/main/res/values-zh-rTW/strings.xml +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -1152,7 +1152,6 @@ 更改好友暱稱 變更伺服器頭像 更改 圖示 - 變更身分 可為每個伺服器設定不同頭像,目前僅開放部分人使用。 知道了 暱稱 (已停用) @@ -3120,6 +3119,7 @@ 日期為 {date},時間是 {time} 您確定要刪除這場活動嗎? 刪除活動? + 結束日期必須設定在開始日期之後 {count} 人有興趣 {count}有興趣 活動開始時您會收到通知 @@ -3175,7 +3175,6 @@ 其他 我在線上搜尋伺服器找到的 您的答案 - 取得 Discord Nitro,就能隨心化身為您喜愛的形象、在各個伺服器使用不同的頭像、解鎖動態頭像,[還能盡享其他更多好處](onAndMore)! 想使用不同的頭像嗎? !!{guild}!! 成員數 沒有找到成員。 @@ -6861,7 +6860,6 @@ 選擇圖片 表情符號 上傳圖片 - **!!{roleName}!!** (隨附於加成) 瀏覽檔案 糟糕!檔案過大。請選擇不超過 256 kb 的 PNG 或 JPG。 選擇 PNG 或 JPG 上傳 @@ -8363,9 +8361,6 @@ 使用者資訊 使用者管理 關於我 - 設定伺服器頭像 - 設定伺服器暱稱和頭像 - 設定伺服器暱稱 傳送訊息 我是 Discord 新手,大家好! 關於我 @@ -8520,6 +8515,7 @@ 開啟 Discord 查看我們的 [服務條款]({termsLink}) 與 [隱私權政策]({privacyLink})。 個人資料橫幅 + 個人資料顏色 自訂 預設 移除頭像 diff --git a/app/src/main/res/values/plurals.xml b/app/src/main/res/values/plurals.xml index 94d56afd1b..f2375352f6 100644 --- a/app/src/main/res/values/plurals.xml +++ b/app/src/main/res/values/plurals.xml @@ -156,6 +156,10 @@ {#} background {#} backgrounds + + {#} character + {#} characters + {#} member {#} members diff --git a/app/src/main/res/values/public.xml b/app/src/main/res/values/public.xml index 2350ff16ee..1f6574e8e3 100644 --- a/app/src/main/res/values/public.xml +++ b/app/src/main/res/values/public.xml @@ -4276,802 +4276,803 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -5540,3830 +5541,3837 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -10128,270 +10136,271 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -10478,338 +10487,339 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -15590,8350 +15600,8365 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index d8ce9e2b70..0b259559e2 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1230,6 +1230,8 @@ Unknown error Change Server Avatar Use a different avatar in each of your servers and more with **Discord Nitro!** + Nicknames must be at least {minLength} + Unlock with Nitro Change Log A message from our founders {added marginTop}\n======================\n\n**We originally created Discord in 2015** because we wanted an easier way to talk and hang out with our friends while playing games. A way to recreate that feeling of staying up all night laughing, joking, and, most of all, just being ourselves. We wanted to make that experience better and accessible to more people.\n\nSince then, Discord has become the place where anyone can talk and hang out with their communities or friends, whatever their passions are. It will always be that place where anyone can just relax and really be themselves, no matter where their friends may be. \n\nImagine A Place {added marginTop}\n======================\n\nBut really, Discord means something different to everyone. So we asked people to share their stories about what Discord means to them. And then they let us share those stories with you so we could make a marketing campaign that didn\'t suck.\n\nWe made Discord - The Movie (2021). \n\nA short film that celebrates the amazing and wonderful stories that real people shared with us, like Lucie Winterwolf\'s pirate-themed server and Kevdog\'s server for nostalgic games.\n\nOh, and it has some famous people too.\n\nThank you {added marginTop}\n======================\n\nWe\'re humbled and inspired by all the unique and creative ways you\'re using Discord, and all the ideas you have for making Discord more useful. Communities are the heart of Discord. We\'re honored to be the place where you talk and hang out with your favorite people while exploring your favorite things. \n\nMet your best friend while gaming on Discord? Run a server for Gaelic language exchange? Or Tibetan bird photography? Share your story with us on Twitter, Instagram, or TikTok and use **#imagineaplace** to get our attention.\n\nWe\'ll keep an eye out for your story. And it\'ll probably make our day. And we\'ll probably share it around our office server so it can make everyone\'s day.\n\nAnd as always, keep your ideas coming for how we can continue to make Discord even better.\n\nJason & Stan\n\n\n 2021-08-16 @@ -1414,7 +1416,7 @@ Select a color Transparency Use Default - 18becc1b1fed48b9a18aa75e021884cb + fc2ecb4867034bdd8aec68380cfc47cf Coming Soon Slash command application {applicationName} {applicationName} application @@ -2072,6 +2074,7 @@ Delete Category Delete Channel Are you sure you want to delete **!!{channelName}!!**? This cannot be undone. + Cancel Event This message will be deleted in all servers following this channel. It may take some time before it’s removed from all servers. Delete Message Are you sure you want to delete this message? @@ -2176,6 +2179,13 @@ Discord Rich Presence Coming soon to mobile! For now, head over to desktop to access Student Hubs Discover + Do not allow someone to search for you if they have your phone number and/or email. This can be changed anytime in settings. + Allow someone to search for you if they have your phone number and/or email. This can be changed anytime in settings. + Discord can connect you with your friends and help them find you. + Would you like to be discovered on Discord? + Don’t let anyone find me + Allow friends to find me + $[Learn More](learnMoreHook) Discovery {speakersCount} Dismiss @@ -2222,6 +2232,7 @@ Edit Edit Category Edit Channel + Edit Event This message will also be updated in all servers following this channel. It may take some time before all servers are updated. Edit Message Edit Note @@ -2403,6 +2414,7 @@ End Stage for Everyone End Stage Do you want to end the Stage? + Ends {date} Enter your confirmation code In order to verify your email address, you must first enter an email address. Enter a new topic @@ -2423,6 +2435,8 @@ Looks like the Store has crashed unexpectedly…. Looks like Discord has crashed unexpectedly…. Spanish + Mark as Interested + Mark as Not Interested Ticket Color Other We recommend an image that’s at least 1000 pixels square. @@ -3399,6 +3413,7 @@ I searched for a server online Your Answer Be who you want and use a different avatar in each of your servers, upgrade your profile, [and more with Discord Nitro!](onAndMore) + Be who you want and use a different avatar in each of your servers, upgrade your profile, and more with Discord Nitro! Wanna use a different avatar? !!{guild}!! members No members were found. @@ -3812,6 +3827,7 @@ With the name **!!{newValue}!!** **Denied** {count} **Granted** {count} + Set the unicode emoji $[**!!{user}!!**](userHook) updated the role $[**!!{target}!!**](targetHook) $[**!!{user}!!**](userHook) scheduled the event $[**!!{target}!!**](targetHook) $[**!!{user}!!**](userHook) deleted the scheduled event $[**!!{target}!!**](targetHook) @@ -4765,6 +4781,7 @@ Incoming Video Call Incoming Video Call… Or, visit this page from a [supported browser]({supportedBrowserURL}). + Interested No Thanks When uploaded directly to Discord Images larger than {maxSize}MB will not be previewed. @@ -5741,8 +5758,8 @@ Members with this permission can drag other members out of this channel. They can only move members between channels both they and the member they are moving have access. Move To User has been moved to the selected channel. - Alert Cleared - No Alert Showing + Alert Cleared + No Alert Showing New notification Remove %1$s More than %1$d new notifications @@ -6335,6 +6352,7 @@ Get a one-time login code Enter code to login Continue + Send me a one-time login code instead Resend Log in with your phone number or email. We’ll send you a one-time code to log in. Hi again! @@ -7443,7 +7461,7 @@ Upload an image under 256kb or pick a custom emoji from this server. We recommend at least 64x64 pixels. Members will see the icon for their highest role if they have multiple roles. Emoji Upload Image - **!!{roleName}!!** (Included in Boosting) + **!!{roleName}!!** Browse Files Oh no! File is too big. Please select a .png or .jpg 256kb or smaller. Choose a PNG or JPG to upload @@ -9085,9 +9103,6 @@ User Management User Actions About Me - Set a Server Avatar - Set a Server Nickname and Avatar - Set a Server Nickname Message I\'m new to Discord, say hi! About Me