Skip to content
Snippets Groups Projects
Forked from briar / briar
Loading
  • Torsten Grote's avatar
    dd0d2335
    Prevent empty state messages from showing briefly · dd0d2335
    Torsten Grote authored
    When we clear a list in onPause(), the proper behavior is that the empty state
    message is shown, because the list is indeed empty.
    
    However, we will reload the list content again in onResume(),
    so the fix chosen in this commit is to force showing the progress bar
    right after clearing the list.
    
    Closes #576
    dd0d2335
    History
    Prevent empty state messages from showing briefly
    Torsten Grote authored
    When we clear a list in onPause(), the proper behavior is that the empty state
    message is shown, because the list is indeed empty.
    
    However, we will reload the list content again in onResume(),
    so the fix chosen in this commit is to force showing the progress bar
    right after clearing the list.
    
    Closes #576