remove freebee

This commit is contained in:
Pfeil, Scott Robert 2020-09-04 17:04:12 -04:00
parent 74ea6654c0
commit b18f7d1aaf

View File

@ -48,7 +48,9 @@ import UIKit
} else {
url = MVMCoreUIUtility.bundleForMVMCoreUI()?.url(forResource: imageName, withExtension: "gif")
}
imageData = MFFreebeeHandler.shared()?.freebee_data(withContentsOf: url)
if let url = url {
imageData = try? Data(contentsOf: url)
}
runLoopMode = RunLoop.Mode.common.rawValue
if startImmediately {