Skip to content

Commit

Permalink
Fix PDFReaderViewController regression
Browse files Browse the repository at this point in the history
  • Loading branch information
mvasilak committed Oct 25, 2023
1 parent d9be196 commit fb6ab8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Zotero/Scenes/Detail/PDF/Views/PDFReaderViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ protocol PDFReaderContainerDelegate: AnyObject {

class PDFReaderViewController: UIViewController {
private enum NavigationBarButton: Int {
case share
case sidebar
case share = 1
case sidebar = 7
}

private struct ToolbarState: Codable {
Expand Down

0 comments on commit fb6ab8d

Please sign in to comment.