mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
[android] Pass the entire link to the backend, so newer version have a chance to arrive
This commit is contained in:
@@ -146,7 +146,7 @@ public class LinkExchangeFragment extends BaseFragment {
|
||||
return null;
|
||||
}
|
||||
linkInputLayout.setError(null);
|
||||
return linkWithoutSchema;
|
||||
return link.toString();
|
||||
}
|
||||
linkInputLayout.setError(getString(R.string.invalid_link));
|
||||
linkInput.requestFocus();
|
||||
|
||||
Reference in New Issue
Block a user