mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-27 19:56:57 +02:00
MESSENGER-4211 Fix Notes clickablility
This commit is contained in:
@@ -582,7 +582,7 @@
|
||||
{
|
||||
[self showCrossSigningSetup];
|
||||
}
|
||||
else if (sectionType == RecentsDataSourceSectionTypeAllChats)
|
||||
else if (sectionType == RecentsDataSourceSectionTypeAllChats || sectionType == RecentsDataSourceSectionTypePersonalNotes)
|
||||
{
|
||||
[super tableView:tableView didSelectRowAtIndexPath:indexPath];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user