Skip to content
Snippets Groups Projects
  • Vincent Petry's avatar
    586b3a96
    Sync file list with file actions · 586b3a96
    Vincent Petry authored
    Whenever file actions are registered later, now the file lists are
    automatically notified.
    
    Added FileActions.addUpdateListener() to be able to receive such
    notifications.
    
    This removes the need for apps to manually call FileActions.display()
    after registering new actions.
    
    This fixes issues with race conditions when file actions are
    registered after the file list was already rendered.
    586b3a96
    History
    Sync file list with file actions
    Vincent Petry authored
    Whenever file actions are registered later, now the file lists are
    automatically notified.
    
    Added FileActions.addUpdateListener() to be able to receive such
    notifications.
    
    This removes the need for apps to manually call FileActions.display()
    after registering new actions.
    
    This fixes issues with race conditions when file actions are
    registered after the file list was already rendered.