mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-27 18:27:43 +00:00
Owner/Whois for final uri
This commit is contained in:
parent
065b1a57b7
commit
927aa491b9
1 changed files with 2 additions and 2 deletions
|
@ -365,7 +365,7 @@ public class FragmentDialogOpenLink extends FragmentDialogBase {
|
|||
@Override
|
||||
public void onClick(View view) {
|
||||
Bundle args = new Bundle();
|
||||
args.putParcelable("uri", uri);
|
||||
args.putParcelable("uri", Uri.parse(etLink.getText().toString()));
|
||||
|
||||
new SimpleTask<Pair<InetAddress, IPInfo.Organization>>() {
|
||||
@Override
|
||||
|
@ -422,7 +422,7 @@ public class FragmentDialogOpenLink extends FragmentDialogBase {
|
|||
@Override
|
||||
public void onClick(View v) {
|
||||
Bundle args = new Bundle();
|
||||
args.putParcelable("uri", uri);
|
||||
args.putParcelable("uri", Uri.parse(etLink.getText().toString()));
|
||||
|
||||
new SimpleTask<String>() {
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue