Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App crashes when double clicking SidebarViewController when it is empty #27

Closed
Nightsquid7 opened this issue Aug 3, 2022 · 1 comment

Comments

@Nightsquid7
Copy link

SiderbarViewController.swift line 103

 @objc private func tableViewDoubleClick() {
        switch items[tableView.clickedRow] {              // Thread 1: Fatal error: Index out of range
        case is SectionHeaderModel:
            return
        case let client as RemoteLoggerClient:
            AppRouter.shared.openMainView(client: client)
        default:
            fatalError()
        }
    }
@kean
Copy link
Owner

kean commented Sep 30, 2022

Fixed in 2.0

@kean kean closed this as completed Sep 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants