forked from Juby210/discord-jadx
103.5 - Alpha (103205)
This commit is contained in:
parent
897129ab98
commit
0f28f29bee
7 changed files with 8 additions and 7 deletions
|
@ -10,8 +10,8 @@ android {
|
|||
applicationId 'com.discord'
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 30
|
||||
versionCode 103204
|
||||
versionName "103.4 - Alpha"
|
||||
versionCode 103205
|
||||
versionName "103.5 - Alpha"
|
||||
|
||||
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="103204" android:versionName="103.4 - Alpha" android:installLocation="auto" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" package="com.discord" platformBuildVersionCode="30" platformBuildVersionName="11">
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="103205" android:versionName="103.5 - Alpha" 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"/>
|
||||
|
|
|
@ -12,7 +12,7 @@ import kotlin.coroutines.Continuation;
|
|||
import kotlin.jvm.functions.Function2;
|
||||
import kotlinx.coroutines.CoroutineScope;
|
||||
/* compiled from: WidgetChatListAdapter.kt */
|
||||
@e(c = "com.discord.widgets.chat.list.adapter.WidgetChatListAdapter$ScrollToWithHighlight$animateHighlight$1", f = "WidgetChatListAdapter.kt", l = {421}, m = "invokeSuspend")
|
||||
@e(c = "com.discord.widgets.chat.list.adapter.WidgetChatListAdapter$ScrollToWithHighlight$animateHighlight$1", f = "WidgetChatListAdapter.kt", l = {422}, m = "invokeSuspend")
|
||||
public final class WidgetChatListAdapter$ScrollToWithHighlight$animateHighlight$1 extends k implements Function2<CoroutineScope, Continuation<? super Unit>, Object> {
|
||||
public final /* synthetic */ TransitionDrawable $transition;
|
||||
public int label;
|
||||
|
|
|
@ -12,7 +12,7 @@ import kotlin.coroutines.Continuation;
|
|||
import kotlin.jvm.functions.Function2;
|
||||
import kotlinx.coroutines.CoroutineScope;
|
||||
/* compiled from: WidgetChatListAdapter.kt */
|
||||
@e(c = "com.discord.widgets.chat.list.adapter.WidgetChatListAdapter$ScrollToWithHighlight$scheduleRetry$1", f = "WidgetChatListAdapter.kt", l = {431}, m = "invokeSuspend")
|
||||
@e(c = "com.discord.widgets.chat.list.adapter.WidgetChatListAdapter$ScrollToWithHighlight$scheduleRetry$1", f = "WidgetChatListAdapter.kt", l = {432}, m = "invokeSuspend")
|
||||
public final class WidgetChatListAdapter$ScrollToWithHighlight$scheduleRetry$1 extends k implements Function2<CoroutineScope, Continuation<? super Unit>, Object> {
|
||||
public int label;
|
||||
public final /* synthetic */ WidgetChatListAdapter.ScrollToWithHighlight this$0;
|
||||
|
|
|
@ -810,6 +810,7 @@ public final class WidgetChatListAdapter extends MGRecyclerAdapterSimple<ChatLis
|
|||
((FragmentLifecycleListener) childViewHolder).onPause();
|
||||
}
|
||||
}
|
||||
setData(new EmptyData());
|
||||
}
|
||||
|
||||
public final void onQuickAddReactionClicked(long j) {
|
||||
|
|
|
@ -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 + " - 103.4 - Alpha (103204)");
|
||||
textView.setText(string + " - 103.5 - Alpha (103205)");
|
||||
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);
|
||||
|
|
|
@ -1513,7 +1513,7 @@
|
|||
<string name="color_picker_title">Select a color</string>
|
||||
<string name="color_picker_transparency">Transparency</string>
|
||||
<string name="color_picker_use_default">Use Default</string>
|
||||
<string name="res_2131887594_com_crashlytics_android_build_id">6a83c34f7422454892d7106311465085</string>
|
||||
<string name="res_2131887594_com_crashlytics_android_build_id">5ee41821a9884982aea3dde485c810c4</string>
|
||||
<string name="coming_soon">Coming Soon</string>
|
||||
<string name="command_accessibility_desc_app_header_item">Slash command application {applicationName}</string>
|
||||
<string name="command_accessibility_desc_app_item">{applicationName} application</string>
|
||||
|
|
Loading…
Reference in a new issue