diff options
author | Grace Kloba <klobag@google.com> | 2009-07-24 16:27:11 -0700 |
---|---|---|
committer | Grace Kloba <klobag@google.com> | 2009-07-24 16:27:11 -0700 |
commit | a16de7b03a1b2fe9e5eca55ce677c121e97079f8 (patch) | |
tree | f1af5461905dd43e8d897f58f2540ac0d12205c4 /core/java/android/appwidget | |
parent | f88c0a0625b136ba26d2e68c692261925a2c9584 (diff) | |
download | frameworks_base-a16de7b03a1b2fe9e5eca55ce677c121e97079f8.zip frameworks_base-a16de7b03a1b2fe9e5eca55ce677c121e97079f8.tar.gz frameworks_base-a16de7b03a1b2fe9e5eca55ce677c121e97079f8.tar.bz2 |
Fix 1993520 where page cycler fails.
Recover the old logic before removing network management. Remove the empty
list for the host after consuming the last entry. As we should never have
an empty list, it is safe to call removeFirst without checking whether it is
empty.
Currently, in getRequest() or removeFrist(), if we found an empty list, we
remove it. Then we return null for the request even there are requests in
another list. So the page stops loading until the next getRequest() or
removeFirst() is called. If they are not called, those requests will never
be accessed.
Diffstat (limited to 'core/java/android/appwidget')
0 files changed, 0 insertions, 0 deletions