diff options
| author | Julian Veit <Claymore1298@gmail.com> | 2024-06-13 08:17:58 +0200 |
|---|---|---|
| committer | Julian Veit <Claymore1298@gmail.com> | 2024-06-13 08:17:58 +0200 |
| commit | 090e278f122777078f470fe87e11ad1212db90ef (patch) | |
| tree | 5473ec2fd9a90bdf60757ffcb5ade48b088cb4ed /recovery_ui/ui.cpp | |
| parent | 6d486b1f5660f2a9fc3f4559c03d9d4989af2c99 (diff) | |
| parent | 8904d2a254c5263caded20af8fde209f8b37f22d (diff) | |
Merge branch 'lineage-20.0' of https://github.com/LineageOS/android_bootable_recovery into HEADHEADt13.0
Change-Id: Ic0aae25ab32e81f4ebf802693f8c9a2fdc283beb
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", |
