This is a rather minor annoyance, but somehow inconsistent with my usual experience:
When I invoke the Available tags menu and choose a tag I would expect the menu to disappear, since now I want to choose from the apps listed with the chosen tag. I have to tap somewhere else to make the menu disappear before I can tap on an app.
Second that.
It adds one extra tap requirement to launch any app by tag.
Second that.
It adds one extra tap requirement to launch any app by tag.
Third here.
May be there is no need to close tags menu, just to isolate it somehow from results, so we can select a tag and instantly launch an app, without that extra tap.
It is an option of the popup, it can be turned off by setting it to off
It is an option of the popup, it can be turned off by setting it to off
Do you suggest to disable tags menu? It's an overkill, I think.
It is an option of the popup, it can be turned off by setting it to off
You mean in the settings? I don't see such an option.
search for line
popupMenu.setDismissOnItemClick(false);
in app/src/main/java/fr/neamar/kiss/forwarder/TagsMenu.java
replace false with true
Most helpful comment
Third here.
May be there is no need to close tags menu, just to isolate it somehow from results, so we can select a tag and instantly launch an app, without that extra tap.