Skip to content

Commit b8fba32

Browse files
committed
change a comment
1 parent 7272e16 commit b8fba32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Customization/DefaultEventDispatcher.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ open class DefaultEventDispatcher: BackgroundingCallbacks, OPTEventDispatcher {
215215
}
216216

217217
func startTimer() {
218-
// timer is activated only for iOS10+ and non-zero interval value
218+
// timer is activated only for non-zero interval value
219219
guard timerInterval > 0 else {
220220
flushEvents()
221221
return

0 commit comments

Comments
 (0)