patrickfrei
patrickfrei
Hi @shruddms, there are some further issues with the navigation bar even if you are in portrait mode. Furthermore, I've seen that the overscroll effect animation at the bottom of...
Hi @dsn5ft & @paulfthomas , While debugging the code, I've found the reason for the flickering 😃 The issue occurs in class `AppBarLayout`, in function `setLiftedState` in combination with function...
@paulfthomas You're welcome. Now, I've added a potential solution and a temporary workaround to above message. Basically, you could just remove `refreshDrawableState()` in `setLiftedState`. I've modified your library accordingly and...
@aberaud You could also try to remove `refreshDrawableState()` in `setLiftedState` as mentioned above. This fixed the flickering in my use case while keeping the fading.
@imhappi That workaround has also resolved the issue in my use case. Many thanks!
Hi ailon, What do you think about this suggestion? Best regards, Patrick
Does this behavior depend on the OS version? I.e. versions after the takeover of Nokia by Microsoft show Microsoft as manufacturer?
Ok, thank you for your feedback!