Merge "recovery_ui: Remove redundant menu creation."

This commit is contained in:
Treehugger Robot 2019-06-27 21:46:14 +00:00 committed by Gerrit Code Review
commit 0ad3ec03e4

View file

@ -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,