MESSENGER-4211 Fix Notes clickablility

This commit is contained in:
Frank Rotermund
2023-02-28 13:08:57 +01:00
parent 98c7d52953
commit e5ba82b699
+1 -1
View File
@@ -582,7 +582,7 @@
{
[self showCrossSigningSetup];
}
else if (sectionType == RecentsDataSourceSectionTypeAllChats)
else if (sectionType == RecentsDataSourceSectionTypeAllChats || sectionType == RecentsDataSourceSectionTypePersonalNotes)
{
[super tableView:tableView didSelectRowAtIndexPath:indexPath];
}