Reactions menu: Add more reactions button.

This commit is contained in:
SBiOSoftWhare
2019-07-25 16:21:07 +02:00
parent d8a00cc65f
commit 5fe7b62630
9 changed files with 76 additions and 6 deletions
@@ -56,6 +56,8 @@ import Foundation
self.coordinatorDelegate?.reactionsMenuViewModel(self, didAddReaction: reaction, forEventId: self.eventId)
}
}
case .moreReactions:
self.coordinatorDelegate?.reactionsMenuViewModelDidTapMoreReactions(self, forEventId: self.eventId)
}
}