forked from distok/cutthecord
supplemental: Fix #104
This commit is contained in:
parent
4db6c07a04
commit
f3ee05255c
1 changed files with 4 additions and 4 deletions
|
@ -469,13 +469,13 @@ diff -crB from/smali/com/discord/widgets/chat/input/WidgetChatInputEditText$setO
|
||||||
|
|
||||||
+ invoke-static {}, Lcom/discord/stores/StoreStream;->getUserSettings()Lcom/discord/stores/StoreUserSettings;
|
+ invoke-static {}, Lcom/discord/stores/StoreStream;->getUserSettings()Lcom/discord/stores/StoreUserSettings;
|
||||||
+
|
+
|
||||||
+ move-result-object v0
|
+ move-result-object v2
|
||||||
+
|
+
|
||||||
+ invoke-virtual {v0}, Lcom/discord/stores/StoreUserSettings;->getShowTyping()Z
|
+ invoke-virtual {v2}, Lcom/discord/stores/StoreUserSettings;->getShowTyping()Z
|
||||||
+
|
+
|
||||||
+ move-result v0
|
+ move-result v2
|
||||||
+
|
+
|
||||||
+ if-eqz v0, :cond_1
|
+ if-eqz v2, :cond_1
|
||||||
+
|
+
|
||||||
.line 5
|
.line 5
|
||||||
iget-boolean v0, p0, Lcom/discord/widgets/chat/input/WidgetChatInputEditText$setOnTextChangedListener$1;->empty:Z
|
iget-boolean v0, p0, Lcom/discord/widgets/chat/input/WidgetChatInputEditText$setOnTextChangedListener$1;->empty:Z
|
||||||
|
|
Loading…
Reference in a new issue