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

perf: minimize preferences freeze #31

Merged
merged 3 commits into from
May 3, 2021
Merged

perf: minimize preferences freeze #31

merged 3 commits into from
May 3, 2021

Conversation

mstrk
Copy link
Contributor

@mstrk mstrk commented May 1, 2021

Progress

NOTES

I was able to reproduce #29 in a very specific case, where the Picker finishedCallback is called after the BottomSheet close animation. For some reason I could not understand BottomSheet onCloseEnd is not called and the screen is not popped.

So I reduced the Picker scroll animation timing to half, making it harder to enter in the case above. But not fixed.

I could not reproduce #30 but I added a catch to upsertClockifyReminder that was not being handled just in case. It's possible that we had a problem in notifee keys and these can only be solved with a new release.

@mstrk mstrk added the performance Not a feature or a bug just a better approach label May 1, 2021
@mstrk mstrk requested review from a31859 and s1moe2 May 1, 2021 08:18
@mstrk mstrk self-assigned this May 1, 2021
@mstrk mstrk mentioned this pull request May 1, 2021
@mstrk mstrk merged commit 97db721 into master May 3, 2021
@mstrk mstrk deleted the perf/preferences-freeze branch May 14, 2021 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Not a feature or a bug just a better approach
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants