|
|
@ -576,6 +576,7 @@ public class FragmentDialogOpenLink extends FragmentDialogBase {
|
|
|
|
index, index + host.length(), Spanned.SPAN_EXCLUSIVE_EXCLUSIVE);
|
|
|
|
index, index + host.length(), Spanned.SPAN_EXCLUSIVE_EXCLUSIVE);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (uri.isHierarchical())
|
|
|
|
for (String name : uri.getQueryParameterNames()) {
|
|
|
|
for (String name : uri.getQueryParameterNames()) {
|
|
|
|
Pattern pattern = Pattern.compile("[?&]" + Pattern.quote(name) + "=");
|
|
|
|
Pattern pattern = Pattern.compile("[?&]" + Pattern.quote(name) + "=");
|
|
|
|
Matcher matcher = pattern.matcher(text);
|
|
|
|
Matcher matcher = pattern.matcher(text);
|
|
|
|