mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fixed button label when editing an existing conference
This commit is contained in:
parent
8373eaeb7d
commit
64a736eeeb
1 changed files with 1 additions and 1 deletions
|
|
@ -308,7 +308,7 @@
|
|||
android:layout_marginBottom="10dp"
|
||||
android:layout_gravity="center"
|
||||
android:background="@drawable/shape_rect_orange_button"
|
||||
android:text="@{viewModel.scheduleForLater ? (viewModel.isUpdate ? @string/conference_schedule_start : @string/conference_schedule_start) : @string/conference_group_call_create, default=@string/conference_group_call_create}"
|
||||
android:text="@{viewModel.scheduleForLater ? (viewModel.isUpdate ? @string/conference_schedule_edit : @string/conference_schedule_start) : @string/conference_group_call_create, default=@string/conference_group_call_create}"
|
||||
style="@style/big_orange_button_font"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue