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'
66apply from : ' ../versioning.gradle'
77
88ext {
9- VERSION_NAME = " 4.4.1 "
9+ VERSION_NAME = " 4.4.2 "
1010 USE_ORCHESTRATOR = project. hasProperty(' orchestrator' ) ? project. property(' orchestrator' ) : false
1111}
1212
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class StatisticsSharedPreferences @Inject constructor(private val context: Conte
2424 StatisticsDataStore {
2525
2626 override val hasInstallationStatistics: Boolean
27- get() = preferences.contains(atb ) && preferences.contains(retentionAtb )
27+ get() = preferences.contains(KEY_ATB ) && preferences.contains(KEY_RETENTION_ATB )
2828
2929 override var atb: String?
3030 get() = preferences.getString(KEY_ATB , null )
You can’t perform that action at this time.
0 commit comments