mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-18 03:48:08 +00:00
Fixed crash when creating new contact
This commit is contained in:
parent
39615b92c1
commit
95a07b0679
2 changed files with 4 additions and 1 deletions
|
|
@ -450,7 +450,7 @@ internal fun ContactEditorFragment.navigateToContact(contact: NativeContact) {
|
|||
findNavController().navigate(
|
||||
R.id.action_contactEditorFragment_to_detailContactFragment,
|
||||
bundle,
|
||||
getRightToLeftAnimationNavOptions(R.id.detailContactFragment, true)
|
||||
getRightToLeftAnimationNavOptions(R.id.masterContactsFragment, false)
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -126,6 +126,9 @@
|
|||
android:name="SipUri"
|
||||
app:argType="string"
|
||||
app:nullable="true" />
|
||||
<action
|
||||
android:id="@+id/action_contactEditorFragment_to_detailContactFragment"
|
||||
app:destination="@id/contacts_nav_graph.xml" />
|
||||
</fragment>
|
||||
<include app:graph="@navigation/chat_nav_graph" />
|
||||
<include app:graph="@navigation/contacts_nav_graph" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue