forked from github/szkolny
[API/Librus] Fix for not clearing the grade category list
This commit is contained in:
parent
57a70aa777
commit
015416f2a8
@ -1936,7 +1936,7 @@ public class Librus implements EdziennikInterface {
|
||||
return;
|
||||
}
|
||||
// not a full sync. Will get all grade categories. Clear the current list.
|
||||
gradeCategoryList.clear();
|
||||
//gradeCategoryList.clear();
|
||||
|
||||
callback.onActionStarted(R.string.sync_action_syncing_grade_categories);
|
||||
apiRequest("Grades/Categories", data -> {
|
||||
|
Loading…
Reference in New Issue
Block a user