-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
On all android versions lower than 6 after screen rotation Foreground Button lose his foreground drawable. After some debuging i realize that onLayout was called twice - second time with changed = false
, and then ForegroundDelegate.draw()
was called, so when ForegroundDelegate tried to draw something mForegroundBoundsChanged
was false. When i removed if (mForegroundBoundsChanged)
statement everything was fine.
wrozwad
Metadata
Metadata
Assignees
Labels
No labels