From ac0bdc35a618f6d389ffefc6ea53c2aef4ce296b Mon Sep 17 00:00:00 2001 From: Jared Boone Date: Thu, 23 Jun 2016 22:11:47 -0700 Subject: [PATCH] Set TPMS app initial focus. --- firmware/application/tpms_app.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/application/tpms_app.cpp b/firmware/application/tpms_app.cpp index 878ba1f29..19d84f4ac 100644 --- a/firmware/application/tpms_app.cpp +++ b/firmware/application/tpms_app.cpp @@ -208,7 +208,7 @@ TPMSAppView::~TPMSAppView() { } void TPMSAppView::focus() { - recent_entries_view.focus(); + options_band.focus(); } void TPMSAppView::set_parent_rect(const Rect new_parent_rect) {