createPhoneDisplay(clientFactory);
}
AppHistoryObserver historyObserver = new AppHistoryObserver();
MGWTPlaceHistoryHandler historyHandler = new MGWTPlaceHistoryHandler(historyMapper, historyObserver);
historyHandler.register(clientFactory.getPlaceController(), clientFactory.getEventBus(), new HomePlace());
historyHandler.handleCurrentHistory();
}