Skip to content

Commit

Permalink
Delete invalid Toast message
Browse files Browse the repository at this point in the history
  • Loading branch information
barriosnahuel committed Nov 13, 2016
1 parent f1efff1 commit 3adfeeb
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import android.view.MenuItem;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.Toast;
import android.widget.ToggleButton;
import com.github.barriosnahuel.vossosunboton.AbstractActivity;
import com.github.barriosnahuel.vossosunboton.R;
Expand Down Expand Up @@ -109,7 +108,6 @@ private class MyClickListener implements View.OnClickListener {

if (this.mediaPlayer == null) {
Timber.e("Can't create media player for the specified resource");
Toast.makeText(HomeActivity.this, "No lo pude crear!!!", Toast.LENGTH_SHORT).show();
} else {
this.mediaPlayer.setOnCompletionListener(new MediaPlayer.OnCompletionListener() {
@Override
Expand Down

0 comments on commit 3adfeeb

Please sign in to comment.