Skip to content

Commit

Permalink
fix a crash on update
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Nov 6, 2019
1 parent 05444c4 commit 1aaf979
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ class ExpandableUploadListAdapter(private val parentActivity: FileActivity) :
notifyDataSetChanged()
}

override fun update(arg0: Observable, arg1: Any) {
override fun update(o: Observable?, arg: Any?) {
Log_OC.d(TAG, "update")
loadUploadItemsFromDb()
}
Expand Down

0 comments on commit 1aaf979

Please sign in to comment.