-
Notifications
You must be signed in to change notification settings - Fork 419
Closed
Description
When adding a new screen on the left side by dragging one ore more app icons to the left, the homescreen "shifts" one position to the left as well.
An Example:
- Imagine you're having three screens: One on the left (screen No.1), one in the middle (screen No.2), and one on the right (screen No.3). The centered screen (screen No.2) is set to be the homescreen, i.e. the screen to display when triggering the device's home button.
- Now you're going to add a new screen at the left side by dragging any app icon (shortcut) or widget from screen No.1 to the left, i.e. a new screen to the left is added; let's name this screen as "screen No.0".
- After the new screen is added to the left, the current homescreen isn't screen No.2 anymore, but screen No.1!
I guess that this misbehavior is based an a simple bug:
After adding a new screen to the left, in fact the new screen turns into screen No.1, (formerly) screen No.1 turns into screen No.2, screen No.2 turns in screen No.3, and so on, but the variable holding the homescreen isn't adapted, i.e. (referring to the example above) the homescreen still stays on screen No.2, but have to be corrected to screen No.3! ;)
Anyway, the user's expected result is that the homescreen stays at the screen with a special content, independent of adding some screens to the left or to the right.
General information
- App version: 0.58(alpha)
- Android Version: 7.1.1 Nougat
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels