-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(SessionManager): refactor session management
Improve efficiency and code readability in the SessionManager class. This update includes: - Using lazy initialization for masterKey, sharedPref, and gson. - Replacing hardcoded keys with constants. - Refactoring saveSession and loadSession to use generic types for better reusability. - Updating save and load methods for portal session, reglab session, and credentials to use new saveSession and loadSession methods.
- Loading branch information
1 parent
5e49ae0
commit fcff6bb
Showing
1 changed file
with
37 additions
and
27 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