OSDN Git Service

Fixed an issue when inflating too many notifications
authorSelim Cinek <cinek@google.com>
Sat, 20 May 2017 00:54:48 +0000 (17:54 -0700)
committerSelim Cinek <cinek@google.com>
Wed, 24 May 2017 20:31:08 +0000 (13:31 -0700)
commitae8de8c77c51b7b26ba92f2cce76bb5dd74bea73
tree340999285efeb1770ea123c89fc2fd4ccd08f6c2
parent605351c56c43608c58ca164e4ff81e03baf244c5
Fixed an issue when inflating too many notifications

The pool of queued asynctask was limited and should really
not be, because we might be inflating a lot views at the
same time.

Test: runtest systemui
Change-Id: I3e724985e01483531051a3e9e255faa69d2591d2
Fixes: 38261831
packages/SystemUI/src/com/android/systemui/statusbar/notification/NotificationInflater.java