You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how to get value on searching items ?
i need to implement if the data is not found on items list, just get the last search text and in my BE create the data.
override fun onNothingSelected(adapterView: AdapterView<*>) {
Log.e(TAG_LOG,"on nothing bro")
}
on above code didnt run when i click gray screen .
when i click on gray screen, i got this message
W/InputEventReceiver: Attempted to finish an input event but the input event receiver has already been disposed.
The text was updated successfully, but these errors were encountered:
how to get value on searching items ?
i need to implement if the data is not found on items list, just get the last search text and in my BE create the data.
on above code didnt run when i click gray screen .
when i click on gray screen, i got this message
The text was updated successfully, but these errors were encountered: