mirror of
https://github.com/bitwarden/android.git
synced 2025-12-12 00:08:00 -06:00
PM-23878: Add filter touches when obscured (#5545)
This commit is contained in:
parent
e75d7844de
commit
411e359600
@ -69,6 +69,7 @@ class MainActivity : AppCompatActivity() {
|
|||||||
lateinit var debugLaunchManager: DebugMenuLaunchManager
|
lateinit var debugLaunchManager: DebugMenuLaunchManager
|
||||||
|
|
||||||
override fun onCreate(savedInstanceState: Bundle?) {
|
override fun onCreate(savedInstanceState: Bundle?) {
|
||||||
|
window.decorView.filterTouchesWhenObscured = true
|
||||||
intent = intent.validate()
|
intent = intent.validate()
|
||||||
var shouldShowSplashScreen = true
|
var shouldShowSplashScreen = true
|
||||||
installSplashScreen().setKeepOnScreenCondition { shouldShowSplashScreen }
|
installSplashScreen().setKeepOnScreenCondition { shouldShowSplashScreen }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user