mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 13:21:28 +00:00
bug 711680 - VKB/Awesome bar shows Search /Magnifying glass after you goto an url and then tap twice on the awesome bar r=dougt
This commit is contained in:
parent
5e7aef2396
commit
7afc146e06
@ -372,6 +372,13 @@ public class AwesomeBar extends Activity implements GeckoEventListener {
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onResume() {
|
||||
super.onResume();
|
||||
if (mText != null && mText.getText() != null)
|
||||
updateGoButton(mText.getText().toString());
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onDestroy() {
|
||||
super.onDestroy();
|
||||
|
Loading…
x
Reference in New Issue
Block a user