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);
|
DBTasks.flattrItemIfLoggedIn(this, item);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
playable.saveCurrentPosition(PreferenceManager
|
playable.saveCurrentPosition(
|
||||||
.getDefaultSharedPreferences(getApplicationContext()),
|
PreferenceManager.getDefaultSharedPreferences(getApplicationContext()),
|
||||||
position,
|
position,
|
||||||
System.currentTimeMillis()
|
System.currentTimeMillis());
|
||||||
);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user