Preserving value of mSubtitleVisible in CrimeListFragment

Is there a reason you can’t just make mSubtitleVisible static (and, I guess, change the name to sSubtitleVisible) to preserve the value when using the up button to exit CrimePagerActivity?

ETA, also, why doesn’t saving this value using savedInstanceState preserve the value here as well as for rotation?