I used SherlockActionBar
in my application, but after I began to use appcompat. And get error
"The method startActionMode(ActionMode.Callback)
in the type Activity is not applicable for the arguments (PageFragment.ActionModeCallback)
"
in the raw
mActionMode = getActivity().startActionMode(new ActionModeCallback());
Help me please, what I do incorrect?