mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 23:36:47 +00:00
Merge "Don't call onModalnessUpdated if modalness stays the same" into main
This commit is contained in:
@@ -257,6 +257,9 @@ constructor(
|
||||
*/
|
||||
protected var modalness = 0f
|
||||
set(value) {
|
||||
if (field == value) {
|
||||
return
|
||||
}
|
||||
field = value
|
||||
onModalnessUpdated(field)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user