mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Adding utility method to find an app from a component key
Change-Id: I445b512f29a0a45910c523f2f905c0a9e3c241f1
This commit is contained in:
@@ -621,6 +621,10 @@ public class AlphabeticalAppsList {
|
||||
return result;
|
||||
}
|
||||
|
||||
public AppInfo findApp(ComponentKey key) {
|
||||
return mComponentToAppMap.get(key);
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the cached section name for the given title, recomputing and updating the cache if
|
||||
* the title has no cached section name.
|
||||
|
||||
Reference in New Issue
Block a user