This commit is contained in:
Yegor Vialov
2020-04-09 16:24:37 +00:00
parent e18b9ebe14
commit 49aeea634f
5 changed files with 4 additions and 8 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-884";
static final _whatsNewMessageKey = "user-message-shown-whats-new-887";
void checkMessagesToShow() async {
SharedPreferences prefs = await SharedPreferences.getInstance();