Fix the build: Revert "Improve Search results highlighting"

This reverts commit bba732d1cb.

Change-Id: I73e026456e6fe604f514d504c579ad52cb83c188
This commit is contained in:
Ed Heyl
2014-06-19 19:59:19 +00:00
parent bba732d1cb
commit 5f5ac95d39
4 changed files with 44 additions and 7 deletions

View File

@@ -116,7 +116,7 @@ public class HighlightingFragment extends Fragment {
}
private boolean checkTag(View view, String key) {
final Object tag = view.getTag(R.id.preference_highlight_key);
final Object tag = view.getTag();
if (tag == null || !(tag instanceof String)) {
return false;
}