Open
Bug 1955885
Opened 7 months ago
Updated 2 months ago
[app icon picker] Create a store for app icon selection fragment
Categories
(Firefox for Android :: Settings, task)
Tracking
()
REOPENED
People
(Reporter: mavduevskiy, Assigned: mavduevskiy)
References
(Blocks 3 open bugs)
Details
(Whiteboard: [fxdroid])
Create a store for app icon selection fragment, add a AppIconSelected(val AppIcon) action
- Consider adding the required set of icons for the app icon picker screen as a default InitialState for the store
State(
val selectedIcon : AppIcon,
val appIcons: List<AppIcon>,
)
| Assignee | ||
Updated•7 months ago
|
Whiteboard: [fxdroid]
Updated•7 months ago
|
| Assignee | ||
Comment 1•3 months ago
|
||
decided to simplify the architecture here as the UI is basically static for this screen
Status: NEW → RESOLVED
Closed: 3 months ago
Resolution: --- → WONTFIX
| Assignee | ||
Comment 2•3 months ago
|
||
the UI got more complicated, and there is need for store/reduces/middleware
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
| Assignee | ||
Updated•2 months ago
|
Assignee: nobody → mavduevskiy
You need to log in
before you can comment on or make changes to this bug.
Description
•