<Hiding android soft keyboard interrupts value ass...
# stackoverflow
u
Hiding android soft keyboard interrupts value assigning I made a small app that should visualize a priority queue by using a heap structure(Kotlin, Android Studio API23). It has an array that displays numbers, a grid view where elements are shown or hidden, an edittext as input field, an enqueue, dequeue and help button. Everything works find, BUT: If I want to enqueue a number I have to click on the edittext field, this automatically opens the soft keyboard. I can confirm by clicking on soft keyboard's enter or on UI's enqueue button, confirming...