Skip to content

Never asked for camera permissions if photo permissions are given. #141

Closed
@onato

Description

@onato

If you have previously given access to the photos, but not to the camera, Gallery never asks for permission to access the camera. Before adopting Gallery, the app may not have used the camera and never asked for permissions for it and only asked for permission to access photos.

func makePagesController() -> PagesController? {
guard Permission.Photos.status == .authorized else {
return nil
}

Possibly related: #79.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions