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;
|
showInactiveOmemo = !showInactiveOmemo;
|
||||||
populateView();
|
populateView();
|
||||||
});
|
});
|
||||||
|
binding.addContactButton.setOnClickListener(v -> showAddToRosterDialog(contact));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue