1
0
Fork 0

For #490 - Properly closes the library when launched from the home view

master
Jeff Boek 2019-02-13 12:55:43 -08:00 committed by Colin Lee
parent ff96362551
commit 06403f3b3f
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ class HistoryFragment : Fragment(), CoroutineScope {
return when (item.itemId) {
R.id.libraryClose -> {
Navigation.findNavController(requireActivity(), R.id.container)
.popBackStack(R.id.browserFragment, false)
.popBackStack(R.id.libraryFragment, true)
true
}
R.id.librarySearch -> {