diff options
Diffstat (limited to 'recovery_ui/ui.cpp')
| -rw-r--r-- | recovery_ui/ui.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recovery_ui/ui.cpp b/recovery_ui/ui.cpp index 8561120c..60df9019 100644 --- a/recovery_ui/ui.cpp +++ b/recovery_ui/ui.cpp @@ -64,6 +64,7 @@ RecoveryUI::RecoveryUI() max_brightness_file_(MAX_BRIGHTNESS_FILE), touch_screen_allowed_(true), fastbootd_logo_enabled_(false), + sideload_auto_reboot_(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", |
