commit | 80c46a0294ce910b675c27326cd677a724ddd7bf | [log] [tgz] |
---|---|---|
author | Aurimas Liutikas <aurimas@google.com> | Wed Oct 26 13:18:18 2016 -0700 |
committer | Aurimas Liutikas <aurimas@google.com> | Wed Oct 26 13:18:18 2016 -0700 |
tree | d6acc7a3c7b4871d358d6aa8ac6da96ced17a970 | |
parent | c9e87935c5eca32362a7aa8dbf02c83d0160a042 [diff] |
Fix crash when adding items to BottomNavigationView. BottomNavigationView would crash when trying to add items without calling menu inflation first as it was did not initialize the menu object correctly in such case. Bug: 32325084 Test: added BottomNavigationViewTest#testAddItemsWithoutMenuInflation that now passes with my patch. Change-Id: Id7597d38596f1e55b1dea1b1ff699868101381e4