Avoid re-creating Message model objects in cases like rotate

Do the data model wrapping in CursorLoader.loadInBackground
instead of LoaderCallbacks.onLoadFinished, so the wrapped
cursor is re-used in onStartLoading if already present.

Change-Id: I9310819498368b7bc34e38024701749afddba608
1 file changed