Fixed: SearchWidget is not properly working. #4062
Draft
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #4059
SearchWidget
was not properly working, it was due to the direct casting ofkClass
not working, so we have improved our code to get theappName
(which we are showing in the search widget).SearchWidget
, which can not be translated into other languages. So, to fix this, we are starting to use this from our string file so that the sentence can easily be translated into other languages.XRecorder_07112024_123150.mp4
SearchWidget
it opens thesearchFragment
but after searching through voice search it again opens the voice search(It does not search my voice search, same for if I press the back button the voice search again visible). It was due to thefragmentArguments
we are passing for voice search was not clear, so due to this, it opened the voice search again and again. Also, the voice search was not working. So to fix this we have refactored our code.Before Fix
ad72167e-5f4b-4315-a2ed-b45ea586f28f.mp4
After Fix
XRecorder_07112024_144353.mp4