Merge "recovery_ui: Remove redundant menu creation." am: 0ad3ec03e4
am: 9b57172706
Change-Id: Iafb11e2631ffb889c12293f82a9fce2af00e8f7c
This commit is contained in:
@@ -1263,7 +1263,7 @@ size_t ScreenRecoveryUI::ShowMenu(const std::vector<std::string>& headers,
|
|||||||
return initial_selection;
|
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,
|
size_t ScreenRecoveryUI::ShowPromptWipeDataMenu(const std::vector<std::string>& backup_headers,
|
||||||
|
|||||||
Reference in New Issue
Block a user