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 #6948 - Crash after rearranged folder and pressing save button #6980

Merged
merged 1 commit into from
Jul 16, 2020
Merged

Fix #6948 - Crash after rearranged folder and pressing save button #6980

merged 1 commit into from
Jul 16, 2020

Conversation

yusadogru
Copy link
Contributor

Fixes #6948

Before:

bug

With this commit:

bug_fix

@mozillamobilebot
Copy link

SwiftLint found issues

Warnings

File Line Reason
BookmarkDetailPanel.swift 193 Prefer empty collection over optional collection. (discouraged_optional_collection)
BookmarkDetailPanel.swift 193 Initializing an optional variable with nil is redundant. (redundant_optional_initialization)

Generated by 🚫 Danger

@dnarcese dnarcese merged commit 6f9c3d8 into mozilla-mobile:main Jul 16, 2020
vphong added a commit that referenced this pull request Jul 16, 2020
…le/firefox-ios into vphong/breachalerts

* 'vphong/breachalerts' of https://github.com/mozilla-mobile/firefox-ios:
  Fix #6948 - Crash after rearranged folder and pressing save button (#6980)
  Incorporate BreachAlertsManager in to LoginsListViewController (#6934)
vphong added a commit that referenced this pull request Jul 16, 2020
* vphong/breachalerts:
  Fix #6948 - Crash after rearranged folder and pressing save button (#6980)
  Incorporate BreachAlertsManager in to LoginsListViewController (#6934)
  Fix #6893 - Added new tab open button for landscape UI (#6947)
  Tint the default favicon white when in dark mode (#6873)
  Update release_checklist_template.md (#6970)
  Bug 1644846 - Migrate legacy telemetry to Glean (#6912)
  Create new_issues_to_project.yml
  Fix #6626: re-create the logins db on failure to open (#6952)
  Wrap long text in ETP message in action sheet popup (#6869)
  For #6495 - XCUITest sync int disconnect and connect same account to … (#6913)
  Bug 1595808 - Update decision image. r=tomprince (#6954)
  Removed LP Setup in hidden menu that got added twice (#6951)
@garvankeeley
Copy link
Contributor

These checks look important to add, thanks. I don't see what the crash was from looking at this change, was it an exception thrown from the DB because we were doing an illegal change?

@yusadogru
Copy link
Contributor Author

Actually after taking in the from background to foreground, it froze for 3 seconds and crashed
Like this:
ezgif com-resize

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.

FXIOS-611 ⁃ Crash After Opening The Folder In Bookmarks And Pressing The Save Button
4 participants