Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
review'
  • Loading branch information
Chris Yang committed Feb 23, 2021
commit b58ac6399790bb030881d962b0fc192bb22718cf
1 change: 1 addition & 0 deletions packages/quick_actions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.5.0

* Migrate to null safety.
* Fixes quick action not working on iOS.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed the review comments, also added this


## 0.4.0+12

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#import <XCTest/XCTest.h>
#import <os/log.h>

const int kElementWaitingTime = 30;
static const int kElementWaitingTime = 30;

@interface RunnerUITests : XCTestCase

Expand Down