forked from github/szkolny
[API] Make grade categories synchronize without fullSync
This commit is contained in:
parent
eb9ec3e0de
commit
2d0f94a3a2
@ -1916,7 +1916,7 @@ public class Librus implements EdziennikInterface {
|
||||
}
|
||||
|
||||
private void getGradesCategories() {
|
||||
if (!fullSync) {
|
||||
if (!fullSync && false) {
|
||||
// cancel every not-full sync; no need to download categories again
|
||||
// every full sync it'll be enabled to make sure there are no grades - by getUnits
|
||||
r("finish", "GradesCategories");
|
||||
|
Loading…
Reference in New Issue
Block a user