mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 15:23:00 +00:00 
			
		
		
		
	Lint: Lambda fix
This commit is contained in:
		| @@ -534,9 +534,8 @@ public class RouterActivity extends AppCompatActivity { | ||||
|                     downloadDialog.show(fm, "downloadDialog"); | ||||
|                     fm.executePendingTransactions(); | ||||
|                     downloadDialog.requireDialog().setOnDismissListener(dialog -> finish()); | ||||
|                 }, (@NonNull Throwable throwable) -> { | ||||
|                     showUnsupportedUrlDialog(currentUrl); | ||||
|                 })); | ||||
|                 }, (@NonNull Throwable throwable) -> | ||||
|                         showUnsupportedUrlDialog(currentUrl))); | ||||
|     } | ||||
|  | ||||
|     @Override | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 TacoTheDank
					TacoTheDank