2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-11 13:11:01 +00:00

For #17061: Prevent appBarLayout from leaking.

This commit is contained in:
mcarare 2020-12-16 11:33:51 +02:00 committed by Mihai Adrian Carare
parent fc43e85e4d
commit e0c3193162

View File

@ -539,6 +539,7 @@ class HomeFragment : Fragment() {
_sessionControlInteractor = null _sessionControlInteractor = null
sessionControlView = null sessionControlView = null
appBarLayout = null
bundleArgs.clear() bundleArgs.clear()
requireActivity().window.clearFlags(FLAG_SECURE) requireActivity().window.clearFlags(FLAG_SECURE)
} }