- Improved handling of network changes.

This commit is contained in:
Juha Heinanen
2020-02-08 22:41:43 +02:00
parent 86b60fa0f8
commit 57304c32d0
2 changed files with 46 additions and 24 deletions
@@ -281,9 +281,8 @@ object Utils {
}
if (updated) {
BaresipService.linkAddresses = linkAddresses
Api.uag_reset_transp(true,true)
Api.uag_reset_transp(true, true)
Api.net_debug()
}
}