|
@@ -63,6 +63,7 @@ public class ScreenStack extends FrameLayout implements TitleBarBackButtonListen
|
63
|
63
|
|
64
|
64
|
private void readdPrevious(Screen previous) {
|
65
|
65
|
addView(previous, new LayoutParams(MATCH_PARENT, MATCH_PARENT));
|
|
66
|
+ previous.preventMountAfterReattachedToWindow();
|
66
|
67
|
}
|
67
|
68
|
|
68
|
69
|
public void popToRoot() {
|