Update mobile app registration only on full load
This commit is contained in:
@ -103,6 +103,7 @@ class _MainPageState extends State<MainPage> with WidgetsBindingObserver, Ticker
|
||||
_fetchData(useCache: true);
|
||||
LocationManager();
|
||||
StartupUserMessagesManager().checkMessagesToShow();
|
||||
MobileAppIntegrationManager.checkAppRegistration();
|
||||
});
|
||||
}, onError: (e) {
|
||||
if (e is HACNotSetUpException) {
|
||||
|
Reference in New Issue
Block a user