Fix: Welten refresh nach Foto-Upload — _refreshPending Flag (SW by-v936)
show() re-renderte nur bei User-Wechsel. Wenn refresh() während unsichtbarer Welten aufgerufen wurde, blieb das alte Bild beim Zurücknavigieren. Fix: _refreshPending=true wenn !_visible; show() rendert bei nächstem Aufruf neu.
This commit is contained in:
parent
fbb070032a
commit
2b672c89df
4 changed files with 19 additions and 8 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Offline-Cache + Push Notifications + Tile-Cache
|
||||
============================================================ */
|
||||
|
||||
const CACHE_VERSION = 'by-v935';
|
||||
const CACHE_VERSION = 'by-v936';
|
||||
const CACHE_STATIC = `${CACHE_VERSION}-static`;
|
||||
const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten
|
||||
const CACHE_API = 'ban-yaro-api-v1'; // API-Response-Cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue