initIsBoth method

void initIsBoth()

Implementation

void initIsBoth() {
  if( isModeBackground &&  isAssestFound ) {
    isModeBoth = true;
  }
  if ( isUrlFound && isAssestFound ) {
    isBothUrlAndAssetFound = true;
  }
}