Skip to content

Commit 40c1e8e

Browse files
committed
Merge branch 'release/5.85.0' into main
2 parents 505043c + 462f9b7 commit 40c1e8e

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

app/src/main/java/com/duckduckgo/app/global/view/FireDialog.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ class FireDialog(
145145
private fun animationEnabled() = settingsDataStore.fireAnimationEnabled && animatorDurationEnabled()
146146

147147
private fun animatorDurationEnabled(): Boolean {
148-
val animatorScale = Settings.Global.getFloat(context.contentResolver, ANIMATOR_DURATION_SCALE, 0.0f)
148+
val animatorScale = Settings.Global.getFloat(context.contentResolver, ANIMATOR_DURATION_SCALE, 1.0f)
149149
return animatorScale != 0.0f
150150
}
151151

app/version/release-notes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
## What's new in this release?
1+
What's new in this release?
22
Mended a few broken pipes.
33

44
Join our fully distributed team and help raise the standard of trust online — from anywhere! https://duckduckgo.com/hiring
55

6-
## Have feedback?
6+
Have feedback?
77
You can always reach us at https://duckduckgo.com/feedback.

app/version/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION=5.84.5
1+
VERSION=5.85.0

fastlane/Fastfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,10 @@ platform :android do
132132
end
133133

134134
File.open('../app/version/release-notes', 'w') do |file|
135-
file.write("""## What's new in this release?
135+
file.write("""What's new in this release?
136136
#{releaseNotes}
137137
138-
## Have feedback?
138+
Have feedback?
139139
You can always reach us at https://duckduckgo.com/feedback.""")
140140
end
141141

versions.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ version.androidx.swiperefreshlayout=1.1.0
1717
version.androidx.test=1.3.0
1818
version.androidx.webkit=1.3.0
1919
version.androidx.work=2.4.0
20-
version.androidx.security=1.1.0-alpha02
20+
version.androidx.security=1.1.0-alpha03
2121
version.com.airbnb.android..lottie=3.4.0
2222
version.com.android.installreferrer..installreferrer=1.1.2
2323
version.com.github.bumptech.glide..compiler=4.11.0

0 commit comments

Comments
 (0)