Should be no need to load baresip lib also from BaresipService

This commit is contained in:
Juha Heinanen
2024-04-17 08:53:58 +03:00
parent aa206718d6
commit 9ff10d399c

View File

@ -1700,12 +1700,4 @@ class BaresipService: Service() {
}
init {
if (!libraryLoaded) {
Log.d(TAG, "Loading baresip library")
System.loadLibrary("baresip")
libraryLoaded = true
}
}
}