fix background in fragment_grades
All checks were successful
continuous-integration/drone/push Build is passing

* disable swipe in fragment_grades
This commit is contained in:
2020-08-14 21:57:09 +02:00
parent 9d7504bbaf
commit 42d938b0bc
2 changed files with 4 additions and 2 deletions

View File

@ -50,6 +50,7 @@ class GradesFragment : Fragment() {
val view: View = inflater.inflate(R.layout.fragment_grades, container, false)
refreshLayoutGrades = view.findViewById(R.id.refreshLayout_Grades)
refreshLayoutGrades.isEnabled = false // disable swipe
GlobalScope.launch(Dispatchers.Default) {
addGrades()