straw/app/src/main/java/org/schabi/newpipe/fragments
Stypox 126f4b0e30
Fix crash when closing video detail fragment
This bug started appearing because the way to close the player is now unified in PlayerHolder.stopService(), which causes the player to reach back to the video detail fragment with a notification of the shutdown (i.e. onServiceStopped() is called). This is fixed by adding a nullability check on the binding.
2025-02-18 18:03:10 +01:00
..
detail Fix crash when closing video detail fragment 2025-02-18 18:03:10 +01:00
list Update app/src/main/java/org/schabi/newpipe/fragments/list/videos/RelatedItemsFragment.java 2024-11-03 18:26:38 +11:00
BackPressable.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
BaseStateFragment.java Replaced `Icepick with Bridge and Android-State` 2024-10-23 21:28:07 +02: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 Merge pull request #10918 from Stypox/non-transitive-r 2024-05-08 10:35:08 +02: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