NewPipe-app-android/app/src/main/java
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
..
androidx/fragment/app Use toArray() with zero-length arrays. 2022-08-05 06:50:55 +05:30
com/google/android/material/appbar Use List.of(). 2022-07-20 04:39:11 +05:30
org Fix crash when building the play queue audio track menu if the player is null 2023-11-15 21:45:56 +01:00
us/shandian/giga Reorder the modifiers to comply with the Java Language Specification. 2023-09-20 15:41:57 +02:00