mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Hide audio/video/chat factory URIs & LIME server URL from account settings
This commit is contained in:
parent
bdffe20fd0
commit
b426bd567f
1 changed files with 3 additions and 0 deletions
|
|
@ -238,6 +238,7 @@
|
|||
linphone:title="@{@string/account_setting_conference_factory_address}"
|
||||
linphone:listener="@{viewModel.conferenceFactoryUriListener}"
|
||||
linphone:defaultValue="@{viewModel.conferenceFactoryUri}"
|
||||
android:visibility="gone"
|
||||
linphone:inputType="@{InputType.TYPE_CLASS_TEXT}"/>
|
||||
|
||||
<include
|
||||
|
|
@ -245,6 +246,7 @@
|
|||
linphone:title="@{@string/account_setting_audio_video_conference_factory_address}"
|
||||
linphone:listener="@{viewModel.audioVideoConferenceFactoryUriListener}"
|
||||
linphone:defaultValue="@{viewModel.audioVideoConferenceFactoryUri}"
|
||||
android:visibility="gone"
|
||||
linphone:inputType="@{InputType.TYPE_CLASS_TEXT}"/>
|
||||
|
||||
<include
|
||||
|
|
@ -252,6 +254,7 @@
|
|||
linphone:title="@{@string/account_setting_end_to_end_encryption_keys_server_url}"
|
||||
linphone:listener="@{viewModel.limeServerUrlListener}"
|
||||
linphone:defaultValue="@{viewModel.limeServerUrl}"
|
||||
android:visibility="gone"
|
||||
linphone:inputType="@{InputType.TYPE_CLASS_TEXT}"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue