The LibraryFragments are now loading their content async.
This commit is contained in:
parent
620cc83f54
commit
4e6df0faf8
15 changed files with 367 additions and 54 deletions
|
|
@ -355,7 +355,8 @@ public class MultiPlayer implements Playback, MediaPlayer.OnErrorListener, Media
|
|||
// SystemClock.sleep(25);
|
||||
mNextPlayer.start();
|
||||
}
|
||||
mCompletion.onCompletion(this);
|
||||
if (mCompletion != null)
|
||||
mCompletion.onCompletion(this);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue