Skip to content

Commit

Permalink
Permission dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
rajashakher.valluru committed Aug 6, 2019
1 parent 85957e0 commit b887548
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ object PermissionsManager {
this.callBack = callBack
startPermissionActivity(context, permissions)
break
}else{
callBack.onAccepted(permissions.toCollection(ArrayList()))
}
}
}
Expand Down

0 comments on commit b887548

Please sign in to comment.