OSDN Git Service

Fix searched item isn't highlighted
authorQi Ding <qi.x.ding@sonymobile.com>
Sun, 18 Sep 2016 09:03:47 +0000 (17:03 +0800)
committerYoshinori Hirano <Yoshinori.Hirano@sonymobile.com>
Thu, 6 Oct 2016 09:22:00 +0000 (09:22 +0000)
commitc4772636db92a557dc7823c940258fc2cbb80139
tree86992a1429aa0e97f8d19bf9cfe27377cd138f3e
parent00a2619a102e2b5c4004c925d9a6c5360f772ae5
Fix searched item isn't highlighted

The searched item isn't highlighted.
To fix this issue, the highlight process should be posted
as Runnable object.

Bug: 31983855
Test: manual - search a item in Settings app

Change-Id: I0dcc5bb52b2faa0a23991459885d8dfcaed0f226
src/com/android/settings/SettingsPreferenceFragment.java