Fix build on latest compile SDK
This commit is contained in:
parent
d3b59768d4
commit
2f78a3d681
@ -470,8 +470,8 @@ class MigrationListController(bundle: Bundle? = null) :
|
||||
}
|
||||
|
||||
private fun MenuItem.setIconTint(enabled: Boolean, color: Int) {
|
||||
icon.mutate()
|
||||
icon.setTint(color)
|
||||
icon?.mutate()
|
||||
icon?.setTint(color)
|
||||
isEnabled = enabled
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user