Fix error introduced with 0950f4
CCBUG: 299429
This commit is contained in:
parent
b3a813ffa7
commit
8dd05b6cb2
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ effects['desktopChanged(int,int)'].connect(function(oldDesktop, newDesktop) {
|
|||
if (w.minimized) {
|
||||
continue;
|
||||
}
|
||||
if (!w.isOnActivity(currentActivity)){
|
||||
if (!w.isOnActivity(effects.currentActivity)){
|
||||
continue;
|
||||
}
|
||||
if (w.desktop == oldDesktop) {
|
||||
|
|
Loading…
Reference in a new issue