Skip to content

Commit

Permalink
remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydeepw committed May 10, 2014
1 parent ac17d80 commit 7474f27
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,6 @@ To extend the capabilities of AudioWife, custom click listeners can be attached.
Refer to source documentation for more details.

```java
AudioWife.getInstance().init(MainActivity.this, uri)
.setPlayView(mPlayMedia) // AudioWife takes care of click handler for play button
.setPauseView(mPauseMedia) // AudioWife takes care of click handler for pause button
.setSeekBar(mMediaSeekBar)
.setPlaytime(mPlaybackTime);

AudioWife.getInstance().addOnCompletionListener( new MediaPlayer.OnCompletionListener() {

Expand Down

0 comments on commit 7474f27

Please sign in to comment.