QuantumBadger / QuantumBadger/RedReader
Can't swipe down with status bar hidden
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 2.7k
- Forks
- 527
- Avg merge
- 20d 10h
- Merged PRs (30d)
- 3
Description
When the status bar is hidden, the only safe spot to swipe down from to show it without activating some control is between the subreddit name and the sort button...and very often that space doesn't exist. Worse yet, after doing this, I reflexively hot the back button to get myself back where I was, Wich makes the issue even worse--it either sends me out of the app, or back to another screen entirely.
Please watch the top few pixels on the screen, and if a touch is initiated there, don't process it. Having the status bar enabled is distracting (it shows me how many notifications for more important things I'm avoiding), but that doesn't mean I never want to access it. Moving the toolbar to the bottom is useful, but then I've got the issue of being unable to find that.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue in the Android app with the status bar hidden, then trace the top-toolbar touch handling described in the report. Done means initiating a touch at the top edge can reveal the status bar without activating a control or navigating away from the current screen.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100