OSDN Git Service

Force download progress bar to show progress.
authorJean-Baptiste Queru <jbq@google.com>
Fri, 6 Feb 2009 23:52:12 +0000 (15:52 -0800)
committerJean-Baptiste Queru <jbq@google.com>
Fri, 6 Feb 2009 23:53:29 +0000 (15:53 -0800)
commit53c65cacd7f216bd68cac56ba739deed2de63a30
treebeaecae45e7cc7c2624f4d81f850835a61511b86
parentc3996145a81b44e27b7fad251e460ccf9c4a5d61
Force download progress bar to show progress.

Somehow progress bars in list viewws have problems with their
indeterminate state (whether the state is indeterminate is
actually indeterminate, how ironic). This forces the state to
not be indeterminate.

This fixes http://code.google.com/p/android/issues/detail?id=1118
src/com/android/browser/BrowserDownloadAdapter.java