I have an action mode when the user selects items on the ListView now that the user clicks the "Finish" button in the action mode, I want to take a specific action, I do it, and it works fine, now I want to maintain landscape orientation, so I have to maintain an action mode. the problem is that my action against the selected elements in
onDestroyActionMode
therefore, when the user has a select element and rotates the action mode called onDestroyActionMode , and I donβt want it when turning, how to configure the processed event handling of the button, so I do not relay to onDestroyActionMode
source share