rename event also in core

This commit is contained in:
Simon Laux
2024-01-13 11:40:02 +01:00
committed by bjoern
parent 060c9c8aa1
commit de86b8a96e
5 changed files with 12 additions and 14 deletions

View File

@@ -293,5 +293,5 @@ pub enum EventType {
/// that all events emitted during the background fetch were processed.
///
/// This event is only emitted by the account manager
BackgroundFetchCompletedForAllAccounts,
AccountsBackgroundFetchDone,
}