You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Hide Private Apps button when mLauncher is not default
The "Private Apps" button in the app drawer will now be hidden if mLauncher is not set as the default launcher. This change modifies the visibility condition in `AppDrawerFragment.kt` to include a check using `ismlauncherDefault(requireContext())`.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,16 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
0 commit comments