mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2026-04-22 23:01:22 +00:00
Clean up AlertDialogs
This commit is contained in:
@@ -169,7 +169,7 @@ public final class InternalUrlsHandler {
|
||||
.setTitle(R.string.player_stream_failure)
|
||||
.setMessage(
|
||||
ErrorPanelHelper.Companion.getExceptionDescription(throwable))
|
||||
.setPositiveButton(R.string.ok, (v, b) -> { })
|
||||
.setPositiveButton(R.string.ok, null)
|
||||
.show();
|
||||
}));
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user