From 0e577ee424acf7a5e6600560d702ab3c8020a29f Mon Sep 17 00:00:00 2001 From: Jerry Zhang Date: Mon, 7 May 2018 11:21:10 -0700 Subject: recovery: Add ability to set title lines Add the ability to change the contents of the title lines, displayed at the top of the screen. Once set, the same lines are displayed for all menus until changed again. Test: Recovery works Bug: 78793464 Change-Id: I7ef5594b0d76dbbd2e01ad7508863af1270b2a2a --- stub_ui.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'stub_ui.h') diff --git a/stub_ui.h b/stub_ui.h index 67c338e99..a3cf12b05 100644 --- a/stub_ui.h +++ b/stub_ui.h @@ -67,6 +67,8 @@ class StubRecoveryUI : public RecoveryUI { const std::function& /* key_handler */) override { return initial_selection; } + + void SetTitle(const std::vector& /* lines */) override {} }; #endif // RECOVERY_STUB_UI_H -- cgit v1.2.3