Skip to content

Commit

Permalink
Merge pull request #250 from CaiJingLong/fix-open-setting
Browse files Browse the repository at this point in the history
Fix open setting
  • Loading branch information
CaiJingLong authored Apr 1, 2020
2 parents 2cfa1e3 + be92a9e commit 921945d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Feature:
Fix:

- Problem of AssetPathEntity.refreshPathProperties.
- Open setting in iOS.

Change:

Expand Down
2 changes: 2 additions & 0 deletions ios/Classes/core/PMPlugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ - (void)onMethodCall:(FlutterMethodCall *)call result:(FlutterResult)result {
[handler reply:@0];
}
}];
} else if ([call.method isEqualToString:@"openSetting"]) {
[PMManager openSetting];
} else if (manager.isAuth) {
[self onAuth:call result:result];
} else {
Expand Down

0 comments on commit 921945d

Please sign in to comment.