commit | 2bc5191a8cc331b404724759a015949a4b5499fb | [log] [tgz] |
---|---|---|
author | Chris Banes <chrisbanes@google.com> | Thu Jul 18 16:38:26 2013 +0100 |
committer | Chris Banes <chrisbanes@google.com> | Wed Aug 07 08:42:38 2013 +0000 |
tree | 9342e86359c9b8503bd72aacc6a009f8ef081c8c | |
parent | ff0177a3f7702ad92176335ec166cb144d81cb60 [diff] |
Fix ABC ActionProvider visibility refresh The problem was <4.1's version of Activity.onPreparePanel checks to see if menu.hasVisibleItems() == true, whereas v4.1+ just ignores this and lets the menu presenter handle it. Bug: 9907372 Change-Id: Iea3fc048a1f147d1261dbd25615ccb92756b656c Signed-off-by: Chris Banes <chrisbanes@google.com>