Hello,
Here is a fix about the issue #https://github.com/FredJul/Flym/issues/723. Apparently, when we change the color to say that the article has been read, we use the isEnabled to change the colors. The problem is that the favorites button was no longer clickable when the article was read because it was considered disable. So I changed this button with colors instead.
Thank you a lot for this fix. I'll try to publish it soon, hopefully Google will accept it, which is not sure yet since they may block flym in the future (see project description on GitHub)
Hello, Here is a fix about the issue #https://github.com/FredJul/Flym/issues/723. Apparently, when we change the color to say that the article has been read, we use the
isEnabled
to change the colors. The problem is that the favorites button was no longer clickable when the article was read because it was considered disable. So I changed this button with colors instead.