зеркало из https://github.com/mozilla/gecko-dev.git
Bug 838440 - Refresh about:home twhen the activity is resumed. r=lucasr
This commit is contained in:
Родитель
8523227c6b
Коммит
a437cc4b76
|
@ -1513,4 +1513,14 @@ abstract public class BrowserApp extends GeckoApp
|
|||
}
|
||||
}).execute();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onResume()
|
||||
{
|
||||
super.onResume();
|
||||
if (mAboutHomeContent != null) {
|
||||
mAboutHomeContent.refresh();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче