Skip to content

Commit

Permalink
Update Riot/Modules/Home/AllChats/AllChatsLayoutSettingsManager.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Doug <[email protected]>
  • Loading branch information
gileluard and pixlwave authored Aug 1, 2022
1 parent ad7e61f commit 6326fd0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ import Foundation
// MARK: - Notification constants

extension AllChatsLayoutSettingsManager {
/// Posted if settings have changed
/// Posted if settings are about to change.
public static let willUpdateSettings = Notification.Name("AllChatLayoutSettingsManagerWillUpdateSettings")
/// Posted if settings have changed.
public static let didUpdateSettings = Notification.Name("AllChatLayoutSettingsManagerDidUpdateSettings")
}

Expand Down

0 comments on commit 6326fd0

Please sign in to comment.