We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be158e3 commit 6d47473Copy full SHA for 6d47473
app/src/main/java/com/duckduckgo/app/global/view/FireDialog.kt
@@ -145,7 +145,7 @@ class FireDialog(
145
private fun animationEnabled() = settingsDataStore.fireAnimationEnabled && animatorDurationEnabled()
146
147
private fun animatorDurationEnabled(): Boolean {
148
- val animatorScale = Settings.Global.getFloat(context.contentResolver, ANIMATOR_DURATION_SCALE, 0.0f)
+ val animatorScale = Settings.Global.getFloat(context.contentResolver, ANIMATOR_DURATION_SCALE, 1.0f)
149
return animatorScale != 0.0f
150
}
151
0 commit comments