ignore elevation list while screen is locked
elevated windows would appear above the locker pot. leaking information BUG: 347466
This commit is contained in:
parent
c08038e0a6
commit
89195c7e83
1 changed files with 2 additions and 0 deletions
|
@ -462,6 +462,8 @@ private:
|
|||
inline
|
||||
QList<EffectWindow*> EffectsHandlerImpl::elevatedWindows() const
|
||||
{
|
||||
if (isScreenLocked())
|
||||
return QList<EffectWindow*>();
|
||||
return elevated_windows;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue