Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
weikaiyun committed Oct 30, 2020
1 parent 44ea7de commit 6974428
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ public interface ISupportFragment {
int SINGLETASK = 2;

// ResultCode
int RESULT_CANCELED = 0;
int RESULT_OK = 1;
int FRAGMENT_RESULT_CANCELED = 0;
int FRAGMENT_RESULT_OK = 1;

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

0 comments on commit 6974428

Please sign in to comment.