OSDN Git Service

Only call ActivityView.startActivity once per bubble
authorMark Renouf <mrenouf@google.com>
Wed, 23 Jan 2019 22:01:55 +0000 (17:01 -0500)
committerMark Renouf <mrenouf@google.com>
Thu, 24 Jan 2019 21:27:38 +0000 (21:27 +0000)
commit8eafa2244cf4ad5c594c8139d60f6e02efb11485
treed1917bac4721572b5270dc44ae3c7a55397da951
parent77bf8692e600e730022f5061213e65d25992ebd0
Only call ActivityView.startActivity once per bubble

This change fixes behavior when used with bubble intents which always create
a new task, using documentLaunchMode="always".

Test: manual
Bug: 111236845
Change-Id: Ic58639ff6e55fde8ca2e35c1be4632a2358e30a2
packages/SystemUI/src/com/android/systemui/bubbles/BubbleStackView.java
packages/SystemUI/src/com/android/systemui/bubbles/BubbleView.java