Skip to content

Black screen when re opening app #41

@ralphgabrielle

Description

@ralphgabrielle

I just copied all the codes from the sample project that is included here.

@Override
protected void onResume() {
super.onResume();
qReader.initAndStart(surfaceView);
}`

@Override
protected void onPause() {
super.onPause();
qReader.releaseAndCleanup();
}`

I think there's something wrong about the SurfaceView, currently tested on Kitkat and Marshmallow both have the same error.

-Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions