Open
Bug 1796428
Opened 3 years ago
Updated 2 years ago
Move initialized logic in AutoPushFeature to native wrapper.
Categories
(Firefox for Android :: Push, task)
Tracking
()
NEW
People
(Reporter: cpeterson, Unassigned)
Details
From github: https://github.com/mozilla-mobile/android-components/issues/7184.
We wrap all our API calls in
connection.ifInitializedblocks before we execute them, but we can do better by hiding this in the native wrappers before the actual call is made a reduce the probability of reaching a race condition if in a bad state.┆Issue is synchronized with this Jira Task
Change performed by the Move to Bugzilla add-on.
Comment 1•3 years ago
|
||
The severity field is not set for this bug.
:cpeterson, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(cpeterson)
| Reporter | ||
Updated•3 years ago
|
Severity: -- → N/A
Type: defect → task
Updated•2 years ago
|
Flags: needinfo?(cpeterson)
You need to log in
before you can comment on or make changes to this bug.
Description
•