diff --git a/qml/pages/ChatPage.qml b/qml/pages/ChatPage.qml index a8f335a..649c1be 100644 --- a/qml/pages/ChatPage.qml +++ b/qml/pages/ChatPage.qml @@ -355,7 +355,10 @@ Page { } break; case PageStatus.Inactive: - chatModel.clear(); + if (pageStack.depth === 1) { + // Only clear chat model if navigated back to overview page. In other cases we keep the information... + chatModel.clear(); + } break; } } diff --git a/translations/harbour-fernschreiber-de.ts b/translations/harbour-fernschreiber-de.ts index 6aae9f2..08b2f79 100644 --- a/translations/harbour-fernschreiber-de.ts +++ b/translations/harbour-fernschreiber-de.ts @@ -1198,6 +1198,10 @@ Animate stickers Sticker animieren + + Notification turns on the display + Hinweis schaltet den Bildschirm an + StickerPicker diff --git a/translations/harbour-fernschreiber-en.ts b/translations/harbour-fernschreiber-en.ts index c5d0035..1422ce1 100644 --- a/translations/harbour-fernschreiber-en.ts +++ b/translations/harbour-fernschreiber-en.ts @@ -1198,6 +1198,10 @@ Animate stickers Animate stickers + + Notification turns on the display + + StickerPicker diff --git a/translations/harbour-fernschreiber-es.ts b/translations/harbour-fernschreiber-es.ts index 3ecd8ae..a43108d 100644 --- a/translations/harbour-fernschreiber-es.ts +++ b/translations/harbour-fernschreiber-es.ts @@ -1179,6 +1179,10 @@ Animate stickers Mostrar pegatinas animadas + + Notification turns on the display + + StickerPicker diff --git a/translations/harbour-fernschreiber-fi.ts b/translations/harbour-fernschreiber-fi.ts index 7fb55f6..27e503b 100644 --- a/translations/harbour-fernschreiber-fi.ts +++ b/translations/harbour-fernschreiber-fi.ts @@ -1199,6 +1199,10 @@ Animate stickers Animoi tarrat + + Notification turns on the display + + StickerPicker diff --git a/translations/harbour-fernschreiber-hu.ts b/translations/harbour-fernschreiber-hu.ts index fce5b95..4bfef8b 100644 --- a/translations/harbour-fernschreiber-hu.ts +++ b/translations/harbour-fernschreiber-hu.ts @@ -1179,6 +1179,10 @@ Animate stickers + + Notification turns on the display + + StickerPicker diff --git a/translations/harbour-fernschreiber-it.ts b/translations/harbour-fernschreiber-it.ts index c04d265..5512dc4 100644 --- a/translations/harbour-fernschreiber-it.ts +++ b/translations/harbour-fernschreiber-it.ts @@ -1198,6 +1198,10 @@ Animate stickers Riproduci sticker animati + + Notification turns on the display + + StickerPicker diff --git a/translations/harbour-fernschreiber-pl.ts b/translations/harbour-fernschreiber-pl.ts index 0cf5934..f1724c7 100644 --- a/translations/harbour-fernschreiber-pl.ts +++ b/translations/harbour-fernschreiber-pl.ts @@ -1217,6 +1217,10 @@ Animate stickers Animowane naklejki + + Notification turns on the display + + StickerPicker diff --git a/translations/harbour-fernschreiber-ru.ts b/translations/harbour-fernschreiber-ru.ts index 289d794..a546b6c 100644 --- a/translations/harbour-fernschreiber-ru.ts +++ b/translations/harbour-fernschreiber-ru.ts @@ -1217,6 +1217,10 @@ Animate stickers Анимировать стикеры + + Notification turns on the display + + StickerPicker diff --git a/translations/harbour-fernschreiber-sv.ts b/translations/harbour-fernschreiber-sv.ts index cf1afb3..4be4198 100644 --- a/translations/harbour-fernschreiber-sv.ts +++ b/translations/harbour-fernschreiber-sv.ts @@ -1198,6 +1198,10 @@ Animate stickers Animera dekaler + + Notification turns on the display + + StickerPicker diff --git a/translations/harbour-fernschreiber-zh_CN.ts b/translations/harbour-fernschreiber-zh_CN.ts index 5ffa019..68faf03 100644 --- a/translations/harbour-fernschreiber-zh_CN.ts +++ b/translations/harbour-fernschreiber-zh_CN.ts @@ -1179,6 +1179,10 @@ Animate stickers 动态表情贴图 + + Notification turns on the display + + StickerPicker diff --git a/translations/harbour-fernschreiber.ts b/translations/harbour-fernschreiber.ts index c5d0035..1422ce1 100644 --- a/translations/harbour-fernschreiber.ts +++ b/translations/harbour-fernschreiber.ts @@ -1198,6 +1198,10 @@ Animate stickers Animate stickers + + Notification turns on the display + + StickerPicker