Skip to content

Commit bd8aaa2

Browse files
committed
bug fix
1 parent 23cd6e2 commit bd8aaa2

File tree

1 file changed

+4
-1
lines changed
  • analytics-kotlin-live/src/main/java/com/segment/analytics/liveplugins/kotlin

1 file changed

+4
-1
lines changed

analytics-kotlin-live/src/main/java/com/segment/analytics/liveplugins/kotlin/LivePlugins.kt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,12 @@ class LivePlugins(
168168
if (livePluginSettings.version > cachedLivePluginSettings.version) {
169169
return true
170170
}
171+
else {
172+
return false
173+
}
171174
}
172175

173-
return false
176+
return true
174177
}
175178

176179
private fun performLivePluginUpdate(data: LivePluginsSettings) {

0 commit comments

Comments
 (0)