You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gesture direction is never set for TSMessageNotificationPositionNavBarOverlay
You should set it like
[gestureRec setDirection:(self.messagePosition == (TSMessageNotificationPositionTop || TSMessageNotificationPositionNavBarOverlay) ?
UISwipeGestureRecognizerDirectionUp :
UISwipeGestureRecognizerDirectionDown)];
The text was updated successfully, but these errors were encountered:
The problem is in 430 line in TSMessageView.m
Gesture direction is never set for TSMessageNotificationPositionNavBarOverlay
You should set it like
[gestureRec setDirection:(self.messagePosition == (TSMessageNotificationPositionTop || TSMessageNotificationPositionNavBarOverlay) ?
UISwipeGestureRecognizerDirectionUp :
UISwipeGestureRecognizerDirectionDown)];
The text was updated successfully, but these errors were encountered: