diff --git a/Riot/Modules/Home/HomeViewController.m b/Riot/Modules/Home/HomeViewController.m index d0216181c..cf379f4fa 100644 --- a/Riot/Modules/Home/HomeViewController.m +++ b/Riot/Modules/Home/HomeViewController.m @@ -582,7 +582,7 @@ { [self showCrossSigningSetup]; } - else if (sectionType == RecentsDataSourceSectionTypeAllChats) + else if (sectionType == RecentsDataSourceSectionTypeAllChats || sectionType == RecentsDataSourceSectionTypePersonalNotes) { [super tableView:tableView didSelectRowAtIndexPath:indexPath]; }