mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 22:05:19 +00:00
fix: protect PasswordDialog
window
This commit is contained in:
@@ -48,6 +48,10 @@ class PasswordDialog : DialogFragment() {
|
||||
false
|
||||
}
|
||||
}
|
||||
dialog.window?.setFlags(
|
||||
WindowManager.LayoutParams.FLAG_SECURE,
|
||||
WindowManager.LayoutParams.FLAG_SECURE,
|
||||
)
|
||||
return dialog
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user