Skip to content

Commit 4fc19d2

Browse files
Update ConfigContent.java
1 parent 22d8f3a commit 4fc19d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/src/main/java/ly/count/android/sdk/ConfigContent.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ public class ConfigContent {
1313
* @apiNote This is an EXPERIMENTAL feature, and it can have breaking changes
1414
*/
1515
public synchronized ConfigContent setZoneTimerInterval(int zoneTimerIntervalSeconds) {
16-
if (zoneTimerInterval > 15) {
17-
this.zoneTimerInterval = zoneTimerInterval;
16+
if (zoneTimerIntervalSeconds > 15) {
17+
this.zoneTimerInterval = zoneTimerIntervalSeconds;
1818
}
1919
return this;
2020
}

0 commit comments

Comments
 (0)