Status Update
Comments
le...@google.com <le...@google.com> #2
Hi, thanks for reporting this. Please update this ticket with a reproducible code/sample so we can better investigate the issue.
Thanks!
ch...@google.com <ch...@google.com> #3
The endless joy of support tracker ....
So I'm actually asking a question ... So instead of insta closing without reading anyway to have someone read and answer?
What / Where are the settings that controls the velocity calculations.
Compose animations are tied to Android dev settings animation scale. What is the equivalent here.
ap...@google.com <ap...@google.com> #4
Not all compose animations are tied to Android developer settings.
Fling animations in lists are no longer controlled by the Settings menu and cannot be overriden, so that shouldn't be source of the problem you're seeing. This has been solved in
The velocity calculation for lists is done at the draggable level and are also transparent to developers, so you cannot control how these are calculated.
A sample/reproducible code is required if I was to move forward with investigating this issue.
Description
```
sealed class MyModel {
@androidx.compose.Model
data class A(var value: Int) : MyModel()
}
@androidx.compose.Model
data class B(var value: Int) : MyModel()
```
Observed behavior: the compilation fails only on class B with "Model objects do not support inheritance".
Expected behavior: the compilation fails for both A and B (or succeeds for both).
Q: Will inheritance be supported in the future?
Build: AI-192.6817.14.36.5959023, 201910230206,
AI-192.6817.14.36.5959023, JRE 1.8.0_212-release-1586-b4-5784211x64 JetBrains s.r.o, OS Mac OS X(x86_64) v10.15, screens 1280x800; Retina
AS: 4.0 Canary 1; Kotlin plugin: 1.3.60-eap-25; Android Gradle Plugin: 4.0.0-alpha01; Gradle: 5.6.1; NDK: from local.properties: (not specified), latest from SDK: (not found); LLDB: pinned revision 3.1 not found, latest from SDK: (package not found); CMake: from local.properties: (not specified), latest from SDK: (not found), from PATH: (not found)