Fix use of disabled cursor

When the activity is in the process of shutting down, the loaders
may have been reset.  Getting the list view in onDestroyView may cause
a disabled cursor to be accessed

We should just rely on the saving that happens in onSaveInstanceState

Bug: 6937511
Change-Id: I6e19a01f0f04d4f4b9efdfeedc6872f72c6f1ec9
1 file changed