fix comment

This commit is contained in:
Funny-Pen-7005 2023-12-10 23:41:23 +05:30
parent 96770ebc5a
commit e68da85df2

View file

@ -170,7 +170,7 @@ class LibraryFragment : Fragment() {
binding?.mainSearch?.removeCallbacks(callback)
// Delay the execution of the search operation by 0.5 second (adjust as needed)
// Delay the execution of the search operation by 1 second (adjust as needed)
// this prevents running search when the user is typing
binding?.mainSearch?.postDelayed(callback, 1000)