mirror of
https://github.com/appium/appium.git
synced 2026-02-09 19:28:48 -06:00
bugfix, context was wrong
This commit is contained in:
@@ -222,7 +222,7 @@ Android.prototype.onUiautomatorExit = function () {
|
||||
} else {
|
||||
uninstall();
|
||||
}
|
||||
}.bind(this.adb));
|
||||
}.bind(this));
|
||||
}
|
||||
}.bind(this));
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user