Skip to content

Commit

Permalink
Add shortcut highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
saveman71 committed May 20, 2018
1 parent 31eef51 commit 4fb0ce1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/java/fr/neamar/kiss/result/ShortcutsResult.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ public View display(final Context context, int position, View v, FuzzyScore fuzz
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);

TextView shortcutName = v.findViewById(R.id.item_app_name);
shortcutName.setText(shortcutPojo.getName());

displayHighlighted(shortcutPojo.normalizedName, shortcutPojo.getName(), fuzzyScore, shortcutName, context);

TextView tagsView = v.findViewById(R.id.item_app_tag);

Expand Down

0 comments on commit 4fb0ce1

Please sign in to comment.