Skip to content

Commit

Permalink
Fixing redundant app page
Browse files Browse the repository at this point in the history
Fixing the redundant app page while security Mode is enable. 

Steps to reproduce:
1: Open SecurityMode from Settings and make all apps unlock.
2: From Launcher Settings page enable SecurityMode Page
3: Scroll right to see app page
4: App page must have correct UI
  • Loading branch information
arvibuddy authored Nov 7, 2024
1 parent 74b279e commit 099f1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppGrid.qml
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ LauncherPage {
console.debug("AppLauncher | Will read app cache")
var appsArray = JSON.parse(appsString)
var groupedApps = appLauncher.getGroupedApps(appsArray)
appLauncher.appGroups = new Array
appLauncher.destroyAppGroups()
appLauncher.createAppGroups(groupedApps)
// Workaround, if users didn't update the os version
if (!appsString.includes("org.fossify.gallery")) mainView.galleryApp = "com.simplemobiletools.gallery.pro"
Expand Down

0 comments on commit 099f1c3

Please sign in to comment.