forked from distok/cutthecord
More attempts to fix /ctc slashcommands on 10.1.3
This commit is contained in:
parent
89a5dd1989
commit
359441a1f5
1 changed files with 5 additions and 5 deletions
|
@ -2775,7 +2775,7 @@ diff -crB com.discord-1013-base/smali/com/discord/stores/StoreMessages.smali com
|
|||
\ No newline at end of file
|
||||
diff -crB com.discord-1013-base/smali/com/discord/widgets/chat/input/WidgetChatInputSend$configureSendListeners$1.smali com.discord-1013/smali/com/discord/widgets/chat/input/WidgetChatInputSend$configureSendListeners$1.smali
|
||||
*** com.discord-1013-base/smali/com/discord/widgets/chat/input/WidgetChatInputSend$configureSendListeners$1.smali 2019-12-21 20:49:58.685948776 +0300
|
||||
--- com.discord-1013/smali/com/discord/widgets/chat/input/WidgetChatInputSend$configureSendListeners$1.smali 2019-12-21 20:59:52.242618939 +0300
|
||||
--- com.discord-1013/smali/com/discord/widgets/chat/input/WidgetChatInputSend$configureSendListeners$1.smali 2019-12-21 21:07:56.528674811 +0300
|
||||
***************
|
||||
*** 305,310 ****
|
||||
--- 305,340 ----
|
||||
|
@ -2790,7 +2790,7 @@ diff -crB com.discord-1013-base/smali/com/discord/widgets/chat/input/WidgetChatI
|
|||
+
|
||||
+ move-result v15
|
||||
+
|
||||
+ if-eqz v15, :cond_6
|
||||
+ if-eqz v15, :cond_7
|
||||
+
|
||||
+ invoke-static {v10}, Lcom/discord/stores/StoreMessages;->slashCtc(Ljava/lang/String;)Ljava/lang/String;
|
||||
+
|
||||
|
@ -2810,7 +2810,7 @@ diff -crB com.discord-1013-base/smali/com/discord/widgets/chat/input/WidgetChatI
|
|||
+
|
||||
+ return v15
|
||||
+
|
||||
+ :cond_6
|
||||
+ :cond_7
|
||||
+
|
||||
invoke-static {v10, v4}, Lt/u/b/j;->checkExpressionValueIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
|
@ -2829,7 +2829,7 @@ diff -crB com.discord-1013-base/smali/com/discord/widgets/chat/input/WidgetChatI
|
|||
+
|
||||
+ move-result v15
|
||||
+
|
||||
+ if-eqz v15, :cond_7
|
||||
+ if-eqz v15, :cond_8
|
||||
+
|
||||
+ invoke-static {v12}, Lcom/discord/stores/StoreMessages;->slashCtc(Ljava/lang/String;)Ljava/lang/String;
|
||||
+
|
||||
|
@ -2849,7 +2849,7 @@ diff -crB com.discord-1013-base/smali/com/discord/widgets/chat/input/WidgetChatI
|
|||
+
|
||||
+ return v15
|
||||
+
|
||||
+ :cond_7
|
||||
+ :cond_8
|
||||
+
|
||||
invoke-static {v13, v4}, Lt/u/b/j;->checkExpressionValueIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
|
|
Loading…
Reference in a new issue