Serghei Oleinicenco
Serghei Oleinicenco
As another workaround adding `android:configChanges="uiMode"` in `AndroidManifest` prevents from calling [applyOverrideConfiguration()](https://android.googlesource.com/platform/frameworks/support/+/26079d87c79a64829f036236353fac1dae4e0613/appcompat/src/main/java/androidx/appcompat/app/AppCompatDelegateImpl.java#2281) when attaching the base context and fixes the problem but that means that the activity should handle the UI...
Happens on Nexus 7 - SlideMenu with ExpandableListView inside. > ``` java > public void setDrawingCacheEnabled(boolean enabled) { > super.setDrawingCacheEnabled(false); > } > ``` helps to resolve the problem.
Yes, you're right, I was able to find it in the `Element` and `Hierarchy` tab, however, it's hard to select the dialog if the screen has multiple elements in the...
Thank you for your answer, but now I'm getting: > TypeError: wpLatLng.distanceTo is not a function > at L.Routing.Line.L.LayerGroup.extend._extendToWaypoints (leaflet-routing-machine.js:1451) > at L.Routing.Line.L.LayerGroup.extend.initialize (leaflet-routing-machine.js:1395) Can it be that after deserialization...