fix: failed to open camera on android

This commit is contained in:
xucong053
2022-09-30 14:17:02 +08:00
parent d143e3d16e
commit 72bab2c941
4 changed files with 29 additions and 37 deletions
-10
View File
@@ -579,16 +579,6 @@ func (wd *wdaDriver) StopCamera() (err error) {
return nil
}
func (wd *wdaDriver) StartRecording() (err error) {
// TODO
return errDriverNotImplemented
}
func (wd *wdaDriver) StopRecording() (err error) {
// TODO
return errDriverNotImplemented
}
func (wd *wdaDriver) ExpectNotification(notifyName string, notifyType NotificationType, second ...int) (err error) {
// [[FBRoute POST:@"/wda/expectNotification"] respondWithTarget:self action:@selector(handleExpectNotification:)]
if len(second) == 0 {