111.5 - Beta (111105)

This commit is contained in:
Juby210 2022-01-20 22:07:33 +00:00
parent d37480e84f
commit f41212cb0d
5 changed files with 29 additions and 8 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId 'com.discord'
minSdkVersion 21
targetSdkVersion 30
versionCode 111104
versionName "111.4 - Beta"
versionCode 111105
versionName "111.5 - Beta"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="111104" android:versionName="111.4 - 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="111105" android:versionName="111.5 - 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"/>

View File

@ -3,6 +3,7 @@ package com.discord.utilities.channel;
import com.discord.api.channel.Channel;
import com.discord.api.channel.ChannelUtils;
import com.discord.stores.SelectedChannelAnalyticsLocation;
import com.discord.widgets.chat.list.TextInVoiceFeatureFlag;
import d0.z.d.m;
import d0.z.d.o;
import kotlin.Unit;
@ -33,11 +34,31 @@ public final class ChannelSelector$selectChannel$2 extends o implements Function
return Unit.a;
}
/* JADX WARNING: Code restructure failed: missing block: B:3:0x001d, code lost:
if (com.discord.api.channel.ChannelUtils.E(r10) == false) goto L_0x001f;
*/
/* JADX WARNING: Removed duplicated region for block: B:10:0x0030 */
/* JADX WARNING: Removed duplicated region for block: B:13:0x0040 */
/* JADX WARNING: Removed duplicated region for block: B:15:? A[RETURN, SYNTHETIC] */
/* JADX WARNING: Removed duplicated region for block: B:9:0x002d */
public final void invoke(Channel channel) {
boolean z2;
if (!TextInVoiceFeatureFlag.Companion.getINSTANCE().isEnabled(Long.valueOf(channel.f()))) {
m.checkNotNullExpressionValue(channel, "channel");
}
m.checkNotNullExpressionValue(channel, "channel");
ChannelSelector.access$gotoChannel(this.this$0, this.$guildId, ChannelUtils.z(channel) ? this.$guildId : this.$channelId, this.$peekParent, this.$analyticsLocation);
if (ChannelUtils.z(channel)) {
this.this$0.getStream().getVoiceChannelSelected$app_productionBetaRelease().selectVoiceChannel(this.$channelId);
if (!ChannelUtils.z(channel)) {
z2 = false;
ChannelSelector.access$gotoChannel(this.this$0, this.$guildId, !z2 ? this.$guildId : this.$channelId, this.$peekParent, this.$analyticsLocation);
if (!z2) {
this.this$0.getStream().getVoiceChannelSelected$app_productionBetaRelease().selectVoiceChannel(this.$channelId);
return;
}
return;
}
z2 = true;
ChannelSelector.access$gotoChannel(this.this$0, this.$guildId, !z2 ? this.$guildId : this.$channelId, this.$peekParent, this.$analyticsLocation);
if (!z2) {
}
}
}

View File

@ -346,7 +346,7 @@ 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 + " - 111.4 - Beta (111104)");
textView.setText(string + " - 111.5 - Beta (111105)");
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);

View File

@ -1451,7 +1451,7 @@
<string name="color_picker_custom">Custom</string>
<string name="color_picker_presets">Presets</string>
<string name="color_picker_use_default">Use Default</string>
<string name="res_2131887531_com_crashlytics_android_build_id">efce44569c2f40a6850e83bdfc8a79bb</string>
<string name="res_2131887531_com_crashlytics_android_build_id">6c93c192a1a74ea995bc7a6eb93f5eab</string>
<string name="command_accessibility_desc_app_header_item">Slash command application {applicationName}</string>
<string name="command_accessibility_desc_app_item">{applicationName} application</string>
<string name="command_accessibility_desc_app_item_selected">{applicationName} application selected</string>