Commit ccafe0b
committed
refactor: Add comments to app filtering logic in MainViewModel
This commit adds comments to the app filtering logic within `MainViewModel` to improve code clarity. The new comments explain the purpose of three specific checks:
- Skipping the launcher's own package.
- Preventing duplicate app entries.
- Filtering apps based on whether they are hidden or regular, according to user-defined settings.1 parent 03286a3 commit ccafe0b
File tree
1 file changed
+5
-0
lines changed- app/src/main/java/com/github/droidworksstudio/mlauncher
1 file changed
+5
-0
lines changedLines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
582 | 582 | | |
583 | 583 | | |
584 | 584 | | |
| 585 | + | |
| 586 | + | |
585 | 587 | | |
| 588 | + | |
586 | 589 | | |
587 | 590 | | |
| 591 | + | |
| 592 | + | |
588 | 593 | | |
589 | 594 | | |
590 | 595 | | |
| |||
0 commit comments