mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-28 15:32:50 -05:00
Remove useless getter
This commit is contained in:
@@ -20,7 +20,7 @@ Singleton {
|
||||
|
||||
const queryLower = query.toLowerCase().trim()
|
||||
const scoredApps = []
|
||||
const usageRanking = AppUsageHistoryData.getAppUsageRanking()
|
||||
const usageRanking = AppUsageHistoryData.appUsageRanking || {}
|
||||
|
||||
for (const app of applications) {
|
||||
const name = (app.name || "").toLowerCase()
|
||||
|
||||
Reference in New Issue
Block a user