NewPipe-app-android/app/src/main/java/org/schabi
AudricV 2cf7764714
Fix crash when building the play queue audio track menu if the player is null
As the player can be null in some cases, we have to make sure that the player
is not null, by using Optionals on the player itself instead of its methods
returning Optionals.

If the player is null, the play queue audio track menu will now be hidden.
2023-11-15 21:45:56 +01:00
..
newpipe Fix crash when building the play queue audio track menu if the player is null 2023-11-15 21:45:56 +01:00