Guest User

Untitled

a guest
Mar 22nd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. private void setPlaying(boolean playing) {
  2. this.playing = playing;
  3. this.binding.setPlaying(this.playing);
  4. onPlayPause(this.playing);
  5. }
Add Comment
Please, Sign In to add comment