commit | 0398bf70e703e89aacb074e4ef9b4a86843e3d06 | [log] [tgz] |
---|---|---|
author | Daniel Sandler <[email protected]> | Thu Aug 19 14:55:38 2010 -0400 |
committer | Daniel Sandler <[email protected]> | Thu Aug 19 16:59:11 2010 -0400 |
tree | 48ee9a9496e0435685d536e37b58f0041cd1c0f2 | |
parent | bccfcd95d3cc4029c1ed8514d31436a857283873 [diff] |
Fix periodically disappearing status icons. Occasionally the animation listener wasn't being told that the ticker animation had completed; this callback was essential to keeping the status bar's internal state correct (namely, setting mTicking=false). The safest thing to do is simply set mTicking to false immediately upon tickerDone() or tickerHalting(). Bug: 2915280 Change-Id: I997911b12fa2985fa83b42154fb3485220886219