-
Notifications
You must be signed in to change notification settings - Fork 296
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
Add the next button navigation view to a default long scroll #2134
Merged
jingtang10
merged 20 commits into
google:master
from
opensrp:1764-scroll-to-bottom-to-enable-next
Jun 21, 2024
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
0ccb597
Configurable bottom navigation to be part of page scroll
LZRS 538055b
Merge branch 'master' into 1764-scroll-to-bottom-to-enable-next
LZRS bb4b5a2
Merge remote-tracking branch 'upstream/master' into 1764-scroll-to-bo…
LZRS 42bcee5
Merge branch 'master' into 1764-scroll-to-bottom-to-enable-next
f-odhiambo 3742e58
Merge remote-tracking branch 'upstream/master' into 1764-scroll-to-bo…
LZRS a2e410c
Merge branch 'master' into 1764-scroll-to-bottom-to-enable-next
LZRS eaec177
Merge remote-tracking branch 'upstream/master' into 1764-scroll-to-bo…
LZRS 5ed31e7
Shared layout for bottom navigation items, for scroll and sticky
LZRS d291427
Merge remote-tracking branch 'upstream/master' into 1764-scroll-to-bo…
LZRS fbb6ba3
Use separate recyclerview for bottom navigation items
LZRS d7ab77e
Merge remote-tracking branch 'upstream/master' into 1764-scroll-to-bo…
LZRS b2db3d9
Merge branch 'master' into 1764-scroll-to-bottom-to-enable-next
LZRS e62105f
Merge remote-tracking branch 'upstream/master' into 1764-scroll-to-bo…
LZRS a5e0df3
Merge remote-tracking branch 'upstream/master' into 1764-scroll-to-bo…
LZRS 09a0010
Merge remote-tracking branch 'upstream/master' into 1764-scroll-to-bo…
LZRS 53242bb
Merge branch 'master' into 1764-scroll-to-bottom-to-enable-next
jingtang10 3fbb72d
Fix build errors
jingtang10 716c855
Remove unnecessary disabled state
jingtang10 a0c61d9
Delete the unnecessary navigation recycler view
jingtang10 23d038d
Simplify unnecessary .apply
jingtang10 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
77 changes: 0 additions & 77 deletions
77
...pture/src/main/java/com/google/android/fhir/datacapture/QuestionnaireNavigationAdapter.kt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
state.bottomNavItems.single()
crashes whenQuestionnaireFragment.Builder.setShowNavigationInDefaultLongScroll
is set to true since it's empty