Issue
I have this weird bug that I can't figure out. I have 3 fragments and use Android Navigation to navigate between them. Everything works perfect, but as soon as I go to settings fragment that has access to preferences and navigate back to main fragment which has list view, one TextView in ListAdapter item has this highlight happen for a few seconds and then it's gone. From now on whenever I navigate from any fragment back to this one, the highlight happens, until I restart the app.
Any ideas?
Solution
So I found the solution.
Changed MaterialCardView or top layout height to wrap_content.
Or
Downgrading Preference library to 1.1.0-aplha01 solves it too.
Answered By - MakinTosH
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.