Fix attachment list not cleared

This commit is contained in:
2019-12-24 16:59:51 +01:00
committed by Matte23
parent 541a4ef7c2
commit 300a3cb9cc

View File

@@ -138,6 +138,8 @@ class CircularLetterAdapter(
circulars[position].attachmentsNames,
circulars[position].attachmentsUrls
)
} else {
holder.attachmentsList.adapter = null
}
}