android: Clear remediation instructions when starting a new connection
This commit is contained in:
@@ -256,6 +256,7 @@ public class VpnStateService extends Service
|
|||||||
VpnStateService.this.mState = State.CONNECTING;
|
VpnStateService.this.mState = State.CONNECTING;
|
||||||
VpnStateService.this.mError = ErrorState.NO_ERROR;
|
VpnStateService.this.mError = ErrorState.NO_ERROR;
|
||||||
VpnStateService.this.mImcState = ImcState.UNKNOWN;
|
VpnStateService.this.mImcState = ImcState.UNKNOWN;
|
||||||
|
VpnStateService.this.mRemediationInstructions.clear();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user