NewPipe-app-android/app/src/main/java/org/schabi/newpipe/fragments/detail
Stypox ad605e2c5a
Actually there is no need to use flatMap
`null` values returned in the lambda are converted to empty `Optional`s in the `map` method: https://developer.android.com/reference/java/util/Optional#map(java.util.function.Function%3C?%20super%20T,%20?%20extends%20U%3E)
2023-01-11 15:26:46 +01:00
..
DescriptionFragment.java Sort tags case-insensitively. 2022-07-29 09:21:48 +05:30
StackItem.java Annotate some NonNulls, some lint cleaning 2022-03-18 13:15:44 -04:00
TabAdapter.java Revert to deprecated BEHAVIOR_SET_USER_VISIBLE_HINT in TabAdapter 2020-09-06 14:02:25 +02:00
VideoDetailFragment.java Actually there is no need to use flatMap 2023-01-11 15:26:46 +01:00
VideoDetailPlayerCrasher.java Replace LinkedHashMap with List.of(). 2022-07-20 04:39:11 +05:30