mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-01-28 17:39:24 +01:00
Fixed fresh install crash
This commit is contained in:
parent
2190101cf9
commit
ffdfefc35d
@ -780,6 +780,9 @@ public abstract class PlaybackController {
|
||||
}
|
||||
|
||||
public void resumeServiceNotRunning() {
|
||||
if (getMedia() == null) {
|
||||
return;
|
||||
}
|
||||
if (getMedia().getMediaType() == MediaType.AUDIO) {
|
||||
TypedArray res = activity.obtainStyledAttributes(new int[]{
|
||||
de.danoeh.antennapod.core.R.attr.av_play_big});
|
||||
|
Loading…
x
Reference in New Issue
Block a user