HurtEnterprises / MedKit

BlackSky is a general hospital bookkeeping program for use by doctors, nurses and other hospital staff to access medical records, various medical documents and other information on the fly and on the go.
1 stars 0 forks source link

Fix Options in LQSViewController #36

Open DevenHurt opened 7 years ago

DevenHurt commented 7 years ago

Line 338: let message: LYRMessage? = try? layerClient!.newMessage(with: [messagePart!], options:nil)

make options not nil. Data type originally declared as LYRMessageOptions in ATLMessagingUtilities.m

Maybe revert to version used in quickstart?