Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix progress view crash by removing call to flush (#3272)
Task/Issue URL: https://app.asana.com/0/392891325557410/1207778385841673/f Tech Design URL: CC: **Description**: Removes the call to CATransaction.flush which Apple recommends you don't do anyway. It was there for legacy reasons but after testing it seems to be fine. **Steps to test this PR**: 1. Browse a few pages and see the progress bar.
- Loading branch information