OSDN Git Service

Activate selection mode when selecting via mouse.
authorBen Kwa <kenobi@google.com>
Fri, 25 Sep 2015 14:47:56 +0000 (07:47 -0700)
committerBen Kwa <kenobi@google.com>
Fri, 25 Sep 2015 14:47:56 +0000 (07:47 -0700)
commitbd7da4c44ed0adac9eff0cc55a7c6f3b05f0a955
tree7ecb59486028e5fe64cd8fcf960d005a54da43f5
parent2fbe72806909312c58542d3752da8c127fc8ddfc
Activate selection mode when selecting via mouse.

Modify the MultiSelectManager so that toggling selection on an item
notifies listeners of selection changes, if necessary.  This fixes a bug
where notifySelectionChanged wasn't getting called when the selection
changed.

BUG=23944862

Change-Id: I3aef41cc92c560dc15bdc0fe310c340bdb3005f6
packages/DocumentsUI/src/com/android/documentsui/MultiSelectManager.java