Move loader init after view setup

We may, and do, have race condition where onCreateLoader
initiated by initLoader() is called before the rest
of the function stack, especially setupSongList that
initializes mLoadingEmptyContainer used inside
onCreateLoader leading to a NPE

Change-Id: I8b6cc5a0cd7507f15993c016783369ad944377a9
1 file changed