Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -82,6 +82,7 @@ public class KVVSyncAdapter extends AbstractThreadedSyncAdapter {
|
|||||||
String authority,
|
String authority,
|
||||||
ContentProviderClient provider,
|
ContentProviderClient provider,
|
||||||
SyncResult syncResult) {
|
SyncResult syncResult) {
|
||||||
|
mKVV.modules().list().reloadIfOutdated();
|
||||||
mQueue.add(() -> {
|
mQueue.add(() -> {
|
||||||
mKVV.modules().list().recv(success -> {
|
mKVV.modules().list().recv(success -> {
|
||||||
Iterator<Modules.Module> iterator = success.latestSemesterIterator();
|
Iterator<Modules.Module> iterator = success.latestSemesterIterator();
|
||||||
|
|||||||
Reference in New Issue
Block a user