commit | d1bbdb462afd280a599b3914bbf4256201641f35 | [log] [tgz] |
---|---|---|
author | Craig Mautner <cmautner@google.com> | Tue Oct 22 09:53:20 2013 -0700 |
committer | Craig Mautner <cmautner@google.com> | Tue Oct 22 09:53:20 2013 -0700 |
tree | bf8ac8131cd7318176679cf434d6149254bfc804 | |
parent | a80d6424987602cc3141d4cb4cdee21a54747691 [diff] |
Make sure mFocusedStack is never the home stack. There were circumstances where mFocusedStack could be assigned the home stack. If this were ever to occur then all subsequent tasks would be put on the home stack. This fix ensures that there is no way that mFocusedStack will ever be assigned to the home task. Fixes bug 11271189. Change-Id: I7ddd9b6bcbf2787cbe2f44b461ad057ae2241f00