Fixed
Status Update
Comments
ra...@google.com <ra...@google.com>
ap...@google.com <ap...@google.com> #2
I believe this should be already possible with APIs we expose in 1.4+. The only part needed for usecase is to open the way to remove overscroll from the Modifier.scrollable and/or LazyLists?
ap...@google.com <ap...@google.com> #3
Yes exactly. If we have control over the overscroll effect (either to replace or augment the default behavior) then this is already possible.
Description
Missing multiple @JvmDefaults, such as
scope.pressHome()
andscope.startActivityAndWait((intent) -> null)
.Should also come up with plan for lambdas, as
return null
doesn't look great.See WIP Java template CL