mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 838440 - Refresh about:home twhen the activity is resumed. r=lucasr
This commit is contained in:
parent
e12da958a4
commit
3a37d846ee
@ -1513,4 +1513,14 @@ abstract public class BrowserApp extends GeckoApp
|
||||
}
|
||||
}).execute();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onResume()
|
||||
{
|
||||
super.onResume();
|
||||
if (mAboutHomeContent != null) {
|
||||
mAboutHomeContent.refresh();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user