source init context logs
This commit is contained in:
parent
9093cfab69
commit
ebdbf0324e
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ class _HomePageState extends State<HomePage> {
|
||||||
final source = context.read<CollectionSource>();
|
final source = context.read<CollectionSource>();
|
||||||
source.safeMode = safeMode;
|
source.safeMode = safeMode;
|
||||||
if (source.initState != SourceInitializationState.full) {
|
if (source.initState != SourceInitializationState.full) {
|
||||||
await reportService.log('Complete source initialization to set up home for app mode=$appMode');
|
await reportService.log('Initialize source (init state=${source.initState.name}) to start app with mode=$appMode');
|
||||||
await source.init(
|
await source.init(
|
||||||
loadTopEntriesFirst: settings.homePage == HomePageSetting.collection && settings.homeCustomCollection.isEmpty,
|
loadTopEntriesFirst: settings.homePage == HomePageSetting.collection && settings.homeCustomCollection.isEmpty,
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue