Disable export downloaded images to gallery chat setting if auto download is enabled
This commit is contained in:
parent
a0a39b3884
commit
05a167110b
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@
|
|||
<include
|
||||
layout="@layout/settings_widget_switch"
|
||||
linphone:title="@{@string/chat_settings_downloaded_media_public_title}"
|
||||
linphone:enabled="@{!viewModel.vfs}"
|
||||
linphone:enabled="@{!viewModel.vfs && viewModel.autoDownloadIndex != 1}"
|
||||
linphone:subtitle="@{@string/chat_settings_downloaded_media_public_summary}"
|
||||
linphone:listener="@{viewModel.downloadedMediaPublicListener}"
|
||||
linphone:checked="@={viewModel.downloadedMediaPublic}"/>
|
||||
|
|
Loading…
Reference in a new issue