Skip to content

Instantly share code, notes, and snippets.

@trunghq3101
Created October 21, 2019 03:43
Show Gist options
  • Select an option

  • Save trunghq3101/976623d1305762c3f99bc6053d6d62c9 to your computer and use it in GitHub Desktop.

Select an option

Save trunghq3101/976623d1305762c3f99bc6053d6d62c9 to your computer and use it in GitHub Desktop.
Pop this fragment from backstack when go to new destination
<fragment
android:id="@+id/blankFragment"
android:name="com.miller.futurechat.presentation.blank.BlankFragment"
android:label="Home"
tools:layout="@layout/fragment_blank">
<action
android:id="@+id/action_blank_to_conversations"
app:destination="@id/conversationsFragment"
app:popUpTo="@id/blankFragment"
app:popUpToInclusive="true" />
</fragment>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment