summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxunchang <xunchang@google.com>2018-12-20 20:31:18 +0100
committerxunchang <xunchang@google.com>2018-12-20 20:36:55 +0100
commitc7dbc735d200d78a2129cd1a134e4c7a5d513bb2 (patch)
treef8641b6d74c22366fd0ec77e9fa6c66aa8fdddd8
parentMerge "Add verification before downloading whole package" (diff)
downloadandroid_bootable_recovery-c7dbc735d200d78a2129cd1a134e4c7a5d513bb2.tar
android_bootable_recovery-c7dbc735d200d78a2129cd1a134e4c7a5d513bb2.tar.gz
android_bootable_recovery-c7dbc735d200d78a2129cd1a134e4c7a5d513bb2.tar.bz2
android_bootable_recovery-c7dbc735d200d78a2129cd1a134e4c7a5d513bb2.tar.lz
android_bootable_recovery-c7dbc735d200d78a2129cd1a134e4c7a5d513bb2.tar.xz
android_bootable_recovery-c7dbc735d200d78a2129cd1a134e4c7a5d513bb2.tar.zst
android_bootable_recovery-c7dbc735d200d78a2129cd1a134e4c7a5d513bb2.zip
-rw-r--r--screen_ui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/screen_ui.cpp b/screen_ui.cpp
index 575605452..7fa41c4e4 100644
--- a/screen_ui.cpp
+++ b/screen_ui.cpp
@@ -252,6 +252,7 @@ int GraphicMenu::DrawItems(int x, int y, int screen_width, bool long_press) cons
draw_funcs_.SetColor(UIElement::MENU);
}
+ offset += draw_funcs_.DrawHorizontalRule(y + offset);
return offset;
}