diff --git a/app/src/main/kotlin/com/tutpro/baresip/BaresipService.kt b/app/src/main/kotlin/com/tutpro/baresip/BaresipService.kt index 7966ea4e..2a07ea4a 100644 --- a/app/src/main/kotlin/com/tutpro/baresip/BaresipService.kt +++ b/app/src/main/kotlin/com/tutpro/baresip/BaresipService.kt @@ -1700,12 +1700,4 @@ class BaresipService: Service() { } - init { - if (!libraryLoaded) { - Log.d(TAG, "Loading baresip library") - System.loadLibrary("baresip") - libraryLoaded = true - } - } - }