Skip to content
  • Kalev Lember's avatar
    loading page: Don't stay stuck in the loading phase on error · 81318226
    Kalev Lember authored
    We lack proper error handling in the loading page, only emitting a
    g_warning on failure.
    
    As a stop gap, this commit makes the loading page ignore the error and
    continue (previously we'd just continue showing the progress bar
    forever), so that we display the main UI and the user can possibly do
    something to fix the error (disable the faulty repo or similar).
    81318226