Skip to content

Commit

Permalink
Closes mozilla-mobile#2097: Stop video playback when custom tab closes
Browse files Browse the repository at this point in the history
  • Loading branch information
jonalmeida committed May 17, 2019
1 parent c5204d2 commit 7e8dce3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 7e8dce3

Please sign in to comment.