mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fixed file transfer server URL setting
This commit is contained in:
parent
b305a10f08
commit
06e07518bb
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ class ChatSettingsViewModel : GenericSettingsViewModel() {
|
|||
|
||||
val fileSharingUrlListener = object : SettingListenerStub() {
|
||||
override fun onTextValueChanged(newValue: String) {
|
||||
core.logCollectionUploadServerUrl = newValue
|
||||
core.fileTransferServer = newValue
|
||||
}
|
||||
}
|
||||
val fileSharingUrl = MutableLiveData<String>()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue