Djawed BENAHMED
Djawed BENAHMED
a workaround ``` for( v in numberPicker.children) { if(v is EditText) { v.setOnEditorActionListener { _, _, _ -> v.clearFocus() val imm = v.context.getSystemService(Context.INPUT_METHOD_SERVICE) as InputMethodManager imm.hideSoftInputFromWindow(v.windowToken, 0) true } return...
You can target bottom navbar item like this TapTarget.forView(yourBottomNav.findViewById(R.id.id_of_jour_nav_item),"your message")
@Bestfastfire @jabber484 i was having the same problem and i also noticed thats when i open google maps befor opning my app it always get the right location so clearly...