diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2014-06-29 13:23:27 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2014-06-29 13:23:27 +0200 |
commit | 4f8c934595f5d2aa01b642d7d4489de3ad25df39 (patch) | |
tree | 707fee32c51ba2b37714d54f280b161eaf101e65 /src/de | |
parent | bb6c360cb7bfb8cb59397d5959661632c51dd32b (diff) | |
download | AntennaPod-4f8c934595f5d2aa01b642d7d4489de3ad25df39.zip |
Improved timecode link insertion
Diffstat (limited to 'src/de')
-rw-r--r-- | src/de/danoeh/antennapod/util/playback/Timeline.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/de/danoeh/antennapod/util/playback/Timeline.java b/src/de/danoeh/antennapod/util/playback/Timeline.java index 04c2c8076..96df359d6 100644 --- a/src/de/danoeh/antennapod/util/playback/Timeline.java +++ b/src/de/danoeh/antennapod/util/playback/Timeline.java @@ -115,6 +115,7 @@ public class Timeline { } matcherLong.appendReplacement(buffer, rep); } + matcherLong.appendTail(buffer); element.html(buffer.toString()); } |