Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

fix: various crashes from crash reporter #216

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DickSmith
Copy link

  1. fix from PR Crash with deleted photos in iTunes library #180, but with missing } added. : Fatal Exception: NSInternalInconsistencyException attempt to delete and reload the same index path`
  2. fix for Fatal Exception: NSInvalidArgumentException *** -[NSPlaceholderString initWithString:]: nil argument
  3. fix for Fatal Exception: NSInternalInconsistencyException negative sizes are not supported in the flow layout
  4. added type safety by explicitly setting some double literals to floats for Parameter type mismatch: Values of type 'double' may not fit into the receiver type 'CGFloat'

1. fix from PR nek023#180, but with missing `}`. `: `Fatal Exception: NSInternalInconsistencyException attempt to delete and reload the same index path`
2. fix for `Fatal Exception: NSInvalidArgumentException *** -[NSPlaceholderString initWithString:]: nil argument`
3. fix for `Fatal Exception: NSInternalInconsistencyException negative sizes are not supported in the flow layout`
4. added type safety by explicitly setting some double literals to floats for `Parameter type mismatch: Values of type 'double' may not fit into the receiver type 'CGFloat'`
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant