Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[(Graphical) Bug] Sometimes the tapback glyph is gray with a blue outline instead of blue after sending a tapback #60

Open
sabogalc opened this issue Jul 4, 2021 · 1 comment

Comments

@sabogalc
Copy link

sabogalc commented Jul 4, 2021

React.Redux.App.-.Brave.2021-07-03.22-46-55.mp4
@sabogalc
Copy link
Author

sabogalc commented Jul 4, 2021

Okay this is actually a bit trickier than I initially thought.
First of all, even if you add a tapback to a message that has other tapbacks on it, the entire graphic only shows up as blue if your tapback is the most recent one. Otherwise, there is only a blue outline in the background.
In this example, my blue tapback is second in the stack when viewed on iOS, and the first message has 3+ tapbacks, while the second one only has 2. In MyMessage, the graphic on the first message is somewhat accurate, but the blue coloring is an outline on the first/frontmost tapback instead of a filled in coloring of the second one. The second message is inaccurate in MyMessage because the first tapback is filled in blue.
PNG image
1st Example

Here is another example where my tapback (out of 3+) is the most recent one. On iOS it is filled in blue, but in MyMessage it is only an outline.
PNG image 2
2nd Example

I'm not sure how to go about solving this. I think the stack-url would need to made more modular so that each individual part of the stack could be colored, but that might not be worth the effort. Let me know your thoughts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant