Only clear chat model if navigated back | update translation files
This commit is contained in:
parent
f9c49caf33
commit
4bbeb4fa34
12 changed files with 48 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1198,6 +1198,10 @@
|
|||
<source>Animate stickers</source>
|
||||
<translation>Sticker animieren</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Notification turns on the display</source>
|
||||
<translation>Hinweis schaltet den Bildschirm an</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>StickerPicker</name>
|
||||
|
|
|
@ -1198,6 +1198,10 @@
|
|||
<source>Animate stickers</source>
|
||||
<translation>Animate stickers</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Notification turns on the display</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>StickerPicker</name>
|
||||
|
|
|
@ -1179,6 +1179,10 @@
|
|||
<source>Animate stickers</source>
|
||||
<translation>Mostrar pegatinas animadas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Notification turns on the display</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>StickerPicker</name>
|
||||
|
|
|
@ -1199,6 +1199,10 @@
|
|||
<source>Animate stickers</source>
|
||||
<translation>Animoi tarrat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Notification turns on the display</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>StickerPicker</name>
|
||||
|
|
|
@ -1179,6 +1179,10 @@
|
|||
<source>Animate stickers</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Notification turns on the display</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>StickerPicker</name>
|
||||
|
|
|
@ -1198,6 +1198,10 @@
|
|||
<source>Animate stickers</source>
|
||||
<translation>Riproduci sticker animati</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Notification turns on the display</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>StickerPicker</name>
|
||||
|
|
|
@ -1217,6 +1217,10 @@
|
|||
<source>Animate stickers</source>
|
||||
<translation>Animowane naklejki</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Notification turns on the display</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>StickerPicker</name>
|
||||
|
|
|
@ -1217,6 +1217,10 @@
|
|||
<source>Animate stickers</source>
|
||||
<translation>Анимировать стикеры</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Notification turns on the display</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>StickerPicker</name>
|
||||
|
|
|
@ -1198,6 +1198,10 @@
|
|||
<source>Animate stickers</source>
|
||||
<translation>Animera dekaler</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Notification turns on the display</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>StickerPicker</name>
|
||||
|
|
|
@ -1179,6 +1179,10 @@
|
|||
<source>Animate stickers</source>
|
||||
<translation>动态表情贴图</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Notification turns on the display</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>StickerPicker</name>
|
||||
|
|
|
@ -1198,6 +1198,10 @@
|
|||
<source>Animate stickers</source>
|
||||
<translation>Animate stickers</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Notification turns on the display</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>StickerPicker</name>
|
||||
|
|
Loading…
Reference in a new issue