mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 07:13:00 +00:00 
			
		
		
		
	Merge pull request #4549 from Stypox/fix-showMiniPlayer
Fix IllegalStateException after onSaveInstanceState
This commit is contained in:
		| @@ -406,7 +406,7 @@ public final class NavigationHelper { | ||||
|         defaultTransaction(fragmentManager) | ||||
|                 .replace(R.id.fragment_player_holder, instance) | ||||
|                 .runOnCommit(() -> sendPlayerStartedEvent(instance.requireActivity())) | ||||
|                 .commit(); | ||||
|                 .commitAllowingStateLoss(); | ||||
|     } | ||||
|  | ||||
|     public static void openChannelFragment(final FragmentManager fragmentManager, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Tobias Groza
					Tobias Groza