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

nightly-build-test
Jeff Boek 5 years ago committed by Colin Lee
parent ff96362551
commit 06403f3b3f

@ -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 -> {

Loading…
Cancel
Save