Skip to content

Commit 8d69b8f

Browse files
committed
Reverts navigation graph unnecessary pops
1 parent fdb8e95 commit 8d69b8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/res/navigation/nav_graph.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<action
4242
android:id="@+id/action_statisticsFragment_to_tasksFragment"
4343
app:destination="@id/tasksFragment"
44-
app:popUpTo="@+id/tasksFragment" />
44+
/>
4545
</fragment>
4646
<fragment
4747
android:id="@+id/tasksFragment"
@@ -76,7 +76,7 @@
7676
<action
7777
android:id="@+id/action_addEditTaskFragment_to_tasksFragment"
7878
app:destination="@id/tasksFragment"
79-
app:popUpTo="@+id/tasksFragment" />
79+
/>
8080
</fragment>
8181
<argument
8282
android:name="userMessage"

0 commit comments

Comments
 (0)