Skip to content

Commit c674bef

Browse files
committed
Fix a bug that was causing outline to decrement the being viewed count to below zero
1 parent 1c33b0f commit c674bef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Zavala/Editor/EditorViewController.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,6 @@ class EditorViewController: UIViewController, DocumentsActivityItemsConfiguratio
12291229
affectedIDs.contains(outline.id) else { return }
12301230

12311231
checkPointOutline()
1232-
outline.decrementBeingViewedCount()
12331232
showLockedView(outline: outline)
12341233
updateUI()
12351234
}

0 commit comments

Comments
 (0)