This commit is contained in:
Yegor Vialov
2019-10-28 10:43:10 +00:00
parent 5cda98da46
commit 9c42ad687d
4 changed files with 16 additions and 12 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-705";
static final _whatsNewMessageKey = "user-message-shown-whats-new-706";
void checkMessagesToShow() async {
SharedPreferences prefs = await SharedPreferences.getInstance();