disableAutoLock method

dynamic disableAutoLock()

Implementation

disableAutoLock(){
  _autoLock = true;
}