File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/com/duckduckgo/app/statistics/store Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ apply plugin: 'kotlin-kapt'
6
6
apply from : ' ../versioning.gradle'
7
7
8
8
ext {
9
- VERSION_NAME = " 4.4.1 "
9
+ VERSION_NAME = " 4.4.2 "
10
10
USE_ORCHESTRATOR = project. hasProperty(' orchestrator' ) ? project. property(' orchestrator' ) : false
11
11
}
12
12
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class StatisticsSharedPreferences @Inject constructor(private val context: Conte
24
24
StatisticsDataStore {
25
25
26
26
override val hasInstallationStatistics: Boolean
27
- get() = preferences.contains(atb ) && preferences.contains(retentionAtb )
27
+ get() = preferences.contains(KEY_ATB ) && preferences.contains(KEY_RETENTION_ATB )
28
28
29
29
override var atb: String?
30
30
get() = preferences.getString(KEY_ATB , null )
You can’t perform that action at this time.
0 commit comments