@Nullable
 @OnTextChanged(R.id.search_key_contact)
 void searchContact() {
   contactsAdapter.setFilter(searchKeyContact.getText().toString());
 }