Status Update
Comments
ab...@gmail.com <ab...@gmail.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
This started happening when i updated the fragment version from 1.3.6 to 1.5.2
It is due to invalidateOptionsMenu() is getting called when android calls the performDestroy() function while destroying the fragment.
Even setting the setHasOptionsMenu(false) in the fragment, has no affect.
Ideally this shouldn't happen and the search view should not get exited while scrolling through the view pager fragments.