New issue
Advanced search Search tips

Issue 914581 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: iOS
Pri: 3
Type: Task



Sign in to add a comment

[iOS] Move AlertCoordinator title and message to properties.

Project Member Reported by kkhorimoto@chromium.org, Dec 12

Issue description

Presumably, they were passed into the initializer because UIAlertController requires that the title and message be supplied upon initialization (maybe we had originally created the UIAlertController upon initialization?).  Since the UIAlertController is lazily instantiated when the coordinator is started, we no longer need to pass these value to the initializer, and could instead just use properties in the coordinator API.
 
Labels: -Type-Bug Type-Task

Sign in to add a comment