Event number cache
This commit is contained in:
@@ -56,7 +56,7 @@ class ModulesEventsNumber extends HTTPService {
|
|||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
String group = Regex.regex("lv/([0-9]+)\\?", location);
|
String group = Regex.regex("lv/([0-9]+)\\?", location);
|
||||||
mStorage.setVVNumber(lvNumber, vvNumber);
|
mStorage.setVVNumber(lvNumber, group);
|
||||||
try {
|
try {
|
||||||
mStorage.save(getContext());
|
mStorage.save(getContext());
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user