Skip to content

Commit 493b621

Browse files
Exposed loadingNextChannels to listen to pagination updates
1 parent 67d1284 commit 493b621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/StreamChatSwiftUI/ChatChannelList/ChatChannelListViewModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ open class ChatChannelListViewModel: ObservableObject, ChatChannelListController
3333
private var timer: Timer?
3434

3535
/// Controls loading the channels.
36-
private var loadingNextChannels: Bool = false
36+
public private(set) var loadingNextChannels: Bool = false
3737

3838
/// Checks if internet connection is available.
3939
private let networkReachability = NetworkReachability()

0 commit comments

Comments
 (0)