OSDN Git Service

Add a missing case when detecting if a toast can be added
authorSvet Ganov <svetoslavganov@google.com>
Thu, 29 Sep 2016 07:43:51 +0000 (00:43 -0700)
committerSvetoslav Ganov <svetoslavganov@google.com>
Thu, 29 Sep 2016 08:19:52 +0000 (08:19 +0000)
commit62a40f87b3f45cbd20fea101d977153e9a933891
treedb308865746b0b943944fb5d9ea294697a0cf363
parente7c74c064f855873590d8a8e4e3605ca8c9eaba1
Add a missing case when detecting if a toast can be added

We allow only one toast window per UID to be added at a
time. We ignore windows that run exit animation but we
should also ignore windows that should be removed after
the exit animation.

bug:31340854

Change-Id: I51c21f2c0e04341697f61e4cc107f9116254b206
services/core/java/com/android/server/wm/DisplayContent.java