Merge "Allow ShortcutPackage#findAll to return cached shortcuts."
This commit is contained in:
committed by
Android (Google) Code Review
commit
0e097726f0
@@ -737,7 +737,7 @@ class ShortcutPackage extends ShortcutPackageItem {
|
||||
|| ((pinnedByCallerSet != null) && pinnedByCallerSet.contains(si.getId()));
|
||||
|
||||
if (!getPinnedByAnyLauncher) {
|
||||
if (si.isFloating()) {
|
||||
if (si.isFloating() && !si.isCached()) {
|
||||
if (!isPinnedByCaller) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user