Use WORD SEPARATOR MIDDLE DOT instead of EN-DASH
This commit is contained in:
parent
4d074d52ad
commit
1240325f80
@ -524,7 +524,7 @@ public class MediaAdapter
|
||||
|
||||
// Add album information for songs.
|
||||
String subsub = (mType == MediaUtils.TYPE_SONG ? cursor.getString(4) : null);
|
||||
subtitle += (subsub != null ? " – " + subsub : "");
|
||||
subtitle += (subsub != null ? " ⸱ " + subsub : "");
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user