fixed regression of 'add contact' not working. fixes #2916
This commit is contained in:
parent
5a6527bf4c
commit
9646783d48
|
@ -194,6 +194,7 @@ public class ContactDetailsActivity extends OmemoActivity implements OnAccountUp
|
|||
showInactiveOmemo = !showInactiveOmemo;
|
||||
populateView();
|
||||
});
|
||||
binding.addContactButton.setOnClickListener(v -> showAddToRosterDialog(contact));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue