mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-04-04 17:57:01 +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.