Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrected counting contentHeight in ActionController #138

Closed
wants to merge 4 commits into from

Conversation

erikbasargin
Copy link
Contributor

Hi 馃憢

I noticed if calculated contentHeight in ActionController, we didn't use collectionView.contentInset.bottom. I think it's not correct.
For example, you can see DynamicsActionController that it uses collectionView.contentInset.bottom for calculate contentHeight.

But both this class use setUpContentInsetForHeight.
So, now var topInset = height - contentHeight - safeAreaInsets.bottom (for ActionController ) ignore collectionView.contentInset.bottom and the alert attache to SafeArea without a inset.

I tried to fix it. 馃檭

@erikbasargin erikbasargin closed this by deleting the head repository May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant