Bugfix : Users with no preference wrongly see expanded
The default state gets set to VOLUME_OVERLAY_SINGLE This then prevents the if (choosenStyle == -1) from being triggered Then in the ChangeOverlayStyle method, the early return is hit, so the MORE button and Devider is never Hidden. This only happens if a user has not got a preference stored in the settings.db Change-Id: I2fbb039b653498a263301da8112057e98f1c5b74
Loading
Please register or sign in to comment