Skip to content

Commit

Permalink
Merge pull request #26 from molihuan/dev
Browse files Browse the repository at this point in the history
update readme.md
  • Loading branch information
molihuan authored Sep 18, 2023
2 parents 601c42d + ffe83e4 commit 0d9c99d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ PathSelector.build(this, MConstants.BUILD_DIALOG)//Dialog构建方式
public boolean onClick(View v, TextView tv, List<FileBean> selectedFiles, String currentPath, BasePathSelectFragment pathSelectFragment) {

/**取消dialog弹窗
* pathSelectFragment.dismiss();
* pathSelectFragment.close();
*/

StringBuilder builder = new StringBuilder();
Expand Down
2 changes: 1 addition & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ PathSelector.build(this, MConstants.BUILD_DIALOG)//Dialog build mode
public boolean onClick(View v, TextView tv, List<FileBean> selectedFiles, String currentPath, BasePathSelectFragment pathSelectFragment) {

/**Dialog dismiss
* pathSelectFragment.dismiss();
* pathSelectFragment.close();
*/

StringBuilder builder = new StringBuilder();
Expand Down

0 comments on commit 0d9c99d

Please sign in to comment.