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
Is there a way that I can change the swipe in and swipe out messages along the way?
I instantiated a swipeview builder in the onCreate function of my activity but I want to change the messages after the first swipe.
I tried placing this in an itemRemovedListener (which works, that's now the problem):
But it does not change the SwipeInMsgLayout and SwipeOutMsgLayout. I used R.layout.swipe_in_msg_view_start on the onCreate builder so I did not use the same layout by accident.
The text was updated successfully, but these errors were encountered:
Hi,
Is there a way that I can change the swipe in and swipe out messages along the way?
I instantiated a swipeview builder in the onCreate function of my activity but I want to change the messages after the first swipe.
I tried placing this in an itemRemovedListener (which works, that's now the problem):
But it does not change the SwipeInMsgLayout and SwipeOutMsgLayout. I used R.layout.swipe_in_msg_view_start on the onCreate builder so I did not use the same layout by accident.
The text was updated successfully, but these errors were encountered: