All usernames as white #106

Open
opened 2021-01-09 23:39:38 +00:00 by a · 3 comments
Owner

Suggested by [Z].

Suggested by [Z].
a added the
patch idea
label 2021-01-09 23:39:38 +00:00

I made the patch file using WinMerge so it may be formatted incorrectly. Hope this helps though.

Done in version 1392 (latest)

I made the patch file using WinMerge so it may be formatted incorrectly. Hope this helps though. Done in version 1392 (latest)
*** com.discord-base/smali/com/discord/widgets/chat/list/WidgetChatListAdapterItemMessage.smali	Wed Jan 13 14:03:21 2021
--- com.discord/smali/com/discord/widgets/chat/list/WidgetChatListAdapterItemMessage.smali	Wed Jan 13 14:05:24 2021
***************
*** 1834,1835 ****
--- 1834,1838 ----
  
+ 	# -1 means white color
+ 	const/4 v1, -0x1
+ 
      invoke-virtual {v0, v1}, Landroid/widget/TextView;->setTextColor(I)V
``` *** com.discord-base/smali/com/discord/widgets/chat/list/WidgetChatListAdapterItemMessage.smali Wed Jan 13 14:03:21 2021 --- com.discord/smali/com/discord/widgets/chat/list/WidgetChatListAdapterItemMessage.smali Wed Jan 13 14:05:24 2021 *************** *** 1834,1835 **** --- 1834,1838 ---- + # -1 means white color + const/4 v1, -0x1 + invoke-virtual {v0, v1}, Landroid/widget/TextView;->setTextColor(I)V ```
Author
Owner

Thank you, I'll try and include that by the next update.

Thank you, I'll try and include that by the next update.
This repo is archived. You cannot comment on issues.
No Milestone
No Assignees
2 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: distok/cutthecord#106
No description provided.