-
Notifications
You must be signed in to change notification settings - Fork 529
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
Fixes #4294: After deleting a profile deleted successfully message should be displayed #4887
Closed
Akshatkamboj14
wants to merge
55
commits into
oppia:develop
from
Akshatkamboj14:After-deleting-a-profile-Deleted-successfully-message-should-be-displayed
Closed
Changes from 1 commit
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
c8b91a4
added snackbar
Akshatkamboj14 8257029
Merge branch 'develop' of https://github.com/oppia/oppia-android into…
Akshatkamboj14 7e57949
merged into develop
Akshatkamboj14 38f0f6e
Merge branch 'develop' of https://github.com/oppia/oppia-android into…
Akshatkamboj14 748d8a1
changed the timing to short
Akshatkamboj14 f631b95
Merge branch 'develop' of https://github.com/oppia/oppia-android into…
Akshatkamboj14 6ea61fb
Merge branch 'develop' of https://github.com/oppia/oppia-android into…
Akshatkamboj14 a5a9a56
added comments
Akshatkamboj14 44e9e3b
added comments
Akshatkamboj14 80fbab2
added comments
Akshatkamboj14 84ca7c6
added comments
Akshatkamboj14 9c687fa
Merge branch 'develop' into After-deleting-a-profile-Deleted-successf…
adhiamboperes 824fc2d
added snackbar
Akshatkamboj14 0eabafe
Merge branch 'develop' of https://github.com/oppia/oppia-android into…
Akshatkamboj14 85f8dbc
added snackbar
Akshatkamboj14 257e961
added snackbar
Akshatkamboj14 8960942
added snackbar
Akshatkamboj14 958b911
Merge branch 'After-deleting-a-profile-Deleted-successfully-message-s…
Akshatkamboj14 31faaef
added snackbar-request-provider-id
Akshatkamboj14 a3a3c19
rearranged-imports
Akshatkamboj14 46b1418
Merge branch 'develop' of https://github.com/oppia/oppia-android into…
Akshatkamboj14 e5f39e9
rearranged-imports
Akshatkamboj14 39740b8
Merge branch 'develop' of https://github.com/oppia/oppia-android into…
Akshatkamboj14 84da79d
added test for the snackbar controller
Akshatkamboj14 2db6631
corrected import statements
Akshatkamboj14 aa06e79
Merge branch 'develop' of https://github.com/oppia/oppia-android into…
Akshatkamboj14 dbe3cc4
merged-into-develop
Akshatkamboj14 455edf4
added two tests
Akshatkamboj14 b7f1542
added the main functionality tests and some few changes
Akshatkamboj14 2f1c932
Merge branch 'develop' of https://github.com/oppia/oppia-android into…
Akshatkamboj14 4d8d714
removed unused import
Akshatkamboj14 c92ddfd
added Kdoc for the sealed class
Akshatkamboj14 f2f51be
corrected tests and kdocs
Akshatkamboj14 e02a1e1
Merge branch 'develop' of https://github.com/oppia/oppia-android into…
Akshatkamboj14 a40b2f8
corrected issues
Akshatkamboj14 1501043
added last
Akshatkamboj14 47baaae
added snackbarManagerTest
Akshatkamboj14 6f89a7d
added new line at the end
Akshatkamboj14 9aaff1e
merged into develop
Akshatkamboj14 f26d0e4
Merge branch 'develop' of https://github.com/oppia/oppia-android into…
Akshatkamboj14 319dd8a
test-commit
Akshatkamboj14 4176ab7
corrected k-doc
Akshatkamboj14 821c760
removed coroutine disp
Akshatkamboj14 a226cc1
restored
Akshatkamboj14 7abb519
corrected tests
Akshatkamboj14 5e2d339
Merge branch 'develop' of https://github.com/oppia/oppia-android into…
Akshatkamboj14 8252511
started changes
Akshatkamboj14 3cc76fb
merged-with-develop
Akshatkamboj14 34f45b1
few changes
Akshatkamboj14 64f48ba
Merge branch 'develop' of https://github.com/oppia/oppia-android into…
Akshatkamboj14 8430f81
Merge branch 'develop' of https://github.com/oppia/oppia-android into…
Akshatkamboj14 fc47617
done some changes acc to gist-1
Akshatkamboj14 3e7d3ce
done some changes acc to gist-1
Akshatkamboj14 599af85
done some changes acc to gist-1
Akshatkamboj14 f2f1f69
done some changes acc to gist-1
Akshatkamboj14 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
removed unused import
- Loading branch information
commit 4d8d7143eb44edd10fe6981e58b10000925d8110
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
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.
You can add another test scenario on the SnackbarControllerTest. If you enqueue two snackbar requests and then mock showing and dismissing the first one, the snackbar queue should return the second request correctly.
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.
Okay done