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:
Brad Lassey 2011-12-23 14:40:17 -05:00
Родитель 5e7aef2396
Коммит 7afc146e06
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -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();