Skip to content
Snippets Groups Projects
Commit a7292989 authored by maximelordey's avatar maximelordey
Browse files

forget to clear the container of tags after each reading

parent 2e331003
No related branches found
No related tags found
No related merge requests found
......@@ -141,6 +141,7 @@ public class Reader {
real_time = System.currentTimeMillis();
m_sender.addPassage(new Passage(real_time, tag));
apiStorage.clear();
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment