1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-29 07:52:50 -05:00

Fix search when appusage is unavailable

This commit is contained in:
bbedward
2025-10-08 12:07:46 -04:00
parent 27f9b3cd0b
commit 4e271d4f0e

View File

@@ -73,7 +73,7 @@ Singleton {
} }
function getAppUsageRanking() { function getAppUsageRanking() {
return appUsageRanking return appUsageRanking || {}
} }
function getRankedApps() { function getRankedApps() {