summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/FastScroller.java
diff options
context:
space:
mode:
authorChristopher Tate <ctate@google.com>2014-08-18 14:41:33 -0700
committerDi Wu <arete@google.com>2014-08-18 22:01:43 +0000
commit10ab095a5be2cc45354266b8fbe642c3facafd55 (patch)
tree6ac510265f3e9ac0c9f312feef8de7d1952a5c81 /core/java/android/widget/FastScroller.java
parent71809ee7f63229d0ea4f6169922ddfbfee330fd2 (diff)
downloadframeworks_base-10ab095a5be2cc45354266b8fbe642c3facafd55.zip
frameworks_base-10ab095a5be2cc45354266b8fbe642c3facafd55.tar.gz
frameworks_base-10ab095a5be2cc45354266b8fbe642c3facafd55.tar.bz2
Minor restore fixes
1. We were missing a 'break' in the session-timeout case of message dispatch, so were falling through into a different case. Oops. Fortunately it was benign; the other case's logic was merely logging "hey it doesn't look like there's anything to do here" and cleanly exiting. 2. After a restore operation finishes we were previously always leaving the session timeout clock running. However, this was not appropriate in the case of restore-at-install, when the restore was a one-shot kicked off by the package manager rather than an operation on an ongoing RestoreSession. That logic now properly tidies up the session timeout when winding up the restore in either situation. Bug 17080648 Change-Id: I51d4a50db4feefc4c355230a3bfb926ea2fb5944
Diffstat (limited to 'core/java/android/widget/FastScroller.java')
0 files changed, 0 insertions, 0 deletions