1
0
Fork 0

For #3829 - Add pop up to nav_graph to browser to home nav

master
Emily Kager 2019-07-01 16:44:42 -07:00 committed by Emily Kager
parent 6bb67a9de7
commit f60536b13c
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class ToolbarIntegration(
{
toolbar.hideKeyboard()
// We need to dynamically add the options here because if you do it in XML it overwrites
val options = NavOptions.Builder().setPopUpTo(R.id.homeFragment, true)
val options = NavOptions.Builder().setPopUpTo(R.id.nav_graph, false)
.setEnterAnim(R.anim.fade_in).build()
val extras = null
// Disabled while awaiting a better solution to #3209