mirror of
https://github.com/bitwarden/android.git
synced 2026-03-24 23:32:29 -05:00
PM-23878: Move filterTouchesWhenObscured to avoid actionbar issues (#5546)
This commit is contained in:
@@ -69,12 +69,11 @@ 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 }
|
||||
super.onCreate(savedInstanceState)
|
||||
|
||||
window.decorView.filterTouchesWhenObscured = true
|
||||
if (savedInstanceState == null) {
|
||||
mainViewModel.trySendAction(MainAction.ReceiveFirstIntent(intent = intent))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user