Add a hint that both parties need to add each other's links.

This commit is contained in:
akwizgran
2022-10-24 13:29:59 +01:00
parent 7302bf9d7a
commit ba83290fcd
3 changed files with 15 additions and 4 deletions

View File

@@ -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);