prepare 1.50.0

This commit is contained in:
adbenitez
2024-12-03 11:36:26 +01:00
parent d531eb8b47
commit e8eb036594
4 changed files with 11 additions and 9 deletions
@@ -110,7 +110,7 @@ public class ConversationListActivity extends PassphraseRequiredActionBarActivit
// it is not needed to keep all past update messages, however, when deleted, also the strings should be deleted.
try {
DcContext dcContext = DcHelper.getContext(this);
final String deviceMsgLabel = "update_1_46_0l_android";
final String deviceMsgLabel = "update_1_50_0_android";
if (!dcContext.wasDeviceMsgEverAdded(deviceMsgLabel)) {
DcMsg msg = null;
if (!getIntent().getBooleanExtra(FROM_WELCOME, false)) {
@@ -121,7 +121,7 @@ public class ConversationListActivity extends PassphraseRequiredActionBarActivit
// Util.copy(inputStream, new FileOutputStream(outputFile));
// msg.setFile(outputFile, "image/jpeg");
msg.setText(getString(R.string.update_1_46_android, "https://get.delta.chat/#changelogs"));
msg.setText(getString(R.string.update_1_50_android, "https://get.delta.chat/#changelogs"));
}
dcContext.addDeviceMsg(deviceMsgLabel, msg);