Status Update
Comments
dn...@google.com <dn...@google.com>
dn...@google.com <dn...@google.com> #2
Hi,
Can you provide the below requested information to better understand the issue:
SDK version
Which version of the SDK are you using?
Android build
Which Android build are you using? (e.g. KVT49L)
Device used
Which device did you use to reproduce this issue?
Frequency
How frequently does this issue occur? (e.g 100% of the time, 10% of the time)
Note: Please share the test app(apk) through google drive to android-bugreport@google.com id and mention the shared link here.
Can you provide the below requested information to better understand the issue:
SDK version
Which version of the SDK are you using?
Android build
Which Android build are you using? (e.g. KVT49L)
Device used
Which device did you use to reproduce this issue?
Frequency
How frequently does this issue occur? (e.g 100% of the time, 10% of the time)
Note: Please share the test app(apk) through google drive to android-bugreport@google.com id and mention the shared link here.
[Deleted User] <[Deleted User]> #3
This was tested using Chris Banes' Cheese Square app located at https://github.com/chrisbanes/cheesesquare unmodified. The app/build.gradle is set to compileSdkVersion 23
targetSdkVersion 23
com.android.support:design:23.0.1
I tested this on a Nexus 4 running API 21 and a Nexus 5 running API 22.
Interestingly I just noticed that it does not happen on an older device running API 16.
targetSdkVersion 23
com.android.support:design:23.0.1
I tested this on a Nexus 4 running API 21 and a Nexus 5 running API 22.
Interestingly I just noticed that it does not happen on an older device running API 16.
dn...@google.com <dn...@google.com> #4
We have passed this on to the development team and will update this issue with more information as it becomes available.
ch...@google.com <ch...@google.com> #5
I'm 99% sure that this was fixed in 23.1.0.
[Deleted User] <[Deleted User]> #7
Still broken in 23.1.0.
Will this comment be ignored or do I have to open another ticket?
Will this comment be ignored or do I have to open another ticket?
dn...@google.com <dn...@google.com> #8
Can you please check the behaviour on latest support library version 24.2.0 and let us know the result?
dn...@google.com <dn...@google.com> #9
Can you please check the behaviour on latest support library version 24.2.0 and let us know the result?
dn...@google.com <dn...@google.com> #10
Issue is fixed in latest support library version,24.2.1.
Description
Steps to repro:
1. In the cheese detail screen in landscape mode collapse the toolbar
2. Rotate to portrait mode.
3. up arrow is gone, scroll down a little bit and arrow comes back
Relatedly, I also noticed that OnOffsetChangedListener's onOffsetChanged reports the wrong verticalOffset on rotation. When going from landscape to portrait with a collapsed toolbar the (absolute) verticalOffset is greater than the new AppBarLayout's reported getTotalScrollRange(). When going from portrait to landscape it is less.