mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-05 15:45:42 +02:00
fix: protect PasswordDialog
window
This commit is contained in:
parent
d68958c3e1
commit
6dcffc04d2
|
@ -48,6 +48,10 @@ class PasswordDialog : DialogFragment() {
|
|||
false
|
||||
}
|
||||
}
|
||||
dialog.window?.setFlags(
|
||||
WindowManager.LayoutParams.FLAG_SECURE,
|
||||
WindowManager.LayoutParams.FLAG_SECURE,
|
||||
)
|
||||
return dialog
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue