commit | 90186c6d6e7589835db183f602fb48e23a759a87 | [log] [tgz] |
---|---|---|
author | Filip Gruszczynski <gruszczy@google.com> | Mon Oct 26 14:07:00 2015 -0700 |
committer | Filip Gruszczynski <gruszczy@google.com> | Tue Oct 27 10:04:20 2015 -0700 |
tree | 9acd2dc643eff4a2b63a7c015681b7660543d7c1 | |
parent | 5ac3a8a836df4839a6f461da82d21a8fd219e1d8 [diff] |
Fix wrong task bounds when docking from recents. When docking from recents we would move the task to the docked stack, but we wouldn't run the resizing code that forces the task to be within the stack bounds. We need to perform both operations and we can achieve that using a more general method of moving tasks. This also adds the passing of creation mode in the activity options, so the task will be docked in the right spot. Change-Id: Ia7f94a7e3677ed60ca2f4d889e548d80a3bc3df1