mirror of
https://github.com/openfoodfacts/smooth-app.git
synced 2025-08-26 03:01:45 +08:00
Don't force the product type with custom URLs (#6309)
This commit is contained in:
@ -144,7 +144,7 @@ Future<bool> _init1() async {
|
||||
daoString: DaoString(_localDatabase),
|
||||
);
|
||||
ProductQuery.setQueryType(_userPreferences);
|
||||
UserManagementProvider().checkUserLoginValidity();
|
||||
UserManagementProvider().checkUserLoginValidity(_userPreferences);
|
||||
|
||||
await AnalyticsHelper.linkPreferences(_userPreferences);
|
||||
|
||||
|
Reference in New Issue
Block a user