Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
I have the same issue. There should be a built in method for setting title dynamically.
ya...@google.com <ya...@google.com>
an...@google.com <an...@google.com> #3
I would expect a simple API inside the navigation architecture as this is quite a common design requirement
ap...@google.com <ap...@google.com> #4
To me, it is perfectly reasonable to remove the `android:label` attribute from the nav_graph.xml and set the title manually based on the arguments bundle.
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 * ".