Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
weikaiyun committed Jan 23, 2021
1 parent d327757 commit 99cecaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public interface ISupportFragment {

// ResultCode
int RESULT_CANCELED = 0;
int RESULT_OK = 1;
int RESULT_OK = -1;

@IntDef({STANDARD, SINGLETOP, SINGLETASK})
@Retention(RetentionPolicy.SOURCE)
Expand Down

0 comments on commit 99cecaf

Please sign in to comment.