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 d5004b0 commit e2e541c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ public class SupportFragmentDelegate {

private boolean startByFragmentation = false;

public boolean hasEnterAnimation() {
return hasEnterAnimation;
}

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

0 comments on commit e2e541c

Please sign in to comment.