Jetpack Section: Add Backup/Restore Reusable VC#15566
Merged
momo-ozawa merged 4 commits intodevelopfrom Jan 6, 2021
Merged
Conversation
|
You can trigger an installable build for these changes by visiting CircleCI here. |
|
You can trigger optional UI/connected tests for these changes by visiting CircleCI here. |
leandroalonso
approved these changes
Jan 4, 2021
Contributor
leandroalonso
left a comment
There was a problem hiding this comment.
@momo-ozawa works as described!
When I tap the ellipsis icon I'm seeing an AutoLayout warning:
2021-01-04 11:09:31.953733-0300 WordPress[27317:1108158] [LayoutConstraints] Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don't want.
Try this:
(1) look at each constraint and try to figure out which you don't expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
(
"<NSLayoutConstraint:0x7fa764033130 UIView:0x7fa764037e20.width == - 16 (active)>"
)
Will attempt to recover by breaking constraint
<NSLayoutConstraint:0x7fa764033130 UIView:0x7fa764037e20.width == - 16 (active)>
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKitCore/UIView.h> may also be helpful.
Also left an architectural suggestion. Let me know what do you think, you can address that in a future task if you like the idea. Up to you! :)
WordPress/Classes/ViewRelated/Jetpack/Jetpack Restore/JetpackRestoreViewController.swift
Show resolved
Hide resolved
3 tasks
Base automatically changed from
feature/15191-activity-cell-action-button
to
develop
January 6, 2021 01:56
Contributor
Author
|
@leandroalonso The autolayout warning seems to be an iOS bug, so I'm going to go ahead and merge this PR! |
43 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of #15191
To test:
Restore
RestoreRestoreview modallyCancelDownload Backup
Download BackupDownload Backupview modallyCancelPR submission checklist:
RELEASE-NOTES.txtif necessary.