mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 03:39:05 +01:00
Add a hint that both parties need to add each other's links.
This commit is contained in:
@@ -122,6 +122,9 @@ public class LinkExchangeFragment extends BaseFragment {
|
||||
.startChooser());
|
||||
shareButton.setEnabled(true);
|
||||
|
||||
TextView infoText = v.findViewById(R.id.info_text);
|
||||
infoText.setText(R.string.info_both_must_enter_links);
|
||||
|
||||
Button continueButton = v.findViewById(R.id.addButton);
|
||||
continueButton.setOnClickListener(view -> onContinueButtonClicked());
|
||||
continueButton.setEnabled(true);
|
||||
|
||||
Reference in New Issue
Block a user