|| place instanceof ElementsPlace || place instanceof FormsPlace || place instanceof PopupPlace || place instanceof ProgressBarPlace
|| place instanceof ProgressIndicatorPlace || place instanceof PullToRefreshPlace || place instanceof ScrollWidgetPlace || place instanceof SearchBoxPlace
|| place instanceof SliderPlace || place instanceof TabBarPlace) {
historyHandler.replaceCurrentPlace(new HomePlace());
historyHandler.pushPlace(new UIPlace());
}
}
}
}