commit | 4d577fc1c5f4e6ad1285cbef828998adca43f2c2 | [log] [tgz] |
---|---|---|
author | Vadim Tryshev <vadimt@google.com> | Fri Apr 20 11:50:27 2018 -0700 |
committer | Vadim Tryshev <vadimt@google.com> | Fri Apr 20 12:20:20 2018 -0700 |
tree | 2445062ab10f5398d11c29d730f27495af76993d | |
parent | 69632a46ab975e5410a098425c54d7d39cdc5d16 [diff] |
Not sharing same task view between shortcuts SplitScreen task shortcut was written with an expectation that only one instance would be created at a time. No that it's used by Accessibility, SplitScreen may be asked to provide multiple shortcuts at a time for multiple tasks, and they share same mTaskView. Fixing this. Bug: 78094307 Test: Manual Change-Id: Ib440ca862b0677ec4a012ec9f2a225183b2c91f4