1
0
Fork 0

For #2750: Removes unecessary invalidate CollectionViewHolder call (#3264)

master
Sawyer Blatz 2019-06-07 13:38:18 -07:00 committed by GitHub
parent 5dfde74376
commit 054635735a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -87,9 +87,6 @@ class CollectionViewHolder(
this.collection = collection
this.expanded = expanded
updateCollectionUI()
// See #2625 for why we're invalidating
view.invalidate()
}
private fun updateCollectionUI() {