|
@@ -1963,7 +1963,9 @@ public class CallingBedActivity extends BaseActivity implements ISerialPortBedOn
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
lightStatus = setWSHLight(serialPortUtil, false);
|
|
lightStatus = setWSHLight(serialPortUtil, false);
|
|
- if (Constants.SCREENLIGHT.equals("1") && isVisible(blackView)) {
|
|
|
|
|
|
+ handler.removeMessages(TURN_OFF_SCREEN);
|
|
|
|
+ if (isVisible(blackView)) {
|
|
|
|
+ blackView.setVisibility(View.GONE);
|
|
showThisView(vMain);
|
|
showThisView(vMain);
|
|
}
|
|
}
|
|
}
|
|
}
|