MOBILE-3833 database: Fix log view not called when not open

This commit is contained in:
Dani Palou 2022-03-23 12:59:53 +01:00
parent e0309cf320
commit 05ffa6f807

View File

@ -243,6 +243,8 @@ export class AddonModDataIndexComponent extends CoreCourseModuleMainActivityComp
this.isEmpty = true;
this.groupInfo = undefined;
return;
} else {
canSearch = true;
canAdd = this.access.canaddentry;