subsurface/mobile-widgets
Dirk Hohndel b07a1cc8b6 Mobile: when switching to the details, reuse existing page
While pageStack.push() can handle pushing a page that's already there,
that creates an unfortunate sequence of currentItemChanged signal which
leads us to do the wrong thing with our map hack.

This commit changes things around to first look for the page in the page
stack and just switch to it, and only pushing the page as new if it
cannoot be found oon the page stack.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2019-10-13 11:32:27 -07:00
..
qml Mobile: when switching to the details, reuse existing page 2019-10-13 11:32:27 -07:00
qmlmanager.cpp Cleanup: Turn DiveListSortModel into classical singleton 2019-10-04 09:19:10 -07:00
qmlmanager.h Revert the singleton PR 2019-09-27 16:26:58 -07:00
qmlprefs.cpp Revert the singleton PR 2019-09-27 16:26:58 -07:00
qmlprefs.h Revert the singleton PR 2019-09-27 16:26:58 -07:00