mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 14:15:30 +00:00
Bug 803571 - Clear database before refreshing about:home (r=mfinkle)
This commit is contained in:
parent
9b38080b22
commit
e22c3a1fb9
@ -155,8 +155,8 @@ abstract public class BrowserApp extends GeckoApp
|
||||
|
||||
@Override
|
||||
void handleClearHistory() {
|
||||
updateAboutHomeTopSites();
|
||||
super.handleClearHistory();
|
||||
updateAboutHomeTopSites();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user