summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-06-27 18:07:04 +0200
committerTao Bao <tbao@google.com>2019-06-27 18:07:51 +0200
commitfa8e02af7c51ee0f112e6d1b057208433566c6e4 (patch)
tree5e4986c0b7a699785f2e3add76998c006a375ec8
parentMerge "Implement updater runtime for dynamic partitions" (diff)
downloadandroid_bootable_recovery-fa8e02af7c51ee0f112e6d1b057208433566c6e4.tar
android_bootable_recovery-fa8e02af7c51ee0f112e6d1b057208433566c6e4.tar.gz
android_bootable_recovery-fa8e02af7c51ee0f112e6d1b057208433566c6e4.tar.bz2
android_bootable_recovery-fa8e02af7c51ee0f112e6d1b057208433566c6e4.tar.lz
android_bootable_recovery-fa8e02af7c51ee0f112e6d1b057208433566c6e4.tar.xz
android_bootable_recovery-fa8e02af7c51ee0f112e6d1b057208433566c6e4.tar.zst
android_bootable_recovery-fa8e02af7c51ee0f112e6d1b057208433566c6e4.zip
-rw-r--r--recovery_ui/screen_ui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/recovery_ui/screen_ui.cpp b/recovery_ui/screen_ui.cpp
index 823004521..f2af66c45 100644
--- a/recovery_ui/screen_ui.cpp
+++ b/recovery_ui/screen_ui.cpp
@@ -1263,7 +1263,7 @@ size_t ScreenRecoveryUI::ShowMenu(const std::vector<std::string>& headers,
return initial_selection;
}
- return ShowMenu(CreateMenu(headers, items, initial_selection), menu_only, key_handler);
+ return ShowMenu(std::move(menu), menu_only, key_handler);
}
size_t ScreenRecoveryUI::ShowPromptWipeDataMenu(const std::vector<std::string>& backup_headers,