Helium314
Helium314
Yes, debug mode.
I would say truncate to the newest, and maybe show a toast to clarify. Or check the size beforehand, and ask the user to use filters to reduce the size....
The problem is [here](https://github.com/streetcomplete/StreetComplete/blob/master/app/src/main/java/de/westnordost/streetcomplete/screens/main/map/MapFragment.kt#L159-L163). MapLibre calls `onMoveBegin` even when there was no move, so the workaround for checking whether there was an actual move is necessary to separate moves from...
I thinks this should actually be fixed on MapLibre side. `onMoveBegin` being called without move is very unexpected.
Native crashes never resulted in a crash dialog (also for Tangram). I think there is not much that can be done.
This might be connected with the camera position being updated while you open the quest form. Does it also happen when the camera is not following your position?
Actually the issue probably comes when closing the form. When moving the camera back to the initial position, the padding from the quest form is set to 0, but maybe...
> Given that this is Street Complete Expert Edition, I'm not sure it needs a switch to turn on "Expert Mode". In my opinion it does. If you check notes...
> You already have a way to show "disabled by default" and "disabled in {your region}" which can both be shown for the same quest. Please also add a "disabled...
This only helps if your issue is #609