Bug 1067319 - don't checkout preferenceFront. r=jryans

This commit is contained in:
Paul Rouget 2014-09-16 15:44:17 +02:00
parent 5c307c1ee0
commit 59fe6014be

View File

@ -83,8 +83,7 @@ function CheckLockState() {
certCheckResult.textContent = sUnknown;
if (AppManager.connection &&
AppManager.connection.status == Connection.Status.CONNECTED &&
AppManager.preferenceFront) {
AppManager.connection.status == Connection.Status.CONNECTED) {
// ADB check
if (AppManager.selectedRuntime instanceof USBRuntime) {