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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for issue #24 #25

Merged
merged 2 commits into from
Jun 28, 2023
Merged

Fix for issue #24 #25

merged 2 commits into from
Jun 28, 2023

Conversation

KitsuneFolk
Copy link
Contributor

@KitsuneFolk KitsuneFolk commented Jun 20, 2023

Fixes #24
Updated the Navigation dependency version to 2.6.0 and replaced the private backQueue method with currentBackStack.

…rivate `backQueue` method with `currentBackStack`.
@KitsuneFolk KitsuneFolk changed the title #24 Fix for issue #24 Jun 20, 2023
Copy link
Owner

@massivemadness massivemadness left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Короче провел небольшой ресерч, они отключили кастомный OnBackPressedCallback для фрагментов чтобы анимациями управлял FragmentManager а не NavController (видимо на уровне FM это намного гибче можно настроить). В нашем случае анимациями управляет SwipeBackFragment, поэтому можно вмерджить твой вариант

@massivemadness massivemadness merged commit 8b079bf into massivemadness:develop Jun 28, 2023
1 check passed
@KitsuneFolk KitsuneFolk deleted the navigation-version-update branch June 28, 2023 18:39
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

2 participants