Skip to content

Commit

Permalink
Merge branch 'look-into-moving-tapjacking-to-root-layout-instead-of-d…
Browse files Browse the repository at this point in the history
…roid-1428'
  • Loading branch information
Rawa committed Dec 23, 2024
2 parents ba2ddf2 + abb9bc2 commit 740ae68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class MainActivity : ComponentActivity(), AndroidScopeComponent {
setContent { AppTheme { MullvadApp() } }

// This is to protect against tapjacking attacks
window.decorView.filterTouchesWhenObscured = true
window.decorView.rootView.filterTouchesWhenObscured = true

// Needs to be before we start the service, since we need to access the intent there
lifecycleScope.launch { intents().collect(::handleIntent) }
Expand Down

0 comments on commit 740ae68

Please sign in to comment.