fix minimised view position on orientation change#71
fix minimised view position on orientation change#71frakc wants to merge 4 commits intopedrovgs:developfrom
Conversation
|
@frakc can you review this PR? The build is failing :( |
|
it is something with check style, How to use checkstyle plugin? |
|
@pedrovgs Horray, it finaly passed:) You probably has to validate if there is negative impact on recize transformer, as i could not, on version 1.8 it always freees on my devices |
|
@pedrovgs also check you checkstyle for |
|
@frakc your implementation to keep the view state after the device rotation is not valid. Using Related to the checkstyle, this one is the one used by Square. I suggest you to review your code instead of remove the rule failing. I've also seen some files modified just to add some white spaces should not be there or splitting lines. Review this files and revert your changes please, these changes are just adding noise to the PR. |
Before, there were few bugs, which appeared, when using manual orientation change handling:
This PR fixes that in following way: