Bug 891883 - Pop back stack when removing a HomePager's subpage (r=bnicholson)

This commit is contained in:
Lucas Rocha 2013-07-11 14:46:42 +01:00
parent 1ad9ddc329
commit 175b851f5d

View File

@ -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