PM-23878: Add filter touches when obscured (#5545)

This commit is contained in:
David Perez 2025-07-18 15:45:12 -05:00 committed by GitHub
parent e75d7844de
commit 411e359600
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,6 +69,7 @@ class MainActivity : AppCompatActivity() {
lateinit var debugLaunchManager: DebugMenuLaunchManager
override fun onCreate(savedInstanceState: Bundle?) {
window.decorView.filterTouchesWhenObscured = true
intent = intent.validate()
var shouldShowSplashScreen = true
installSplashScreen().setKeepOnScreenCondition { shouldShowSplashScreen }