kcms/notifications: Improve the click interaction for events
Current TapHandler toggles the expanded/compressed status of the delegates. This has two problems:
- Missed clicks, or clicks on disabled elements will close the delegate to the compact version
- It doesn't set the keyboard focus to the clicked item.
Instead, just use it to expand the delegate and set focus to it.