Back button and android keyboard

Asked

Viewed 38 times

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 of recyclerview.

  • 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)

  • 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

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.