fixed regression of 'add contact' not working. fixes #2916

This commit is contained in:
Daniel Gultsch 2018-03-29 13:40:52 +02:00
parent 5a6527bf4c
commit 9646783d48

View file

@ -194,6 +194,7 @@ public class ContactDetailsActivity extends OmemoActivity implements OnAccountUp
showInactiveOmemo = !showInactiveOmemo; showInactiveOmemo = !showInactiveOmemo;
populateView(); populateView();
}); });
binding.addContactButton.setOnClickListener(v -> showAddToRosterDialog(contact));
} }
@Override @Override