Closed EugeneMartein closed 3 weeks ago
This line throws an unhandled InteruptedException.
https://github.com/yggdrasil-network/yggdrasil-android/blob/34756b21938704d6bbd9ddcc2c01b295ad163112/app/src/main/java/eu/neilalexander/yggdrasil/PacketTunnelProvider.kt#L235
Change it to the following line:
if (sleep()) return
This line throws an unhandled InteruptedException.
https://github.com/yggdrasil-network/yggdrasil-android/blob/34756b21938704d6bbd9ddcc2c01b295ad163112/app/src/main/java/eu/neilalexander/yggdrasil/PacketTunnelProvider.kt#L235
Change it to the following line:
if (sleep()) return