summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2009-09-20 23:40:27 +0200
committerAndroid Git Automerger <android-git-automerger@android.com>2009-09-20 23:40:27 +0200
commit83a25d7380d0d27c8b7eae02b0d0e339c88d71ce (patch)
tree80f400800d17c87ae854cad86369be187049d055
parentam d16fb221: am 60babf8b: delete files before symlinking; log error messages (diff)
parentam fd8fb0c4: reduce fraction of progress bar for verification (diff)
downloadandroid_bootable_recovery-83a25d7380d0d27c8b7eae02b0d0e339c88d71ce.tar
android_bootable_recovery-83a25d7380d0d27c8b7eae02b0d0e339c88d71ce.tar.gz
android_bootable_recovery-83a25d7380d0d27c8b7eae02b0d0e339c88d71ce.tar.bz2
android_bootable_recovery-83a25d7380d0d27c8b7eae02b0d0e339c88d71ce.tar.lz
android_bootable_recovery-83a25d7380d0d27c8b7eae02b0d0e339c88d71ce.tar.xz
android_bootable_recovery-83a25d7380d0d27c8b7eae02b0d0e339c88d71ce.tar.zst
android_bootable_recovery-83a25d7380d0d27c8b7eae02b0d0e339c88d71ce.zip
-rw-r--r--common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.h b/common.h
index 67611592a..d962a0a3f 100644
--- a/common.h
+++ b/common.h
@@ -68,7 +68,7 @@ void ui_set_progress(float fraction); // 0.0 - 1.0 within the defined scope
// Default allocation of progress bar segments to operations
static const int VERIFICATION_PROGRESS_TIME = 60;
-static const float VERIFICATION_PROGRESS_FRACTION = 0.5;
+static const float VERIFICATION_PROGRESS_FRACTION = 0.25;
static const float DEFAULT_FILES_PROGRESS_FRACTION = 0.4;
static const float DEFAULT_IMAGE_PROGRESS_FRACTION = 0.1;