Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit a548386

Browse files
committed
nit
1 parent 569eb63 commit a548386

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/quick_actions/quick_actions_ios/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## 1.0.0+1
22

33
* Removes custom modulemap file with "Test" submodule and private headers for Swift migration.
4-
* Migrated `FLTQuickActionsPlugin` class to Swift.
4+
* Migrates `FLTQuickActionsPlugin` class to Swift.
55

66
## 1.0.0
77

packages/quick_actions/quick_actions_ios/ios/Classes/QuickActionsPlugin.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public final class QuickActionsPlugin: NSObject, FlutterPlugin {
2020
/// The type of the shortcut item selected when launching the app.
2121
private var launchingShortcutType: String? = nil
2222

23-
// TODO: (hellohuanlin) remove `@objc` attribute after migrating tests to Swift.
23+
// TODO: (hellohuanlin) remove `@objc` attribute and make it non-public after migrating tests to Swift.
2424
@objc
2525
public init(
2626
channel: FlutterMethodChannel,

0 commit comments

Comments
 (0)