Remove popBackStack

This commit is contained in:
Yeon Taek Jeong 2019-08-06 12:39:50 -07:00 committed by Emily Kager
parent a8526a0606
commit c87468d031
1 changed files with 0 additions and 1 deletions

View File

@ -133,7 +133,6 @@ open class HomeActivity : AppCompatActivity(), ShareFragment.TabsSharedCallback
override fun onNewIntent(intent: Intent?) {
super.onNewIntent(intent)
navHost.navController.popBackStack(R.id.homeFragment, false)
handleCrashIfNecessary(intent)
handleOpenedFromExternalSourceIfNecessary(intent)
}