Merge "recovery_ui: Remove redundant menu creation."
am: 0ad3ec03e4
Change-Id: Ied20e2cb3b6eb91cc819242b3782cf2fd5021e83
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user