Fix stale data due to stopped loader.

Bug 33185424

When stopping an CursorLoader while data is being loaded,
the load task will be canceled. This CL marks the data as
changed if the cancel is called while the loader is stopped.

Test: ran fragment tests
Change-Id: Iaddeade186b37cae9061df78754622d3296ebb0e
3 files changed