Fixed
Status Update
Comments
ra...@gmail.com <ra...@gmail.com> #2
Need to bump a couple of dependencies, as well -- emoji2
and resourceinpection
. Should be fine.
jb...@google.com <jb...@google.com>
ap...@google.com <ap...@google.com> #3
aosp/2136790 with a target release date of July 27th (yes that's the earliest release train).
jb...@google.com <jb...@google.com> #4
Adding a one-off release for July 13th so we can get this out the door. Waiting on aosp/2136790 to land before we can schedule it.
Description
Component used: lifecycle-livedata-ktx
Version used: 2.4.0
Devices/Android versions reproduced on: n/a
When refactoring, it's easy to accidentally end up with
when you intended
it's quite difficult to spot the difference, and the compiler gives no warning here, even though there's no use in calling map/switchMap without using the result.
Can you add @CheckResult to the LiveData.switchMap/map/distinctUntilChanged extension functions?