mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 11:49:04 +01:00
remove wrong name from "Contact already exists"
This commit is contained in:
@@ -171,7 +171,7 @@ public class NicknameFragment extends BaseFragment {
|
||||
private void handleExistingContact(String name, Author existing) {
|
||||
OnClickListener listener = (d, w) -> {
|
||||
d.dismiss();
|
||||
String str = getString(R.string.contact_already_exists, name);
|
||||
String str = getString(R.string.contact_already_exists_general);
|
||||
Toast.makeText(getContext(), str, LENGTH_LONG).show();
|
||||
finish();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user