OSDN Git Service

Fix a bug where OnTouchListeners in action views could be removed
authorAdam Powell <adamp@google.com>
Fri, 10 Jan 2014 18:16:27 +0000 (10:16 -0800)
committerAdam Powell <adamp@google.com>
Fri, 7 Mar 2014 01:57:05 +0000 (17:57 -0800)
commitc9e5f540a954a878365e88e42f78800d4eafa188
tree973419d20b13b7e368c52e9163fe6665810387dc
parent98a6bcf433fc23c343343b04c57c5a68d0177ac7
Fix a bug where OnTouchListeners in action views could be removed

ActionMenuPresenter should only replace the touch listener when binding
a generated item view.

Bug 12470259

Change-Id: I8c4c6110065605225a20cb7ed872255282085661
core/java/com/android/internal/view/menu/ActionMenuPresenter.java