You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
install the fdroid AND the play store versions
fill both with notes
set a reminer on a note and wait
click the notification
you get to choose which app should open the note, but the correct one should be chosen automatically!
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: