refactoring (harmonize with develop)
This commit is contained in:
parent
790f5ac1d0
commit
a7848f0576
@ -1168,11 +1168,10 @@ public class PlaybackService extends Service {
|
||||
DBTasks.flattrItemIfLoggedIn(this, item);
|
||||
}
|
||||
}
|
||||
playable.saveCurrentPosition(PreferenceManager
|
||||
.getDefaultSharedPreferences(getApplicationContext()),
|
||||
playable.saveCurrentPosition(
|
||||
PreferenceManager.getDefaultSharedPreferences(getApplicationContext()),
|
||||
position,
|
||||
System.currentTimeMillis()
|
||||
);
|
||||
System.currentTimeMillis());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user