Mms: Fix re-sent message is still in selected state

ListView will save inActionMode as true onSaveInstanceState() when
changeCursor() before action.finish(). So It will trigger action
mode again when onRestoreInstanceState() after re-sent message.

Finish action mode first to prevent triggering the action mode again.

Change-Id: I8386a5cd32ce08af43268c94f5ebb1c7cce81e80
CRs-Fixed: 854215
1 file changed