mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-01-18 21:06:44 -06:00
[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() {
|
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");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user