showLogoInEvents static method

bool showLogoInEvents()

Implementation

static bool showLogoInEvents() {

  switch(AppConfig.instance.appInUse) {
    case AppInUse.c:
      return false;
    case AppInUse.e:
      return false;
    case AppInUse.g:
      return false;
    case AppInUse.o:
      return false;
    default:
      return false;
  }

}