JusticeRage / ApkTrack

ApkTrack is an Android app which checks if updates for installed APKs are available.
GNU General Public License v3.0
122 stars 27 forks source link

[Usability issue] When search field is open, settings can be entered and ... (bad things happen) #124

Open Olf0 opened 6 years ago

Olf0 commented 6 years ago

When ApkTrack's search field is opened (by hitting the magnifying glass icon) all other functions in the menu bar at the top are still accessible. When one enters the settings while the search field is open, it takes either three (!) times clicking on the Android back button (due to issue #125 ) or closing the search field with its own back button, followed by using the Android back button once, in order to leave the settings. But then the search and the refresh icon in ApkTrack's main window are gone! The same applies to the corresponding menu entries (usually accessible via the rightmost button in ApkTrack's title bar).

Suggested solution: If the search field is changed to fill the whole screen width and hence the other icons are not accessible while it is opened, this issue would not exist.