Skip to content

Commit

Permalink
[Fix] when reBuldAllRoute invalidate parent ViewAnimator
Browse files Browse the repository at this point in the history
  • Loading branch information
rh-id committed Nov 4, 2021
1 parent a9be0ac commit 50c25ef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ public void reBuildRoute(int routeIndex) {

@Override
public void reBuildAllRoute() {
getViewAnimator().postInvalidate();
for (int i = 0; i < mNavRouteStack.size(); i++) {
reBuildRoute(i);
}
Expand Down

0 comments on commit 50c25ef

Please sign in to comment.