mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-01-01 11:39:14 +01:00
Bugfix: Title in audio player was invisible in some cases
This commit is contained in:
parent
1aacb3ad4d
commit
cb9741b417
@ -550,7 +550,7 @@ public class AudioplayerActivity extends MediaplayerActivity {
|
|||||||
if (media.getChapters() != null) {
|
if (media.getChapters() != null) {
|
||||||
butNavRight.setVisibility(View.VISIBLE);
|
butNavRight.setVisibility(View.VISIBLE);
|
||||||
} else {
|
} else {
|
||||||
butNavRight.setVisibility(View.GONE);
|
butNavRight.setVisibility(View.INVISIBLE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user