mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 03:18:06 +00:00
Fixed wrong setting disabled when VFS is enabled
This commit is contained in:
parent
337c103988
commit
0817b57048
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,6 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="20dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:enabled="@{!viewModel.isVfsEnabled}"
|
||||
android:checked="@{viewModel.autoDownloadEnabled}"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
|
@ -69,6 +68,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="20dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:enabled="@{!viewModel.isVfsEnabled}"
|
||||
android:checked="@{viewModel.autoExportMediaToNativeGallery}"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/auto_download_switch" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue