Assigned
Status Update
Comments
vi...@google.com <vi...@google.com> #2
Same here. I have links in a local html file referencing file:///android_res/drawable/ and on all gradle build flavors using another applicationId (added suffix) the Webview only shows broken links.
This behaviour seems not to be connected solely to Android 5.0 since it occurs on Android 4.4.4 too (tested with current cyanogenmod 11 build).
This behaviour seems not to be connected solely to Android 5.0 since it occurs on Android 4.4.4 too (tested with current cyanogenmod 11 build).
Description
Given this case:
The above developer documentation does not mention how to cope with having routes without default args. I believe one should not be forced to create a default arg, because then you could think that the VM's SavedStateHandle would contain that default arg initially, which is an invalid case. You'd never want to initiate a VM with an empty ID, for example.