Skip to content

Commit

Permalink
Merge branch 'feature/crashes' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
nixzhu committed Aug 15, 2016
2 parents ec16f33 + f3789fe commit 83a0844
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ PODS:
- AutoReview (0.1.0)
- Base64 (1.1.2)
- DeviceGuru (1.3.7)
- Fabric (1.6.7)
- Fabric (1.6.8)
- FXBlurView (1.6.4)
- JPush (2.1.8)
- PINCache (3.0.0-beta)
- PINCache (3.0.1-beta)
- PINRemoteImage/Core (3.0.0-beta.3):
- PINCache (>= 3.0.0-beta)
- PINRemoteImage/iOS (3.0.0-beta.3):
Expand Down Expand Up @@ -45,10 +45,10 @@ SPEC CHECKSUMS:
AutoReview: 4110767f3fcfc1ea5bf0398b4f7b6a882dc2d73c
Base64: cecfb41a004124895a7bcee567a89bae5a89d49b
DeviceGuru: f847629dc0da0145ba48a9fc314e613ca4aa9caf
Fabric: caf7580c725e64db144f610ac65cd60956911dc7
Fabric: 5755268d0171435ab167e3d0878a28a777deaf10
FXBlurView: db786c2561cb49a09ae98407f52460096ab8a44f
JPush: 2d1286494eae216433f6d7709b2721565b4babc9
PINCache: 9b66261ade3d4feb272df4b4dd2e035469909448
PINCache: 6911fe422a633e18b3d3ddf2bd4f0e55e36e2892
PINRemoteImage: 308731aa6534500e58fc211b9cc2bb7252df25ba
pop: f667631a5108a2e60d9e8797c9b32ddaf2080bce
SocketRocket: d57c7159b83c3c6655745cd15302aa24b6bae531
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ final class ConversationViewController: BaseViewController {
override func viewWillDisappear(animated: Bool) {
super.viewWillDisappear(animated)

if conversationIsDirty {
if conversationIsDirty && !conversation.invalidated {
if let groupID = conversation.withGroup?.groupID {
conversationDirtyAction?(groupID: groupID)
}
Expand Down

0 comments on commit 83a0844

Please sign in to comment.