Skip to content

Commit

Permalink
SupportFragmentDelegate的hasEnterAnimation暴露
Browse files Browse the repository at this point in the history
  • Loading branch information
weikaiyun committed May 11, 2021
1 parent e2e541c commit b47d12b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ public boolean hasEnterAnimation() {
return hasEnterAnimation;
}

public void setHasEnterAnimation(boolean hasEnterAnimation) {
this.hasEnterAnimation = hasEnterAnimation;
}

public void setCanPop(boolean canPop) {
this.canPop = canPop;
}
Expand Down

0 comments on commit b47d12b

Please sign in to comment.