Whats new url with app version

This commit is contained in:
estevez-dev
2019-09-15 20:55:28 +03:00
parent 885c0b1316
commit 6323f8f2e6
3 changed files with 5 additions and 3 deletions

View File

@ -14,7 +14,7 @@ class StartupUserMessagesManager {
bool _supportAppDevelopmentMessageShown;
bool _whatsNewMessageShown;
static final _supportAppDevelopmentMessageKey = "user-message-shown-support-development_3";
static final _whatsNewMessageKey = "user-message-shown-whats-new-672";
static final _whatsNewMessageKey = "user-message-shown-whats-new-673";
void checkMessagesToShow() async {
SharedPreferences prefs = await SharedPreferences.getInstance();