onSupportActionModeFinished

open fun onSupportActionModeFinished(@NonNull mode: @NonNull ActionMode)(source)

Notifies the activity that a support action mode has finished. Activity subclasses overriding this method should call the superclass implementation.

Parameters

mode

The action mode that just finished.