Skip to content

Commit

Permalink
Make KeyboardManager public, per issue MessageKit#1785
Browse files Browse the repository at this point in the history
  • Loading branch information
zallanx committed Aug 24, 2023
1 parent b5ec682 commit 8b6cf8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Controllers/MessagesViewController+State.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ extension MessagesViewController {

// MARK: - Getters

var keyboardManager: KeyboardManager { state.keyboardManager }
public var keyboardManager: KeyboardManager { state.keyboardManager }

var panGesture: UIPanGestureRecognizer? {
get { state.panGesture }
Expand Down

0 comments on commit 8b6cf8c

Please sign in to comment.