javaBin/javazone-ios-app

Empty checks

Closed this issue · 1 comments

We check for nil - should also check for empty.

Seen with video (value from sleepingpill: "") but should do a quick check of all locations.

May be solved with wrapped -> extension function changes. If not raise specific error when seen.