summaryrefslogtreecommitdiff
path: root/app/src/main
diff options
context:
space:
mode:
authordethstar <pcepedam92@gmail.com>2015-12-13 14:31:44 -0600
committerdethstar <pcepedam92@gmail.com>2015-12-20 10:50:00 -0600
commita24a1860ae68ae23c023229023ba2fd21947d792 (patch)
tree779cecfd92e30409dbf6c6cd69d9ecebff8e1ac6 /app/src/main
parent394e1514b21114219e22fc6256289e409290b757 (diff)
downloadAntennaPod-a24a1860ae68ae23c023229023ba2fd21947d792.zip
remove yet to be used imports and change from Boolean to boolean
Diffstat (limited to 'app/src/main')
-rw-r--r--app/src/main/java/de/danoeh/antennapod/activity/MediaplayerActivity.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/src/main/java/de/danoeh/antennapod/activity/MediaplayerActivity.java b/app/src/main/java/de/danoeh/antennapod/activity/MediaplayerActivity.java
index 939b0cd75..9e5744f55 100644
--- a/app/src/main/java/de/danoeh/antennapod/activity/MediaplayerActivity.java
+++ b/app/src/main/java/de/danoeh/antennapod/activity/MediaplayerActivity.java
@@ -4,7 +4,6 @@ import android.annotation.TargetApi;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
-import android.content.SharedPreferences;
import android.graphics.PixelFormat;
import android.media.AudioManager;
import android.net.Uri;
@@ -53,7 +52,7 @@ public abstract class MediaplayerActivity extends ActionBarActivity
protected SeekBar sbPosition;
protected ImageButton butPlay;
protected ImageButton butRev;
- protected Boolean timeLeft = false;
+ protected boolean timeLeft = false;
protected TextView txtvRev;
protected ImageButton butFF;
protected TextView txtvFF;