去掉吐司

This commit is contained in:
wangcongtao
2020-08-02 20:06:30 +08:00
parent 9169046175
commit b7f33115bd

View File

@@ -60,7 +60,6 @@ class AccStatusIntentHandler implements IntentHandler {
}
} else if ( AccStatusReceiver.ACTION_NWD_ACC.equals( action ) ) {
int state = intent.getByteExtra( AccStatusReceiver.PARAM_ACC_STATUS, ACC_OFF );
TipToast.shortTip( "收到acc状态变更:" + state );
if ( state != ACC_OFF && state != ACC_ON && state != ACC_OFF_DELAY ) {
return;
}