Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0e097726 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Allow ShortcutPackage#findAll to return cached shortcuts."

parents 7e05d5ef 547c4f70
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
                    }