bugfix, context was wrong

This commit is contained in:
sebv
2014-03-11 21:44:59 +08:00
parent bcc2649d1f
commit f61a321d2e

View File

@@ -222,7 +222,7 @@ Android.prototype.onUiautomatorExit = function () {
} else {
uninstall();
}
}.bind(this.adb));
}.bind(this));
}
}.bind(this));
} else {