Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
packages_apps_Browser
Commits
2edc80c2
Commit
2edc80c2
authored
13 years ago
by
John Reck
Browse files
Options
Download
Email Patches
Plain Diff
URL bar select all
Bug: 5650655 Change-Id: I0b1e2522b158bccdc04d1bdaf4cb01ac53541b70
parent
3e5e5fad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/com/android/browser/NavigationBarPhone.java
src/com/android/browser/NavigationBarPhone.java
+1
-0
No files found.
src/com/android/browser/NavigationBarPhone.java
View file @
2edc80c2
...
...
@@ -213,6 +213,7 @@ public class NavigationBarPhone extends NavigationBarBase implements
if
(
hasFocus
&&
!
mUrlInput
.
getText
().
toString
().
equals
(
mUrlInput
.
getTag
()))
{
// only change text if different
mUrlInput
.
setText
((
String
)
mUrlInput
.
getTag
(),
false
);
mUrlInput
.
selectAll
();
}
else
{
setDisplayTitle
(
mUrlInput
.
getText
().
toString
());
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment