Skip to content

Conversation

ivanarellano
Copy link

@ivanarellano ivanarellano commented Jul 12, 2024

This is a clone of the upstream PR g123k#92 . They updated AGP to a version that is compatible with platform_client.

FYI The upstream repo was marked discontinued July 11 by the owner. They didn't write about any alternative.

@ivanarellano ivanarellano changed the title Tickets/fl 889 Fix Java 17 build issues; Update Gradle Jul 12, 2024
Comment on lines -17 to -20
} else {
UIUserNotificationSettings* notificationSettings = [UIUserNotificationSettings settingsForTypes:UIUserNotificationTypeAlert | UIUserNotificationTypeBadge | UIUserNotificationTypeSound categories:[[UIApplication sharedApplication] currentUserNotificationSettings].categories];
[[UIApplication sharedApplication] registerUserNotificationSettings:notificationSettings];
}

Choose a reason for hiding this comment

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

Are you sure we don't need this?

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.

5 participants