Commit 4edceb1
committed
Fix FLAG_SECURE import in LoginActivity
The FLAG_SECURE constant was incorrectly imported from Display instead of
WindowManager.LayoutParams. This fixes the import to use the correct location
for the flag that prevents screenshots and screen recording of the login screen.1 parent 23874ff commit 4edceb1
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | 60 | | |
62 | 61 | | |
63 | 62 | | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments