Fix settings changes so they propagate to account listeners

CursorLoader.onCanceled was accidentally copied as cancelLoad, which is
quite different. onCanceled is CursorLoader's handling of canceled async
tasks, while cancelLoad is a Loader signal that typically happens when
loading is stopped (e.g. Activity is stopped).

Bug: 8384213
Change-Id: I49bfde800f02d9ebd0d8a108e05686a71565eb8a
1 file changed