aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaneren2005 <daneren2005@gmail.com>2013-11-14 14:20:01 -0800
committerdaneren2005 <daneren2005@gmail.com>2013-11-14 14:20:01 -0800
commitcbf69f5d274fd11381da725fbe8e6fee709c4b04 (patch)
tree7566d0657bf77719ca78db7504093ac22c2990cb
parentcf6c4ce9d153291b1cebaa832a0a55942f89cad7 (diff)
downloaddsub-cbf69f5d274fd11381da725fbe8e6fee709c4b04.tar.gz
dsub-cbf69f5d274fd11381da725fbe8e6fee709c4b04.tar.bz2
dsub-cbf69f5d274fd11381da725fbe8e6fee709c4b04.zip
Don't linkify bookmark details
-rw-r--r--src/github/daneren2005/dsub/fragments/SelectBookmarkFragment.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/github/daneren2005/dsub/fragments/SelectBookmarkFragment.java b/src/github/daneren2005/dsub/fragments/SelectBookmarkFragment.java
index 47069266..fce31414 100644
--- a/src/github/daneren2005/dsub/fragments/SelectBookmarkFragment.java
+++ b/src/github/daneren2005/dsub/fragments/SelectBookmarkFragment.java
@@ -194,7 +194,7 @@ public class SelectBookmarkFragment extends SubsonicFragment implements AdapterV
bookmark.getEntry().getTitle(), Util.formatDuration(bookmark.getPosition() / 1000),
formatter.format(bookmark.getCreated()), formatter.format(bookmark.getChanged()), comment);
- Util.info(context, R.string.bookmark_details_title, msg);
+ Util.info(context, R.string.bookmark_details_title, msg, false);
}
private void deleteBookmark(final Bookmark bookmark) {
final MusicDirectory.Entry entry = bookmark.getEntry();