-
Notifications
You must be signed in to change notification settings - Fork 267
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
Add EqualableContentsProvider for SearchFragment #550
Comments
I may take some time, but can I try? |
Yes, of course. Thank you so much. 🥇 |
current status: I finished implementing EqualableContentsProvider and blinking was stopped, but text highlighting was also stopped. |
Probably you should add query to equalableContents when if contains query word for enabling text highlighting. if(containsQuery) { query } else { null } |
Thank you for advice. |
Sorry for late! |
From my understanding, to update text highlighting, bind function must be called. |
I would like to use EqualableContentsProvider for other items 🙏 |
Oops, I understand. |
Kind (Required)
Overview (Required)
Links
-https://qiita.com/takahirom/items/4125d7c871fad534d3c2#%E5%A4%89%E6%9B%B4%E3%82%A2%E3%83%8B%E3%83%A1%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E5%95%8F%E9%A1%8C-equals--hashcode%E3%82%92%E7%84%A1%E7%90%86%E3%81%AA%E3%81%8F%E5%AE%9F%E8%A3%85%E3%81%99%E3%82%8B
The text was updated successfully, but these errors were encountered: