Skip to content

Fix crash when dragging locations downwards

Bharadwaj Raju requested to merge work/bharadwaj/location-drag-fix-crash into master

WeatherLocationModel::move() would increment newIndex if the oldIndex was less than it. This caused a crash.

Merge request reports