Reset search field on Country list on back or select

This commit is contained in:
Erwan Croze 2017-05-11 11:01:48 +02:00
parent 9755023e76
commit c105154b46

View file

@ -53,6 +53,7 @@ public class CountryListFragment extends Fragment implements AdapterView.OnItemC
}
});
search.setText("");
return view;
}