MOBILE-2567 courses: Fix keyboard closed in iOS when filtering

main
Dani Palou 2018-08-29 17:41:38 +02:00
parent 3a74f4bcbb
commit 70ff6e608b
2 changed files with 2 additions and 2 deletions

View File

@ -152,7 +152,7 @@ export class CoreCoursesMyCoursesPage implements OnDestroy {
if (this.showFilter) {
setTimeout(() => {
this.searchbar.setFocus();
});
}, 500);
}
}

View File

@ -283,7 +283,7 @@ export class CoreCoursesMyOverviewPage implements OnDestroy {
if (this.showFilter) {
setTimeout(() => {
this.searchbar.setFocus();
});
}, 500);
}
}