|
@ -3027,6 +3027,7 @@ public class OXFaceOnlineActivity extends BaseActivity implements View.OnClickLi |
|
|
LogManager.logInfo(TAG, "接收到重置订单选择页面显示状态广播"); |
|
|
LogManager.logInfo(TAG, "接收到重置订单选择页面显示状态广播"); |
|
|
} else if ("com.ouxuan.oxface.ACTION_ORDER_VERIFICATION_RESULT_SHOWING".equals(action)) { |
|
|
} else if ("com.ouxuan.oxface.ACTION_ORDER_VERIFICATION_RESULT_SHOWING".equals(action)) { |
|
|
// 订单核销结果页面正在显示 |
|
|
// 订单核销结果页面正在显示 |
|
|
|
|
|
pauseCamera(); |
|
|
isOrderVerificationResultActivityShowing = true; |
|
|
isOrderVerificationResultActivityShowing = true; |
|
|
LogManager.logInfo(TAG, "接收到订单核销结果页面正在显示广播"); |
|
|
LogManager.logInfo(TAG, "接收到订单核销结果页面正在显示广播"); |
|
|
} else if ("com.ouxuan.oxface.ACTION_ORDER_VERIFICATION_RESULT_HIDDEN".equals(action)) { |
|
|
} else if ("com.ouxuan.oxface.ACTION_ORDER_VERIFICATION_RESULT_HIDDEN".equals(action)) { |
|
|