Skip to content
This repository was archived by the owner on Sep 3, 2023. It is now read-only.
This repository was archived by the owner on Sep 3, 2023. It is now read-only.

Result callback not getting triggered #21

@theapache64

Description

@theapache64
Timber.d("onCreate: Asking for permission")
askForPermissions(
    Permission.READ_EXTERNAL_STORAGE,
    Permission.READ_CONTACTS
) {
    Timber.d("onCreate: Result is $it") // THIS IS NOT GETTING TRIGGERED
}

Library Version:

implementation 'com.afollestad.assent:core:3.0.0-RC4'

Affected Device(s):

  • OnePlus6

Describe the Bug:

A clear description of what is the bug is.

To Reproduce:

  1. Create a new android project
  2. Simply askForPermissions with READ_EXTERNAL_STORAGE and READ_CONTACTS

Expected Behavior:

  • Result callback should be triggered

Actual Behavior

  • Result callback not getting triggered

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething that needs to be fixed.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions