mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Fix setting elevation when refreshing library
This commit is contained in:
parent
21a4144aa0
commit
4a34efdd7d
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue