Conversation
|
Hi @rovertrack ,
No issues in migrating small elements, but make sure to list down the plan whatever you migration and how will you be executing, which module, gradual migration too sounds good. so that there won't be duplication & repetition of the work. |
|
Is this PR ready? Since this is a workaround, could you please raise a new issue for the compose migration of this component and add a comment with the link? |
can i just update the pr with the new compose migration of this component ? |
|
If it doesn't take much effort and the diff is reasonably small to review, please feel free to migrate. We would not recommend a very big migration in one PR. |
|
@RitikaPahwa4444 I'm going to just migrate the search input for now which solved the unnecessary popping of keyboard! |
|
✅ Generated APK variants! |
solves keyboard flashing on nearby launch which was happening as the search view input field was focused on initial layout of nearby
Fixes #6703
What changes did you make and why?
made the search view not get focused during initial launch of nearby fragment
note : this is just a temporary workaround which forces it to use a custom static underline as the default one flashes due to initial layout focus issues in XML and will be perfectly solves when moved to jetpack compose
@neeldoshii is it too early / wrong just to move small element to compose ?? just asking )
before :
az_recorder_20260304_025710.mp4
After :
VID_20260306215605.mp4