NewPipe-app-android/app/src/main/java/org/schabi/newpipe/fragments
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
..
detail Actually there is no need to use flatMap 2023-01-11 15:26:46 +01:00
list Merge pull request #9521 from pratyaksh1610/branch-9518 2022-12-31 23:31:58 +01:00
BackPressable.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
BaseStateFragment.java Replace ErrorActivity with ErrorUtil 2021-12-04 10:36:36 +01:00
BlankFragment.java Get rid of setUserVisibleHint 2021-10-16 15:33:45 -04:00
EmptyFragment.java fix Rotation crash on „Video not available“ page (#5941) 2021-05-05 08:55:54 +02:00
MainFragment.java Replace ErrorActivity with ErrorUtil 2021-12-04 10:36:36 +01:00
OnScrollBelowItemsListener.java Annotate some NonNulls, some lint cleaning 2022-03-18 13:15:44 -04:00
ViewContract.java Add report/solve-recaptcha button in error panel 2021-03-12 23:21:49 +01:00