I want to use the drawer only in [.collapsed, .partiallyRevealed] mode.
In partiallyRevealed mode I use the partialRevealDrawerHeight delegate method to signal the height I need. However this height changes (via some event that is fired based on result of web service).
How can I tell the drawer to take the new height into account?
If the drawer is partialRevealed at moment of update, how can I make it animate to the new partialRevealDrawerHeight?
I want to use the drawer only in [.collapsed, .partiallyRevealed] mode. In partiallyRevealed mode I use the partialRevealDrawerHeight delegate method to signal the height I need. However this height changes (via some event that is fired based on result of web service). How can I tell the drawer to take the new height into account? If the drawer is partialRevealed at moment of update, how can I make it animate to the new partialRevealDrawerHeight?