mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 15:23:00 +00:00 
			
		
		
		
	Fix line length violation
This commit is contained in:
		| @@ -114,7 +114,7 @@ public enum StreamDialogDefaultEntry { | ||||
|             fetchStreamInfoAndSaveToDatabase(fragment.requireContext(), item.getServiceId(), | ||||
|                     item.getUrl(), info -> { | ||||
|                         // Ensure the fragment is attached and its state hasn't been saved to avoid | ||||
|                         // showing the dialog during lifecycle changes or when the activity is paused. | ||||
|                         // showing dialog during lifecycle changes or when the activity is paused. | ||||
|                         if (fragment.isAdded() && !fragment.isStateSaved()) { | ||||
|                             final DownloadDialog downloadDialog = | ||||
|                                     new DownloadDialog(fragment.requireContext(), info); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Elva Kang
					Elva Kang