Apparently tableView.isEditing returns true while showing swipe actions so we need a different way to check if we are in multi selection mode.
This affects the navigation bar changing to the selection mode one and when you send a message it does not show up (because sending/receiving messages is intentionally paused during selection).
- Steps to reproduce the problem:
- Swipe message cell to show the reply button
- Send or receive a message
- Now the navigation bar is the selection one and the sent/received message does not show up