Files
frameworks_base/core/java
Seigo Nonaka bb6a62c2be Fix unexpected selection cancellation
It turned out that text selection is unexpectedly cancelled by
InsertionPointController if it is visible. The InsertPointController
is not necessary if there is a selection, so just hiding before
performing set selection fixes this issue.

Bug: 19946192
Change-Id: I2afce1789d772a8d2ea368643cc7533561ee2bf0
2015-04-09 17:55:00 +00:00
..