-
Notifications
You must be signed in to change notification settings - Fork 551
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…fileDialog (#2671) * Refactor the function markHomeMenuCloseDrawer() to restoreLastCheckedMenuItem() * Fix lint errors. * Make naming consistent. * Fix lint. * Handle highlighting Administrator Controls separately. * Fix lint errors. * Use let for null check. * Fix proto lint errors. * Make separate method to unhighlight Switch Profile. * Rectify cases to set restoreLastCheckedItem * Fix BUILD.bazel error. * Fix Build Binary with bazel failing Github Check. * Correct when statement to set `restoreLastCheckedItem`. * Replace oneOf with enum and fiz nit in BUILD file. * Fix Highlighting Correct Item after pressing back button. * Fix test cases. * Fix lint errors. * Add explanation comment for enum HighlightItem. * Refactor enum HighlightItem. * Remove Logs from ExitProfileDialogFragment.kt. * Add test cases for Landscape mode and MY_DOWNLOADS menuItem. * Remove `item` from the testcase. * Restructure HighlightItem enum. * Replace onResume() with onRestart() method. * Fix nits. Co-authored-by: Ben Henning <henning.benmax@gmail.com>
- Loading branch information
1 parent
dbb8ae7
commit e7ed2c0
Showing
10 changed files
with
601 additions
and
46 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
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
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.