1.0.0 alpha1

This commit is contained in:
Yegor Vialov
2020-05-03 14:26:46 +00:00
parent 4492a08d6b
commit 8aa0e03187
5 changed files with 10 additions and 4 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-894";
static final _whatsNewMessageKey = "user-message-shown-whats-new-1000";
void checkMessagesToShow() async {
SharedPreferences prefs = await SharedPreferences.getInstance();