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

Bugs when using the fdroid and play store version simultaneously #504

Open
CampelloManuel opened this issue Jul 29, 2023 · 0 comments
Open
Labels
bug A bug! Fixing it is a priority

Comments

@CampelloManuel
Copy link
Collaborator

Describe the bug

for example, when you click a notification it opens a picker where you can choose the activity to open the note, but it shouldn't happen, because the 2 versions have separate databases. It's because we don't use separate URI for the signal that opens the note. It's similar to the problem that was fixed by using the package name for content providers.

how To Reproduce

  1. install the fdroid AND the play store versions
  2. fill both with notes
  3. set a reminer on a note and wait
  4. click the notification
  5. you get to choose which app should open the note, but the correct one should be chosen automatically!
@CampelloManuel CampelloManuel added the bug A bug! Fixing it is a priority label Jul 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug! Fixing it is a priority
Projects
None yet
Development

No branches or pull requests

1 participant