This is how I navigate through my app:
This is my solution:
@Override public boolean onQueryTextChange(final String newText) { if (searchTF.isIconified()) return false; // put the "real" onQueryTextChange actions here return true; }