Kiss: Tags menu does not disappear after selecting a tag

Created on 2 Oct 2018  路  6Comments  路  Source: Neamar/KISS

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.

  • app version: 3.5.2 (F-Droid)
  • android version: 8.0.0
  • device used: Samsung Galaxy
  • custom settings that might have an impact: Minimalistic UI :ballot_box_with_check: ; Show history on touch :ballot_box_with_check: ; Hide favorites bar :ballot_box_with_check: ; Show app tags :ballot_box_with_check: ; Enable tags menu :ballot_box_with_check: ;

Most helpful comment

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.

All 6 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

TBog picture TBog  路  7Comments

Wilker-a picture Wilker-a  路  4Comments

ClockGen picture ClockGen  路  7Comments

vi picture vi  路  3Comments

spookykidmm picture spookykidmm  路  7Comments