am b59b1209: am 321f7fad: Making sure that there is no notification when focus changes from something to nothing.

Merge commit 'b59b120929f10c1501d27ebab2f69180868e9776'

* commit 'b59b120929f10c1501d27ebab2f69180868e9776':
  Making sure that there is no notification when focus changes from something to nothing.
This commit is contained in:
Konstantin Lopyrev
2010-08-04 11:12:13 -07:00
committed by Android Git Automerger

View File

@@ -7826,8 +7826,8 @@ public class WindowManagerService extends IWindowManager.Stub
} catch (RemoteException e) {
// Ignore if process has died.
}
notifyFocusChanged();
}
notifyFocusChanged();
}
} break;