[API] Make grade categories synchronize without fullSync

This commit is contained in:
Kacper Ziubryniewicz 2019-09-27 23:49:44 +02:00
parent eb9ec3e0de
commit 2d0f94a3a2

View File

@ -1916,7 +1916,7 @@ public class Librus implements EdziennikInterface {
} }
private void getGradesCategories() { private void getGradesCategories() {
if (!fullSync) { if (!fullSync && false) {
// cancel every not-full sync; no need to download categories again // 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 // every full sync it'll be enabled to make sure there are no grades - by getUnits
r("finish", "GradesCategories"); r("finish", "GradesCategories");