Fix setting elevation when refreshing library

This commit is contained in:
Jays2Kings 2023-10-21 18:05:46 -07:00
parent 21a4144aa0
commit 4a34efdd7d

View file

@ -945,7 +945,7 @@ open class LibraryController(
LibraryUpdateJob.startNow(view.context, category)
snack = view.snack(R.string.updating_library) {
anchorView = anchorView()
view.elevation = 15f.dpToPx
this.view.elevation = 15f.dpToPx
setAction(R.string.cancel) {
LibraryUpdateJob.stop(context)
viewScope.launchUI {