Skip to content
  • Ray Strode's avatar
    lib: always set is-loaded through maybe_set_is_loaded · 0b093b3c
    Ray Strode authored
    maybe_set_is_loaded checks the various asynchronous things that
    happen at startup and delays setting is-loaded until all those
    initial start up tasks are finished.
    
    We had one place in the code that was bypassing maybe_set_is_loaded
    and settings is-loaded directly.  This could mean the user manager
    in some scenarios reports its loaded before it actually is.
    0b093b3c