-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hide close button after data is collected (#3059)
* Simplify compose ui for confirmation dialog * Hide close button after submission in DataCollectionFragment * Removes the navigation icon from the toolbar after submission. * Handle back button after submission in DataCollectionFragment * Navigate back to the home screen after a task is submitted when the back button is pressed. * Extract navigation logic to a separate private method. * Move confirmation dialog logic into `DataSubmissionConfirmationDialog` * Remove logic for removing the compose view on close button click as the fragment itself gets dismissed * Fix import order * Fix class name * Fix import order * Add unit tests
- Loading branch information
1 parent
daed8d3
commit 7515b7e
Showing
3 changed files
with
70 additions
and
70 deletions.
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
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