You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The generated lazy getters for the widgets in the layout need to be reset when onCreateView() is called, because when a Fragment is restored from the backstack, these variables will be set to the old views and never updated, even after onCreateView() is called.
The text was updated successfully, but these errors were encountered:
The generated lazy getters for the widgets in the layout need to be reset when
onCreateView()
is called, because when aFragment
is restored from the backstack, these variables will be set to the old views and never updated, even afteronCreateView()
is called.The text was updated successfully, but these errors were encountered: