Skip to content

Commit

Permalink
Request toolbar layout after drawable loads
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-Dobell committed May 9, 2017
1 parent 73fc439 commit 83e2572
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ private class ActionIconControllerListener extends IconControllerListener {
@Override
protected void setDrawable(Drawable d) {
mItem.setIcon(d);
ReactToolbar.this.requestLayout();
}
}

Expand Down

0 comments on commit 83e2572

Please sign in to comment.