Skip to content

QuickConnectActivity breaking the app. #1

@cirvladimir

Description

@cirvladimir

The MainActivity is trying to launch QuickConnectActivity if there was a last connection. The QuickConnectActivity is broken (it has setContentView(R.layout.activity_calibration) instead of setContentView(R.layout.activity_quickconnect) which causes it to miss a view later, but even after fixing that it crashe).

Current workaround: comment out "startActivity(new Intent(this, QuickConnectActivity.class));" from MainActivity.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions