I created a custom search dialog above my activity and I update the result based on entered text, but then the activity doesn’t respond to user touch as search dialog is still present on the screen.
I think due to dialog, activity is not able to get user touch event.. so is there a way to enable user touch for the same?
Thanks…
Dialog is implemented as a transparent activity with Dialog theme ,so dont try to get handlers of back screen . instead replace dialog by a view and shitch visibilities of Views VISIBLE/INVISIBLE/GONE