-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor: Store activated entry number in local variable to avoid red…
…undant calls - Optimized `doInBackground()` by storing the result of `getActivatedEntryNumber()` in a local variable. - Prevented multiple method calls to `getActivatedEntryNumber()` inside the loop. - Improved performance and readability by using the local variable for subsequent references. Issue: #521
- Loading branch information
1 parent
0c0b329
commit 6ff6235
Showing
2 changed files
with
33 additions
and
37 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