Skip to content

Commit

Permalink
crash workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
sobri909 committed Apr 7, 2023
1 parent 4b106b4 commit 0909758
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions LocoKit/Timelines/TimelineObjects/TimelineSegment.swift
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ public class TimelineSegment: TransactionObserver, Encodable, Hashable, Observab

guard let classifier = store.recorder?.classifier else { return }

store.connectToDatabase()

var lastResults: ClassifierResults?

for item in timelineItems {
Expand Down

0 comments on commit 0909758

Please sign in to comment.