Refreshing model data code doesn't appear to be needed. Back or up button

pg 286 if you remove the following code

public void setCrimes(List crimes) {
mCrimes = crimes;
}

and the call

mAdapter.setCrime(crimes);

The list view updates for either the up/back button. Also tested on the source code downloaded form web site.