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

Merge commit '321f7fad5c4a6ef27e944dc72e2ddbfb61af81de' into gingerbread-plus-aosp

* commit '321f7fad5c4a6ef27e944dc72e2ddbfb61af81de':
  Making sure that there is no notification when focus changes from something to nothing.
This commit is contained in:
Konstantin Lopyrev
2010-08-03 11:26:21 -07:00
committed by Android Git Automerger

View File

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