diff options
author | Elliott Hughes <enh@google.com> | 2016-04-22 01:16:20 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-04-22 01:16:20 +0200 |
commit | 17266d9a653d8b896dfe6d69826e28352d5932bd (patch) | |
tree | 9ef75b94274cea726cdd5474a90d8e81e3d54901 /screen_ui.cpp | |
parent | Merge "Regenerate background text imgs in recovery" into nyc-dev (diff) | |
parent | Go back to the old ear-wiggling Android animation. (diff) | |
download | android_bootable_recovery-17266d9a653d8b896dfe6d69826e28352d5932bd.tar android_bootable_recovery-17266d9a653d8b896dfe6d69826e28352d5932bd.tar.gz android_bootable_recovery-17266d9a653d8b896dfe6d69826e28352d5932bd.tar.bz2 android_bootable_recovery-17266d9a653d8b896dfe6d69826e28352d5932bd.tar.lz android_bootable_recovery-17266d9a653d8b896dfe6d69826e28352d5932bd.tar.xz android_bootable_recovery-17266d9a653d8b896dfe6d69826e28352d5932bd.tar.zst android_bootable_recovery-17266d9a653d8b896dfe6d69826e28352d5932bd.zip |
Diffstat (limited to 'screen_ui.cpp')
-rw-r--r-- | screen_ui.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/screen_ui.cpp b/screen_ui.cpp index cfe36e186..5d6f17b7d 100644 --- a/screen_ui.cpp +++ b/screen_ui.cpp @@ -146,7 +146,6 @@ void ScreenRecoveryUI::draw_background_locked() { // Should only be called with updateMutex locked. void ScreenRecoveryUI::draw_progress_locked() { if (currentIcon == ERROR) return; - if (progressBarType != DETERMINATE) return; if (currentIcon == INSTALLING_UPDATE || currentIcon == ERASING) { GRSurface* frame = GetCurrentFrame(); |