notes-android
notes-android copied to clipboard
Hide the Move function from the edit note view when only a single account is logged in
Please use GitHub reactions 👍 to show that you are affected by the same issue. Please don't comment if you have no relevant information to add!
When you are in a note (edit view), there is an option for Move
from the context menu, i.e. to move the note to a new account.
However, from the all-notes list view, if one or multiple notes are selected (via long-press) this function is not presented as an option.
Describe the solution you'd like from the all-notes list view, if one or multiple notes are selected (via long-press) it would be nice to have the option to move these notes to a new account, i.e. without needing to enter each note individually.
Describe alternatives you've considered none
Additional context ...
update:
This function does exist, however does not present itself when there is only a single account logged in. However, the move function IS present in the edit view when only a single account is logged in.
Option 1:
Present the Move
function in both views (edit and notes list view) for discoverability.
Option 2:
Hide the Move
function from the edit note view when only a single account is logged in, and present it when two or more accounts are logged in.
Trivia: As original implementor of both features I can confirm that Option 2 was the intention (at the time of implementation).