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
Rotating the Android device when the last slide of a series is displayed results in the colors going crazy. Easily reproduced with the supplied sample app.
(This may be related to bug #45 (Single slide intro calculates wrong background color).
The text was updated successfully, but these errors were encountered:
I set some breakpoints in the code to see what happens when onCreate() is called on screen rotation when that last slide is showing. I saw some code for setting up the slide colors that was explicitly not called in this situation. I tried to work around the problem with various fixes but I ran into trouble.
Rotating the Android device when the last slide of a series is displayed results in the colors going crazy. Easily reproduced with the supplied sample app.
(This may be related to bug #45 (Single slide intro calculates wrong background color).
The text was updated successfully, but these errors were encountered: