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

Commit 9a53317c authored by linyuh's avatar linyuh Committed by Copybara-Service
Browse files

Internal change.

Bug: 38502365
Test: None
PiperOrigin-RevId: 197043585
Change-Id: If9baef5cdd59d6f94cca6d6298efe59d4e296485
parent 55cd2634
Loading
Loading
Loading
Loading
−5.42 KiB
Loading image diff...
−5.42 KiB
Loading image diff...
+1 −1
Original line number Diff line number Diff line
@@ -106,7 +106,7 @@ final class PinnedShortcuts {
        // setRank is nonsensical for pinned shortcuts and therefore could not be calculated.
        continue;
      }
      // Exclude shortcuts like the "Phone NUI" shortcut.
      // Exclude shortcuts not for contacts.
      String action = null;
      if (shortcutInfo.getIntent() != null) {
        action = shortcutInfo.getIntent().getAction();