commit | b8c5876dc020959e133c0c7975d8ef65e4d47a27 | [log] [tgz] |
---|---|---|
author | Jorim Jaggi <jjaggi@google.com> | Wed Apr 20 17:58:29 2016 -0700 |
committer | Jorim Jaggi <jjaggi@google.com> | Thu Apr 21 14:53:52 2016 -0700 |
tree | 8056a1374ab70fd3c3932d8d85cee8fa6fec0e08 | |
parent | 5c80c41ee0ef808e7c8234087c5538531a16f5bb [diff] |
Keep stack from mReuseTask When we launch an activity with CLEAR_TOP and NEW_TASK, we clear all the activities in that task but then we don't reuse the stack, which can lead to weirdness. To fix this, we need to keep the target stack in that case. Bug: 28000613 Change-Id: If85ade73b1036e8a7c0eda418d9f39e8596b8b16