albrechtjan / workload-android

The Android App for the TU Dresden Physik Workload Website
https://survey.zqa.tu-dresden.de
GNU Affero General Public License v3.0
0 stars 0 forks source link

Make calendar update on database changes #5

Closed KonstantinSchubert closed 8 years ago

KonstantinSchubert commented 8 years ago

The calendar does not update when the database changes.

KonstantinSchubert commented 8 years ago

According to https://developer.android.com/reference/android/widget/BaseAdapter.html:

void notifyDataSetChanged() Notifies the attached observers that the underlying data has been changed and any View reflecting the data set should refresh itself.

KonstantinSchubert commented 8 years ago

I think this has been fixed.