mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-21 23:14:25 +01:00
fixes #204
This commit is contained in:
@@ -145,6 +145,9 @@ class LuiController(object):
|
|||||||
if dstCard is not None:
|
if dstCard is not None:
|
||||||
self._previous_cards = []
|
self._previous_cards = []
|
||||||
self._previous_cards.append(dstCard)
|
self._previous_cards.append(dstCard)
|
||||||
|
# set _previous_cards to first page in case it's empty
|
||||||
|
if len(self._previous_cards) == 0:
|
||||||
|
self._previous_cards.append(self._config.getCard(0))
|
||||||
# check for double tap if configured and render current page
|
# check for double tap if configured and render current page
|
||||||
if self._config.get("screensaver.doubleTapToUnlock") and int(value) >= 2:
|
if self._config.get("screensaver.doubleTapToUnlock") and int(value) >= 2:
|
||||||
self._current_card = self._previous_cards.pop()
|
self._current_card = self._previous_cards.pop()
|
||||||
|
|||||||
Reference in New Issue
Block a user