Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-master-dev
commit 84cb8085e76a849cfd139a2d47a55adb916fdd1a
Author: Sumir Kataria <sumir@google.com>
Date: Mon Feb 04 10:39:25 2019
Fix potential NPE in checkWakeLocks.
Test: N/A
Bug: 123835104
Change-Id: I961d1809d8adc7c53ab86863931e9d274794923e
M work/workmanager/src/main/java/androidx/work/impl/utils/WakeLocks.java
https://android-review.googlesource.com/894733
https://goto.google.com/android-sha1/84cb8085e76a849cfd139a2d47a55adb916fdd1a
Branch: androidx-master-dev
commit 84cb8085e76a849cfd139a2d47a55adb916fdd1a
Author: Sumir Kataria <sumir@google.com>
Date: Mon Feb 04 10:39:25 2019
Fix potential NPE in checkWakeLocks.
Test: N/A
Bug: 123835104
Change-Id: I961d1809d8adc7c53ab86863931e9d274794923e
M work/workmanager/src/main/java/androidx/work/impl/utils/WakeLocks.java
ya...@google.com <ya...@google.com>
an...@google.com <an...@google.com> #3
Thanks for fixing it quickly again :)
ap...@google.com <ap...@google.com> #4
Seems like this didn't get the chance to be released on the latest beta-04 :/
Can we expect a new release next week?
Can we expect a new release next week?
Description
Version used: 2.0.0-rc01
Devices/Android versions reproduced on:
room.expandProjection can rewrite "SELECT *", but it still shows warnings about cursor mismatch.
Cause:
PojoRowAdapter shows the warnings. It runs before QueryInterpreter transforms the SQL. The ResultInfo is updated, but PojoRowAdapter uses the old ResultInfo from "SELECT * ".