Skip to content

Commit

Permalink
修复说明文档的错误。
Browse files Browse the repository at this point in the history
  • Loading branch information
lindroy committed May 25, 2021
1 parent acf9215 commit a3de58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
### ActivityUtil:Activity工具类

| 成员名称 | 作用 | 接收类 | 备注 |
| ------------ | ------------ | :------------: | ------------ | :----------: |
| ------------ | ------------ | :------------: | :----------: |
| launchActivity() | 启动一个Activity,可传递Intent | Context | 启动的Activity作为泛型传入 |
| launchActivity() |启动一个Activity,并传递参数 | Context | 启动的Activity作为泛型传入 |
| launchActivityForResult() | 启动一个Activity但不传递数据,并获得回调 | FragmentActivity | 启动的Activity作为泛型传入 |
Expand Down

0 comments on commit a3de58c

Please sign in to comment.