<@U85FADRAN> I doesn't work in fragments. Views ar...
# android
d
@alex.tavella I doesn't work in fragments. Views are destroyed and re-inflated on rotation, but fragment (and its references) persists, so you leak old views refs and can't update the new ones
a
Doesn't that happen only if u call setRetainInstance(true)? https://github.com/androidannotations/androidannotations/pull/1165