commit | 8e9c68019f9c284b89155c71922ad8ac84af6ab6 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Sep 02 11:20:30 2015 -0700 |
committer | Tao Bao <tbao@google.com> | Wed Sep 02 14:38:23 2015 -0700 |
tree | da09d23420b358bd14eac600efaca18128a45016 | |
parent | 337db14f274fc73dd540aa71d2c21c431fe686ec [diff] |
recovery: Fix the bug that truncates menu entries. When there are 20 entries (like 10 last_log* and 10 last_kmg* in "view recovery logs"), there's no "Back" entry. Because the number of entries (21) exceeds text_rows (20) in WearRecoveryUI::StartMenu(). Since we have scrollable menu, having more entries than text_rows won't be an issue. Bug: 23752519 Change-Id: I12573d7a34852a1a3d130c9e88522cee737eb08f