1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -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() {
return appUsageRanking
return appUsageRanking || {}
}
function getRankedApps() {