Skip to content

Commit

Permalink
fix 449
Browse files Browse the repository at this point in the history
  • Loading branch information
JarvanMo committed Mar 6, 2022
1 parent 1cd2a31 commit c7479f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/LAUNCH_APP_FROM_H5.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ If you want to custom your request logic, you need add the `<meta-data>` in appl
```xml
<meta-data
android:name="handleWeChatRequestByFluwx"
android:value="flase" />
android:value="false" />
```
And then, set `FluwxRequestHandler.customOnReqDelegate` on your own.

Expand Down
2 changes: 1 addition & 1 deletion doc/LAUNCH_APP_FROM_H5_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Fluwx 支持从`<wx-open-launch-app>`启动你的app, 并且支持传递`extInfo
```xml
<meta-data
android:name="handleWeChatRequestByFluwx"
android:value="flase" />
android:value="false" />
```
然后, 自己实现 `FluwxRequestHandler.customOnReqDelegate`.

Expand Down

0 comments on commit c7479f0

Please sign in to comment.