1
0
Fork 0

Closes #2097: Stop video playback when custom tab closes

master
Jonathan Almeida 2019-05-16 20:42:33 -04:00 committed by Emily Kager
parent c6416d532b
commit 2035be8cc6
1 changed files with 1 additions and 0 deletions

View File

@ -542,6 +542,7 @@ class BrowserFragment : Fragment(), BackHandler, CoroutineScope {
findInPageIntegration.onBackPressed() -> true
fullScreenFeature.onBackPressed() -> true
readerViewFeature.onBackPressed() -> true
customTabsIntegration.onBackPressed() -> true
sessionFeature.onBackPressed() -> true
else -> false
}