logger.finer("Initialising HomeActivity based on HomeResult " + result);
// If this is a new install then head over to the new install place
if (result.isNewInstall()) {
logger.info("Appears to be a new install, sending to welcome page");
placeController.goTo(new InitJizzPlace());
return;
}
homeView.setStationName(result.getStationName());
homeView.setDjName(result.getName());