0
I’m actually in two trouble:
The Backpressed it removes the keyboard and Buga a command line, I don’t know why. He pretty much ignores the
adappLista.notifyDataSetChanged()
and does not modify my list ofrecyclerview
.The other problem involves the keyboard that switches from numeric to alphanumeric and is still locked. You can’t use it.
if (lista.get(posicaoview).isLinhaselecionada()) {
lista.get(posicaoview).setLinhaselecionada(false);
adappLista.notifyDataSetChanged();}
places the Activity code here and pictures depicting the event (if you can)
– Boneco Sinforoso
Actually I was debugging the code and saw that the problem is in Edittext when it is recycled gives this bug on the keyboard. I only tested with Edittext inserted and the same problem always occurs when it is recycled
– Stênio Barroso de Moraes