forked from j62/ctbrec
1
0
Fork 0

Clear the resolution queue when switching between online/offline

This commit is contained in:
0xboobface 2018-10-09 15:22:32 +02:00
parent 4ee7b6ee4d
commit ddaaaa8a11
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ public class FollowedTab extends ThumbOverviewTab {
} else {
super.url = offlineUrl;
}
queue.clear();
updateService.restart();
});
}