This commit is contained in:
Yegor Vialov
2020-04-11 16:55:50 +00:00
parent 5f23e108a1
commit fba4017819
7 changed files with 40 additions and 38 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-887";
static final _whatsNewMessageKey = "user-message-shown-whats-new-888";
void checkMessagesToShow() async {
SharedPreferences prefs = await SharedPreferences.getInstance();