Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SES-2688 SES-2689 #1660

Merged
merged 3 commits into from
Sep 10, 2024
Merged

SES-2688 SES-2689 #1660

merged 3 commits into from
Sep 10, 2024

Conversation

ThomasSession
Copy link
Collaborator

SES-2688
SES-2689
Reworking permission logic
Added the ability to copy build number from debug menu (requested by Miki)

Reworking permission logic
Added the ability to copy build number from debug menu (requested by Miki)
@@ -143,7 +143,7 @@ public void execute() {

if (!isInTargetSDKRange || permissionObject.hasAll(requestedPermissions)) {
executePreGrantedPermissionsRequest(request);
} else if (rationaleDialogMessage != null && rationalDialogHeader != null) {
} else if (rationaleDialogMessage != null) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this safe?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SessionHero01 I modified the rationale dialog to now be able to display without a header, since we now have designs that require it. You can see in the RationaleDialog I added some code to display a generic title when no icons are provided for the header.

@ThomasSession ThomasSession merged commit 2ebd20c into release/1.20.0 Sep 10, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants