mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-28 10:47:28 +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
|
@Override
|
||||||
public void onClick(View view) {
|
public void onClick(View view) {
|
||||||
Bundle args = new Bundle();
|
Bundle args = new Bundle();
|
||||||
args.putParcelable("uri", uri);
|
args.putParcelable("uri", Uri.parse(etLink.getText().toString()));
|
||||||
|
|
||||||
new SimpleTask<Pair<InetAddress, IPInfo.Organization>>() {
|
new SimpleTask<Pair<InetAddress, IPInfo.Organization>>() {
|
||||||
@Override
|
@Override
|
||||||
|
@ -422,7 +422,7 @@ public class FragmentDialogOpenLink extends FragmentDialogBase {
|
||||||
@Override
|
@Override
|
||||||
public void onClick(View v) {
|
public void onClick(View v) {
|
||||||
Bundle args = new Bundle();
|
Bundle args = new Bundle();
|
||||||
args.putParcelable("uri", uri);
|
args.putParcelable("uri", Uri.parse(etLink.getText().toString()));
|
||||||
|
|
||||||
new SimpleTask<String>() {
|
new SimpleTask<String>() {
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue