google / google/ground-android
[Map] Tiles rerendered when returning from other fragments
Open
type: bug
- Dominant language
- Kotlin
- Stars
- 293
- Forks
- 149
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 42
Description
**To Reproduce**
Steps to reproduce the behavior:
1. Open offline areas UI
2. Click back
**Expected behavior**
The map appears immediately without refetching tiles.
**Actual behavior**
Tiles are reloaded and appear progressively.
This is likely a symptom of the Maps Fragment UI state being recreated from scratch rather than being persisted in bundle state and restored.
Contributor guide
Assessment
This issue has not been assessed yet.