only recover state that don't change height

This commit is contained in:
nixzhu
2015-09-07 18:33:12 +08:00
parent e907855089
commit e96950fdf6
@@ -340,7 +340,8 @@ class ConversationViewController: BaseViewController {
}
// stateTransitionAction
if state != .MoreMessages {
//
if state == .VoiceRecord {
messageToolbar.state = state
}
}