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

Calendar functionality not working in release mode #184

Closed
eliseyOzerov opened this issue Mar 16, 2020 · 1 comment
Closed

Calendar functionality not working in release mode #184

eliseyOzerov opened this issue Mar 16, 2020 · 1 comment

Comments

@eliseyOzerov
Copy link

eliseyOzerov commented Mar 16, 2020

Hi,

I have an unusual problem going on, and the title pretty much describes it.

Basically, my task is to enable adding and removing events from the device calendar. This works properly when I'm in the debug or run --release modes, but not after I build the apk and launch it independently from VSCode.

I was wondering if anybody has encountered this issue and knows something that might help.

Please do tell if you want to see the code.

EDIT:

I've progressed a bit on the issue and found out that I can't add events because when retrieveCalendars is called, it returns the calendars, but they contain no data - id, name and isReadOnly are all 'null' in every calendar and I don't know where to go from here.

@bhl09
Copy link
Contributor

bhl09 commented Mar 16, 2020

Possible duplicate, please refer to this issue: #99

The readme has some information about Proguard already but I'll probably leave an extra note so it's easier to catch for this kind of issue.

@bhl09 bhl09 closed this as completed Mar 16, 2020
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

No branches or pull requests

2 participants