Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #5833: notification of fxa state change updates app menu badge #5841

Merged
merged 1 commit into from Dec 2, 2019

Conversation

garvankeeley
Copy link
Contributor

@garvankeeley garvankeeley commented Dec 2, 2019

post a notification .FirefoxAccountStateChange when the FirefoxAccount.stateCache is changed

@mozillamobilebot
Copy link

SwiftLint found issues

Warnings

File Line Reason
FirefoxAccount.swift 53 Colons should be next to the identifier when specifying a type and next to the key in dictionary literals. (colon)
FirefoxAccount.swift 338 Colons should be next to the identifier when specifying a type and next to the key in dictionary literals. (colon)
FirefoxAccount.swift 41 Prefer empty collection over optional collection. (discouraged_optional_collection)
FirefoxAccount.swift 76 Prefer empty collection over optional collection. (discouraged_optional_collection)
FirefoxAccount.swift 80 Prefer empty collection over optional collection. (discouraged_optional_collection)
FirefoxAccount.swift 125 Prefer empty collection over optional collection. (discouraged_optional_collection)
BrowserViewController.swift 455 if, for, guard, switch, while, and catch statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses. (control_statement)
BrowserViewController.swift 1149 if, for, guard, switch, while, and catch statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses. (control_statement)
BrowserViewController.swift 495 Prefer empty collection over optional collection. (discouraged_optional_collection)
BrowserViewController.swift 886 Prefer empty collection over optional collection. (discouraged_optional_collection)
BrowserViewController.swift 1387 Prefer empty collection over optional collection. (discouraged_optional_collection)
BrowserViewController.swift 2523 Force casts should be avoided. (force_cast)
BrowserViewController.swift 46 Variables should not have redundant type annotation (redundant_type_annotation)
BrowserViewController.swift 2126 Variables should not have redundant type annotation (redundant_type_annotation)

Generated by 🚫 Danger

@garvankeeley garvankeeley merged commit e774029 into mozilla-mobile:master Dec 2, 2019
@garvankeeley garvankeeley deleted the gk/bug5833 branch April 8, 2020 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants