summaryrefslogtreecommitdiffstats
path: root/ui.cpp
diff options
context:
space:
mode:
authorDavid Anderson <dvander@google.com>2019-01-02 20:35:38 +0100
committerDavid Anderson <dvander@google.com>2019-02-12 04:22:03 +0100
commit983e2d571814ffaf9a88bc6cbc976ff3445d4aae (patch)
treee4b27f45eb173760b939c9261176047da8b0b40a /ui.cpp
parentMerge "Defer marking boot successful when checkpointing" (diff)
downloadandroid_bootable_recovery-983e2d571814ffaf9a88bc6cbc976ff3445d4aae.tar
android_bootable_recovery-983e2d571814ffaf9a88bc6cbc976ff3445d4aae.tar.gz
android_bootable_recovery-983e2d571814ffaf9a88bc6cbc976ff3445d4aae.tar.bz2
android_bootable_recovery-983e2d571814ffaf9a88bc6cbc976ff3445d4aae.tar.lz
android_bootable_recovery-983e2d571814ffaf9a88bc6cbc976ff3445d4aae.tar.xz
android_bootable_recovery-983e2d571814ffaf9a88bc6cbc976ff3445d4aae.tar.zst
android_bootable_recovery-983e2d571814ffaf9a88bc6cbc976ff3445d4aae.zip
Diffstat (limited to '')
-rw-r--r--ui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui.cpp b/ui.cpp
index 14b5b0941..c12a11b36 100644
--- a/ui.cpp
+++ b/ui.cpp
@@ -59,6 +59,7 @@ RecoveryUI::RecoveryUI()
brightness_file_(BRIGHTNESS_FILE),
max_brightness_file_(MAX_BRIGHTNESS_FILE),
touch_screen_allowed_(false),
+ fastbootd_logo_enabled_(false),
touch_low_threshold_(android::base::GetIntProperty("ro.recovery.ui.touch_low_threshold",
kDefaultTouchLowThreshold)),
touch_high_threshold_(android::base::GetIntProperty("ro.recovery.ui.touch_high_threshold",