How does swipe to delete work when using tabs?

I'm designing an android application with multiple tabs for viewing different lists. In one of the tabs, the items of the list can be removed; maybe using swipe to delete option, but the problem is swiping can also result in changing to the adjacent tab according to material design guidelines. What should be done? Shall I not provide the option to swipe to delete here? and if so, how can a user delete an item in the list with ease?