if (newPlace instanceof PullToRefreshPlace) {
return new PullToRefreshActivity(clientFactory);
}
if (newPlace instanceof CarouselPlace) {
return new CarouselActivity(clientFactory);
}
if (newPlace instanceof GroupedCellListPlace) {
return new GroupedCellListActivity(clientFactory);
}