Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push]
jobs:
build:

runs-on: macos-latest
runs-on: macos-26

steps:
- uses: actions/checkout@v1
Expand Down
299 changes: 0 additions & 299 deletions Gemfile.lock

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ - (void)animateTransition:(id <UIViewControllerContextTransitioning>)transitionC
if (self.isDismissing == NO) {
[containerView addSubview:cropViewController.view];

//Force a relayout now that the view is in the view hierarchy (so things like the safe area insets are now valid)
//Force a relayout now that the view is in the view hierarchy (so things like the safe area insets are now valid)]
[cropViewController.view setNeedsLayout];
[cropViewController.view layoutIfNeeded];
[cropViewController viewDidLayoutSubviews];
}
else {
Expand Down
Loading
Loading