Skip to content

Commit

Permalink
feat: Add visibility control for app rename layout in AppDrawerAdapter
Browse files Browse the repository at this point in the history
This commit adds the functionality to control the visibility of the app rename layout in the AppDrawerAdapter class. The layout is now set to be hidden by default.
  • Loading branch information
HeCodes2Much committed Apr 22, 2024
1 parent 98a64fe commit dd4dbd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
/pages
/wiki
/app/release
diff.*
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ class AppDrawerAdapter(
with(itemView) {
val prefs = Prefs(context)
appHideLayout.visibility = View.GONE
appRenameLayout.visibility = View.GONE

// set show/hide icon
if (flag == AppDrawerFlag.HiddenApps) {
Expand Down

0 comments on commit dd4dbd5

Please sign in to comment.