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)

All
Android
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>,
)
Blocks: 1955887
Blocks: 1955888
Blocks: 1955891
Whiteboard: [fxdroid]
Blocks: 1955880

decided to simplify the architecture here as the UI is basically static for this screen

Status: NEW → RESOLVED
Closed: 3 months ago
Resolution: --- → WONTFIX

the UI got more complicated, and there is need for store/reduces/middleware

Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
Assignee: nobody → mavduevskiy
You need to log in before you can comment on or make changes to this bug.