2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-19 09:25:34 +00:00
This commit is contained in:
Emily Kager 2019-08-19 19:22:20 -04:00 committed by Jeff Boek
parent 8a1829b484
commit 0268034e79

View File

@ -173,7 +173,7 @@ class BrowserFragment : BaseBrowserFragment(), BackHandler {
override fun onResume() {
super.onResume()
getSessionById()?.let { quickActionSheetSessionObserver?.updateBookmarkState(it) }
requireComponents.core.tabCollectionStorage.register(collectionStorageObserver, this)
}