[Timetable] Make timetable sync disable the button on click.

This commit is contained in:
Kuba Szczodrzyński 2019-11-12 14:36:20 +01:00
parent c83abe57d5
commit 4a0a6c54e4

View File

@ -71,7 +71,8 @@ class TimetableDayFragment(val date: Date) : Fragment() {
b.noTimetableLayout.visibility = View.VISIBLE b.noTimetableLayout.visibility = View.VISIBLE
b.noLessonsLayout.visibility = View.GONE b.noLessonsLayout.visibility = View.GONE
val weekStart = date.clone().stepForward(0, 0, -date.weekDay).stringY_m_d val weekStart = date.clone().stepForward(0, 0, -date.weekDay).stringY_m_d
b.noTimetableSync.setOnClickListener { b.noTimetableSync.onClick {
it.isEnabled = false
EdziennikTask.syncProfile( EdziennikTask.syncProfile(
profileId = App.profileId, profileId = App.profileId,
viewIds = listOf( viewIds = listOf(