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
If the mainfest has config changes attributes for an activity
e.g. using
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|locale"
the layout is not re-created on orientation change.
Since the ColorPicker dialog uses different layouts for different
orientations, it will end up using the wrong layout.
Added a global layout change observer to detect this change
and recreate the layout
0 commit comments