Skip to content

Commit

Permalink
Improve PDFAnnotationsViewController code
Browse files Browse the repository at this point in the history
  • Loading branch information
mvasilak committed Dec 11, 2024
1 parent 19acd1e commit ffd70d1
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,6 @@ final class PDFAnnotationsViewController: UIViewController {
self?.focusSelectedCell()
}
}
} else {
focusSelectedCell()
}

case .setCommentActive(let isActive):
Expand Down Expand Up @@ -252,10 +250,8 @@ final class PDFAnnotationsViewController: UIViewController {
completion()
}
}
} else {
completion()
return
}
return
}

completion()
Expand Down

0 comments on commit ffd70d1

Please sign in to comment.