mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
fix comment
This commit is contained in:
parent
96770ebc5a
commit
e68da85df2
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue