bluelinelabs / Conductor

A small, yet full-featured framework that allows building View-based Android applications
Apache License 2.0
3.9k stars 343 forks source link

Alternate Layout for different orientation #657

Open CebotariM opened 3 years ago

CebotariM commented 3 years ago

Hi, i have a different layout for landscape orientation (vs portrait), and the problem is that on configuration change, the screen is rotated, but i don't have a callback to somehow reload the binding, or recreate the view. Is there a way to call invalidate or reload on the whole controller after configuration change? Thanks