You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.presentAlert(withTitle:"Not Enough Space", message:"Please, delete old/unused files to have at least \(minDiskSpace) MB of free space", viewController: viewController)
77
+
return
78
+
}
79
+
72
80
misnapVC.checkCameraPermission{ granted in
73
81
if !granted {
74
82
letmessage="Camera permission is required to capture your documents."
@@ -81,12 +89,6 @@ public class SwiftMisnapFlutterPlugin: NSObject, FlutterPlugin {
81
89
}
82
90
}
83
91
84
-
letminDiskSpace:Int=20
85
-
if !misnapVC.hasMinDiskSpace(minDiskSpace){
86
-
self.presentAlert(withTitle:"Not Enough Space", message:"Please, delete old/unused files to have at least \(minDiskSpace) MB of free space", viewController: viewController)
0 commit comments