mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fixed logs sharing server URL setting
This commit is contained in:
parent
610853f224
commit
bfa7773088
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@
|
|||
android:layout_marginEnd="16dp"
|
||||
android:paddingStart="20dp"
|
||||
android:paddingEnd="20dp"
|
||||
android:text="@={viewModel.fileSharingServerUrl}"
|
||||
android:text="@={viewModel.logsSharingServerUrl}"
|
||||
android:textSize="14sp"
|
||||
android:maxLines="1"
|
||||
android:background="@drawable/edit_text_background"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue