102.6 - Beta (102106)
This commit is contained in:
parent
34f6811284
commit
5cf75e6dba
2055 changed files with 25611 additions and 22897 deletions
|
@ -10,8 +10,8 @@ android {
|
|||
applicationId 'com.discord'
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 30
|
||||
versionCode 101107
|
||||
versionName "101.7 - Beta"
|
||||
versionCode 102106
|
||||
versionName "102.6 - Beta"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="101107" android:versionName="101.7 - Beta" android:installLocation="auto" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" package="com.discord" platformBuildVersionCode="30" platformBuildVersionName="11">
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="102106" android:versionName="102.6 - Beta" android:installLocation="auto" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" package="com.discord" platformBuildVersionCode="30" platformBuildVersionName="11">
|
||||
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30"/>
|
||||
<uses-feature android:name="android.hardware.camera" android:required="false"/>
|
||||
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false"/>
|
||||
|
@ -72,7 +72,7 @@
|
|||
<action android:name="android.intent.action.MAIN"/>
|
||||
<category android:name="android.intent.category.LAUNCHER"/>
|
||||
</intent-filter>
|
||||
<intent-filter android:autoVerify="true">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW"/>
|
||||
<category android:name="android.intent.category.DEFAULT"/>
|
||||
<category android:name="android.intent.category.BROWSABLE"/>
|
||||
|
@ -82,13 +82,10 @@
|
|||
<data android:scheme="https" android:host="discord.com" android:pathPattern="/gifts/.*"/>
|
||||
<data android:scheme="https" android:host="*.discord.com" android:pathPattern="/invite/.*"/>
|
||||
<data android:scheme="https" android:host="discord.com" android:pathPattern="/invite/.*"/>
|
||||
<data android:scheme="http" android:host="discord.com" android:pathPattern="/invite/.*"/>
|
||||
<data android:scheme="https" android:host="*.discord.com" android:pathPattern="/template/.*"/>
|
||||
<data android:scheme="https" android:host="discord.com" android:pathPattern="/template/.*"/>
|
||||
<data android:scheme="http" android:host="discord.com" android:pathPattern="/template/.*"/>
|
||||
<data android:scheme="https" android:host="*.discord.com" android:pathPattern="/channels/.*"/>
|
||||
<data android:scheme="https" android:host="discord.com" android:pathPattern="/channels/.*"/>
|
||||
<data android:scheme="http" android:host="discord.com" android:pathPattern="/channels/.*"/>
|
||||
<data android:scheme="https" android:host="*.discord.com" android:pathPattern="/users/.*"/>
|
||||
<data android:scheme="https" android:host="discord.com" android:pathPattern="/users/.*"/>
|
||||
<data android:scheme="https" android:host="*.discord.com" android:pathPattern="/feature/.*"/>
|
||||
|
@ -97,7 +94,6 @@
|
|||
<data android:scheme="https" android:host="discord.com" android:pathPattern="/discovery"/>
|
||||
<data android:scheme="https" android:host="discord.com" android:pathPattern="/query/.*"/>
|
||||
<data android:scheme="https" android:host="*.discord.com" android:pathPattern="/query/.*"/>
|
||||
<data android:scheme="http" android:host="discord.com" android:pathPattern="/ra/.*"/>
|
||||
<data android:scheme="https" android:host="discord.com" android:pathPattern="/ra/.*"/>
|
||||
<data android:scheme="https" android:host="*.discord.com" android:pathPattern="/events/.*"/>
|
||||
<data android:scheme="https" android:host="discord.com" android:pathPattern="/events/.*"/>
|
||||
|
@ -107,33 +103,31 @@
|
|||
<data android:scheme="https" android:host="discordapp.com" android:pathPattern="/gifts/.*"/>
|
||||
<data android:scheme="https" android:host="*.discordapp.com" android:pathPattern="/invite/.*"/>
|
||||
<data android:scheme="https" android:host="discordapp.com" android:pathPattern="/invite/.*"/>
|
||||
<data android:scheme="http" android:host="discordapp.com" android:pathPattern="/invite/.*"/>
|
||||
<data android:scheme="https" android:host="*.discordapp.com" android:pathPattern="/template/.*"/>
|
||||
<data android:scheme="https" android:host="discordapp.com" android:pathPattern="/template/.*"/>
|
||||
<data android:scheme="http" android:host="discordapp.com" android:pathPattern="/template/.*"/>
|
||||
<data android:scheme="https" android:host="*.discordapp.com" android:pathPattern="/channels/.*"/>
|
||||
<data android:scheme="https" android:host="discordapp.com" android:pathPattern="/channels/.*"/>
|
||||
<data android:scheme="http" android:host="discordapp.com" android:pathPattern="/channels/.*"/>
|
||||
<data android:scheme="https" android:host="*.discordapp.com" android:pathPattern="/users/.*"/>
|
||||
<data android:scheme="https" android:host="discordapp.com" android:pathPattern="/users/.*"/>
|
||||
<data android:scheme="https" android:host="discordapp.com" android:pathPattern="/discovery"/>
|
||||
<data android:scheme="https" android:host="*.discordapp.com" android:pathPattern="/discovery"/>
|
||||
<data android:scheme="http" android:host="discordapp.com" android:pathPattern="/ra/.*"/>
|
||||
<data android:scheme="https" android:host="discordapp.com" android:pathPattern="/ra/.*"/>
|
||||
<data android:scheme="https" android:host="*.discordapp.com" android:pathPattern="/events/.*"/>
|
||||
<data android:scheme="https" android:host="discordapp.com" android:pathPattern="/events/.*"/>
|
||||
</intent-filter>
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW"/>
|
||||
<category android:name="android.intent.category.DEFAULT"/>
|
||||
<category android:name="android.intent.category.BROWSABLE"/>
|
||||
<data android:scheme="discord" android:host="app" android:pathPattern="/.*"/>
|
||||
</intent-filter>
|
||||
<intent-filter android:autoVerify="true">
|
||||
<action android:name="android.intent.action.VIEW"/>
|
||||
<category android:name="android.intent.category.DEFAULT"/>
|
||||
<category android:name="android.intent.category.BROWSABLE"/>
|
||||
<data android:scheme="discord" android:host="app" android:pathPattern="/.*"/>
|
||||
<data android:scheme="https" android:host="discord.gift" android:pathPattern="/.*"/>
|
||||
<data android:scheme="http" android:host="discord.gift" android:pathPattern="/.*"/>
|
||||
<data android:scheme="https" android:host="discord.gg" android:pathPattern="/.*"/>
|
||||
<data android:scheme="http" android:host="discord.gg" android:pathPattern="/.*"/>
|
||||
<data android:scheme="https" android:host="discord.new" android:pathPattern="/.*"/>
|
||||
<data android:scheme="http" android:host="discord.new" android:pathPattern="/.*"/>
|
||||
</intent-filter>
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW"/>
|
||||
|
@ -142,7 +136,7 @@
|
|||
<data android:scheme="discord" android:host="action" android:pathPattern="/oauth2/authorize"/>
|
||||
<data android:scheme="discord" android:host="action" android:pathPattern="/connect/authorize"/>
|
||||
</intent-filter>
|
||||
<intent-filter android:autoVerify="true">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW"/>
|
||||
<category android:name="android.intent.category.DEFAULT"/>
|
||||
<category android:name="android.intent.category.BROWSABLE"/>
|
||||
|
|
|
@ -348,7 +348,7 @@ public final class c extends AppDialog {
|
|||
String str;
|
||||
ModelSku sku;
|
||||
Application application;
|
||||
String e;
|
||||
String f;
|
||||
ModelSku sku2;
|
||||
AppViewFlipper appViewFlipper = h().g;
|
||||
m.checkNotNullExpressionValue(appViewFlipper, "binding.acceptGiftFlipper");
|
||||
|
@ -360,11 +360,11 @@ public final class c extends AppDialog {
|
|||
MGImages.setImage$default(mGImages, simpleDraweeView, PremiumUtils.INSTANCE.getNitroGiftIcon(modelGift), (MGImages.ChangeDetector) null, 4, (Object) null);
|
||||
} else {
|
||||
ModelStoreListing storeListing = modelGift.getStoreListing();
|
||||
if (storeListing == null || (sku = storeListing.getSku()) == null || (application = sku.getApplication()) == null || (e = application.e()) == null) {
|
||||
if (storeListing == null || (sku = storeListing.getSku()) == null || (application = sku.getApplication()) == null || (f = application.f()) == null) {
|
||||
str = null;
|
||||
} else {
|
||||
ModelStoreListing storeListing2 = modelGift.getStoreListing();
|
||||
str = IconUtils.getApplicationIcon$default((storeListing2 == null || (sku2 = storeListing2.getSku()) == null) ? 0 : sku2.getApplicationId(), e, 0, 4, null);
|
||||
str = IconUtils.getApplicationIcon$default((storeListing2 == null || (sku2 = storeListing2.getSku()) == null) ? 0 : sku2.getApplicationId(), f, 0, 4, null);
|
||||
}
|
||||
h().b.setImageURI(str);
|
||||
}
|
||||
|
|
|
@ -5,6 +5,8 @@ import com.discord.api.activity.ActivityPlatform;
|
|||
import com.discord.api.activity.ActivityPlatformTypeAdapter;
|
||||
import com.discord.api.activity.ActivityType;
|
||||
import com.discord.api.activity.ActivityTypeTypeAdapter;
|
||||
import com.discord.api.application.ApplicationType;
|
||||
import com.discord.api.application.ApplicationTypeAdapter;
|
||||
import com.discord.api.auth.OAuthScope;
|
||||
import com.discord.api.auth.OAuthScopeTypeAdapter;
|
||||
import com.discord.api.botuikit.ButtonStyle;
|
||||
|
@ -74,7 +76,7 @@ import java.util.Map;
|
|||
import kotlin.jvm.functions.Function0;
|
||||
/* compiled from: TypeAdapterRegistrar.kt */
|
||||
public final class a {
|
||||
public static final Map<Class<? extends Object>, Function0<Object>> a = h0.mapOf(o.to(ActivityPlatform.class, b.i), o.to(ApplicationStatus.class, C0023a.C), o.to(UtcDateTime.class, C0023a.F), o.to(NsfwAllowance.class, C0023a.G), o.to(PremiumTier.class, C0023a.H), o.to(ActivityType.class, C0023a.I), o.to(Phone.class, C0023a.J), o.to(ApplicationCommandType.class, C0023a.K), o.to(OAuthScope.class, C0023a.L), o.to(GuildVerificationLevel.class, C0023a.i), o.to(GuildExplicitContentFilter.class, C0023a.j), o.to(GuildMaxVideoChannelUsers.class, C0023a.k), o.to(ComponentType.class, C0023a.l), o.to(ButtonStyle.class, C0023a.m), o.to(ReportNodeChild.class, C0023a.n), o.to(ReportNodeElementData.class, C0023a.o), o.to(ReportNodeBottomButton.class, C0023a.p), o.to(ApplicationCommandPermissionType.class, C0023a.q), o.to(StageInstancePrivacyLevel.class, C0023a.r), o.to(FriendSuggestionReasonType.class, C0023a.f41s), o.to(AllowedInSuggestionsType.class, C0023a.t), o.to(StickerFormatType.class, C0023a.u), o.to(LocalizedString.class, C0023a.v), o.to(MessageActivityType.class, C0023a.w), o.to(EmbedType.class, C0023a.f42x), o.to(StickerType.class, C0023a.f43y), o.to(GuildScheduledEventStatus.class, C0023a.f44z), o.to(GuildScheduledEventEntityType.class, C0023a.A), o.to(Science.Event.SchemaObject.class, C0023a.B), o.to(GuildRoleSubscriptionBenefitType.class, C0023a.D), o.to(PriceTierType.class, C0023a.E));
|
||||
public static final Map<Class<? extends Object>, Function0<Object>> a = h0.mapOf(o.to(ActivityPlatform.class, b.i), o.to(ActivityType.class, C0023a.C), o.to(ApplicationStatus.class, C0023a.H), o.to(UtcDateTime.class, C0023a.I), o.to(NsfwAllowance.class, C0023a.J), o.to(PremiumTier.class, C0023a.K), o.to(ActivityType.class, C0023a.L), o.to(Phone.class, C0023a.M), o.to(ApplicationCommandType.class, C0023a.N), o.to(OAuthScope.class, C0023a.i), o.to(GuildVerificationLevel.class, C0023a.j), o.to(GuildExplicitContentFilter.class, C0023a.k), o.to(GuildMaxVideoChannelUsers.class, C0023a.l), o.to(ComponentType.class, C0023a.m), o.to(ButtonStyle.class, C0023a.n), o.to(ReportNodeChild.class, C0023a.o), o.to(ReportNodeElementData.class, C0023a.p), o.to(ReportNodeBottomButton.class, C0023a.q), o.to(ApplicationCommandPermissionType.class, C0023a.r), o.to(StageInstancePrivacyLevel.class, C0023a.f41s), o.to(FriendSuggestionReasonType.class, C0023a.t), o.to(AllowedInSuggestionsType.class, C0023a.u), o.to(StickerFormatType.class, C0023a.v), o.to(LocalizedString.class, C0023a.w), o.to(MessageActivityType.class, C0023a.f42x), o.to(EmbedType.class, C0023a.f43y), o.to(StickerType.class, C0023a.f44z), o.to(GuildScheduledEventStatus.class, C0023a.A), o.to(GuildScheduledEventEntityType.class, C0023a.B), o.to(Science.Event.SchemaObject.class, C0023a.D), o.to(GuildRoleSubscriptionBenefitType.class, C0023a.E), o.to(PriceTierType.class, C0023a.F), o.to(ApplicationType.class, C0023a.G));
|
||||
public static final List<c.i.d.o> b = n.listOf((Object[]) new c.i.d.o[]{ComponentRuntimeTypeAdapter.INSTANCE.a(), new NullSerializableTypeAdapterFactory()});
|
||||
|
||||
/* compiled from: kotlin-style lambda group */
|
||||
|
@ -92,6 +94,8 @@ public final class a {
|
|||
public static final C0023a J = new C0023a(27);
|
||||
public static final C0023a K = new C0023a(28);
|
||||
public static final C0023a L = new C0023a(29);
|
||||
public static final C0023a M = new C0023a(30);
|
||||
public static final C0023a N = new C0023a(31);
|
||||
public static final C0023a i = new C0023a(0);
|
||||
public static final C0023a j = new C0023a(1);
|
||||
public static final C0023a k = new C0023a(2);
|
||||
|
@ -118,78 +122,82 @@ public final class a {
|
|||
|
||||
/* renamed from: z reason: collision with root package name */
|
||||
public static final C0023a f44z = new C0023a(17);
|
||||
public final /* synthetic */ int M;
|
||||
public final /* synthetic */ int O;
|
||||
|
||||
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
|
||||
public C0023a(int i2) {
|
||||
super(0);
|
||||
this.M = i2;
|
||||
this.O = i2;
|
||||
}
|
||||
|
||||
@Override // kotlin.jvm.functions.Function0
|
||||
/* renamed from: invoke */
|
||||
public final Object mo1invoke() {
|
||||
switch (this.M) {
|
||||
switch (this.O) {
|
||||
case 0:
|
||||
return new GuildVerificationLevelTypeAdapter();
|
||||
case 1:
|
||||
return new GuildExplicitContentFilterTypeAdapter();
|
||||
case 2:
|
||||
return new GuildMaxVideoChannelUsersTypeAdapter();
|
||||
case 3:
|
||||
return new ComponentTypeTypeAdapter();
|
||||
case 4:
|
||||
return new ButtonStyleTypeAdapter();
|
||||
case 5:
|
||||
return new ReportNodeChildTypeAdapter();
|
||||
case 6:
|
||||
return new ReportNodeElementDataTypeAdapter();
|
||||
case 7:
|
||||
return new ReportNodeBottomButtonTypeAdapter();
|
||||
case 8:
|
||||
return new ApplicationCommandPermissionTypeTypeAdapter();
|
||||
case 9:
|
||||
return new StageInstancePrivacyLevelTypeAdapter();
|
||||
case 10:
|
||||
return new FriendSuggestionReasonTypeAdapter();
|
||||
case 11:
|
||||
return new AllowedInSuggestionsTypeAdapter();
|
||||
case 12:
|
||||
return new StickerFormatTypeTypeAdapter();
|
||||
case 13:
|
||||
return new LocalizedStringTypeAdapter();
|
||||
case 14:
|
||||
return new MessageActivityTypeTypeAdapter();
|
||||
case 15:
|
||||
return new EmbedTypeTypeAdapter();
|
||||
case 16:
|
||||
return new StickerTypeTypeAdapter();
|
||||
case 17:
|
||||
return new GuildScheduledEventStatusTypeAdapter();
|
||||
case 18:
|
||||
return new GuildScheduledEventEntityTypeTypeAdapter();
|
||||
case 19:
|
||||
return new AnalyticsSchemaTypeAdapter();
|
||||
case 20:
|
||||
return new ApplicationStatusTypeAdapter();
|
||||
case 21:
|
||||
return new GuildRoleSubscriptionBenefitTypeAdapter();
|
||||
case 22:
|
||||
return new PriceTierTypeAdapter();
|
||||
case 23:
|
||||
return new UtcDateTimeTypeAdapter();
|
||||
case 24:
|
||||
return new NsfwAllowanceTypeAdapter();
|
||||
case 25:
|
||||
return new PremiumTierTypeAdapter();
|
||||
case 26:
|
||||
return new ActivityTypeTypeAdapter();
|
||||
case 27:
|
||||
return new PhoneTypeAdapter();
|
||||
case 28:
|
||||
return new CommandTypeAdapter();
|
||||
case 29:
|
||||
return new OAuthScopeTypeAdapter();
|
||||
case 1:
|
||||
return new GuildVerificationLevelTypeAdapter();
|
||||
case 2:
|
||||
return new GuildExplicitContentFilterTypeAdapter();
|
||||
case 3:
|
||||
return new GuildMaxVideoChannelUsersTypeAdapter();
|
||||
case 4:
|
||||
return new ComponentTypeTypeAdapter();
|
||||
case 5:
|
||||
return new ButtonStyleTypeAdapter();
|
||||
case 6:
|
||||
return new ReportNodeChildTypeAdapter();
|
||||
case 7:
|
||||
return new ReportNodeElementDataTypeAdapter();
|
||||
case 8:
|
||||
return new ReportNodeBottomButtonTypeAdapter();
|
||||
case 9:
|
||||
return new ApplicationCommandPermissionTypeTypeAdapter();
|
||||
case 10:
|
||||
return new StageInstancePrivacyLevelTypeAdapter();
|
||||
case 11:
|
||||
return new FriendSuggestionReasonTypeAdapter();
|
||||
case 12:
|
||||
return new AllowedInSuggestionsTypeAdapter();
|
||||
case 13:
|
||||
return new StickerFormatTypeTypeAdapter();
|
||||
case 14:
|
||||
return new LocalizedStringTypeAdapter();
|
||||
case 15:
|
||||
return new MessageActivityTypeTypeAdapter();
|
||||
case 16:
|
||||
return new EmbedTypeTypeAdapter();
|
||||
case 17:
|
||||
return new StickerTypeTypeAdapter();
|
||||
case 18:
|
||||
return new GuildScheduledEventStatusTypeAdapter();
|
||||
case 19:
|
||||
return new GuildScheduledEventEntityTypeTypeAdapter();
|
||||
case 20:
|
||||
return new ActivityTypeTypeAdapter();
|
||||
case 21:
|
||||
return new AnalyticsSchemaTypeAdapter();
|
||||
case 22:
|
||||
return new GuildRoleSubscriptionBenefitTypeAdapter();
|
||||
case 23:
|
||||
return new PriceTierTypeAdapter();
|
||||
case 24:
|
||||
return new ApplicationTypeAdapter();
|
||||
case 25:
|
||||
return new ApplicationStatusTypeAdapter();
|
||||
case 26:
|
||||
return new UtcDateTimeTypeAdapter();
|
||||
case 27:
|
||||
return new NsfwAllowanceTypeAdapter();
|
||||
case 28:
|
||||
return new PremiumTierTypeAdapter();
|
||||
case 29:
|
||||
return new ActivityTypeTypeAdapter();
|
||||
case 30:
|
||||
return new PhoneTypeAdapter();
|
||||
case 31:
|
||||
return new CommandTypeAdapter();
|
||||
default:
|
||||
throw null;
|
||||
}
|
||||
|
|
|
@ -91,7 +91,7 @@ public final class a<K, T extends ChipsView.a> implements View.OnClickListener {
|
|||
@Override // android.view.View.OnClickListener
|
||||
public void onClick(View view) {
|
||||
m.checkNotNullParameter(view, "v");
|
||||
this.p.f1644z.clearFocus();
|
||||
this.p.f1649z.clearFocus();
|
||||
ChipsView<K, T> chipsView = this.p;
|
||||
Objects.requireNonNull(chipsView);
|
||||
m.checkNotNullParameter(this, "chip");
|
||||
|
|
|
@ -12,7 +12,7 @@ public final class g implements View.OnClickListener {
|
|||
|
||||
@Override // android.view.View.OnClickListener
|
||||
public final void onClick(View view) {
|
||||
this.i.f1644z.requestFocus();
|
||||
this.i.f1649z.requestFocus();
|
||||
this.i.f(null);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -218,7 +218,7 @@ public final class b {
|
|||
m.checkNotNullParameter(objArr, "formatArgs");
|
||||
m.checkNotNullParameter(renderContext, "renderContext");
|
||||
Map<String, String> map = renderContext.a;
|
||||
List<? extends Object> list = renderContext.f2127c;
|
||||
List<? extends Object> list = renderContext.f2133c;
|
||||
boolean z2 = true;
|
||||
if (!map.isEmpty()) {
|
||||
charSequence = a.replace(charSequence, new f(map));
|
||||
|
|
|
@ -38,7 +38,7 @@ public final class c extends Node.a<RenderContext> {
|
|||
spannableStringBuilder.setSpan(obj2, length, spannableStringBuilder.length(), 33);
|
||||
}
|
||||
}
|
||||
Hook.a aVar2 = hook != null ? hook.f2126c : null;
|
||||
Hook.a aVar2 = hook != null ? hook.f2132c : null;
|
||||
if (aVar2 != null) {
|
||||
aVar = aVar2;
|
||||
} else if (URLUtil.isValidUrl(this.a)) {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package c.a.m.a;
|
||||
|
||||
import com.discord.models.domain.Model;
|
||||
import com.discord.models.experiments.dto.GuildExperimentDto;
|
||||
import com.discord.models.experiments.dto.UserExperimentDto;
|
||||
/* compiled from: lambda */
|
||||
public final /* synthetic */ class a0 implements Model.JsonReader.ItemFactory {
|
||||
public final /* synthetic */ Model.JsonReader a;
|
||||
|
@ -12,6 +12,6 @@ public final /* synthetic */ class a0 implements Model.JsonReader.ItemFactory {
|
|||
|
||||
@Override // com.discord.models.domain.Model.JsonReader.ItemFactory
|
||||
public final Object get() {
|
||||
return GuildExperimentDto.Parser.parse(this.a);
|
||||
return UserExperimentDto.Parser.parse(this.a);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
package c.a.m.a;
|
||||
|
||||
import com.discord.api.channel.Channel;
|
||||
import com.discord.models.deserialization.gson.InboundGatewayGsonParser;
|
||||
import com.discord.models.domain.Model;
|
||||
import com.discord.models.experiments.dto.UserExperimentDto;
|
||||
/* compiled from: lambda */
|
||||
public final /* synthetic */ class b0 implements Model.JsonReader.ItemFactory {
|
||||
public final /* synthetic */ Model.JsonReader a;
|
||||
|
@ -12,6 +13,6 @@ public final /* synthetic */ class b0 implements Model.JsonReader.ItemFactory {
|
|||
|
||||
@Override // com.discord.models.domain.Model.JsonReader.ItemFactory
|
||||
public final Object get() {
|
||||
return UserExperimentDto.Parser.parse(this.a);
|
||||
return (Channel) InboundGatewayGsonParser.fromJson(this.a, Channel.class);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package c.a.m.a;
|
||||
|
||||
import com.discord.api.channel.Channel;
|
||||
import com.discord.api.activity.Activity;
|
||||
import com.discord.models.deserialization.gson.InboundGatewayGsonParser;
|
||||
import com.discord.models.domain.Model;
|
||||
/* compiled from: lambda */
|
||||
|
@ -13,6 +13,6 @@ public final /* synthetic */ class c0 implements Model.JsonReader.ItemFactory {
|
|||
|
||||
@Override // com.discord.models.domain.Model.JsonReader.ItemFactory
|
||||
public final Object get() {
|
||||
return (Channel) InboundGatewayGsonParser.fromJson(this.a, Channel.class);
|
||||
return (Activity) InboundGatewayGsonParser.fromJson(this.a, Activity.class);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
package c.a.m.a;
|
||||
|
||||
import com.discord.api.activity.Activity;
|
||||
import com.discord.models.deserialization.gson.InboundGatewayGsonParser;
|
||||
import com.discord.models.domain.Model;
|
||||
import com.discord.models.domain.ModelGuildFolder;
|
||||
/* compiled from: lambda */
|
||||
public final /* synthetic */ class d0 implements Model.JsonReader.ItemFactory {
|
||||
public final /* synthetic */ Model.JsonReader a;
|
||||
|
@ -13,6 +12,6 @@ public final /* synthetic */ class d0 implements Model.JsonReader.ItemFactory {
|
|||
|
||||
@Override // com.discord.models.domain.Model.JsonReader.ItemFactory
|
||||
public final Object get() {
|
||||
return (Activity) InboundGatewayGsonParser.fromJson(this.a, Activity.class);
|
||||
return ModelGuildFolder.Parser.INSTANCE.parse(this.a);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,17 +1,13 @@
|
|||
package c.a.m.a;
|
||||
|
||||
import com.discord.models.domain.Model;
|
||||
import com.discord.models.domain.ModelUserProfile;
|
||||
import java.util.HashMap;
|
||||
import rx.functions.Func0;
|
||||
/* compiled from: lambda */
|
||||
public final /* synthetic */ class e0 implements Model.JsonReader.ItemFactory {
|
||||
public final /* synthetic */ Model.JsonReader a;
|
||||
public final /* synthetic */ class e0 implements Func0 {
|
||||
public static final /* synthetic */ e0 i = new e0();
|
||||
|
||||
public /* synthetic */ e0(Model.JsonReader jsonReader) {
|
||||
this.a = jsonReader;
|
||||
}
|
||||
|
||||
@Override // com.discord.models.domain.Model.JsonReader.ItemFactory
|
||||
public final Object get() {
|
||||
return (ModelUserProfile.GuildReference) this.a.parse(new ModelUserProfile.GuildReference());
|
||||
@Override // rx.functions.Func0, java.util.concurrent.Callable
|
||||
public final Object call() {
|
||||
return new HashMap();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,17 +1,13 @@
|
|||
package c.a.m.a;
|
||||
|
||||
import com.discord.models.domain.Model;
|
||||
import com.discord.models.domain.ModelConnectedAccount;
|
||||
import com.discord.models.experiments.dto.UserExperimentDto;
|
||||
/* compiled from: lambda */
|
||||
public final /* synthetic */ class f0 implements Model.JsonReader.ItemFactory {
|
||||
public final /* synthetic */ Model.JsonReader a;
|
||||
public final /* synthetic */ class f0 implements Model.JsonReader.KeySelector {
|
||||
public static final /* synthetic */ f0 a = new f0();
|
||||
|
||||
public /* synthetic */ f0(Model.JsonReader jsonReader) {
|
||||
this.a = jsonReader;
|
||||
}
|
||||
|
||||
@Override // com.discord.models.domain.Model.JsonReader.ItemFactory
|
||||
public final Object get() {
|
||||
return (ModelConnectedAccount) this.a.parse(new ModelConnectedAccount());
|
||||
@Override // com.discord.models.domain.Model.JsonReader.KeySelector
|
||||
public final Object get(Object obj) {
|
||||
return Long.valueOf(((UserExperimentDto) obj).getNameHash());
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
package c.a.m.a;
|
||||
|
||||
import com.discord.models.domain.Model;
|
||||
import com.discord.models.domain.ModelGuildFolder;
|
||||
/* compiled from: lambda */
|
||||
public final /* synthetic */ class g0 implements Model.JsonReader.ItemFactory {
|
||||
public final /* synthetic */ Model.JsonReader a;
|
||||
|
@ -12,6 +11,6 @@ public final /* synthetic */ class g0 implements Model.JsonReader.ItemFactory {
|
|||
|
||||
@Override // com.discord.models.domain.Model.JsonReader.ItemFactory
|
||||
public final Object get() {
|
||||
return ModelGuildFolder.Parser.INSTANCE.parse(this.a);
|
||||
return this.a.nextStringOrNull();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
package c.a.m.a;
|
||||
|
||||
import com.discord.models.domain.Model;
|
||||
import com.discord.models.domain.ModelUserProfile;
|
||||
/* compiled from: lambda */
|
||||
public final /* synthetic */ class h0 implements Model.JsonReader.KeySelector {
|
||||
public static final /* synthetic */ h0 a = new h0();
|
||||
|
||||
@Override // com.discord.models.domain.Model.JsonReader.KeySelector
|
||||
public final Object get(Object obj) {
|
||||
return Long.valueOf(((ModelUserProfile.GuildReference) obj).getGuildId());
|
||||
}
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
package c.a.m.a.l0;
|
||||
package c.a.m.a.h0;
|
||||
|
||||
import com.discord.models.domain.Model;
|
||||
import com.discord.models.domain.emoji.ModelEmojiUnicode;
|
|
@ -1,4 +1,4 @@
|
|||
package c.a.m.a.l0;
|
||||
package c.a.m.a.h0;
|
||||
|
||||
import com.discord.models.domain.Model;
|
||||
import com.discord.models.domain.emoji.ModelEmojiUnicode;
|
|
@ -1,4 +1,4 @@
|
|||
package c.a.m.a.l0;
|
||||
package c.a.m.a.h0;
|
||||
|
||||
import android.os.Parcelable;
|
||||
import com.discord.models.domain.Model;
|
|
@ -1,13 +0,0 @@
|
|||
package c.a.m.a;
|
||||
|
||||
import java.util.HashMap;
|
||||
import rx.functions.Func0;
|
||||
/* compiled from: lambda */
|
||||
public final /* synthetic */ class i0 implements Func0 {
|
||||
public static final /* synthetic */ i0 i = new i0();
|
||||
|
||||
@Override // rx.functions.Func0, java.util.concurrent.Callable
|
||||
public final Object call() {
|
||||
return new HashMap();
|
||||
}
|
||||
}
|
|
@ -1,13 +0,0 @@
|
|||
package c.a.m.a;
|
||||
|
||||
import com.discord.models.domain.Model;
|
||||
import com.discord.models.experiments.dto.UserExperimentDto;
|
||||
/* compiled from: lambda */
|
||||
public final /* synthetic */ class j0 implements Model.JsonReader.KeySelector {
|
||||
public static final /* synthetic */ j0 a = new j0();
|
||||
|
||||
@Override // com.discord.models.domain.Model.JsonReader.KeySelector
|
||||
public final Object get(Object obj) {
|
||||
return Long.valueOf(((UserExperimentDto) obj).getNameHash());
|
||||
}
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
package c.a.m.a;
|
||||
|
||||
import com.discord.models.domain.Model;
|
||||
import com.discord.models.domain.ModelConnectedAccountIntegration;
|
||||
import com.discord.models.domain.ModelNotificationSettings;
|
||||
/* compiled from: lambda */
|
||||
public final /* synthetic */ class k implements Model.JsonReader.ItemFactory {
|
||||
public final /* synthetic */ Model.JsonReader a;
|
||||
|
@ -12,6 +12,6 @@ public final /* synthetic */ class k implements Model.JsonReader.ItemFactory {
|
|||
|
||||
@Override // com.discord.models.domain.Model.JsonReader.ItemFactory
|
||||
public final Object get() {
|
||||
return ModelConnectedAccountIntegration.Parser.INSTANCE.parse(this.a);
|
||||
return (ModelNotificationSettings.ChannelOverride) this.a.parse(new ModelNotificationSettings.ChannelOverride());
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,16 +0,0 @@
|
|||
package c.a.m.a;
|
||||
|
||||
import com.discord.models.domain.Model;
|
||||
/* compiled from: lambda */
|
||||
public final /* synthetic */ class k0 implements Model.JsonReader.ItemFactory {
|
||||
public final /* synthetic */ Model.JsonReader a;
|
||||
|
||||
public /* synthetic */ k0(Model.JsonReader jsonReader) {
|
||||
this.a = jsonReader;
|
||||
}
|
||||
|
||||
@Override // com.discord.models.domain.Model.JsonReader.ItemFactory
|
||||
public final Object get() {
|
||||
return this.a.nextStringOrNull();
|
||||
}
|
||||
}
|
|
@ -1,7 +1,8 @@
|
|||
package c.a.m.a;
|
||||
|
||||
import com.discord.api.guild.Guild;
|
||||
import com.discord.models.deserialization.gson.InboundGatewayGsonParser;
|
||||
import com.discord.models.domain.Model;
|
||||
import com.discord.models.domain.ModelNotificationSettings;
|
||||
/* compiled from: lambda */
|
||||
public final /* synthetic */ class l implements Model.JsonReader.ItemFactory {
|
||||
public final /* synthetic */ Model.JsonReader a;
|
||||
|
@ -12,6 +13,6 @@ public final /* synthetic */ class l implements Model.JsonReader.ItemFactory {
|
|||
|
||||
@Override // com.discord.models.domain.Model.JsonReader.ItemFactory
|
||||
public final Object get() {
|
||||
return (ModelNotificationSettings.ChannelOverride) this.a.parse(new ModelNotificationSettings.ChannelOverride());
|
||||
return (Guild) InboundGatewayGsonParser.fromJson(this.a, Guild.class);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
package c.a.m.a;
|
||||
|
||||
import com.discord.api.guild.Guild;
|
||||
import com.discord.models.deserialization.gson.InboundGatewayGsonParser;
|
||||
import com.discord.models.domain.Model;
|
||||
import com.discord.models.domain.ModelSession;
|
||||
/* compiled from: lambda */
|
||||
public final /* synthetic */ class m implements Model.JsonReader.ItemFactory {
|
||||
public final /* synthetic */ Model.JsonReader a;
|
||||
|
@ -13,6 +12,6 @@ public final /* synthetic */ class m implements Model.JsonReader.ItemFactory {
|
|||
|
||||
@Override // com.discord.models.domain.Model.JsonReader.ItemFactory
|
||||
public final Object get() {
|
||||
return (Guild) InboundGatewayGsonParser.fromJson(this.a, Guild.class);
|
||||
return (ModelSession) this.a.parse(new ModelSession());
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
package c.a.m.a;
|
||||
|
||||
import com.discord.api.connectedaccounts.ConnectedAccount;
|
||||
import com.discord.models.deserialization.gson.InboundGatewayGsonParser;
|
||||
import com.discord.models.domain.Model;
|
||||
import com.discord.models.domain.ModelSession;
|
||||
/* compiled from: lambda */
|
||||
public final /* synthetic */ class n implements Model.JsonReader.ItemFactory {
|
||||
public final /* synthetic */ Model.JsonReader a;
|
||||
|
@ -12,6 +13,6 @@ public final /* synthetic */ class n implements Model.JsonReader.ItemFactory {
|
|||
|
||||
@Override // com.discord.models.domain.Model.JsonReader.ItemFactory
|
||||
public final Object get() {
|
||||
return (ModelSession) this.a.parse(new ModelSession());
|
||||
return (ConnectedAccount) InboundGatewayGsonParser.fromJson(this.a, ConnectedAccount.class);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
package c.a.m.a;
|
||||
|
||||
import com.discord.api.user.User;
|
||||
import com.discord.models.deserialization.gson.InboundGatewayGsonParser;
|
||||
import com.discord.models.domain.Model;
|
||||
import com.discord.models.domain.ModelConnectedAccount;
|
||||
/* compiled from: lambda */
|
||||
public final /* synthetic */ class w implements Model.JsonReader.ItemFactory {
|
||||
public final /* synthetic */ Model.JsonReader a;
|
||||
|
@ -12,6 +13,6 @@ public final /* synthetic */ class w implements Model.JsonReader.ItemFactory {
|
|||
|
||||
@Override // com.discord.models.domain.Model.JsonReader.ItemFactory
|
||||
public final Object get() {
|
||||
return (ModelConnectedAccount) this.a.parse(new ModelConnectedAccount());
|
||||
return (User) InboundGatewayGsonParser.fromJson(this.a, User.class);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
package c.a.m.a;
|
||||
|
||||
import com.discord.api.user.User;
|
||||
import com.discord.models.deserialization.gson.InboundGatewayGsonParser;
|
||||
import com.discord.models.domain.Model;
|
||||
import com.discord.models.domain.ModelUserRelationship;
|
||||
/* compiled from: lambda */
|
||||
public final /* synthetic */ class x implements Model.JsonReader.ItemFactory {
|
||||
public final /* synthetic */ Model.JsonReader a;
|
||||
|
@ -13,6 +12,6 @@ public final /* synthetic */ class x implements Model.JsonReader.ItemFactory {
|
|||
|
||||
@Override // com.discord.models.domain.Model.JsonReader.ItemFactory
|
||||
public final Object get() {
|
||||
return (User) InboundGatewayGsonParser.fromJson(this.a, User.class);
|
||||
return (ModelUserRelationship) this.a.parse(new ModelUserRelationship());
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
package c.a.m.a;
|
||||
|
||||
import com.discord.api.guildjoinrequest.GuildJoinRequest;
|
||||
import com.discord.models.deserialization.gson.InboundGatewayGsonParser;
|
||||
import com.discord.models.domain.Model;
|
||||
import com.discord.models.domain.ModelUserRelationship;
|
||||
/* compiled from: lambda */
|
||||
public final /* synthetic */ class y implements Model.JsonReader.ItemFactory {
|
||||
public final /* synthetic */ Model.JsonReader a;
|
||||
|
@ -12,6 +13,6 @@ public final /* synthetic */ class y implements Model.JsonReader.ItemFactory {
|
|||
|
||||
@Override // com.discord.models.domain.Model.JsonReader.ItemFactory
|
||||
public final Object get() {
|
||||
return (ModelUserRelationship) this.a.parse(new ModelUserRelationship());
|
||||
return (GuildJoinRequest) InboundGatewayGsonParser.fromJson(this.a, GuildJoinRequest.class);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
package c.a.m.a;
|
||||
|
||||
import com.discord.api.guildjoinrequest.GuildJoinRequest;
|
||||
import com.discord.models.deserialization.gson.InboundGatewayGsonParser;
|
||||
import com.discord.models.domain.Model;
|
||||
import com.discord.models.experiments.dto.GuildExperimentDto;
|
||||
/* compiled from: lambda */
|
||||
public final /* synthetic */ class z implements Model.JsonReader.ItemFactory {
|
||||
public final /* synthetic */ Model.JsonReader a;
|
||||
|
@ -13,6 +12,6 @@ public final /* synthetic */ class z implements Model.JsonReader.ItemFactory {
|
|||
|
||||
@Override // com.discord.models.domain.Model.JsonReader.ItemFactory
|
||||
public final Object get() {
|
||||
return (GuildJoinRequest) InboundGatewayGsonParser.fromJson(this.a, GuildJoinRequest.class);
|
||||
return GuildExperimentDto.Parser.parse(this.a);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -24,7 +24,7 @@ public final /* synthetic */ class a0 extends k implements Function1<Pair<? exte
|
|||
Pair<? extends Map<String, ? extends EncodeQuality>, ? extends RtcConnection.State> pair2 = pair;
|
||||
m.checkNotNullParameter(pair2, "p1");
|
||||
RtcConnection rtcConnection = (RtcConnection) this.receiver;
|
||||
if (rtcConnection.f2190a0) {
|
||||
if (rtcConnection.f2192a0) {
|
||||
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);
|
||||
|
|
|
@ -54,9 +54,9 @@ public final class b0 implements MediaEngineConnection.d {
|
|||
rtcConnection.n = dVar;
|
||||
rtcConnection.o = false;
|
||||
}
|
||||
if (transportInfo.f2210c.ordinal() != 0) {
|
||||
if (transportInfo.f2212c.ordinal() != 0) {
|
||||
StringBuilder R = c.d.b.a.a.R("Unsupported protocol: ");
|
||||
R.append(transportInfo.f2210c);
|
||||
R.append(transportInfo.f2212c);
|
||||
R.append('.');
|
||||
RtcConnection.j(rtcConnection, true, R.toString(), null, false, 12);
|
||||
} else {
|
||||
|
|
|
@ -76,7 +76,7 @@ public final class h0 implements a.d {
|
|||
rtcConnection.n = null;
|
||||
rtcConnection.o = false;
|
||||
}
|
||||
rtcConnection.f2196z = 0;
|
||||
rtcConnection.f2198z = 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.f2196z++;
|
||||
rtcConnection.f2198z++;
|
||||
}
|
||||
double d = (double) j;
|
||||
Objects.requireNonNull(RtcConnection.Quality.Companion);
|
||||
|
|
|
@ -34,7 +34,7 @@ public final class j extends o implements Function0<Unit> {
|
|||
Long l2 = this.$userId;
|
||||
if (l2 == null) {
|
||||
this.this$0.e = null;
|
||||
} else if (this.this$0.f2188c.contains(l2)) {
|
||||
} else if (this.this$0.f2190c.contains(l2)) {
|
||||
MediaSinkWantsManager mediaSinkWantsManager2 = this.this$0;
|
||||
Long l3 = this.$userId;
|
||||
mediaSinkWantsManager2.e = l3;
|
||||
|
|
|
@ -20,7 +20,7 @@ public final class f extends ContentObserver {
|
|||
DiscordAudioManager discordAudioManager = this.a;
|
||||
int streamVolume = discordAudioManager.e.getStreamVolume(3);
|
||||
discordAudioManager.w = streamVolume;
|
||||
SerializedSubject<Integer, Integer> serializedSubject = discordAudioManager.f2202y;
|
||||
SerializedSubject<Integer, Integer> serializedSubject = discordAudioManager.f2204y;
|
||||
serializedSubject.j.onNext(Integer.valueOf(streamVolume));
|
||||
}
|
||||
}
|
||||
|
|
|
@ -96,10 +96,10 @@ public final class l extends o implements Function0<Unit> {
|
|||
}
|
||||
if (arrayList2.isEmpty()) {
|
||||
this.this$0.b.remove(Long.valueOf(this.$userId));
|
||||
this.this$0.f2188c.remove(Long.valueOf(this.$userId));
|
||||
this.this$0.f2190c.remove(Long.valueOf(this.$userId));
|
||||
} else {
|
||||
this.this$0.b.put(Long.valueOf(this.$userId), arrayList2);
|
||||
this.this$0.f2188c.add(Long.valueOf(this.$userId));
|
||||
this.this$0.f2190c.add(Long.valueOf(this.$userId));
|
||||
}
|
||||
this.this$0.d(arrayList2.isEmpty() ? n.emptyList() : d0.t.m.listOf(String.valueOf(this.$userId)));
|
||||
return Unit.a;
|
||||
|
|
|
@ -216,7 +216,7 @@ public final class b extends ScreenCapturerAndroid {
|
|||
if (thumbnailEmitter != null) {
|
||||
synchronized (thumbnailEmitter) {
|
||||
thumbnailEmitter.d.release();
|
||||
thumbnailEmitter.f2213c.release();
|
||||
thumbnailEmitter.f2215c.release();
|
||||
JniCommon.nativeFreeByteBuffer(thumbnailEmitter.b);
|
||||
thumbnailEmitter.a = RecyclerView.FOREVER_NS;
|
||||
}
|
||||
|
|
|
@ -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.f2212c);
|
||||
connection2.setVADTrailingFramesToSend(this.$inputModeOptions.f2214c);
|
||||
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.f2211c, bVar.d, this.$frameRate);
|
||||
connection2.setEncodingQuality(bVar.a, bVar.b, bVar.f2213c, 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.f2209c;
|
||||
int i3 = aVar.f2211c;
|
||||
Object[] array = aVar.d.toArray(new StreamParameters[0]);
|
||||
Objects.requireNonNull(array, "null cannot be cast to non-null type kotlin.Array<T>");
|
||||
Connection connectToServer = discord.connectToServer(i2, j2, str, i3, (StreamParameters[]) array, new d(this));
|
||||
|
|
|
@ -416,7 +416,7 @@ public final class k implements MediaEngine {
|
|||
discord2.setEchoCancellation(z2, false, new m(kVar2));
|
||||
}
|
||||
k kVar3 = this.this$0;
|
||||
boolean z4 = voiceConfig.f2208c;
|
||||
boolean z4 = voiceConfig.f2210c;
|
||||
Discord discord3 = kVar3.f;
|
||||
if (discord3 != null) {
|
||||
discord3.setNoiseSuppression(z4);
|
||||
|
|
|
@ -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.f2207c, echoCancellationInfo.d, this.$requestEnable, this.$enabled, this.$requestMobileMode, this.$previouslyEnabled, this.$previouslyMobileMode);
|
||||
MediaEngine.EchoCancellationInfo echoCancellationInfo2 = new MediaEngine.EchoCancellationInfo(echoCancellationInfo.a, echoCancellationInfo.b, echoCancellationInfo.f2209c, echoCancellationInfo.d, this.$requestEnable, this.$enabled, this.$requestMobileMode, this.$previouslyEnabled, this.$previouslyMobileMode);
|
||||
d.c1("MediaEngineLegacy", "onEchoCancellationUpdated: " + echoCancellationInfo2);
|
||||
this.this$0.a.p.onEchoCancellationUpdated(echoCancellationInfo2);
|
||||
}
|
||||
|
|
|
@ -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.f2845c;
|
||||
h.a aVar2 = f0.e0.k.h.f2847c;
|
||||
aVar.b(sSLSocketFactory, f0.e0.k.h.a.n());
|
||||
}
|
||||
String H = c.d.b.a.a.H(new StringBuilder(), this.C, "?v=5");
|
||||
|
|
|
@ -98,13 +98,13 @@ public final /* synthetic */ class a extends k implements Function1<Stats, Unit>
|
|||
if (booleanValue) {
|
||||
krispOveruseDetector.d.f(KrispOveruseDetector.Status.CPU_OVERUSE);
|
||||
} else if (longValue == 0) {
|
||||
int i = krispOveruseDetector.f2187c + 1;
|
||||
krispOveruseDetector.f2187c = i;
|
||||
int i = krispOveruseDetector.f2189c + 1;
|
||||
krispOveruseDetector.f2189c = i;
|
||||
if (i > 2) {
|
||||
krispOveruseDetector.d.f(KrispOveruseDetector.Status.FAILED);
|
||||
}
|
||||
} else {
|
||||
krispOveruseDetector.f2187c = 0;
|
||||
krispOveruseDetector.f2189c = 0;
|
||||
}
|
||||
}
|
||||
krispOveruseDetector.b = stats2.getOutboundRtpAudio();
|
||||
|
|
|
@ -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.f2193s.onNext(stateChange);
|
||||
this.i.f2195s.onNext(stateChange);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -53,8 +53,8 @@ public final class s extends o implements Function0<Unit> {
|
|||
rtcConnection.r("connecting via endpoint: " + replace$default + " token: " + str2);
|
||||
try {
|
||||
URI uri = new URI(w);
|
||||
rtcConnection.f2194x = uri.getHost();
|
||||
rtcConnection.f2195y = Integer.valueOf(uri.getPort());
|
||||
rtcConnection.f2196x = uri.getHost();
|
||||
rtcConnection.f2197y = 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)));
|
||||
}
|
||||
|
|
|
@ -77,7 +77,7 @@ public final class b extends k implements Function2<CoroutineScope, Continuation
|
|||
}
|
||||
String joinToString$default = u.joinToString$default(arrayList, "&", null, null, 0, null, null, 62, null);
|
||||
RequestBody.Companion companion = RequestBody.Companion;
|
||||
MediaType.a aVar = MediaType.f2962c;
|
||||
MediaType.a aVar = MediaType.f2964c;
|
||||
RequestBody a = companion.a(joinToString$default, MediaType.a.a(ShareTarget.ENCODING_TYPE_URL_ENCODED));
|
||||
Request.a aVar2 = new Request.a();
|
||||
m.checkParameterIsNotNull(a, "body");
|
||||
|
|
|
@ -21,6 +21,6 @@ public final class a implements View.OnClickListener {
|
|||
if (!(googlePlayInAppSku == null || (function1 = giftSelectView.j) == null)) {
|
||||
function1.invoke(googlePlayInAppSku);
|
||||
}
|
||||
giftSelectView.i.f1833c.setOnClickListener(null);
|
||||
giftSelectView.i.f1838c.setOnClickListener(null);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1197,7 +1197,7 @@ public class d {
|
|||
function1.invoke(renderContext);
|
||||
if (!(objArr.length == 0)) {
|
||||
if (!(!renderContext.a.isEmpty())) {
|
||||
renderContext.f2127c = k.toList(objArr);
|
||||
renderContext.f2133c = k.toList(objArr);
|
||||
} else {
|
||||
throw new IllegalArgumentException("must provide named arguments OR formatArgs, not both.");
|
||||
}
|
||||
|
|
|
@ -77,8 +77,8 @@ public abstract class c {
|
|||
q(fVar, replace2, arrayList, w.i);
|
||||
n(fVar, replace2, arrayList, w.g);
|
||||
q(fVar, replace2, arrayList, w.g);
|
||||
n(fVar, replace2, arrayList, w.f2912c);
|
||||
q(fVar, replace2, arrayList, w.f2912c);
|
||||
n(fVar, replace2, arrayList, w.f2914c);
|
||||
q(fVar, replace2, arrayList, w.f2914c);
|
||||
o(fVar, replace2, arrayList);
|
||||
cls2 = b.a(v, fVar.b());
|
||||
}
|
||||
|
|
|
@ -311,13 +311,13 @@ public class c extends AbstractDraweeController<CloseableReference<c.f.j.j.c>, I
|
|||
ImageRequest imageRequest = this.I;
|
||||
ImageRequest imageRequest2 = this.K;
|
||||
ImageRequest[] imageRequestArr = this.J;
|
||||
if (imageRequest == null || (uri = imageRequest.f2295c) == null) {
|
||||
if (imageRequest == null || (uri = imageRequest.f2297c) == null) {
|
||||
if (!(imageRequestArr == null || imageRequestArr.length <= 0 || imageRequestArr[0] == null)) {
|
||||
ImageRequest imageRequest3 = imageRequestArr[0];
|
||||
uri = imageRequest3 != null ? imageRequest3.f2295c : null;
|
||||
uri = imageRequest3 != null ? imageRequest3.f2297c : null;
|
||||
}
|
||||
if (imageRequest2 != null) {
|
||||
return imageRequest2.f2295c;
|
||||
return imageRequest2.f2297c;
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
|
|
@ -85,7 +85,7 @@ public class d extends AbstractDraweeControllerBuilder<d, ImageRequest, Closeabl
|
|||
c.f.j.r.b.b();
|
||||
try {
|
||||
DraweeController draweeController = this.n;
|
||||
String valueOf = String.valueOf(AbstractDraweeControllerBuilder.f2282c.getAndIncrement());
|
||||
String valueOf = String.valueOf(AbstractDraweeControllerBuilder.f2284c.getAndIncrement());
|
||||
if (draweeController instanceof c) {
|
||||
cVar = (c) draweeController;
|
||||
} else {
|
||||
|
|
|
@ -30,7 +30,7 @@ public class b extends g implements f0 {
|
|||
if (!draweeHolder.a) {
|
||||
a.m(c.class, "%x: Draw requested for a non-attached controller %x. %s", Integer.valueOf(System.identityHashCode(draweeHolder)), Integer.valueOf(System.identityHashCode(draweeHolder.e)), draweeHolder.toString());
|
||||
draweeHolder.b = true;
|
||||
draweeHolder.f2286c = true;
|
||||
draweeHolder.f2288c = true;
|
||||
draweeHolder.b();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -155,7 +155,7 @@ public class f {
|
|||
Objects.requireNonNull((z) this.g);
|
||||
Executor executor = z.g.a;
|
||||
if (eVar instanceof Boolean) {
|
||||
return ((Boolean) eVar).booleanValue() ? z.g.f2993c : z.g.d;
|
||||
return ((Boolean) eVar).booleanValue() ? z.g.f2995c : z.g.d;
|
||||
}
|
||||
z.g<e> gVar = new z.g<>();
|
||||
if (gVar.h(eVar)) {
|
||||
|
|
|
@ -9,11 +9,11 @@ public class n implements i {
|
|||
public static n a;
|
||||
|
||||
public CacheKey a(ImageRequest imageRequest, Object obj) {
|
||||
return new b(imageRequest.f2295c.toString(), imageRequest.i, imageRequest.j, imageRequest.h, null, null, obj);
|
||||
return new b(imageRequest.f2297c.toString(), imageRequest.i, imageRequest.j, imageRequest.h, null, null, obj);
|
||||
}
|
||||
|
||||
public CacheKey b(ImageRequest imageRequest, Object obj) {
|
||||
return new f(imageRequest.f2295c.toString());
|
||||
return new f(imageRequest.f2297c.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.f2295c.toString(), imageRequest.i, imageRequest.j, imageRequest.h, cacheKey, str, obj);
|
||||
return new b(imageRequest.f2297c.toString(), imageRequest.i, imageRequest.j, imageRequest.h, cacheKey, str, obj);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -262,7 +262,7 @@ public class v<K, V> implements m<K, V>, w<K, V> {
|
|||
MemoryCacheParams memoryCacheParams = this.f;
|
||||
int min = Math.min(memoryCacheParams.d, memoryCacheParams.b - e());
|
||||
MemoryCacheParams memoryCacheParams2 = this.f;
|
||||
p = p(min, Math.min(memoryCacheParams2.f2288c, memoryCacheParams2.a - f()));
|
||||
p = p(min, Math.min(memoryCacheParams2.f2290c, memoryCacheParams2.a - f()));
|
||||
h(p);
|
||||
}
|
||||
i(p);
|
||||
|
|
|
@ -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.f2276c, diskCacheConfig.b, diskCacheConfig.h);
|
||||
e eVar = new e(diskCacheConfig.a, diskCacheConfig.f2278c, 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);
|
||||
}
|
||||
|
|
|
@ -84,7 +84,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.f2295c)) {
|
||||
if (c.f.d.l.b.e(imageRequest.f2297c)) {
|
||||
z2 = false;
|
||||
c1 c1Var = new c1(imageRequest, valueOf, str, b0Var, obj, f, false, z2, imageRequest.l, this.l);
|
||||
c.f.j.r.b.b();
|
||||
|
|
|
@ -153,7 +153,7 @@ public class p {
|
|||
try {
|
||||
b.b();
|
||||
Objects.requireNonNull(imageRequest);
|
||||
Uri uri = imageRequest.f2295c;
|
||||
Uri uri = imageRequest.f2297c;
|
||||
d.y(uri, "Uri is null.");
|
||||
int i = imageRequest.d;
|
||||
if (i != 0) {
|
||||
|
@ -247,7 +247,7 @@ public class p {
|
|||
}
|
||||
}
|
||||
}
|
||||
if (this.m && imageRequest.f2296s > 0) {
|
||||
if (this.m && imageRequest.f2298s > 0) {
|
||||
synchronized (this) {
|
||||
oVar = new o(r0Var, this.b.j.g());
|
||||
}
|
||||
|
|
|
@ -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.f2295c), -1);
|
||||
return c(this.f473c.openInputStream(imageRequest.f2297c), -1);
|
||||
}
|
||||
|
||||
@Override // c.f.j.p.g0
|
||||
|
|
|
@ -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.f2295c);
|
||||
hashMap.put("uri_source", imageRequest == null ? "null-request" : imageRequest.f2297c);
|
||||
this.d = str2;
|
||||
this.e = y0Var;
|
||||
this.f = obj;
|
||||
|
|
|
@ -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.f2295c.getPath().substring(1), 2);
|
||||
InputStream open = this.f479c.open(imageRequest.f2297c.getPath().substring(1), 2);
|
||||
AssetFileDescriptor assetFileDescriptor = null;
|
||||
try {
|
||||
assetFileDescriptor = this.f479c.openFd(imageRequest.f2295c.getPath().substring(1));
|
||||
assetFileDescriptor = this.f479c.openFd(imageRequest.f2297c.getPath().substring(1));
|
||||
i = (int) assetFileDescriptor.getLength();
|
||||
} catch (IOException unused) {
|
||||
i = -1;
|
||||
|
|
|
@ -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.f2295c;
|
||||
Uri uri = imageRequest.f2297c;
|
||||
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())) {
|
||||
|
|
|
@ -42,7 +42,7 @@ public class f0 extends g0 implements j1<e> {
|
|||
c.f.j.d.e eVar;
|
||||
Cursor query;
|
||||
e f2;
|
||||
Uri uri = imageRequest.f2295c;
|
||||
Uri uri = imageRequest.f2297c;
|
||||
if (!b.b(uri) || (eVar = imageRequest.i) == null || (query = this.g.query(uri, f481c, null, null, null)) == null) {
|
||||
return null;
|
||||
}
|
||||
|
|
|
@ -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.f2295c.getPath().substring(1)));
|
||||
InputStream openRawResource = this.f488c.openRawResource(Integer.parseInt(imageRequest.f2297c.getPath().substring(1)));
|
||||
AssetFileDescriptor assetFileDescriptor = null;
|
||||
try {
|
||||
assetFileDescriptor = this.f488c.openRawResourceFd(Integer.parseInt(imageRequest.f2295c.getPath().substring(1)));
|
||||
assetFileDescriptor = this.f488c.openRawResourceFd(Integer.parseInt(imageRequest.f2297c.getPath().substring(1)));
|
||||
i = (int) assetFileDescriptor.getLength();
|
||||
} catch (Resources.NotFoundException unused) {
|
||||
i = -1;
|
||||
|
|
|
@ -83,7 +83,7 @@ public class j0 implements v0<CloseableReference<c>> {
|
|||
bitmap = ThumbnailUtils.createVideoThumbnail(str, i);
|
||||
} else {
|
||||
try {
|
||||
ParcelFileDescriptor openFileDescriptor = j0.this.b.openFileDescriptor(this.p.f2295c, "r");
|
||||
ParcelFileDescriptor openFileDescriptor = j0.this.b.openFileDescriptor(this.p.f2297c, "r");
|
||||
MediaMetadataRetriever mediaMetadataRetriever = new MediaMetadataRetriever();
|
||||
mediaMetadataRetriever.setDataSource(openFileDescriptor.getFileDescriptor());
|
||||
bitmap = mediaMetadataRetriever.getFrameAtTime(-1);
|
||||
|
@ -141,7 +141,7 @@ public class j0 implements v0<CloseableReference<c>> {
|
|||
String str;
|
||||
Uri uri;
|
||||
Objects.requireNonNull(j0Var);
|
||||
Uri uri2 = imageRequest.f2295c;
|
||||
Uri uri2 = imageRequest.f2297c;
|
||||
if (c.f.d.l.b.d(uri2)) {
|
||||
return imageRequest.a().getPath();
|
||||
}
|
||||
|
|
|
@ -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.f2295c.toString();
|
||||
String uri = imageRequest.f2297c.toString();
|
||||
d.i(Boolean.valueOf(uri.substring(0, 5).equals("data:")));
|
||||
int indexOf = uri.indexOf(44);
|
||||
String substring = uri.substring(indexOf + 1, uri.length());
|
||||
|
|
|
@ -141,7 +141,7 @@ public class n implements v0<CloseableReference<c.f.j.j.c>> {
|
|||
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.f2295c)) {
|
||||
if (n.this.g || !c.f.d.l.b.e(e2.f2297c)) {
|
||||
eVar.p = c.c.a.a0.d.Z(e2.j, e2.i, eVar, this.b);
|
||||
}
|
||||
}
|
||||
|
@ -179,7 +179,7 @@ public class n implements v0<CloseableReference<c.f.j.j.c>> {
|
|||
synchronized (c0Var) {
|
||||
j = c0Var.j - c0Var.i;
|
||||
}
|
||||
String valueOf2 = String.valueOf(cVar2.f497c.e().f2295c);
|
||||
String valueOf2 = String.valueOf(cVar2.f497c.e().f2297c);
|
||||
int f = (z3 || m) ? eVar.f() : cVar2.o(eVar);
|
||||
i p = (z3 || m) ? h.a : cVar2.p();
|
||||
cVar2.d.e(cVar2.f497c, "DecodeProducer");
|
||||
|
@ -439,7 +439,7 @@ public class n implements v0<CloseableReference<c.f.j.j.c>> {
|
|||
public void b(l<CloseableReference<c.f.j.j.c>> lVar, w0 w0Var) {
|
||||
try {
|
||||
c.f.j.r.b.b();
|
||||
this.e.b(!c.f.d.l.b.e(w0Var.e().f2295c) ? 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().f2297c) ? 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();
|
||||
|
|
|
@ -36,7 +36,7 @@ public class o implements v0<CloseableReference<c>> {
|
|||
ImageRequest e = w0Var.e();
|
||||
ScheduledExecutorService scheduledExecutorService = this.b;
|
||||
if (scheduledExecutorService != null) {
|
||||
scheduledExecutorService.schedule(new a(lVar, w0Var), (long) e.f2296s, TimeUnit.MILLISECONDS);
|
||||
scheduledExecutorService.schedule(new a(lVar, w0Var), (long) e.f2298s, TimeUnit.MILLISECONDS);
|
||||
} else {
|
||||
this.a.b(lVar, w0Var);
|
||||
}
|
||||
|
|
|
@ -64,7 +64,7 @@ public class o0 implements c<e, Void> {
|
|||
this.f499c.b(eVar2, 9);
|
||||
} else {
|
||||
this.f499c.b(eVar2, 8);
|
||||
ImageRequestBuilder b = ImageRequestBuilder.b(e.f2295c);
|
||||
ImageRequestBuilder b = ImageRequestBuilder.b(e.f2297c);
|
||||
b.e = e.h;
|
||||
b.o = e.k;
|
||||
b.f = e.b;
|
||||
|
@ -73,11 +73,11 @@ public class o0 implements c<e, Void> {
|
|||
b.j = e.q;
|
||||
b.g = e.f;
|
||||
b.i = e.l;
|
||||
b.f2297c = e.i;
|
||||
b.f2299c = e.i;
|
||||
b.n = e.r;
|
||||
b.d = e.j;
|
||||
b.m = e.p;
|
||||
b.p = e.f2296s;
|
||||
b.p = e.f2298s;
|
||||
int i = f2 - 1;
|
||||
if (i >= 0) {
|
||||
z3 = true;
|
||||
|
|
|
@ -185,7 +185,7 @@ public class q0 implements v0<e> {
|
|||
return;
|
||||
}
|
||||
w0Var.o().e(w0Var, "PartialDiskCacheProducer");
|
||||
Uri build = e.f2295c.buildUpon().appendQueryParameter("fresco_partial", "true").build();
|
||||
Uri build = e.f2297c.buildUpon().appendQueryParameter("fresco_partial", "true").build();
|
||||
i iVar = this.b;
|
||||
w0Var.b();
|
||||
Objects.requireNonNull((n) iVar);
|
||||
|
|
|
@ -34,7 +34,7 @@ public class y implements Runnable {
|
|||
Objects.requireNonNull(a0Var);
|
||||
InputStream inputStream = null;
|
||||
try {
|
||||
httpURLConnection = a0Var.a(aVar.b.e().f2295c, 5);
|
||||
httpURLConnection = a0Var.a(aVar.b.e().f2297c, 5);
|
||||
try {
|
||||
aVar.e = a0Var.f472c.now();
|
||||
if (httpURLConnection != null) {
|
||||
|
|
|
@ -12,7 +12,7 @@ public class j implements b {
|
|||
boolean z2;
|
||||
boolean contains;
|
||||
int i2 = ((i & 1) != 0 ? 16 : 0) | 0;
|
||||
ReentrantReadWriteLock reentrantReadWriteLock = SoLoader.f2299c;
|
||||
ReentrantReadWriteLock reentrantReadWriteLock = SoLoader.f2301c;
|
||||
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.f2299c.writeLock().lock();
|
||||
SoLoader.f2301c.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.f2299c.writeLock().unlock();
|
||||
SoLoader.f2301c.writeLock().unlock();
|
||||
if (SoLoader.e == i3) {
|
||||
throw e;
|
||||
}
|
||||
} catch (IOException e2) {
|
||||
throw new RuntimeException(e2);
|
||||
} catch (Throwable th2) {
|
||||
SoLoader.f2299c.writeLock().unlock();
|
||||
SoLoader.f2301c.writeLock().unlock();
|
||||
throw th2;
|
||||
}
|
||||
}
|
||||
} while (z2);
|
||||
return z5;
|
||||
} finally {
|
||||
SoLoader.f2299c.readLock().unlock();
|
||||
SoLoader.f2301c.readLock().unlock();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -92,8 +92,8 @@ public final class f0 extends l implements e0.b {
|
|||
if (dVar != null) {
|
||||
dVar.a(true);
|
||||
}
|
||||
loader.f2364c.execute(new Loader.g(e0Var));
|
||||
loader.f2364c.shutdown();
|
||||
loader.f2366c.execute(new Loader.g(e0Var));
|
||||
loader.f2366c.shutdown();
|
||||
e0Var.f653z.removeCallbacksAndMessages(null);
|
||||
e0Var.A = null;
|
||||
e0Var.V = true;
|
||||
|
|
|
@ -84,7 +84,7 @@ public final class b0 extends v {
|
|||
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.f2306c, 2) : AudioProcessor.a.a;
|
||||
return i != 2 ? new AudioProcessor.a(aVar.b, aVar.f2308c, 2) : AudioProcessor.a.a;
|
||||
}
|
||||
throw new AudioProcessor.UnhandledAudioFormatException(aVar);
|
||||
}
|
||||
|
|
|
@ -79,7 +79,7 @@ public final class e0 implements AudioProcessor {
|
|||
i = aVar.b;
|
||||
}
|
||||
this.e = aVar;
|
||||
AudioProcessor.a aVar2 = new AudioProcessor.a(i, aVar.f2306c, 2);
|
||||
AudioProcessor.a aVar2 = new AudioProcessor.a(i, aVar.f2308c, 2);
|
||||
this.f = aVar2;
|
||||
this.i = true;
|
||||
return aVar2;
|
||||
|
@ -128,7 +128,7 @@ public final class e0 implements AudioProcessor {
|
|||
AudioProcessor.a aVar2 = this.f;
|
||||
this.h = aVar2;
|
||||
if (this.i) {
|
||||
this.j = new d0(aVar.b, aVar.f2306c, this.f889c, this.d, aVar2.b);
|
||||
this.j = new d0(aVar.b, aVar.f2308c, this.f889c, this.d, aVar2.b);
|
||||
} else {
|
||||
d0 d0Var = this.j;
|
||||
if (d0Var != null) {
|
||||
|
|
|
@ -35,11 +35,11 @@ public final class w extends v {
|
|||
return AudioProcessor.a.a;
|
||||
}
|
||||
if (aVar.d == 2) {
|
||||
boolean z2 = aVar.f2306c != iArr.length;
|
||||
boolean z2 = aVar.f2308c != iArr.length;
|
||||
int i = 0;
|
||||
while (i < iArr.length) {
|
||||
int i2 = iArr[i];
|
||||
if (i2 < aVar.f2306c) {
|
||||
if (i2 < aVar.f2308c) {
|
||||
z2 |= i2 != i;
|
||||
i++;
|
||||
} else {
|
||||
|
|
|
@ -45,7 +45,7 @@ public final class y extends v {
|
|||
public AudioProcessor.a f(AudioProcessor.a aVar) throws AudioProcessor.UnhandledAudioFormatException {
|
||||
int i2 = aVar.d;
|
||||
if (e0.y(i2)) {
|
||||
return i2 != 4 ? new AudioProcessor.a(aVar.b, aVar.f2306c, 4) : AudioProcessor.a.a;
|
||||
return i2 != 4 ? new AudioProcessor.a(aVar.b, aVar.f2308c, 4) : AudioProcessor.a.a;
|
||||
}
|
||||
throw new AudioProcessor.UnhandledAudioFormatException(aVar);
|
||||
}
|
||||
|
|
|
@ -14,7 +14,7 @@ public final /* synthetic */ class d implements Runnable {
|
|||
public final void run() {
|
||||
DefaultDrmSessionManager.d dVar = this.i;
|
||||
if (!dVar.d) {
|
||||
DrmSession drmSession = dVar.f2322c;
|
||||
DrmSession drmSession = dVar.f2324c;
|
||||
if (drmSession != null) {
|
||||
drmSession.b(dVar.b);
|
||||
}
|
||||
|
|
|
@ -22,7 +22,7 @@ public final /* synthetic */ class e implements Runnable {
|
|||
if (defaultDrmSessionManager.p != 0 && !dVar.d) {
|
||||
Looper looper = defaultDrmSessionManager.t;
|
||||
Objects.requireNonNull(looper);
|
||||
dVar.f2322c = defaultDrmSessionManager.e(looper, dVar.b, j1Var, false);
|
||||
dVar.f2324c = defaultDrmSessionManager.e(looper, dVar.b, j1Var, false);
|
||||
DefaultDrmSessionManager.this.n.add(dVar);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,7 +19,7 @@ public final /* synthetic */ class o implements MediaDrm.OnEventListener {
|
|||
c0 c0Var = this.a;
|
||||
a0.b bVar = this.b;
|
||||
Objects.requireNonNull(c0Var);
|
||||
DefaultDrmSessionManager.c cVar = DefaultDrmSessionManager.this.f2321x;
|
||||
DefaultDrmSessionManager.c cVar = DefaultDrmSessionManager.this.f2323x;
|
||||
Objects.requireNonNull(cVar);
|
||||
cVar.obtainMessage(i, bArr).sendToTarget();
|
||||
}
|
||||
|
|
|
@ -17,7 +17,7 @@ public class a extends b<GoogleSignInOptions> {
|
|||
public final synchronized int f() {
|
||||
if (j == 1) {
|
||||
Context context = this.a;
|
||||
Object obj = GoogleApiAvailability.f2382c;
|
||||
Object obj = GoogleApiAvailability.f2384c;
|
||||
GoogleApiAvailability googleApiAvailability = GoogleApiAvailability.d;
|
||||
int b = googleApiAvailability.b(context, 12451000);
|
||||
if (b == 0) {
|
||||
|
|
|
@ -109,7 +109,7 @@ public class a {
|
|||
if (str5 != null) {
|
||||
jSONObject.put("displayName", str5);
|
||||
}
|
||||
String str6 = googleSignInAccount.f2377s;
|
||||
String str6 = googleSignInAccount.f2379s;
|
||||
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.f2378s);
|
||||
jSONObject2.put("serverAuthRequested", googleSignInOptions.f2380s);
|
||||
if (!TextUtils.isEmpty(googleSignInOptions.u)) {
|
||||
jSONObject2.put("serverClientId", googleSignInOptions.u);
|
||||
}
|
||||
|
|
|
@ -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.f2382c;
|
||||
Object obj = GoogleApiAvailability.f2384c;
|
||||
this.o = gVar;
|
||||
jVar.a("ConnectionlessLifecycleHelper", this);
|
||||
}
|
||||
|
|
|
@ -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.f2382c;
|
||||
Object obj = GoogleApiAvailability.f2384c;
|
||||
jVar.a("GmsAvailabilityHelper", this);
|
||||
}
|
||||
|
||||
|
|
|
@ -654,7 +654,7 @@ public class g implements Handler.Callback {
|
|||
handlerThread.start();
|
||||
Looper looper = handlerThread.getLooper();
|
||||
Context applicationContext = context.getApplicationContext();
|
||||
Object obj = GoogleApiAvailability.f2382c;
|
||||
Object obj = GoogleApiAvailability.f2384c;
|
||||
l = new g(applicationContext, looper, GoogleApiAvailability.d);
|
||||
}
|
||||
gVar = l;
|
||||
|
|
|
@ -31,7 +31,7 @@ public abstract class d<T extends IInterface> extends b<T> 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.f2382c;
|
||||
Object obj = GoogleApiAvailability.f2384c;
|
||||
GoogleApiAvailability googleApiAvailability = GoogleApiAvailability.d;
|
||||
Objects.requireNonNull(fVar, "null reference");
|
||||
Objects.requireNonNull(lVar, "null reference");
|
||||
|
|
|
@ -1763,7 +1763,7 @@ public final class f {
|
|||
}
|
||||
|
||||
public static final void c(f0.e0.f.a aVar, f0.e0.f.c cVar, String str) {
|
||||
d.b bVar = f0.e0.f.d.f2815c;
|
||||
d.b bVar = f0.e0.f.d.f2817c;
|
||||
Logger logger = f0.e0.f.d.b;
|
||||
StringBuilder sb = new StringBuilder();
|
||||
sb.append(cVar.f);
|
||||
|
@ -1772,7 +1772,7 @@ public final class f {
|
|||
m.checkExpressionValueIsNotNull(format, "java.lang.String.format(format, *args)");
|
||||
sb.append(format);
|
||||
sb.append(": ");
|
||||
sb.append(aVar.f2813c);
|
||||
sb.append(aVar.f2815c);
|
||||
logger.fine(sb.toString());
|
||||
}
|
||||
|
||||
|
|
|
@ -10,12 +10,12 @@ public final class b implements DynamiteModule.a {
|
|||
int b = bVar.b(context, str);
|
||||
aVar.a = b;
|
||||
if (b != 0) {
|
||||
aVar.f2386c = -1;
|
||||
aVar.f2388c = -1;
|
||||
} else {
|
||||
int a = bVar.a(context, str, true);
|
||||
aVar.b = a;
|
||||
if (a != 0) {
|
||||
aVar.f2386c = 1;
|
||||
aVar.f2388c = 1;
|
||||
}
|
||||
}
|
||||
return aVar;
|
||||
|
|
|
@ -16,11 +16,11 @@ public final class c implements DynamiteModule.a {
|
|||
}
|
||||
int i = aVar.a;
|
||||
if (i == 0 && aVar.b == 0) {
|
||||
aVar.f2386c = 0;
|
||||
aVar.f2388c = 0;
|
||||
} else if (i >= aVar.b) {
|
||||
aVar.f2386c = -1;
|
||||
aVar.f2388c = -1;
|
||||
} else {
|
||||
aVar.f2386c = 1;
|
||||
aVar.f2388c = 1;
|
||||
}
|
||||
return aVar;
|
||||
}
|
||||
|
|
|
@ -12,11 +12,11 @@ public final class d implements DynamiteModule.a {
|
|||
aVar.b = a;
|
||||
int i = aVar.a;
|
||||
if (i == 0 && a == 0) {
|
||||
aVar.f2386c = 0;
|
||||
aVar.f2388c = 0;
|
||||
} else if (a >= i) {
|
||||
aVar.f2386c = 1;
|
||||
aVar.f2388c = 1;
|
||||
} else {
|
||||
aVar.f2386c = -1;
|
||||
aVar.f2388c = -1;
|
||||
}
|
||||
return aVar;
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@ public final class g4 implements v7 {
|
|||
public g4(zzhi zzhi) {
|
||||
Charset charset = w4.a;
|
||||
this.a = zzhi;
|
||||
zzhi.f2387c = this;
|
||||
zzhi.f2389c = 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.f2387c);
|
||||
q6Var.g((c6) obj, zzhi.f2389c);
|
||||
zzhi.f(i, 4);
|
||||
}
|
||||
|
||||
|
|
|
@ -270,7 +270,7 @@ public abstract class u4<MessageType extends u4<MessageType, BuilderType>, 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.f2387c;
|
||||
g4 g4Var = zzhi.f2389c;
|
||||
if (g4Var == null) {
|
||||
g4Var = new g4(zzhi);
|
||||
}
|
||||
|
|
|
@ -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.f2393s));
|
||||
contentValues.put("expired_event", t9.g0(zzz.f2395s));
|
||||
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));
|
||||
|
|
|
@ -355,7 +355,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.f2392z, T.y())) {
|
||||
if (t9.d0(zzn.j, T.v(), zzn.f2394z, 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();
|
||||
|
@ -404,7 +404,7 @@ public class k9 implements t5 {
|
|||
str2 = "_et";
|
||||
j2 = 1;
|
||||
}
|
||||
if (zzn.f2391y) {
|
||||
if (zzn.f2393y) {
|
||||
bundle2.putLong("_dac", j2);
|
||||
}
|
||||
g K2 = K();
|
||||
|
@ -482,7 +482,7 @@ public class k9 implements t5 {
|
|||
} else {
|
||||
j = 1;
|
||||
}
|
||||
if (zzn.f2391y) {
|
||||
if (zzn.f2393y) {
|
||||
bundle3.putLong("_dac", j);
|
||||
}
|
||||
B(new zzaq("_v", new zzap(bundle3), "auto", j4), zzn);
|
||||
|
@ -559,7 +559,7 @@ public class k9 implements t5 {
|
|||
if (Z.m) {
|
||||
K().V(zzz.i, zzz.k.j);
|
||||
}
|
||||
zzaq zzaq = zzz.f2393s;
|
||||
zzaq zzaq = zzz.f2395s;
|
||||
if (zzaq != null) {
|
||||
Bundle bundle = null;
|
||||
zzap zzap = zzaq.j;
|
||||
|
@ -568,7 +568,7 @@ public class k9 implements t5 {
|
|||
}
|
||||
t9 t = this.k.t();
|
||||
String str = zzz.i;
|
||||
zzaq zzaq2 = zzz.f2393s;
|
||||
zzaq zzaq2 = zzz.f2395s;
|
||||
I(t.B(str, zzaq2.i, bundle, Z.j, zzaq2.l, true, x7.b() && this.k.h.o(p.M0)), zzn);
|
||||
}
|
||||
} else {
|
||||
|
@ -634,16 +634,16 @@ public class k9 implements t5 {
|
|||
T.m(zzn.j);
|
||||
z2 = true;
|
||||
}
|
||||
if (!TextUtils.equals(zzn.f2392z, T.y())) {
|
||||
T.q(zzn.f2392z);
|
||||
if (!TextUtils.equals(zzn.f2394z, T.y())) {
|
||||
T.q(zzn.f2394z);
|
||||
z2 = true;
|
||||
}
|
||||
if (da.b() && this.k.h.u(T.o(), p.f1229j0) && !TextUtils.equals(zzn.D, T.B())) {
|
||||
T.u(zzn.D);
|
||||
z2 = true;
|
||||
}
|
||||
if (!TextUtils.isEmpty(zzn.f2389s) && !zzn.f2389s.equals(T.H())) {
|
||||
T.A(zzn.f2389s);
|
||||
if (!TextUtils.isEmpty(zzn.f2391s) && !zzn.f2391s.equals(T.H())) {
|
||||
T.A(zzn.f2391s);
|
||||
z2 = true;
|
||||
}
|
||||
long j2 = zzn.m;
|
||||
|
@ -688,8 +688,8 @@ public class k9 implements t5 {
|
|||
T.n(zzn.w);
|
||||
z2 = true;
|
||||
}
|
||||
if (zzn.f2390x != T.i()) {
|
||||
T.r(zzn.f2390x);
|
||||
if (zzn.f2392x != T.i()) {
|
||||
T.r(zzn.f2392x);
|
||||
z2 = true;
|
||||
}
|
||||
if (zzn.A != T.j()) {
|
||||
|
@ -712,11 +712,11 @@ public class k9 implements t5 {
|
|||
z2 = true;
|
||||
if (!TextUtils.equals(zzn.j, T.v())) {
|
||||
}
|
||||
if (!TextUtils.equals(zzn.f2392z, T.y())) {
|
||||
if (!TextUtils.equals(zzn.f2394z, T.y())) {
|
||||
}
|
||||
T.u(zzn.D);
|
||||
z2 = true;
|
||||
T.A(zzn.f2389s);
|
||||
T.A(zzn.f2391s);
|
||||
z2 = true;
|
||||
long j2 = zzn.m;
|
||||
T.t(zzn.m);
|
||||
|
@ -738,7 +738,7 @@ public class k9 implements t5 {
|
|||
z2 = true;
|
||||
if (zzn.w != T.h()) {
|
||||
}
|
||||
if (zzn.f2390x != T.i()) {
|
||||
if (zzn.f2392x != T.i()) {
|
||||
}
|
||||
if (zzn.A != T.j()) {
|
||||
}
|
||||
|
@ -774,12 +774,12 @@ public class k9 implements t5 {
|
|||
T.c(c(h));
|
||||
}
|
||||
T.m(zzn.j);
|
||||
T.q(zzn.f2392z);
|
||||
T.q(zzn.f2394z);
|
||||
if (da.b() && this.k.h.u(T.o(), p.f1229j0)) {
|
||||
T.u(zzn.D);
|
||||
}
|
||||
if (!TextUtils.isEmpty(zzn.f2389s)) {
|
||||
T.A(zzn.f2389s);
|
||||
if (!TextUtils.isEmpty(zzn.f2391s)) {
|
||||
T.A(zzn.f2391s);
|
||||
}
|
||||
long j3 = zzn.m;
|
||||
if (j3 != 0) {
|
||||
|
@ -802,7 +802,7 @@ public class k9 implements t5 {
|
|||
T.R(zzn.t);
|
||||
}
|
||||
T.n(zzn.w);
|
||||
T.r(zzn.f2390x);
|
||||
T.r(zzn.f2392x);
|
||||
T.b(zzn.A);
|
||||
T.z(zzn.B);
|
||||
T.a.f().b();
|
||||
|
@ -1055,11 +1055,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.f2392z)) {
|
||||
u0.r0(zzn.f2392z);
|
||||
if (TextUtils.isEmpty(u0.s0()) && TextUtils.isEmpty(u0.x0()) && !TextUtils.isEmpty(zzn.f2394z)) {
|
||||
u0.r0(zzn.f2394z);
|
||||
}
|
||||
} else if (TextUtils.isEmpty(u0.s0()) && !TextUtils.isEmpty(zzn.f2392z)) {
|
||||
u0.r0(zzn.f2392z);
|
||||
} else if (TextUtils.isEmpty(u0.s0()) && !TextUtils.isEmpty(zzn.f2394z)) {
|
||||
u0.r0(zzn.f2394z);
|
||||
}
|
||||
long j4 = zzn.n;
|
||||
if (j4 != 0) {
|
||||
|
@ -1081,7 +1081,7 @@ public class k9 implements t5 {
|
|||
u0.y(((Boolean) obj2).booleanValue());
|
||||
}
|
||||
}
|
||||
} else if (!this.k.y().s(this.k.j()) && zzn.f2390x && (!hb.b() || !this.k.a().v(zzn.i, p.G0))) {
|
||||
} else if (!this.k.y().s(this.k.j()) && zzn.f2392x && (!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()));
|
||||
|
@ -1120,7 +1120,7 @@ public class k9 implements t5 {
|
|||
} else {
|
||||
T2.c(c(h));
|
||||
}
|
||||
T2.A(zzn.f2389s);
|
||||
T2.A(zzn.f2391s);
|
||||
T2.m(zzn.j);
|
||||
if (!t8.b() || !this.k.a().o(p.J0) || h.j()) {
|
||||
T2.x(this.j.t(zzn.i));
|
||||
|
@ -1200,7 +1200,7 @@ public class k9 implements t5 {
|
|||
}
|
||||
|
||||
public final boolean L(zzn zzn) {
|
||||
return (!da.b() || !this.k.h.u(zzn.i, p.f1229j0)) ? !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.f2392z) : !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.D) || !TextUtils.isEmpty(zzn.f2392z);
|
||||
return (!da.b() || !this.k.h.u(zzn.i, p.f1229j0)) ? !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.f2394z) : !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.D) || !TextUtils.isEmpty(zzn.f2394z);
|
||||
}
|
||||
|
||||
public final ba M() {
|
||||
|
@ -1753,7 +1753,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.w0());
|
||||
K().V(str, zzz2.k.j);
|
||||
zzaq zzaq4 = zzz2.f2393s;
|
||||
zzaq zzaq4 = zzz2.f2395s;
|
||||
if (zzaq4 != null) {
|
||||
arrayList.add(zzaq4);
|
||||
}
|
||||
|
|
|
@ -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.f2392z);
|
||||
return !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.f2394z);
|
||||
}
|
||||
|
||||
public static boolean P(String str) {
|
||||
|
|
|
@ -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.f2393s;
|
||||
zzaq zzaq3 = zzz.f2395s;
|
||||
if (zzaq3 != null) {
|
||||
bundle.putString("expired_event_name", zzaq3.i);
|
||||
zzap zzap3 = zzz.f2393s.j;
|
||||
zzap zzap3 = zzz.f2395s.j;
|
||||
if (zzap3 != null) {
|
||||
bundle.putBundle("expired_event_params", zzap3.x0());
|
||||
}
|
||||
|
|
|
@ -286,6 +286,6 @@ public final class z4 extends l3 {
|
|||
public final void y0(zzn zzn) {
|
||||
Objects.requireNonNull(zzn, "null reference");
|
||||
x0(zzn.i, false);
|
||||
this.a.k.t().c0(zzn.j, zzn.f2392z, zzn.D);
|
||||
this.a.k.t().c0(zzn.j, zzn.f2394z, zzn.D);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -68,7 +68,7 @@ public final class i extends MessagesClient {
|
|||
public final Task<Void> g(MessageListener messageListener, SubscribeOptions subscribeOptions) {
|
||||
d.o(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.f2394c), m), subscribeOptions), new m(m));
|
||||
return k(m, new l(this, m, new s(this, m(subscribeOptions.f2396c), m), subscribeOptions), new m(m));
|
||||
}
|
||||
|
||||
@Override // com.google.android.gms.nearby.messages.MessagesClient
|
||||
|
|
|
@ -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.f2425s;
|
||||
int height = ((this.i.getHeight() / 2) - clockFaceView.l.q) - clockFaceView.f2427s;
|
||||
if (height != clockFaceView.j) {
|
||||
clockFaceView.j = height;
|
||||
clockFaceView.a();
|
||||
ClockHandView clockHandView = clockFaceView.l;
|
||||
clockHandView.f2429z = clockFaceView.j;
|
||||
clockHandView.f2431z = clockFaceView.j;
|
||||
clockHandView.invalidate();
|
||||
}
|
||||
return true;
|
||||
|
|
|
@ -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.f2427x = this;
|
||||
timePickerView2.k.f2429x = this;
|
||||
g(i, "%d");
|
||||
g(j, "%d");
|
||||
g(k, "%02d");
|
||||
|
|
|
@ -105,7 +105,7 @@ public class a {
|
|||
}
|
||||
|
||||
public a c(String str, String str2, String str3, File file) {
|
||||
MediaType.a aVar = MediaType.f2962c;
|
||||
MediaType.a aVar = MediaType.f2964c;
|
||||
RequestBody create = RequestBody.create(MediaType.a.b(str3), file);
|
||||
if (this.f == null) {
|
||||
MultipartBody.a aVar2 = new MultipartBody.a();
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue