mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 03:18:06 +00:00
Fixed logs sharing server URL setting
This commit is contained in:
parent
28b6bd7e90
commit
1556abc79e
2 changed files with 5 additions and 1 deletions
|
|
@ -15,6 +15,10 @@ Group changes to describe their impact on the project, as follows:
|
|||
### Added
|
||||
- Added a vu meter for recording volume
|
||||
- Added a setting for user to choose whether to sort contacts by first name or last name
|
||||
- Added a setting to let app auto-answer call with video sending already enabled
|
||||
|
||||
### Changed
|
||||
- Reworked some settings (moved calls related ones from advanced settings to advanced calls settings)
|
||||
|
||||
## [6.0.7] - 2025-05-16
|
||||
|
||||
|
|
|
|||
|
|
@ -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