Skip to content

Commit

Permalink
Fix linear progress animation
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamza417 committed Oct 25, 2024
1 parent e8bbf28 commit 0cabc08
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ private void init() {
setTrackColor(ThemeManager.INSTANCE.getTheme().getViewGroupTheme().getBackground());
setTrackCornerRadius(10);
setTrackThickness(5);
setShowAnimationBehavior(SHOW_INWARD);
setHideAnimationBehavior(HIDE_OUTWARD);
setShowAnimationBehavior(SHOW_NONE);
setHideAnimationBehavior(HIDE_ESCAPE);
invalidate();
}

Expand Down

0 comments on commit 0cabc08

Please sign in to comment.