Making sure that there is no notification when focus changes from something to nothing.

Change-Id: Ib8b3bdd7f5dd999c933a017fe1b34263afe38e4a
This commit is contained in:
Konstantin Lopyrev
2010-08-02 20:01:01 -07:00
parent 3d84280ccc
commit 321f7fad5c

View File

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