mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-11-01 07:43:00 +00:00
System is now not restarted with `System.exit(0)`. Instead it is done properly by finishing the activity and restarting the activity. This allows preference changes which are queued up asynchronously through `apply` to be applied.