From 72e8984f5c73bd960a0a0f910e9f2bf06cc51334 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 22 May 2017 20:06:24 +0300 Subject: Fix unpack progress bar on Android. --- src/dirs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dirs.cpp b/src/dirs.cpp index ce91c89b0..34d69d9bd 100644 --- a/src/dirs.cpp +++ b/src/dirs.cpp @@ -79,7 +79,7 @@ static void updateProgress(int cnt) const int h = mainGraphics->mHeight; mainGraphics->setColor(Color(255, 255, 255)); const int maxSize = mainGraphics->mWidth - 100; - const int width = maxSize * progress / 450; + const int width = maxSize * progress / 50; mainGraphics->fillRectangle(Rect(50, h - 100, width, 50)); mainGraphics->updateScreen(); } -- cgit v1.2.3-60-g2f50