android: Clear remediation instructions when starting a new connection

This commit is contained in:
Tobias Brunner 2013-09-26 13:00:45 +02:00
parent a2cebbe674
commit cfed5679b8
1 changed files with 1 additions and 0 deletions

View File

@ -256,6 +256,7 @@ public class VpnStateService extends Service
VpnStateService.this.mState = State.CONNECTING;
VpnStateService.this.mError = ErrorState.NO_ERROR;
VpnStateService.this.mImcState = ImcState.UNKNOWN;
VpnStateService.this.mRemediationInstructions.clear();
return true;
}
});