mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 891883 - Pop back stack when removing a HomePager's subpage (r=bnicholson)
This commit is contained in:
parent
1ad9ddc329
commit
175b851f5d
@ -1428,6 +1428,7 @@ abstract public class BrowserApp extends GeckoApp
|
||||
final Fragment subPage = fm.findFragmentByTag(HomePager.SUBPAGE_TAG);
|
||||
if (subPage != null) {
|
||||
fm.beginTransaction().remove(subPage).commitAllowingStateLoss();
|
||||
fm.popBackStack();
|
||||
}
|
||||
|
||||
// FIXME: do animation if animate is true
|
||||
|
Loading…
Reference in New Issue
Block a user